[gnome-devel-docs] elaborate existing pages



commit 5ad493fe1b6cf2c9d01132dba5c17194d67c29b4
Author: Allan Day <allanpday gmail com>
Date:   Fri Aug 15 19:12:10 2014 +0100

    elaborate existing pages

 hig3/C/compatibility.page                       |   15 +-
 hig3/C/design-principles.page                   |   10 +-
 hig3/C/dialogs.page                             |   32 +-
 hig3/C/drop-down-lists.page                     |   32 +-
 hig3/C/figures/drop-down-list-custom-values.png |  Bin 0 -> 27667 bytes
 hig3/C/figures/progress-bars.png                |  Bin 0 -> 3491 bytes
 hig3/C/figures/sliders.png                      |  Bin 0 -> 2632 bytes
 hig3/C/figures/src/figures.svg                  | 4264 +++++++++++++++++++----
 hig3/C/figures/visual-alignment-correct.png     |  Bin 0 -> 13454 bytes
 hig3/C/figures/visual-alignment-incorrect.png   |  Bin 0 -> 18573 bytes
 hig3/C/figures/visual-alignment-spacing.png     |  Bin 0 -> 17075 bytes
 hig3/C/icons-and-artwork.page                   |    2 +-
 hig3/C/keyboard-input.page                      |  170 +-
 hig3/C/notifications.page                       |   41 +-
 hig3/C/progress-bars.page                       |   22 +-
 hig3/C/sliders.page                             |   30 +-
 hig3/C/tabs.page                                |   28 +-
 hig3/C/toolbars.page                            |   17 +-
 hig3/C/ui-elements.page                         |    8 +-
 hig3/C/visual-layout.page                       |   51 +-
 20 files changed, 3938 insertions(+), 784 deletions(-)
---
diff --git a/hig3/C/compatibility.page b/hig3/C/compatibility.page
index b2c565b..01b9361 100644
--- a/hig3/C/compatibility.page
+++ b/hig3/C/compatibility.page
@@ -16,12 +16,19 @@
 
 <p>These Human Interface Guidelines are primarily targeted towards new GTK+ and GNOME applications, with an 
emphasis on GNOME 3 integration. However, they are also intended to be useful to cross-platform applications, 
as well as older applications, which may have been designed and implemented in accordance with the GNOME 2 
HIG.</p>
 
+<section id="cross-platform-compatibility">
+<title>Cross-platform compatibility</title>
+
 <p>Cross-platform guidance is provided for those design patterns and UI elements that require special 
treatment in cross-platform cases. Otherwise, all the design patterns provided in these guidelines can be 
used in a cross-platform manner.</p>
 
+<p>Since some platforms provide system-level integration for <link xref="menu-bars">menu bars</link>, this 
pattern is of special relevance for cross-platform applications.</p>
+
+</section>
+
 <section id="gnome-2-compatibility">
 <title>GNOME 2 Compatibility</title>
 
-<p>The GNOME 3 Human Interface Guidelines are an evolution of the GNOME 2 HIG. The design patterns provided 
improve upon the previous version of the HIG, and encourage more modern application application design. 
Applications that follow the GNOME 3 HIG will use space more efficiently, provide a more focused user 
experience, and will use modern interpretations of key functionality, such as search, online integration, or 
notifications.</p>
+<p>These Human Interface Guidelines are an evolution of the GNOME 2 HIG. The design patterns provided 
improve upon the previous version of the HIG, and encourage more modern application design. Applications that 
follow this version of the HIG will use space more efficiently, provide a more focused user experience, and 
will use modern interpretations of key functionality, such as search, online integration, or 
notifications.</p>
 
 <p>Much of the advice contained within this HIG can be incorporated into GNOME 2 style applications with 
minimal disruption, and will lead to an improved experience for users. This includes:</p>
 
@@ -33,11 +40,9 @@
 
 <p>Incorporating these elements of the guidelines can enhance your application without requiring a major 
redesign, and all GTK+ and GNOME applications can benefit from them.</p>
 
-<p>At the same time, following some of the design patterns in these guidelines may imply larger-scale design 
changes for GNOME 2 style applications, particularly if those applications are complex. In particular, 
replacing title bars and menu bars with a header bar could be a big change for your application</p>
-
-<p>Established applications must consider the impact of design changes on their users, and these Human 
Interface Guidelines have been designed to assist designers in determining the best design for their 
applications, rather than proposing a single template to be used in all applications.</p>
+<p>At the same time, following some of the design patterns in these guidelines may imply larger-scale design 
changes for GNOME 2 style applications, particularly if those applications are complex. In particular, 
replacing window title bars and <link xref="menu-bars">menu bars</link> with a <link 
xref="header-bars">header bar</link> could be a big change for your application</p>
 
-<p>While this HIG does recommend the use of header bars and not menu bars, in some cases the continued 
incorporation of a menu bar can still be the correct decision. That decision has to be made on a 
per-application basis.</p>
+<p>These Human Interface Guidelines have been designed to assist you in determining the best design for your 
application, rather than proposing a single template to be used in all applications. As such, while they 
recommend <link xref="header-bars">header bars</link> over <link xref="menu-bars">menu bars</link>, they 
provide guidance on both approaches.</p>
 
 </section>
 
diff --git a/hig3/C/design-principles.page b/hig3/C/design-principles.page
index 7b1e33c..6ffe6d3 100644
--- a/hig3/C/design-principles.page
+++ b/hig3/C/design-principles.page
@@ -14,7 +14,7 @@
 
 <title>Design Principles</title>
 
-<p>The following design principles constitute a set of general rules that, when followed, will enable you to 
produce a high-quality user interface for your application.</p>
+<p>The following design principles constitute a set of general rules that, when followed, will enable you to 
produce a high-quality experience for your users.</p>
 
 <section id="focus">
 <title>Give your application a clear focus</title>
@@ -57,7 +57,7 @@
 
 <p>People tend to ‘read’ an interface from left to right and top to bottom. Items that are encountered first 
are seen to be dominant over those that come later. Use this implied hierarchy to communicate which parts of 
your application are most important.</p>
 
-<p>Position the most important controls towards the top-left of your windows, and place dominant controls 
prior to other controls they affect.</p>
+<p>Position the most important controls towards the top-left of your windows, and place dominant controls 
prior to other controls they affect. See the <link xref="visual-layout">visual layout</link> guidelines for 
more details.</p>
 
 </section>
 
@@ -84,14 +84,14 @@
 
 <p>Interruptions cause frustration, annoyance and prevent people from focusing on what they are interested 
in. Design your application so that it stays out of the way when it is not in use, and does not surprise when 
it is in use.</p>
 
-<p>Use notifications with restraint, always avoid spontaneously popping up dialogs without user intent, and 
avoid disruptive feedback mechanisms like message dialogs.</p>
+<p>Use <link xref="notifications">notifications</link> with restraint, always avoid spontaneously popping up 
dialogs without user intent, and avoid disruptive feedback mechanisms like message dialogs.</p>
 
 </section>
 
 <section id="search">
 <title>Provide quick and effective search</title>
 
-<p>Search is a powerful mechanism that can be used to quickly find content. Provide it whenever you present 
large amounts of content, whether in the form of lists or grids. When you provide a search function, it is 
vital that it is as immediate as possible, and that it returns the results that are sought by your users.</p>
+<p><link xref="search">Search</link> is a powerful mechanism that can be used to quickly find content. 
Provide it whenever you present large amounts of content, whether in the form of lists or grids. When you 
provide a search function, it is vital that it is as immediate as possible, and that it returns the results 
that are sought by your users.</p>
 
 <p>GNOME 3 also provides an integrated search facility. Integrating application search into this gives 
people a quick and easy way to access the content provided by your application.</p>
 
@@ -107,7 +107,7 @@
 <section id="name-and-icon">
 <title>Give your application an instructive name and an attractive icon</title>
 
-<p>Your application’s name and icon are two of the most expressive things about it, so design them in order 
to communicate its function and identity. Make sure that people will understand the purpose of your 
application from its name. Ensure that you have a beautiful, recognisable application icon, to give your 
application an attractive and distinctive visual identity.</p>
+<p>Your application’s name and <link xref="icons-and-artwork#application-icons">icon</link> are two of the 
most expressive things about it, so design them in order to communicate its function and identity. Make sure 
that people will understand the purpose of your application from its name. Ensure that you have a beautiful, 
recognisable application icon, to give your application an attractive and distinctive visual identity.</p>
 
 <p>Avoid obscure cultural references, inside jokes and acronyms in your application name, and ensure that 
you provide a hi-resolution version of your application icon.</p>
 
diff --git a/hig3/C/dialogs.page b/hig3/C/dialogs.page
index 137f21d..379ab93 100644
--- a/hig3/C/dialogs.page
+++ b/hig3/C/dialogs.page
@@ -16,9 +16,9 @@
 
 <p>Dialogs are secondary windows that appear over a primary, parent window. They are used to present 
additional information or controls, including preferences, properties, or to present messages or 
questions.</p>
 
-<p>GNOME 3 provides a number of stock dialogs that you can be used, such as for printing or color 
selection.</p>
+<p>GTK+ provides a number of stock dialogs that you can be used, such as for printing or color selection.</p>
 
-<p>There are three basic types of dialog in GNOME 3.</p>
+<p>There are three basic types of dialog design.</p>
 
 <section id="when-to-use">
 <title>When to use</title>
@@ -67,10 +67,12 @@
 
 <p>The user may be required to choose options or content items before an action can be carried out. In these 
cases, the affirmative action button should be insensitive before the required steps have been performed in 
the dialog itself.</p>
 
+<p>Buttons in action dialogs should be labelled with imperative verbs, for example <gui>Save</gui>, 
<gui>Print</gui>. This allows users to select an action with less hesitation.</p>
+
 <section id="action-dialog-examples">
 <title>Examples</title>
 
-<p>Many of the stock GNOME 3 dialogs are action dialogs. The print dialog is a good example: it is displayed 
in response to the user using the print action, and presents information and options for that print action. 
The two header bar buttons allow the print action to either be cancelled or carried out.</p>
+<p>Many of the stock GTK+ dialogs are action dialogs. The print dialog is a good example: it is displayed in 
response to the user using the print action, and presents information and options for that print action. The 
two header bar buttons allow the print action to either be cancelled or carried out.</p>
 
 </section>
 </section>
@@ -103,8 +105,28 @@
 </section>
 </section>
 
+<section id="button-order">
+<title>Button order</title>
+
+<p>Many dialogs include an affirmative and a cancel button, both of which close the dialog window. The 
affirmative button carries out the operation that is the subject of the dialog, such as <gui>Print</gui>, 
<gui>Save</gui>, or <gui>Quit</gui>, and the cancel button closes the window and prevents the operation from 
taking place.</p>
+
+<p>Always ensure that the cancel button appears first, before the affirmative button. In left-to-right 
locales, this is on the left. This ensures that users become aware of, and are reminded of, the ability to 
cancel prior to encountering the affirmative button.</p>
+
+</section>
+
+<section id="default-buttons">
+<title>Default buttons</title>
+
+<p>When designing a dialog or utility window, you can assign the return key to activate a particular button 
in the window. GNOME indicates this button to the user by drawing a different border around it.</p>
+
+<p>Choose the default button to be the most likely action, such as a confirmation action or an action that 
applies changes. Do not make a button the default if its action is irreversible, destructive or otherwise 
inconvenient to the user. If there is no appropriate button in your window, to designate as the default 
button, do not set one.</p>
+
+<p>In particular, it is currently not recommended to make the <gui>Close</gui> button the default in an 
instant apply window, as this can lead to users closing the window accidentally before they have finished 
using it.</p>
+
+</section>
+
 <section id="general-guidelines">
-<title>General Guidelines</title>
+<title>General guidelines</title>
 
 <list>
 <item><p>Dialog windows should never pop up unexpectedly, and should only ever be displayed in immediate 
response to a deliberate user action.</p></item>
@@ -114,6 +136,8 @@
 <item><p>Avoid stacking dialog windows on top of one another. Only one dialog window should be displayed at 
a time.</p></item>
 <item><p>When an affirmative button is included, label it with its actual action. <gui>Print</gui> is a 
better label than <gui>OK</gui> or <gui>Done</gui>, for example.</p></item>
 <item><p>When opening a dialog, provide initial keyboard focus to the component that you expect users to 
operate first.</p></item>
+<item><p>Do not enable the <gui>OK</gui> or equivalent button until all fields that require input have been 
attended to by the user.</p></item>
+<item><p>When opening a dialog, provide initial keyboard focus to the component that you expect users to 
operate first. This focus is especially important for users who must use a keyboard to navigate your 
application.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/drop-down-lists.page b/hig3/C/drop-down-lists.page
index 5f156b5..f8b083a 100644
--- a/hig3/C/drop-down-lists.page
+++ b/hig3/C/drop-down-lists.page
@@ -10,13 +10,13 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-<title>Drop down lists</title>
+<title>Drop-down lists</title>
 
-<p>A drop down list is a user interface element which allows the user to select from a list of mutually 
exclusive options. It appears as a button which, when clicked, reveals a list.</p>
+<p>A drop-down list is a user interface element which allows the user to select from a list of mutually 
exclusive options. It appears as a button which, when clicked, reveals a list.</p>
 
 <media type="image" mime="image/png" src="figures/drop-down-list.png"/>
 
-<p>Radio buttons or a list will often be preferable to a drop down list, as they present all the available 
options at once without any further interaction. At the same time, a drop down list might be a better choice 
when:</p>
+<p>Radio buttons or a list will often be preferable to a drop-down list, as they present all the available 
options at once without any further interaction. At the same time, a drop-down list might be a better choice 
when:</p>
 
 <list>
 <item><p>The number of options is large.</p></item>
@@ -25,15 +25,33 @@
 <item><p>The contents of the hidden part of the menu are obvious from its label and the one selected item. 
For example, if you have an option menu labelled "Month:" with the item "January" selected, the user might 
reasonably infer that the menu contains the 12 months of the year without having to look.</p></item>
 </list>
 
-<section id="guidelines">
-<title>Guidelines</title>
+<section id="general-guidelines">
+<title>General guidelines</title>
 
 <list>
-<item><p>While GTK+ does provide a specific combobox widget, it is recommended that drop down lists are 
constructed using a combination of a button and a popover. This prevents difficult scrolling behaviour for 
long lists, and allows search to be integrated into the list.</p></item>
-<item><p>If the number of items is very large, provide search.</p></item>
+<item><p>While GTK+ does provide a specific combobox widget, it is recommended that drop-down lists are 
constructed using a combination of a button and a popover. This allows more comfortable scrolling for long 
lists, and allows search to be integrated into the list. Using this approach also allows the current selected 
item to always be displayed.</p></item>
+<item><p>If the number of items is very large, provide a search function that filters the list.</p></item>
 <item><p>Label the drop-down list button with a text label above it or to its left, using <link 
xref="writing-style#capitalization">sentence capitalization</link>. Provide an access key in the label that 
allows the user to give focus directly to the drop-down list.</p></item>
 <item><p>Use <link xref="writing-style#capitalization">sentence capitalization</link> for drop-down list 
items, for example <gui>Switched movement</gui>.</p></item>
 </list>
 
 </section>
+
+<section id="custom-values">
+<title>Custom values</title>
+
+<media type="image" mime="image/png" src="figures/drop-down-list-custom-values.png"/>
+
+<p>A drop-down list can allow custom values to be added to a number of presets, or can be used to enter and 
select from custom values alone.</p>
+
+<list>
+<item><p>Ensure that custom values are ordered in a way that is most useful to users. Alphabetical or 
recency ordering is common.</p></item>
+<item><p>When a drop-down list includes both preset and custom values, separate them into separate groups 
within the list.</p></item>
+<item><p>Allow custom values to be removed from the list.</p></item>
+<item><p>Validate custom values as they are entered, in order to prevent errors.</p></item>
+<item><p>If the drop-down only accepts custom values, and no values have been entered previously, present 
the custom value entry when the drop-down is opened, instead of showing an empty list.</p></item>
+</list>
+
+</section>
+
 </page>
diff --git a/hig3/C/figures/drop-down-list-custom-values.png b/hig3/C/figures/drop-down-list-custom-values.png
new file mode 100644
index 0000000..3c6408d
Binary files /dev/null and b/hig3/C/figures/drop-down-list-custom-values.png differ
diff --git a/hig3/C/figures/progress-bars.png b/hig3/C/figures/progress-bars.png
new file mode 100644
index 0000000..3881973
Binary files /dev/null and b/hig3/C/figures/progress-bars.png differ
diff --git a/hig3/C/figures/sliders.png b/hig3/C/figures/sliders.png
new file mode 100644
index 0000000..f5a5654
Binary files /dev/null and b/hig3/C/figures/sliders.png differ
diff --git a/hig3/C/figures/src/figures.svg b/hig3/C/figures/src/figures.svg
index 96bee95..c710dae 100644
--- a/hig3/C/figures/src/figures.svg
+++ b/hig3/C/figures/src/figures.svg
@@ -18,6 +18,19 @@
    sodipodi:docname="figures.svg">
   <defs
      id="defs4221">
+    <marker
+       inkscape:stockid="TriangleOutL"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="TriangleOutL"
+       style="overflow:visible">
+      <path
+         id="path31694"
+         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
+         transform="scale(0.8)" />
+    </marker>
     <inkscape:path-effect
        is_visible="true"
        id="path-effect6542"
@@ -199,20 +212,20 @@
      borderopacity="1.0"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="4472.0012"
-     inkscape:cy="3510.9617"
+     inkscape:zoom="0.5"
+     inkscape:cx="5737.735"
+     inkscape:cy="3608.7057"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      showgrid="false"
      inkscape:snap-bbox="true"
      inkscape:snap-nodes="false"
      inkscape:window-width="1920"
-     inkscape:window-height="1013"
+     inkscape:window-height="1133"
      inkscape:window-x="0"
      inkscape:window-y="27"
      inkscape:window-maximized="1"
-     showguides="false"
+     showguides="true"
      inkscape:guide-bbox="true"
      showborder="true"
      inkscape:showpageshadow="false">
@@ -566,11 +579,11 @@
     <text
        sodipodi:linespacing="125%"
        id="text47621"
-       y="-853.6377"
+       y="526.3623"
        x="165"
        
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-853.6377"
+         y="526.3623"
          x="165"
          id="tspan47623"
          sodipodi:role="line">List styles</tspan></text>
@@ -580,7 +593,7 @@
        width="938"
        height="538"
        x="161"
-       y="-826.6377"
+       y="553.3623"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/list-styles.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -588,18 +601,18 @@
        xml:space="preserve"
        
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="165"
-       y="-253.6377"
+       y="1126.3623"
        id="text48605"
        sodipodi:linespacing="125%"><tspan
          sodipodi:role="line"
          id="tspan48607"
          x="165"
-         y="-253.6377">Editable lists</tspan></text>
+         y="1126.3623">Editable lists</tspan></text>
     <rect
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/editable-lists.png"
-       y="-226.6377"
+       y="1153.3623"
        x="161"
        height="427.99988"
        width="598"
@@ -632,6 +645,26 @@
      inkscape:groupmode="layer"
      id="layer1"
      transform="translate(0,3247.6378)">
+    <rect
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect15053"
+       width="580"
+       height="380"
+       x="180"
+       y="-47.637798"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       y="-697.63782"
+       x="180"
+       height="630"
+       width="640"
+       id="rect15055"
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
     <g
        id="g6645"
        transform="translate(-4.8828125e-4,32)"
@@ -833,11 +866,11 @@
        width="685"
        height="106"
        x="-1008.5"
-       y="-1395.1378"
+       y="-635.13782"
        rx="9"
        ry="9" />
     <rect
-       y="-1354.1378"
+       y="-594.13782"
        x="-1008.5"
        height="386"
        width="685"
@@ -850,7 +883,7 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        ry="3"
        rx="3"
-       y="-1390.1378"
+       y="-630.13782"
        x="-400.5"
        height="31"
        width="31"
@@ -858,7 +891,7 @@
        
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
     <g
        style="fill:#888a85;display:inline"
-       transform="translate(-351.9984,-1382.6377)"
+       transform="translate(-351.9984,-622.6377)"
        id="g19869">
       <g
          transform="translate(-60,-518)"
@@ -903,7 +936,7 @@
     <rect
        ry="0"
        rx="0"
-       y="-1353.6378"
+       y="-593.63782"
        x="-822"
        height="385"
        width="12.000019"
@@ -915,7 +948,7 @@
        width="5.9795446"
        height="92.229691"
        x="-819"
-       y="-1350.6378"
+       y="-590.63782"
        rx="3.4764707"
        ry="3.5" />
     <rect
@@ -924,7 +957,7 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        ry="3"
        rx="3"
-       y="-1390.1378"
+       y="-630.13782"
        x="-846.5"
        height="31"
        width="31"
@@ -932,7 +965,7 @@
        
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
     <g
        id="g19939"
-       transform="translate(-839.5012,-1383.1692)"
+       transform="translate(-839.5012,-623.1692)"
        style="fill:#2e3436;fill-opacity:1">
       <g
          style="fill:#2e3436;fill-opacity:1;display:inline"
@@ -992,7 +1025,7 @@
        width="31"
        height="31"
        x="-1002.5"
-       y="-1390.1378"
+       y="-630.13782"
        rx="3"
        ry="3"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -1000,7 +1033,7 @@
        inkscape:export-ydpi="90" />
     <g
        style="fill:#2e3436"
-       transform="translate(-995.0089,-1382.6697)"
+       transform="translate(-995.0089,-622.6697)"
        id="g19963">
       <g
          inkscape:label="status"
@@ -1056,57 +1089,57 @@
     </g>
     <path
        
style="fill:none;stroke:#a7a7a7;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -809.5,-1395.1323 0,426.989"
+       d="m -809.5,-635.1323 0,426.989"
        id="path20178"
        inkscape:connector-curvature="0" />
     <path
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -1007.4597,-1314.1378 184.9194,0"
+       d="m -1007.4597,-554.1378 184.9194,0"
        id="path20180"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path20182"
-       d="m -1007.4597,-1274.1378 184.9194,0"
+       d="m -1007.4597,-514.1378 184.9194,0"
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -1007.4597,-1234.1378 184.9194,0"
+       d="m -1007.4597,-474.1378 184.9194,0"
        id="path20184"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path20186"
-       d="m -1007.4597,-1194.1378 184.9194,0"
+       d="m -1007.4597,-434.1378 184.9194,0"
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -1007.4597,-1154.1378 184.9194,0"
+       d="m -1007.4597,-394.1378 184.9194,0"
        id="path20188"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path20190"
-       d="m -1007.4597,-1114.1378 184.9194,0"
+       d="m -1007.4597,-354.1378 184.9194,0"
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -1007.4597,-1074.1378 184.9194,0"
+       d="m -1007.4597,-314.1378 184.9194,0"
        id="path20192"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path20194"
-       d="m -1007.4597,-1034.1378 184.9194,0"
+       d="m -1007.4597,-274.1378 184.9194,0"
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        
style="fill:none;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-       d="m -1007.4597,-994.1378 184.9194,0"
+       d="m -1007.4597,-234.1378 184.9194,0"
        id="path20196"
        inkscape:connector-curvature="0" />
     <g
        id="g20214"
-       transform="matrix(2.6777778,0,0,2.6777778,1336.7889,-1672.141)">
+       transform="matrix(2.6777778,0,0,2.6777778,1336.7889,-912.141)">
       <rect
          y="138.36218"
          x="-761"
@@ -1165,7 +1198,7 @@
          style="fill:#babdb6;fill-opacity:1;stroke:none" />
     </g>
     <rect
-       y="-1343.6378"
+       y="-583.63782"
        x="-965"
        height="5"
        width="90"
@@ -1177,37 +1210,37 @@
        width="68.877548"
        height="5"
        x="-965"
-       y="-1331.6378" />
+       y="-571.63782" />
     <rect
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
        id="rect20238"
        width="25"
        height="25"
        x="-1001"
-       y="-1346.6378" />
+       y="-586.63782" />
     <rect
        style="fill:#babdb6;fill-opacity:1;stroke:none"
        id="rect20242"
        width="90"
        height="5"
        x="-965"
-       y="-1303.6378" />
+       y="-543.63782" />
     <rect
-       y="-1291.6378"
+       y="-531.63782"
        x="-965"
        height="5"
        width="68.877548"
        id="rect20244"
        style="fill:#babdb6;fill-opacity:1;stroke:none" />
     <rect
-       y="-1306.6378"
+       y="-546.63782"
        x="-1001"
        height="25"
        width="25"
        id="rect20246"
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <rect
-       y="-1263.6378"
+       y="-503.63782"
        x="-965"
        height="5"
        width="90"
@@ -1219,37 +1252,37 @@
        width="68.877548"
        height="5"
        x="-965"
-       y="-1251.6378" />
+       y="-491.63782" />
     <rect
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
        id="rect20252"
        width="25"
        height="25"
        x="-1001"
-       y="-1266.6378" />
+       y="-506.63782" />
     <rect
        style="fill:#babdb6;fill-opacity:1;stroke:none"
        id="rect20254"
        width="90"
        height="5"
        x="-965"
-       y="-1223.6378" />
+       y="-463.63782" />
     <rect
-       y="-1211.6378"
+       y="-451.63782"
        x="-965"
        height="5"
        width="68.877548"
        id="rect20256"
        style="fill:#babdb6;fill-opacity:1;stroke:none" />
     <rect
-       y="-1226.6378"
+       y="-466.63782"
        x="-1001"
        height="25"
        width="25"
        id="rect20258"
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <rect
-       y="-1183.6378"
+       y="-423.63782"
        x="-965"
        height="5"
        width="90"
@@ -1261,37 +1294,37 @@
        width="68.877548"
        height="5"
        x="-965"
-       y="-1171.6378" />
+       y="-411.63782" />
     <rect
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
        id="rect20264"
        width="25"
        height="25"
        x="-1001"
-       y="-1186.6378" />
+       y="-426.63782" />
     <rect
        style="fill:#babdb6;fill-opacity:1;stroke:none"
        id="rect20266"
        width="90"
        height="5"
        x="-965"
-       y="-1143.6378" />
+       y="-383.63782" />
     <rect
-       y="-1131.6378"
+       y="-371.63782"
        x="-965"
        height="5"
        width="68.877548"
        id="rect20268"
        style="fill:#babdb6;fill-opacity:1;stroke:none" />
     <rect
-       y="-1146.6378"
+       y="-386.63782"
        x="-1001"
        height="25"
        width="25"
        id="rect20270"
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <rect
-       y="-1103.6378"
+       y="-343.63782"
        x="-965"
        height="5"
        width="90"
@@ -1303,37 +1336,37 @@
        width="68.877548"
        height="5"
        x="-965"
-       y="-1091.6378" />
+       y="-331.63782" />
     <rect
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
        id="rect20276"
        width="25"
        height="25"
        x="-1001"
-       y="-1106.6378" />
+       y="-346.63782" />
     <rect
        style="fill:#babdb6;fill-opacity:1;stroke:none"
        id="rect20278"
        width="90"
        height="5"
        x="-965"
-       y="-1063.6378" />
+       y="-303.63782" />
     <rect
-       y="-1051.6378"
+       y="-291.63782"
        x="-965"
        height="5"
        width="68.877548"
        id="rect20280"
        style="fill:#babdb6;fill-opacity:1;stroke:none" />
     <rect
-       y="-1066.6378"
+       y="-306.63782"
        x="-1001"
        height="25"
        width="25"
        id="rect20282"
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <rect
-       y="-1023.6378"
+       y="-263.63782"
        x="-965"
        height="5"
        width="90"
@@ -1345,18 +1378,18 @@
        width="68.877548"
        height="5"
        x="-965"
-       y="-1011.6378" />
+       y="-251.63782" />
     <rect
        
style="fill:#babdb6;fill-opacity:1;stroke:#babdb6;stroke-width:1.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
        id="rect20288"
        width="25"
        height="25"
        x="-1001"
-       y="-1026.6378" />
+       y="-266.63782" />
     <g
        id="g20343"
        mask="url(#mask20350)"
-       transform="translate(860,-2020)">
+       transform="translate(860,-1260)">
       <rect
          y="1036.3622"
          x="-1825"
@@ -1382,11 +1415,11 @@
     <path
        inkscape:connector-curvature="0"
        id="path20296"
-       d="m -909,-1444.9354 0,34.0409"
+       d="m -909,-684.9354 0,34.0409"
        
style="fill:#729fcf;stroke:#729fcf;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <path
-       transform="translate(-1004.0174,-1462)"
-       d="m 109.60155,5.7557569 c 0,8.0545641 -6.52951,14.5840781 -14.584079,14.5840781 -8.054563,0 
-14.584078,-6.529514 -14.584078,-14.5840781 0,-8.0545638 6.529515,-14.5840779 14.584078,-14.5840779 
8.054569,0 14.584079,6.5295141 14.584079,14.5840779 z"
+       transform="translate(-1004.0174,-702)"
+       d="m 109.60155,5.7557569 a 14.584078,14.584078 0 1 1 -29.168157,0 14.584078,14.584078 0 1 1 
29.168157,0 z"
        sodipodi:ry="14.584078"
        sodipodi:rx="14.584078"
        sodipodi:cy="5.7557569"
@@ -1397,28 +1430,28 @@
     <text
        sodipodi:linespacing="125%"
        id="text20300"
-       y="-1450.6924"
+       y="-690.69238"
        x="-908.93457"
        
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
        xml:space="preserve"><tspan
-         y="-1450.6924"
+         y="-690.69238"
          x="-908.93457"
          id="tspan20302"
          sodipodi:role="line">7</tspan></text>
     <path
        
style="fill:#729fcf;stroke:#729fcf;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-       d="m -1008,-1410.6422 0,10.0614"
+       d="m -1008,-650.6422 0,10.0614"
        id="path20304"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path20306"
-       d="m -810,-1410.6424 0,10.0382"
+       d="m -810,-650.6424 0,10.0382"
        
style="fill:#729fcf;stroke:#729fcf;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <path
        inkscape:connector-curvature="0"
        id="path20308"
-       d="m -809.8403,-1410.6378 -198.3193,0"
+       d="m -809.8403,-650.6378 -198.3193,0"
        
style="fill:#729fcf;stroke:#729fcf;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
     <g
        id="g12667"
@@ -4440,7 +4473,7 @@
     </g>
     <g
        style="fill:#2e3436"
-       transform="translate(-393,-1382.6377)"
+       transform="translate(-393,-622.6377)"
        id="g4296">
       <g
          id="g4298"
@@ -4516,7 +4549,7 @@
     <path
        inkscape:connector-curvature="0"
        id="path4322"
-       d="m -364.5,-1383.1447 0,17.0104"
+       d="m -364.5,-623.1447 0,17.0104"
        
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <path
        inkscape:connector-curvature="0"
@@ -13972,45 +14005,48 @@
          id="tspan34329"
          x="4697.7915"
          y="-2839.7302">OFF</tspan></text>
-    <rect
-       ry="2"
-       rx="2"
-       y="-2785.1377"
-       x="4695.5"
-       height="25"
-       width="94"
-       id="rect34331"
-       
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <rect
-       ry="2"
-       rx="2"
-       y="-2785.1377"
-       x="4744.5"
-       height="25"
-       width="45"
-       id="rect34333"
-       
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       transform="scale(1.0113976,0.98873084)"
-       sodipodi:linespacing="125%"
-       id="text34343"
-       y="-2799.2744"
-       x="4656.2646"
-       
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
-       xml:space="preserve"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-2799.2744"
+    <g
+       id="g13576">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="rect34331"
+         width="94"
+         height="25"
+         x="4695.5"
+         y="-2785.1377"
+         rx="2"
+         ry="2" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="rect34333"
+         width="45"
+         height="25"
+         x="4744.5"
+         y="-2785.1377"
+         rx="2"
+         ry="2" />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         xml:space="preserve"
+         
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
          x="4656.2646"
-         id="tspan34345"
-         sodipodi:role="line">ON</tspan></text>
+         y="-2799.2744"
+         id="text34343"
+         sodipodi:linespacing="125%"
+         transform="scale(1.0113976,0.98873084)"><tspan
+           sodipodi:role="line"
+           id="tspan34345"
+           x="4656.2646"
+           y="-2799.2744">ON</tspan></text>
+    </g>
     <rect
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
@@ -14179,7 +14215,7 @@
        inkscape:export-ydpi="90" />
     <g
        id="g46225"
-       transform="translate(4695.0033,-2500.6697)"
+       transform="translate(4697.0033,-2500.6697)"
        style="fill:#888a85"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/text-fields.png"
        inkscape:export-xdpi="90"
@@ -14318,20 +14354,6 @@
          id="g4953-31"
          transform="translate(-61.000198,-687)" />
     </g>
-    <image
-       y="-2036.1963"
-       x="-843.97595"
-       id="image47012"
-       
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAToAAAF8CAYAAABfQ3ctAAAABHNCSVQICAgIfAhkiAAAIABJREFU
 eJzsvXm8JUV5P/yt7j7bvecuc+feWdn3fZMBBGRfjCEEBBFBfV1iXIO7EX0Nal6jJsaY5P3EJBrj 
EhKjcRcVCaCCLAKjMGzDDAzMvt19OUuf7vr90V1VTy3d59w7A4y/z3k+n5nbXV31bPXUU0+thwFg 
+PjHGT7+8RgATrjojT8rFMuXch5HYMxHF7rQhS68iMDmXYCh1azf9vBt/36JSAmEkzv6vNcdd+Dx 
L/vcOaedcHK17CGK4c2bQBe60IUu7EVgDAAY/CDoJDd4HIEhxlQtPmn5US+9bXLjg++79wf/uoYB 
wNHnve64l19+9ZrTVp2GZuwBzOdYgCPtQhe60IW9BSz1QJOzITZt3IBWK1KJJnAOzmMMDg1j5fJl 
cYG1PB8R7r7nXtz7q9tOCQDgkBPP+dzpp52G0emwAR4XOeeMMQ8sC6lFIwbne0W2LrzowOF5HsA5 
Ys7BwMDJN8YYGGPgnIPzpDfspOo9j0mc2fi70IUEGAN4HGOqzvHomt+hJ2hhyVAVUYs7fR1jDGEr 
xmMPP4vxiSO9g/ZbyivlQrTioKOD5VvHPxOccumbfnbSscecPNMA4jgqssSSwcHBwNsbMvMSJ9eN 
//Zh4AA8BIEPjwFRq4XIUamccxQLAUYn51AIfPT1lBC2WrLD8z0PrYhjfHIWI4uqiONY2gbnHEEQ 
wPe81HYAgCGKIzAwjE0lOIf6e7B9dAqlYoBqRcefxTpjQKFgD104B8JWaw9104V9ERhj4H4B69b+ 
Fr1lH+edcwEqJQ+BH4AxoBkm9e4xhmKxgDBsAYzhkSefwQO/uQ+DA2eycrE/GOjvxQEHHHByEBTK l1aKHBFnPI45YwwoVXrx5AO3
 4zf33oGg0g/EkXJ2JHRrRS30V6u49JVvRlAognfDun0TmIcCi7Bt 
6w6M1j2sWDGCRUGMZqz3T4wxTEzNYnr3VnhBAd7IcpQKAeI4qdcoBsZGd6ExM47d8VIMDg7IOi8V 
C9i+ewK7x6fheUnn14oiLBkawGB/BWM7NqJUrqDRGMLc5A7MeQHYyAoUCz7imCd4GLP6S8/zEHNg 
zVOb4TEGz0s64VYrRqVcxGEHLEW9ESYRAE8iTtrvijQXpCS7sC+CBzDfR702jeOOPAzNZhO1WoiN 
W3eDMeDAlUvQaIQAA9Zu2IrDD1iOYsHD4sWLUQwYolaImAPFYpEXfT4ScM5bMYfPecxizuEBCFsx 
+np8nH/6sehdtAw8bsFjHpjHwJAMXcCAYrGI++69B7XaHKqFEmIedwO7fQ4YfLSwfXQ3ensLOGYk 
wrod2zG2eCn6vQgRGDzmAQwolUr49YOP4eaPXoKH1m7DF29Zh7NecjRmaw0UggKe2zaKRX4dH3/H 
xfjTz96CSm8vCoEH3/Oxbdc4ejCDMw/vQblYAOccpYKHLWMN/Oetq3HnP74Wjz69A1d/9Ft48pt/ 
hl8//Cy+ctsGvPSUozBXa4B5PpLIk4PHXDqrsBVh+/ZtuPDYQYAxTM40UAg8VCsFjE418OTGrThg 
5VK0olji0J23l+DlXDpl5nnpN2Z968K+AXEMeB6H7weIogi+72Pjlh3oC+oIWxE2bN6FA1cuxaNP 
rMVRK3qwcdtWrFyxAjz1Tx5jaQcdsZiDB2AIACDmSD54QBS2MLyoH1f+4XFYuvIgxFELvu/D9/3E 
SDyx68SD35jEaBSDyzmXLuxLwDwPk5MzmJqp44OvOw29AH566/347roxrDpyGLVGhLHdu7BtdAK9 
lRLC+hxmayFqjRYKxRLCRgNPP70BEeeYmmlg8QFVAIDv+6nNAIWCj+e27sabLz4IZ514ED71tbvR 11sGA8dsEzhr
 1fG48Z/vQLHcg1OOPRRTs3U0wgiFYgnNWg3rn9mIKIrgMYbSwBLsP9IHxBEiAAwe 
SqUyntoygUYzxv/7hrOxaec0vnHLbxGUCkCxF4x5qM1N44knN2DFwQdi1/btCHwPg9UKZmdnEaKI 
4WXLsaS/BMQcu3fswM7JGRRYjMjvxYoVS9FfYmhFXDm/LryowAAwriLzIPCxYfN2vP7iI3D+KQfi 
U1+/F7f+4j68+5pVOOu4Fbjh8z/F7OBi9PT2JmUZQxQn83kMYHLiI057tZgnqMNWhLHJGfg904ii 
MHF0XuLofC+JAAb6+zBba4D3cFm+6+r2JeDw4hhjU+M4/Pjj0bN9Hf5t5xBedcz++PW6pzDaHEF9 
53YE1RI+fP2p2L1jHM/uqKKvWkHMgagxh6c3b8MrzjsSRwx6WPP0LowsThydx5TNRHGMQuCj2Yox 
NVvH9+56GscdfQhmZmo47KDlmJmcwI3XnoKnNk/iZ79+HD3lIhjz0KrPYuP2nbj8vCNw6GABtdjD 
6oeewsPbIqxcPgDeigAWY2BwELP1Fh549HFMz87hoSdHMbD/Clx1/AD+7uZHMTbQg+3P7cK/fOwV 
+ObNv8KfXX8qJmLgN49vxfEHHYaBUoRv/ewpTPgr0ZgaRf+iCj506SGYbTA0pibwnbu3wFuxH8o+ 
R9z1cfsEMM7hgcs9btOzNZx6wpH49i+fhh8U8KY/OgXTs3UM9vXgM/9xHxaNrER/Xw/qYZSUR2Kf 
XhqpB8IttVoxwiiGF3NwHiHgQLFQQKEQwPeSiWjP9+F5HnzfBwfg+wE8jyFqRWhFMaKoO3Tdl4AD 
4DzE9GSIV509hG998wnc+vCzePOnL8JBi5/F6vWb0TcQ4wPXnIx1P7kX//jQGBavWImrkfSgWzZu 
xiuuejUuGKzjpq/cg7WtMl5z0XIAQAyg1YqSBauWh1YUI2zF6O8t42P/z+nwAJSLPp7dOYdvP7wF 
 y4fPwuZdM8mkMQA/CLBl4yZcfs11OKsyjetv+i4GTzodX3nbSdj4b/dj21gJS/sDNFvJaGGgWsZg 
tQzfD7Cop4WvrN6Nd150CFYdWsK3H16Hl5y3CqXpCTz41CZcesXLcOjsGG5e8yx++MBWvPHyM3Dj 
aw7Dm76wBkMHDOLDrzwBt33tJ/jYXRP43l9dhXdeVMeNt+zEKYePoNFswetO3O0TwPxYzq82wgjN 
ZojlK1bi3374EL7w3legWhnAHQ+sw+qnJ3DRWQdhYnIKQaEoy7RaETyeTFPIiC5sRQhbETzmIeYR 
WBwnk8Pin+fBS/8xbdKYoRnFCFsRoigZbHRhXwAOLyhiavsmjJx4FIZr09i4ewyNEvDzjQyvPXUQ 
3//qRpw9PIARADc+OIpTTjkeD9z/CCamjkS5GGD7VIgrD+3BL3+zFVt4P47abxCP/vZxXL3qHMQx 
R9iKE1IsQhTF8NPu95H1O1EpFcAY0IgD9FTKaIYRYp6upnEg8IAd0y1cuNJDo9aHP3/XZahWAgAV 
BOUiwrk5hL19CFsROOeoN0KEUQxwDlYoYmrNE7hv8jScfuRy3Pzj9bj6tD7c//B6rN7CsLTXw89X 
j2JzPICjD+jHmgcewWXHnYXdE3fh+CMGUQVw4KqT8bXTOZb3cmxtjACNrQijYYStOH8VuAsvEHD4 
BZ4sPnGg1gjRaIR49rlNeNuVq9AMI4xOzOJlJx+CtZvG8Pj6jVg6PIA4nQIBA5qtCD4MR8fF0BUx 
4jhGEAQY6KtioL9fm6Mzl6lKxWIyeSwndLux/z4BjMFnTWwei/DBqwYwxxjOOft4nO15qLIJlA8/ 
CscUnsDWWhUcwAUHlvGjNWtRHhpGpbeCZrgbg2UP9422cPzyXpRr43hic4g/WHUYgGRZX9S5mMj3 
PYbZuQbufXI3TjruCNRqDQwO9KKvt5w6LIB5DDGP0Yo5Bso+HplkOLI5jX/6+p3Yi
 SKWDvVhxZIh DPaVpZOj878x5wjDCEv3H8D3frQOn71uCS699mwEo3U8+PAOVFcOY3qugRNX9uGW8Gk8uqGGK845 
FsA0+ipl7Gwm9vvwfWvw32t2odxTwcErh3HQfiNoNEMA3YWJfQd4Gl1zlIoFrH7kCbz98uNx2rHL 
8Jmv34vVT+3A+649DR+67nS85+9vxdhkgJHFi5JJOWKfABCICEwlMviejx27RvHDnzyDRSMrwaNW 
EsmJaC7911MuYu36Z1A96ii1RaAb0e0T4Hk+xrduxcEn7I8Tl/Xhe9/8Kf7pMQ/Lgwbmenvw2Rsu 
wl+8+hBc9Y0t+OrdG3Htladi8LebMRUxlHzAZ8DwkiF8+8eP4J0vPwwfuPZE/HrdOE45tAIg2SQe 
yw4u2c9WLvro7Smhr1LAor4Keoo+CsUAtXoTfb0lVEo+6vUmSoUARZ9heGQI3/vZo3jjOQfgva89 
E+vHmhiqFnDXozswVw9R7SlpzjQMW6j2lFEpMvhBH1ozW3HrhgPwtgsPwW8ffBgPzlaxvDyGZjNC 
cXgRzjhlP7x88SKceuQifPNbD2DZgQdgZnoW//6rZ/GKS0/EyOHjCAo+JmfquOvJKaxYWkEYdSO6 
fQHkhvT0CFijGWJk8RAeeGIrfv3IRmyZ9HDCccfg67c+gcef3g4WVBD4AeI4mT5jSBZXGQcADnba 
Ze/gl111HQoDy1Gbm0uHpz6mJ3Zhamw7PC8AoJb7uc4NgqCIoeUHwvO65//3JWCMIWy2wMMJtBoN 
RMEQBocHUGQcM9MTmJmcQLm3F3FcQr0xA9/nWNpfxORMhDCsA34Bxb4R8PoMJuZmsbS/iIAxjE83 
4XktxIV+9Pb2QZyWaIYtNGfH4MUtsJ7FqJRLiONk6FGrNxDPjYL5BbT8XhRak4i4j1L/CHh9GuNz 
c1jaX0TZ9zA+EyIu9aO3UgaPkyM/nEPi4bVRxAjQu2gJtmzZiWUjf
 fjk60/BZ77wE0wsOQwb1z+F r3zoYtz1xC584+eP4iUHDWLbrllMB4NYsqgK1mpidGwUhZKHJb0BGs0YE3UP1cEheOhOvewrwDlH 
X7UPTzx8Hw488EB4PYvRaDawc/ckGAOWjSxKN4szbNyyEyuXDcPzgGq1D7+793accPLpaLEAQVDE 
1o3rEYh6jeN05TSOEcUxegaG0Te0LN3ImcsRolaIKI5fCPm7MA/wiz5CPoCQt1DpLaM5N4caGIJC 
BYU+H/UWQ39fCaWeEmq1BjZPxyhX+hD5IQLfQ+ABvLcPiwoljNVDMD9Asa8fzUYDfT0VxDyS+8cL 
gY9WZRCtVoy+chGtKFn9iiOgXC5iOhpC4HsY6ClhcpohCHwEHhD39GGoWMF4rQkOhlJPFeXAQytK 
TzykBBSeRSgUCpibmcHwUBFXnn8ktj22Bk+2+nFYkaEZRiiXS+gLIkxPt7Ct3oNWbwVLKgXErSY4 
8zE0PIK5WgNbZmL4QYDegSLAxWmR7rB1XwDOOcJWiEVDw9i0ZRtGDhgAg4/ly5YAQLKo5RXBABxx 
6EFohiE4GLZs2YagWEKhWESjHsLzE7/ETvujd/DLXnkdvOpS1Gpz6QZLINlIifYdnMzT7Qn3PeBk 
82SsHehLNglzROneMc9jakmeMcRkXkxMVYAnkb3HGOnYmEaLpd/ochUHT7YkcY4o5vB9T5t3k/ih 
T6G45PEYA/N87N65G8ceMYClRY5fPz6JoG8QPaUAO3eP49SDK9g91cSWaR+LB6totSLEnI5JlLyc 
bFDu2vC+BIkdDA0OYtOGp/DMs8+hp6finD8VNhm2IvjgOOXU09CMGRqNBgqlCnZufgZBGCVXoCRb 
R/zu/MT/hcABMM93NGMG3zfyiSNUjME3CzAmXUXeVIWf9Y0pek78EE4vWxYgcYbLVizFY+t24/4w 
xoqlwygFDFEUY/nSEdyzfhd6KiWMDPWj2QzBmOe8c
 0w4t/RgSBf2QRifnMLBhx+NkeEhhGGY65/i 
OMLg0AhqLYZmvSbPXnuej2BpNcK27btQK3C0mvXu4b8u/H4A5wgKBZQChu3bd6VbV5KItFwsYHau 
hompmWR1+MXmtQsLBw5s2rYbxWIp9U3ZtcnAsGlsW7J/Lt2W4gVFtKamEBxY3o0jFrfQt6SMsNFd 
cerC7w/IKTVW1CKyZJTqidONXfi/ADrZupZMSgRg8sAXgxcUsf2ZKQTbx+v487OPwsGHH4VwbgKe 
31097UIXuvD7DwyAVyrjjlu3Iij4HiZn65ibm8PUVD25FLELXehCF37PgYGhVOaYrbcQcCQ72gPf 
Q+AnR7z0ANG+ZVZM3TJAu0eMSwJJPg49XZYBIK721NN5yp4rSM37ZgoohjViawzT0yU+XSl0t6D7 
5lvzIlK1csfkV1eZbNwaPrlDUmjO5JflPlO922zod7VxwoetU32FkgLTSiqZ9TVWWOUVDb0eGZQ1 
uGm67a+dHZj2qNum4tJtG6a8NB+13vRrsnpD8KQyEJ0nRIk9cnFTri27VY9W3VE6VCpTc7SdOW6L 
tmrTrTe3VQteVQ53O6f1blMw7YKCXTYbO7VI2s58L1lhd05i2OSyVAk1p5fip/mYs4T93ZXiWiHM 
/ubCDufCCpO8qu0MTBqpznEWD1l8u9yQ0ouhJ5JJ5mW2xtxSZz3rUuTx7vrrNjUCqd5cdeym38aS 
NAeRZS0M4EQ1Lr25gJZxYs2zMCNdU4zOL5OV6cJjSKwx1L6OzXJ2nSkH4+Ld5FSjYNilaVHcas8u 
3Nnc2/yavJLcHJlrA1kt0daGkddQSu44NZn/azMBmPO9kyODdiThztTp+UOaK7k2Ko+C2V9wKxfn 
7ihQHFGBnBHvjD8nz1z8E/y4Ykk3fm7JkEEjq/wC2Lb0kVlt3KHSfDls3TvyL0TV3HzOwNsWd6pv rvPZnqhZhrdRvpHXmcNxLpfIIC2Dd
 8pvR+wY6e2RdUbP1co64YWTdpNt57mOjjE4nKle0YymaxKl 
oXm6yVRjgGcbgJsRwUx+Gd7BxZ9M8mJYvjAOA6/d0aRlWZZ+oMlnPqnmzGU2JnBl9F+yIh3Owu7X 
3LpUAZGOy9WRUjpaA0llp0V4qguaIngQIjlP13C9Hpx9towoDC1qwUBOR0u/OYNgw2m56pP6aqIL 
poWYaX3KfAYCo6zJB/1k6juxaaeRAZxpbcwtA1O2KnnvxK04dENJi2JZDY70WwltLgvytKNRshpt 
zomM/DMyCNmo6KZUGY5OMMQJflHjpDHybDUBTHOGyrZ0hye/SVqGQ6T/NOxUIkXH3cOpBqWcoapt 
RmJ0WSeEBdnYpPxMVTb9p9E1GzCT8koswkhlj5t2CdyNQ+QXuKiBc6N+iPBKTdDpSxI0bNU6C/18 
g9Cb1DGndUctnyneBD6Hnmg9WHykMmm6oPQsXqnMuoxKUPOZ1InLzqj+NTloI1Xtwe50FB6nP3D4 
EGaky47Z1RYY6Swpz+k/Zbe6Hjn9RtqBqzFb7dai5yqr6if5w0E1JP63+kfTuZo2RWxLySpeueY+ 
TH1nbDRijvE5U0ykIQh1dswqoOa+hLkkPbzetSQ6yJhXonklHcgyqrdI6TjwmGN/cR8aOFfHmsQz 
GDgRQ4ia/BUfyBSwRG3EHXL+T32VP9zC9YULdbcfs6MsQz9c8A86r0j4g+BP6IaYM30GpJxUf5Km 
dOpSwVDTzuS6cXmKgmqYS3oCNdcoMKLXFCtjukuVJsYESi36kemOzcD6AgtpWEzRlfUD+8d0lBSQ 
cgqaWj7Z1vQuROgWoHwKdRrcCj6UOokNM9VvuRgkKGj/Qe1da5fEuKQ9pp0WM+qRdq+SHxo2uegx 
SkK0FWo7ogGLZy55oc7Gql8OyDnQVA/0O2FJ1TN9TyHD0eneW+1IJitCloNSgqgkV8XSfLoARmaL D01tXL2rnolrCk451
 RqZUY1umYXhAcoKXZxJ/VCcwhFTatygZ+jFQQMUB1eNx8U7XcNM3m1+qVzq 
Q4qYGfrjCkfSEGCAqENOdJDBHyepKSNMS6cC0/K0PvUvymNxzaELPNQZSUeuRfKctC1u64aRdUhO 
kBE7pY1Lc2KyAzZ0Y8kLh76ZJRulpZe18WoHB2QhKrstk5JDtx9OymrAVJqUkTGCw82fdKIkSuZU 
VpNtrasyZTfKSdZVGVPd2RGdTpWkyebsLkrzi1Zq1YB6TvSW1WW5+IBStmOV0pHZ8c41OcyGQnuY 
lEsHa5rHMD4aXkrDRy2AyscMJ0TZzenSaXlaMCs7dWqSL0fdKsskyCjPonwHvGkOi/YAtKzlKQ1b 
o99JGWbaIc1H+XWVF2DXuS6zFITgc8nnsENG69tk1aFvWl46yyz7M9uYnlWp3MG7ZZcm76YHheO7 
obOMlVPblqE5TC2TWQeupm3ynFtvCWRHdFoHRgVL/jIbl4VD1L/Gh5oskL0B09JhNDLY6RSniCxA 
QnJXVJkaojY/wTUkUNGGMhz1qPfo+qvRbZGCKiWNPiz+1T4nvSjTcMhdiSQKAJAOQYVcpuNRjVRQ 
MelzGk2khkh5tp/JhYgi2tPG3KqXFcGibitKt4xk1CJvqXvV+4uGqdVPVrQJil9TKhVasSPx6/Td 
c3TuEMrVHpUuaA2T+nHYiNQV03VvtbU0o3OOLkMOUb+W3Yp5DEefpeEV4+SsdL1RyjozRwWCtl0/ 
IPkZqTNDeKPvSN1IgjEta5pFxmIEQzpJojyVHHcr5LK+3Eg0g1XziqSppeNpLtIZ/Q7Cg1Ytqozk 
gXw3LV/iFN6f0qT8k/+JQUDWrdG7SNzqn6YHg2dKW8nAHXIrh2PLzRUOohdJz6wfq5tR85Oa/phO 
k/LMaVlKS7Nlgxciv+LXZMexUmjIoL2nz1odizkcnbDCrwUMzHoWuDR9Gt/sfLBlRaIHfZuDZMPQ qdXiS
 X5CQ+DUdEH+cQOHtFeVRytr4NHcMzNwUbkEI9LxJKl6+9PFkl6Iqb9UJ+ZfVZ7Z9evKL9oz 
9U+GLKZZ5J56ZrYEKtWMriwvyjLS3WU1Lp3MGFtKHcbm2nRoc6WXzWqfLr+mG6k590fbJMWvyyYX 
ERzRqZpF0olbCyoaZbOWMmrNoOvSuM1b2tB5cg+c7+dv6XZg7DCtk3T7nQOI4+TuPKvuHXZn4nHV 
l0WFZeTTdMTddW6k2VtMHLZA8MpHVyRB6zFDUMv30MecNke/O2VmHdiBlZdZ2VWWbGzM+t/mlrny 
GnXqdHTaRk8XYQa7J5UTlKp2uNHrpMkyX9b+OdlhaT2yCCL0bSuiB9TSiZB0HxDN4xYMek9p0Cej 
Lh03ycNgjBRSeahKRedo0QCRW9AjMsL4JmlyMn3MBG+qDDPeBR5m1iPBq4w9cXIR5wgjf5+6Mj+K 
IviI4PvJr7LLVW2iXymS0KWslBSJwxzEynb2UEXhVsMnYZOpjVE6GXg0XgVdMcw1+XP7SLuNGfVJ 
614s4mnfORn6cV122UYzZDHtWLLgktksK1BSP0Dtz0gXcmh8cgNhKj/NIyDjCBhTBbOA2SdZuVZG 
9Ej6WbvEYSmHJIJ9d+Sl3qltysowSzEjhcHKoxpDkkrP6iYyEF6EMTn4MXtxnXmCg7Q4JugRy2Eu 
Ga3OVknv7IhNuWk+I7s828gy6Mv6SfTkewxhDGwdb+Hu367Fpp3TYMw8D/1CA0cccxy4pA8vPfEg 
7L+4nFzLTuo10TCxEVqlhu640/6UJ6MOwIoTqbcjRIhFAUx1RLScsjPT5tS8rKtuBV6e1p9LTo0r 
yaOqbzWnS9uVkl3yy6guFH5u2q/d7Gwgbd/0fHSbipVm8sfc3/Xyur5zt5eo+UGzGyQNx4hyNCxp 
j6V/5sazfXzd6p70GtNymHg0Y+SAuTqqbzexwlLCi3CE4tEwZk5yMeObJZuJHxoPnHaBTJ
 fGlkvv WmWU62qEhOfcxQhjAUPvUBh2TYX48S8fxkhfgFddcNyL7OQSYAxY/cha/PSuNbji/JOwbDAxZW44 
OwnOxQjRAQNWyC3SJB59i4YWMRhtwLavtKu3Ikm9kzXLqjpyLbokeexFfS0kl2miE5OOWzKR0XhN 
foyGnpWuhFO2ai4Quvpq21Ztn6OyCppce6UBlVkqd3uJzr/BFtejATneND0yF5EeGauT0IW5cJk0 
pZVk0WeONPGFWe9qUzCDOddm1ptJQ8OV9Y3sOqYbkAGWRowAl41R8MxktGeahJBL/6o3ZnevTzCJ 
CBZKnYxB0qZlRMPyGMB8H/c88jQW9wV4w1UXoBh4HTSPFwaOP3wlvvqdO3HPoxvxqvOORNwKlRNm 
xjjBXanQ6twSiiVOgqV2o9mGYY+kPhQ+4ra4XUZ8130wsQdZJEvjYrhO7MzljLQ5ChUF5s5iSt6Y 
JYvs5M10SlkND/TIS6ywswzcsG08izfTT9EWobe7NosReQbtiDTt9p7mc9mPk+886KCMw9e2fbfe 
XDJk8JP3TT26K9HkKY+mSy4zbzvnIx2bxKk7Po1HogSPMeyequPYA5ehGHiYnG0mP3TzogNHtVLA 
8mVL8eizY/C95McKKXTqjHPtj0Rcmb4SZn0Jr6U+WPOhrvwmDfFfTgjN0zztZLWnSDrTTpYfa1ue 
+CLNxkjZzJEgOq87mp+Oq0z+Olh1bcNM5nBSvZsDOzNfZ4LpOVxlrDRmV4fpFNrhyOYru6o7cbR6 
paTfXEMu5DuzNn2fyme0PfHXJavtaFn6K1rJM3P90swLDsRR72GDadtJwKV/3evR+iQDFg1Hlqc0 
R7RWu8n0xCyzzlx56VO7/O3wzscZmTaWZ4Nm/vngz2t3879U35y8F+80fDZIuRuuGL+36VEJXXHu 
Thuikxqxpwo4nOdfeRq6M3ullunFyQoO5R7OFmY1CJ7KSZAwoi9bMQ4h5P
 wDFdUYdmi4MvRqzOW4 Tngqw7Mqk7DIweOcEOMFhsxV9LypI/nqns/Rs3J5b55uG2RTK3RnJGeZaEQneGXpMJdUULIayqAt 
ShBWrU3wBpdZHSEHpL1Z82Ru45blhP6yXazDgM2IRvukxrssfVYLgqQjNuw9mc1Rc5xqWJ8/9GaG 
XPN3dOZ4Oqe3aYPIhS6HLKkklwt34Mn7oR/33iUzj0GPEHIOnV0JqlvO5CWXD6b9SZ+ZM08ufwvt 
Jk3gHJzvSz9WbsbIOWCpLcc+2qEixmFfLQAroqNlWFpO/5ZNNftSSgPth0qlAAAgAElEQVSHkwdh 
DxkSOdI71KaLoZxPLHXy2XRpMtPebZvudOgtYME/k+SKqtxRCtRtDnDn6ySqs3orV/BjpGXhzR26 
dhhh5oXuVL5Ohq5t+XVEdQsF2lNmzTO11UGnvdMLAlk1OY+ha568PF9norweubltE7Ajl9zn9L8s 
Hygj8OwAPBM6HrpmRMaOAY2bgEHI3re35zadR17AXv09uEzlGa3aGHHuIfI9K5YZbec4q3aI94ZD 
sodZewlfDqLcrUL0r/yvUykzesAFaUkvxx1Pe0xi/mxk9FyOtPnS6IB+VnU4ZjTmRdoquxf06RLp 
+awmAc7lM47E6JN/iQsW72bG3BteaUUzUiHkO1UmPROr82AUNGhw411nkGt5uEafS/aS3Fyl0x5W 
8qNRSnBJHen8uaaOnNNJhoySjuWUBG9Ebk55NvOnPBuyibrQeBL0WQaPJjCorrijf6688ymfUc5i 
KjvJqDpdbyLNqEbns2gPprIdPIkNvwqPyUSGsoW9S0em2iCtq8S2Sb2KspwW55aduNqxKa8lW1ZH 
SRusISVvh1dD47ihOUs9WhswrlLPIJb94zhMe7PH//QWE0HGiLGT6MDY/Mcgn9U0h8BFylpEdQ6Y 
Y2c/M8bErnkPJsYWYNpiBIQ0ThyCHztdltOIqIlS+oURQ6
 E3hhhSG0QNuYwssn7y2zmZHzJ1r/Ly DDwAiPWiQ2/4AoHTiSSg3bGmKUPVmbBRRy0q3Ug0BJ/Dzk1a4uJORiteK2Pzpuo6nfuj+RT7BG/i 
xMzTPFRY52Iv17JYfKg2StstyWsi1NqDs0j6QjekK+/Zdg6eotD4NX2G21/t8dC141XTrPLIlMfI 
12aDo6uMUUcL5cH1vVO+5wPZq2vPD735gOgQYs7B4heTEx06/dGkvU6X2GPH87ok33zaTZZd5NlL 
wqMe6O07tfbCQ8ahfvqgrloGiOKMihLRtnu4oMJr2vnRUDWZbFc9q2PUZuFmTP/kdmzq0BfFy6AP 
P/TDy8lQQV67Lunox8tkf8QohfQbI+gcYvBUCElDy6PoSz2K3wdg1glj0fc7nbHSDaWVfKETwoIf 
nr7oEauOj5uEXiTIc3HqYHr6TmXikGeahTrIThFrMYASlFGI09aVjhN8yu6dzMqtHy4+jQP4MEaP 
cvgmLEZsd4GiqfGm2CbN0YnfZFHZmLklC3B5bGFLSqlM1z102xP807afG3hobZ+0VVBedRz5v+vq 
CJvlJ2PZWhyt0vO4SsoPVvjr2kNk8mHRd6Rlvav8hGfhBq11bY01iyt935QtuCv61p+ZgwYpRR1N 
1vDAkshgw6Sn8U2MFcJh2wfDXeDaTrGvAbN0qH2ENrUgbdnEAaN3zKh/Q2lKp4SHHNtkrroGc/Nj 
8AwYjsFhI9ow2ZTJgZ++uexcG4pntTFzbkR+VNtxNFkz+XDwqTUH0o6s/xUs/CyPNdPIYXVB5ncr 
LeN9PvTz0jLx5tDrmJc9xeHif0/wdQpc+5OXxZ2YTP6WyiUUiz7iOOkqCsUiAr89qxxAsVRCwPJZ 
6Bisq9RdPLeBPKa1iC4jnxn6uYYjuSsdWTTSMrn1kcOXlm++2jbbt/GpHbosss6Vwee/48xedRU8 
0RUNQK6OcDOvA4uQSaymWjLDkJsMJileub
 oivnG9rFlGlyODX66oiWeVlyueOaWjMEq75TTdoKPV 
qYsPQV/k1elrspr8Ufk03XKNNnfSsle4ePpCdW4CRzJH53ke1tz3ANat24XeniIQzmHDY49h62iE 
wE+uUBLjpDjm2j/GOdY+8jC21CP4nCM5ZJEMh+KYp0fN9LJqNZ7ki0kdZNW70aa0PlnTp52HZ/yT 
/3P1N7Ot0Dbg4BE0vyUH1+qeflP1yy0+KKFMuQy7NIrZukwL0GGyzE8MxWwrug7s1VGdDrd4kzhl 
m1NtT/Fs4DXqVIDT0TGojjKdLkju/uf6N6dmckDgku+GRgUNEDryNweUJBafWpjqsCgLRxZ9V7pB 
CyY9ki5oiTRKM1NvBi1mfDdlY4SOWUeg74LnDHk0MPimOFSW9JaMmKNcKeJv3vgqvPlDH8SE76Gv 
vglf+/Rn8PMH51CteChUyujtKaKnWkIljfqAxLgLAP7+4x/Dz0bn0FMooVotoVgsoq9aBvMYyj16 
2SiO0Vsto7e3hJ6eIqrVMsSWgthl0Ya8VB5reMT1OtHycDce0yNYwyzHt7b6z8JhpNG6d+azPFRK 
38RBwGzfmfQdNFzth+rQ/G7Rpe+uNkp16WhXzCGPs06Qt+rqGvTTd5480l/M42Y+mU7H9EQAOl3k 
mhyir+bWb25nd7PrwMlJejqzqc14MHV2NxsXz9YR5c2UTbxTHmQ5Na9h/8YNy6Bn6EWfsFDPRBjz 
YkWNvuQNbmAAbwEDS0tYO/osvvn9tbjh8j5MT0ygEXoAitiy+hf49o9uhz98FK659hosqwL1iMNj 
iWyz05OocR++N4sf/ed/46G1GzF0wLl4/TXnYdvv7sTN37sdpaXH4eprrsKyaoA7brkFxUIdt925 
GqsuuQZ/+NJjMd0Ms+dyGNSty9rEFn1mjjpyqJEr9dM6Y+peJBLVGPqTv1sLt/NwrfhQ/tJC5nyj 5IvasCMP5ck6tSRZdhQy+J
 UXdHL1V+nWYW9GGU7z0RUfOmxwzENn+yCabBJ2582do0t6ELd7t6/5 
YfZiQGoYjMGYfKWNjr5ndCU8QcacZXSe7FTL/ULt2NMvowTInqfUbvSIUat9Fcml3afkz5DPpA+N 
B5CeSRi23i3J/VgOnMbPnOTQ5QoXI3blsrU8uwIQhSGClSfh1Vedg7u+8+8Yne5Fteyj3FNBa2wt 
/ux978Puygpsuv8bePenPoe4twIWRUQCYGDRIvzgHz6JT33t5xhZsQSTW2ex5ck1ePcHP4ixnpV4 
7r5v4D2f/jsUe4p471v+BF/4/kNYVPXwiQ+8H/fPRigzoN2JW/0eNBjPjvpyRUHEf9BJeG6EEozp 
exNl6zAW7TQgq5e27aS/ZsUctxOLQkimAgRtliWD0WlboyATNQBt4cHs/Ij9ZM4P0rw02tP0JD0H 
QOzY9HWW3WskEx2ovO72kL+PzuUxCa0sh6OXtwO4LFzz8dyuTthKczo+kx7VmtxOa9B2vdAeNFsH 
ro6UUtVFc7kySJ7cgVaeydr5tIAyo7ibDkcMyDmTid0TuOLaN+HHt78LP7v7N6j0VhGwGA8+8M8I 
l/wRvvCRt2Nu3Spc/8YP4acbb8RVwwyjIQdnQIxeFJr34Ws/vQc3ffr7uGzVMADglm+9G43hP8bf 
3fh2zK59Ca7/k4/gls0fwkGHH47XfujjeNVBRfAHL8aPntiNl60aQS3OO5djyGFFCszOl6FKXWe0 
cSp8tD5d9pxEhVrv5eSTllVBV1YdKxvMlYE5+G3j7CzeWFZ6B1gyyup21qkdm1mZ/W7h3pNVV9Gz 
kb8us9OXF8w0hWWh9PPTshqCTp9bKY4AoCP6+VQ7LW9/7QxjLpDuMAtXJg3GEMcxwmYTYdhA2Gwg 
Dmcwyg7EB647A1/6p5sxHcZohTXU5zZh6cB+AIDJGWC/Sh+2bZ4A5y2EjQbCsAnOAtTH16HQM4hh 1sLu8d0Ym5
 nB7NxWLBtYmZSdZVhZrmLzpgn0l4ElwRSmdu9GpRiAT9fQbDURNhuIotDZ1uZnV3l1 
6X5zWboFzLT/9lZl53HXl96G8iyU5+bJAsq32YLnY935LXJhvC0EOnB0Nqv0jzUhbuSTw9+8OuZZ 
H2ge41tnfi4HJzU8DvkLkmJY4wzJiVu0ZOX6a1vmHGlkWVCjL+VwmU+mMt24ORLcTnb0ujU/0ZXo 
MAwxN7YLJ7zmBuy3+Qf4zweeQ0+xhL6hM/HoEz/DOIDxnWvwm9kpnHj0IKbnwjSS4GjURuEtOgul 
2i785OFHsXjRMPwwQH/fKqx58lZMAhjbsQYPzs3gxKMGMTYxhzAGgkIBzWYDLYjFCLUaawKz6siS 
SAmak8+eUBd2TepCmoWBj3P3IoaBy12dCq/LFtVUB9dp2zltOTRo42QIfe1vmzZrltF5hXruiA9u 
/HN9y8eTf5U6d4Wt+pwDVylWvmSe3zF8NOew2oW/Dt6z5ugUP9mo9HtZ9Xc1R5fKx032VF63fmDL 
R57U4JQMXRw+3JzT1I/A2cMerR4cIL7rZ14N+TI2zgoMYrWTc45KTxVFLwaPhvDmD78NN7/hLgQs 
xsmnvR5/cMTtuOjM88Gac7j0rZ/EqeU6xicZfJ+Dx0BftYR6fSluuvG9eN1HPoL7vvNZsN5L8YW/ 
fB3+8Ihf4oIzz0MQh7j0LR/HKeUaUOlHgTHwmKPY04uSlzzDQ077MDbcUsOQz7otS1zmDIXozOkc 
nabvjLOamk4dP7WZInFvGCZtjHO7VlNeknUIYk1EBpqmic9h2aUNDt2QSUg5sM5qcCSv8AOKr7QV 
avMKSjc2yqxxM5HHmD6wmuRVV1zOb/rEJ3HkkUdiamoKnmf+lB05KgOqLPo7mhm/qSq5UAwzWpZw 
av6EoW2/+llXE4fASyudG55I4qX0RAWKvESJ9pWK5Hyjxqt+BIzyof20IqVN9EX1ANKYmIYPklf
 T LOZ1BIwYKO0YtOab5vUY4AcFfPGHa3Dwkh78wdnHYHxyLvkd1SgGPA8eOFAIEDdCgHkIAh8BC7H+ 
qXVg/StxyIphNBu15Pr1lHTMYwAM5UoJcxO7sP7ZrVi87AAsWdyPAppYv249/IH9cNDyITQb9US/ 
zANjQBzHAPPgMaCvp4xb7n4Mz+2q4+1/fDzCZlPpNNWZqi9dP5zoDQ5bovWVIk3zJTlox0Nvu2Ew 
2oSwP6N9cIqL2ghXnS0N+px1ZfRyZkhh5tfsmevO2dSRKQMjMutt3bY81e6Z/Ku1Sag6MvXkxqiD 
bbO0rXKtDkqlEn5x5x1tjoCRN7tHSf8oR20fAUv/Uz9DZpQVbBIjcfOglbZw0DTz3ax+6iToNgtp 
aI7rrLOiJSb/2rw5OzlCOyWq4VHXvmcoklGaOhdZ9BQpWoLJVUOKT94z40Bm9rceOQbBwxb8wAfn 
HFHUQsR8HHrU8QBvodmcA8SP6aR4PS8pW681UOgdwgknjiCOWghbLTRYgEOPOh48bqHZrAGeB595 
soEkP6DNCS/ukE7bQuPQD9W0eTGsVob2gVqnyYyM5EG2DdIcs5CbhDVcurM2617+tIDzxlsHSlq2 
TT6aaC7A6CvBdqlENMNB5DEDXZ95To5+Ny0/uyV0NHS1xm4aY2roY+fRh65uCY2m7mbUoVPXeqoV 
2XDA3EDEtbJ6YydNXabqQ1eCiw4HrN91za40l3PURjRMRRu6XO7bW2hkkmcgoocza8MemmfhUfNi 
jG61TyGKyWYPHqHeSH6TS/yugpZbRklA1ArRaoWqcTjKRhot9azm6Nyg6UsLV6DZBb2owaUAvc6S 
cpreuNmREDnJFgoa+clwjZkdscqQfzuK+GbgIDLQNDFwkfhMdBY4dOPy7W7mNNCzkLOuWnshbQ5t 
+DMaufAzNKIzy2f/gLVpGCo+VtxrkhvatNLUsCj5xpQGTEOmNQIoPWiGK8pCGS3
 FTZUCYwghn2Fr lNLUSHI7v9k9arpJ+aD5qYVRnoV+aKDCoOvH9Ewmn6I+NHksxtS7oMGMsiZeiZ6D8wicx7nOxYRO 
r1HiUobOy3IeAzx2twomsKYfmfkskRhlyINmfy5ny4w0l1Mg9erk0civ1aNhE66y1E4AJRtti3Q3 
v+blhA0KPBSvYZ/01hbKg0sG8DSEFbJQ3Rg6FbjNdkz9g6U3s707ZDGKZf+ANW0zTP5Hspge32xk 
6TfTeFx7ibJ6hKwJXq2sjlvzQxkLFkoZhhOxHAV91b8xlxyud814CD2hLxrxmupgDrkMnamsma3d 
/V1TnykLt7PyxKeAc2Bf+RUwzvX2pX2DUS8Zz3nRCO2AjHzMzOYKdzQbNcs48mv8qEJZHEofwxyp 
Rhq1qaQ+ucWf7reVfWbjzaZH2yWz9G0EJIbvYIaN25DRBjScOk8LWHV1ZXJn6CCq7QzctpaVlXSO 
3HJ+dsPIR5olA0973rb6sT7ambWggrl4zA7nXZ2xC2w5WEZ6Bo8QUV3nUdrzDZwjO1qyMoMYBrKV 
CfNbhlaNIMWlW5OOtehgOISOeDfZNb9lBZtkpJS063k2TIsHt4zOoln66ZRUmwx0cKew6xjyf8A6 
h5qkZfYKjvJO+3HhymSkszJ2XdjVyWB0IM45PA1FBk+dmYq5uCEvfCRqa6enPGfm6owz2DVwpXMZ 
Tt1mzAdyepPIiw/09wIsMDsMpn/T8IgkpxJ5ai8sFx+tO6k/2hgB3ZgYtTm6mq/7Y7OYCaKB58pg 
fEjKtLmx2/Rjls5sGfN4dJXNwt0WpZnf4YLMdrfgG4ZlFtFLOVqh6cldnY/+rqIkzXyNHsnFq7Oz 
5txYKdN7QbW9RKevbx2gvQW9YVjlsm4Ypnxo+Mm7Y9oiaVRMp2PohhYXX+azvcQEszfM8mHJiDVd 
jADDvuDtYu4+jQMgs9cX37QbhkkewO4U5JQTSdX0mRVxcb3taEy
 45pMzBKB4dNNR++i0YqD8cPB0 vkzyktGY9bZjfM+Mgu12afLZdmSX1gdt+7nZjTaZuAZ9McJEkru9hOZdaCSRl8fEkdPpWuacVcZl 
9nm885x8eTjafWsnU55OXLJakWb6N8/ddMpXFg0dUkp5UdQLDOKetCzI03cnNpdn41l5XeXa1VWn 
NjIffugXVxvpFEe7tpv3rdN23w5fu/KdtPnsVVcrtx1LqH4FYNYWC07KM0f55NlWOjfKqEcV8tJd 
dVm4c3BSh8/MMJ7GSknXodMj8ls9omsHu6sMV8RlpCoarRZjmNjg1pnIq3Rg5dH4oHVkmj6N7Yya 
EdtE9hVHlxnPUbkAgEHbAsSEjrhDR8mD9s2sQ2f8q+sr2eRs5jGAfCfjA9h1kYNH4mCEpsGRVIXZ 
rs22JtqzYZ9SZ452ZfkIypgqa3Pvqhtz5yN3c6gLpenAzVe7OTqn39ArgYb35oQjy9iwo3vyrBiG 
AKd5aRkbebueQfGa4BBXSbnzCo/ocqLc0o/ij3ywxkwpPqIbuiPAlsHWD9WZ3Tsy8r/C6K4Lpu+6 
sOjqLPCYg8cx4j25C2IvAo9EdOmIffRWQeoRqv2ZuqVtj35zkEiSsmMKObzPM0hiW3nzZXmRtl5/ 
THVCVAZO+TXt1mVBDt6dTJj53PrQ25gdyFgyaO7OtGxYvJm/yGjzlTlHxwgtTi7PFIzSxkQ6eM3Z 
pX0iXRpjkJf2JW1dV642Ryf/I/i4q9kDYmEg4cNYCRW8p4oQ8xVaVGLt19PlpM6JgUu2ZAzl5IvI 
xmkcxtW2Jk7niUQPpnSmzSExkEZNLUMgE3ILHNAbttAxqQ+1DVHNb9g9pUChbvV1X3jwwoPrh8OT 
dEC2bgg5GbFPcfyP1InePUlbUs5O5CPpsl4VTXPeDyYepxyET9E+mSEadx3XE3Yk/iNbZWWfSurW 
aMfyqBSVXfeVulwyL3VESk5lqwIJsVWrnnQbVG0
 swcqYktnWnWjvtMNnVA06b8ico+O6U2Q0xDfc 
vDAeDsd+Hm4ES4YnZvp6k4pCmORBkiEeW+9YlHmK1SQzGtFMmNEojh6Kths3ALJFRVlgUgeqkZmr 
PgkHooIFD6pxpGykBbhWj8KRKp0QrTCFnRq6klvxJ3GnDEqDtXplrjoBUF3ZwOVd3haSFwW4c0ik 
7JG2QqZ9gPUuOqAUgz7sTHoDShkkJ9S5VZFGshE8mQvELP+Zp/RN+6cNW9GkdizcMier/OQyCqhz 
tXSUpDk7pvA6N1gIJqSNq3clNz3vbXQWmqyJbck2LFdOrUaZ8ql3MgKtyzqzNwxrktCuncuGox0+ 
trKmzYZTYUjNyW5L9Tw6Als4edO3VpeMZslohEx7Fr05rUSKm1a0claCP2L8usnpds2IbFRv4FoV 
u3f5qWMt0g9Kn2keB+OEP4VD1Y+uB70+DN3IuuWgn+I40ZUve7RsZ/hCgpdG8rErqkv/02Q09EQP 
qbsPuJMD7JpDI1EA150YDWaUPTluLqG0jLLmwmz61ShjBAIQNDPsn7Y5QNmQNrWiOlWLNyK/vWBM 
9Jt+0C/7IBdoQHWodnNlRhsW71xrm7qP4ORZMWF4rTY3DGsIlBD6q60cq1xeAKA59uyM5jU4zqkZ 
R5ks89Kub9ecLO1NTDoOHki6xY5WD22Y1XhK6Os4FDJrHc0wFjc5ozt2hkL2c8w5RgYq2LJtGyam 
lqOvp0QazYsFDL7HMD1Tw87RMYwML0MUxUaMAJtHQ0/tzDLvC929b3T3NBdoJGhdwUSKOOsrnZZw 
nnphotMDaFSeyXWW/TnSnXrMbG+dtXOx545bPYJe2FCL5tjcIuRWsoT8fXRQnt/0m4IqPSzuuvWC 
OhupK+IcGSB/5CP3miaz1zUcLMWriiQGYO9yo/SUUeqrrHpuYVBqfx3X8GgUWP6+NsqDzS/T6ChZ RT9oGmK2x9frTOQjQ28rL9MC1Zg
 DLGrhjGNX4Md3jeMHdz6Mg/df+qJvLxHSbtiyC7FXwRnHrEQc 
tYw8xh456FrS7NplS6JM2h5VPhEx66ccXGNXk4Z9MiLNrHUwGnXpHOx9dEx3Gjl6SqJbY0+fA3Qd 
6Y4cUF2DfnuJbX9c5kn/Wp7L5Fufn28Hehtw1ppVJv+aJupNM/Lk/hAMy0jP/JuBi1kpVlk3fXdv 
pZ51l8EcWHUZjB7ZwXceT5nPzEx14cui4a4fm4aeT9Wfi2ICov0O9xXwipcdh/se3YhHnpvu0Byf 
P+BI7qXbf8kwTjt6JUb6C/AYSzYzZ9gjM5TPHHozzSW3NowRhrOcoXNoZTL4JE9mObvuHPXgSjLb 
sW72uXxYpmmlZ7cx08byaWT7EQu/2SYdbdTEkX/WFYA7NiF5hHExV6+Z0YAyMeZ8ccyjtMNgXr4o 
vzP1pp8nNoavFkckXS5SiHS4y7Tz8qS06nXdJyOcx7JI1JCnncyTEaSciYMxjjgGCj7Dsv4AV5x9 
OHzfz6HywkIrisDiFnxPOTlqj/nQwdyHAC2bK6Jztnfrg33BpoXcyV923Sm7ayeJeQFsu6bkuKOj 
LZ+d5HCOdJjuZ+ZRM6DjQG3UZSDI30dH/rfQp3VIl7PN7CxNp8c7ZF5aTNpDjnjGJ5dx2Wnu3kab 
1JQLEcKARU+pD6MtXbDM+FOXz+BJW+xg+t1ZutlSQ0/ouZydKzJxgX6WkpP6sxmn+mEsmadL7s6M 
wFutDqi9EMCTxRHPs50ckNZrngOgDiin4XN9CCujNEeVi0ZmT5qDbFfJp0/LyraRKQMkPfNsp+BJ 
RVW6tebKTAon+YwAgNOFhAwkxNA1J23pEyDIJH+dgzkOc3c+C4jodKFNf0p9tz67l+fX7UjKxQz9 
feWMvsFwBbb35TKfnWrG83Z0z7VH1ZC0viSTN1tmNx37hIXJF6VkRnRZtUa3EGRzZfMMsnqG3Nwv LDDZS2avauZJZ84
 IZzsJPTWhrRpStu0YO/PIM6x3O57R7cPJiwwi8vKl34yIzuTUTHHxkYE5h6qJ 
z041dePWEjdqybRsR0RnQAerrvnQiSo6zZWP4vluYCaPbejtFXZMJO4efy8TRXZ9OJqTiPxkxCTj 
luQ7YBgWNVrX9g0RFaTOl+l5zSYP6KdXzGGcXFCy7GMv2FwOtLv/b6/SysJLJ/bb0N6z5sMcf9vp 
1izz4oLzLA+H7CzliolME4wbK6cAM7TJjJCU7vI3ypJ32j/Kf6LnVpidZbJqU8uTYtBjUNKwmNGr 
cFWtSn4xzoAMxQFSpc7VLTNND+eFwp3mozVs1Xu5TU31ee48TPsjMmhxCSN5tSiAAZbhGqtqaR6J 
T9gAN+vKxmfxSzJrtqHxnBf7Etxcz6RFAWSuje7RpLqg+ZJ3s9YJH9rIg1llLWaZbjs6IrXCqceO 
jAhC4hyiKBnzc6OsVV8WOyqdMf2j+GQGpqZYjOiPixaX2pOoe8M3uGLDhJT4P7Ut0yd10J/lX6Wu 
cZ6yoV1jbAwTNcdGuCFzXqYlcUbSRAE6YaGJTLNx2YDmfZW69g3QBryUPy0bJ7QMMG3euexv6BS6 
HlU1c/IoZOQ6bldHLnepUnOxMql37ipryk/r1NCbZNlVzySPlJvp7FAL5QZ/Um1c5dM8MNEd0wrA 
ECznmeI1wWF/ho0y084pfq3FZtS7M4nISd7lxl6LRWEvpM0Q/dOpFcWO1bChzQlRvqWOafs1eXCJ 
xaFdpW7aDgDrZxbMdmxN4jnA2Z5gqRfI/AHrxNvK1SsG6YmlF4Uut4sV7ZydStRoaOkMjjSWKayy 
fUaKGFJKnMz+rjkzrqWrIRFJNDo3iZb0cEo39j4uu1fnqZ4FX2nnIehbkSEx6FQvshSz+ROMqboX 
Zk9ykLql+Gk9c1IWIPXKCBIj6pSLNZJf9Y/D1jflQ+lX6ILyCF0HhFfBJ8XvrA/TxqgMxjerDBPp lmV
 bb1QXmrCORy3B8oNc54+0K4VadBKmHMySg25M1/ogh4Og9MWtJprshIxeB6pM1mq/LbrRRk2b 
AtWnkFNkY7Kpu3xR9j464WS1JqKetA45o1eU6fLiP11C+psdsucS36yOwN4s67pdxerkOdPeZdjL 
yY72tEcT7+KQu9Z5MSFHqkyuFjSs86hMnxxXz1x/50aDTxlUuR09odHEuJ3T8S7qy8iVOYFv5NVk 
MWm76Vl8uiIJAx/ckjv5aedgVLKe1362+XNi45z8cWhdVqldx7q8Gbp02gusNGe9pg95lyFpvFk4 
3bK77FSX2e3u6XcNj4MxU08ZmAwqRj7R3hhL2rvD2WUvRjDNf7gzgDgnbp+MUBPNKr/mdWi0lE3C 
ek3dpiO/MW3r6EkSJ8XUp9RbMaMMLal6wxxagq+04hhj8H0/Y9K6C13owp5B4gWiKEp+1FymiPBD 
hwX/rqsYP2u/AC9DGpVFD+GYVlYyZ84DWLTS/7S5Nwdf5t4pxxnI/+YAACAASURBVByO6oFUbCgj 
OfJJ7JnSyRD+OJnZM0JLxhg8z8PU5CQmJiZsebrQhS7sIXAUiyUMj4yg3aUJQOZZ17QQoy4heTKD 
MDqctkiJg/EaBq58hRZOqTBY37wAy1lR+rSM5qm0PMKhpc6NlpUy0jkIOk+gD3FcQajUUer0Az/A 
s89uwH333oNarWZqpQtd6MLeAAYcduhhOPtl5yKKI33rkeEuMubo0jknrhxT1o58FYw5xrpk7ksf 
eOo4VA4OPbfySHJC1iir/29M3ks/qo05tRtJacRGYkwNhxiCm+kSI0Hv+T4mpybw4IMP4KSTX4LT 
zjgDrVarO4TtQhf2Inieh/Hxcdz605/guY3P4fDDj8DMzLQ8omje/J67vUQbsRnDPREFMfpdG7qq 
oaAc2IklY0BMlqlvlDb5rrNlxpdpyVQq540QctibpDOxiKDNqXIyqqYXgKbOk9OFFKUY
 XT8J+J6H 8bFxzM3O4rQzzkjSunN1XejCXoehoSEcf8KJWLv2cZxw4omYnpoEfB+umbrsize16TAOcQW3Ouun 
LtUT75pvAYMziqRzaKkzY4whjuN0OwG9+FFEjcT5AeBxGmYJHuQrjUR1HgRfgk+54x+6P3VOA5If 
YXWfhFLzdoJSHMeIogie57WdP+hCF7owf0j8RmTNmXGj3QMdLEaAxyiUyygVCoijCPA88KiFRqNp 
BnBy9MpIeec6BskjHFtPby/Ceh2t1OEpHjj8IEDgeWg0m+Cco1ypAFGERhhakZK+HqKffRVBGSN8 
ZfEIqKDSte0q+Q0FfeuKXV7tWXJNmOalWXKR1Vz67ipn35Jh3izcWR6TtouOK38Wf3n4OsVB83ZS 
LquM631vgqs+rDvsAGcdZOnKhb8THtrlobTy9GWmZX134TK/uWhn8Zb3LfMqts6GrqpEsdKL9Q/c 
i1v/9w40yz2o9i/BeRdfjGMPXYLpyVkAgOcHCHyGMGxJpoKgAM8DWmErveqawQ8C+B4QNkPA85Jo 
zvPQWynjrz74fpz9jvfhzJUjqIctBEEAxBE4PMxOTWGm3sDSZcvQV63i3z/7KcTHnIzrLrkQjdlZ 
FIoF8KiFVkSiQjAUAg+tVss2Hm1hRV1uTs9l0oUSMwzWNdo55BkGkG3U88Xpwp9nNJ3gW4hT2Bs0 
XeXnOw3gapxmB9SuAbfjqR19F9/zkSPPsbvy5XWw7fhsRz+r3J50GqaD7CSvABdV83qP3N+tYxzo 
6e3FQz/+Ab72m0dQ6BvA5kdux/V/fCW+eecz6CsXwAoV9PUWUG/EGOirAjxGpdqHghej1ohQKfeC 
xTHK1T5UikC9EaHaX0IhKKBvYAglRJirhzjlpWdiSaUEPwjQ178IrBWiWO7B4KIh3H/H7fj43/0D 
evr7Ec/N4NDjT8DhK5YhbMXo7+9FHDZRqPShXEjuJatUB1AtF8E5R2+1
 R22MTIfEjDg5EYGKFVlx QkGerKNzleYiBRdJHG51G8p3GIKYFliokbQrR2XvhEZWnoXwtzdo5m2enQ8f5nPW305wLZS+WW4+ 
eNptKG5Ha7405vttTyNjiqNdx9YJLdNVto3oAKDVbOLIy6/C+9/1RhTxZ7joX96NP7/pY7j6vu8j 
fvxOvO9z/4ZtkzM47PQr8Zfvfy0e/Pm38cX/+C5qcyFO+sPL8Z4/eSOe+vG/4tNf+THCoB/n/+EH 
cEjlMTz2yB2474kWrr/+rYhmJ8HKPfjJ/3wX69fdg6c2T2KSLcfnP/VRbPn59/GrB9biHe//IK7+ 
4EfAJsYwO7AMA0ETX/+bT+B/7l6HoQOOxwdv/DBWFKfxtx97D/xqCbf/8hG84vobcMNrzsPoVA2B 
b/p1JuM5XT10rOpWn658fXYyU52OoYkronOG4x1EA67IoZNool3Ul9XDZg2zzTJ5w5t2+PPS2kWf 
WfrIiuja0abgGmJm4VhIHWTxkSVXHm+dyGPy0Mk0Syd429l8J3g6ifLaQUe/RMwYQzg7g8l6AxO7 
d+OUS/4UMduG+2p1/OWHP4neUy7Dpz/1MWz+ydfxn4/8L778tX/DymOvwef/9hO45MxV2LHhd3jv 
J/4Zq655Fz7w9jfg3JP2x93/+3N85kdb8SfvfBvOOuMw/OeXvoytEcPqu+/Ap767CW/980/g6Npa 
fPRLt2Hg5LNwxFFH4drrrsNLlizCL265BY9u2ohf3vE9/NP/PoUb/+ZvcBDW4hNf/CJqhQB//f// 
NxoHX4IPv/lqfOtLX8CvagH6GEf0PM3HLAT2do87XxwLiZT25nzW8xHN7AmNPHrtoqSFRoftaJv0 
8+h2ylsWnecL9kZEvjcgw9FxgFYwAHgefM+HH3hohSXwwhJM7vohHtm8E6WpHbjrvt+h2lvD3bfX 
cdJxB2H1vT/ALfevx4ErDsX4+i+DLb0IH7j2Epy06gyc
 cOJixNzHa9/5WrzigpdiyZIBVPsHUQ58 
BEER1/3ZdVh11BH44E0XYvzhR8H698P+Bx2Ic19yMkY8oDIwhIHiFNasvQ1nn/0mnHXcMXjnH78S 
/PF1uO/pGZz5spNx3WsvxYXnXoALhgt4eOMsKiUPnAslp4q2FJ7IDc3QjW8yPbn+Jhm1cgeufGjX 
g7nSzAhiIcbrigY6mftxfd8Tpzmf4UjW/NR8aHQ6hKZ6Fs95kauL3p7MWeVFYnl20WlUTGXcmx1n 
Fsw3eusUx3yh7a+AJQkcfrGESjFAxV+ETatvRjQX4sw+hr+KYiyqVsHiCKdeewOOOuZ0nHbIGTjw 
kO/iO1//An5+91q8/rISKunGtUYYogdAFMcYZk3M1OsI4ghxHIEDiKMYXhCjBYCzGLzVQmNuDs1W 
Cy0ABSQ/jBLHEby4BT9lNo4TxsMYKPMW/BCYm5oC9zz4seEQAG37r/kO6CPWrHQTXxe60IV9A8w2 
6YzoGEQPkUzIh406nnvsUTz4u4dxy7f+BW+94W9w8TVvx7JFl+CAgUWYri7FlVe8Ei898VAUluzE 
79Y9hONe/mZ8+M2vwta1j8Jf8TrMbfwZvvyz+7HjuQ3YsH4Kjfocpubq8H0vORc6MYF62EKpUsT/ 
/OtP8OyOXfjS536J4vEn4PD9+7DjmWfxq8fWowagPjWBmWgQRxx8Lu64+2as3bYTN9/6A4QHLccJ 
KwrYtGMM3Ad8cMxOTKAWQa6egqmlCNFR0Jm5pHc09SF04lYqEysaXehCF/YJmNdiRBxHAIALrnkN 
Vv/TP+PL//APqFaH8J6//wmuuvA4xBz4h3/8C9z4iS/g6v/+R3g9S3DD59+P7Xd+C199/+dR7evB 
G95xAy478QT0f/RN+KvPfRjfDKq4/Pq/wulnvRSNFQcgCkPEcYwzL7gI+1XL+A33cclhY7jpvW/H 7rkRfPYjF+OY3glcdvePcNO734UP/df/
 4JQzTsf04DAuOfdCrH9gNd5yzVUY3P9EfPTj78FwPIpz 
L7wIxWaIVqkXx59zLhZVgTBKvDoztNAuKs78zhbm2+YzKZyXtjeGBPPB3Um5rG+dDKvmO2yeD/1O 
83ayWLC3+FsIZC0SzBdHJ2U7Xdiaz0LSCwpmsHLVFZfzmz7xSRx55JGYmpqC56kgr1qtYvXq1fjr 
v/089lu5ElErBI9jNGqz2LJtJ66//jW4/vVvQFifxdTkDPqHFqE1M4egpweN2QnwoBeVQozJ6Tn0 
9A3Cj+uYbXBUyxyxVwZrhZit1QHG0D84iEJQwLuuuxYjl/wxbnrDtZidmQVvNVBrAQODi1AMPMyO 
7gTr7YcXNjBTD9E/2IfazAyKPVVEtWk0Yw8D/X2YGh9H7Afo7asinpnCXAR4qfDJNpPEU4lnecmq 
mL8A9MuEDcWJe+voN845isUiNjzzNH5x551417vfK09GmPM+rjmfdvNAe2P1qRP6WXRc3zvhKYsW 
0FmDyKOXx2sW/nY4THoCTxYf1Pl0Op/XTsdZcmTZUl4eyls7+uZ3l/yd1F1e3vnacV7+NY88jLVr 
n8TVr7oGO7dvR1AoaGVKpRJ+cecdOREdBxqNBpYsXYpXvfJK+L6fMs3g+T5arRBHHnEEZicnMFer 
ISgUMDU2BuZ74JN1MM8HGjNo1pN72WrTE+Bg8DxgaoYBmAIYg5861vHRUQyNjOCYE09EeVEV07Ua 
6rPTYH4AH8Dk6A5EPNmIjKlJcMbgewyTY+Ngvo/mRPKXIcLo6Cj8IACLI0yPjYH5Pjwm1guIcxI2 
YEZnXEV+nJOojg78OXld4Jxup400b7J/IQbkWsSYz1YFE8dCnHandNrR2Fv4KT6X3vdklbyd81tI 
vXW6wmtGge3qbb6wkHo2y7bD0b5DaF83uRdvNhoNLB4awqtf/WpnyFyr1VCr1VAoFMA5hycOr/vp 7cLMg+clz550lIDnMzB4
 cqGSc44gCDA5NobX/OlbAc7RnJ2F5wdSEV5QgPzp5BQXR+JEOZA4uTRv 
EARSfC8IyHEzQU/JKBdgQZwdU++ajo1nS/3GYq44aSFktFQ8j6Hf3lySnw++vKHJi7FN4PcNsobF 
rjzzxfv7qH9XlDdf+XW5WUeBRu7tJZ6XHKEaHR2VwzlCDZ7nZRxaZ2As/fUh2dBTgdLlbbD0Bjjl 
7cAYS87TQimEczWkTJyPuq+fpREmI7eXCPa1A7cQ77rjUVm47rVEHlnQuAaeSRXJExaqaOJoPc9D 
M2yiVCo5NZw3p/N8ztF1MvfSbt5lvo13ofK0w7XQObqsb3uDpzx8neBeCN97gqMdf3l20gkPC7XT 
TngDgNrcHErlsrroA4DL82XfXgJIJ+N7vvmJRC9pCMlN9Ez9z+x08aw5ECcodyLkYDTkIsNR9fN1 
bnlIaeE9U7xKKP0oGHHQgpc24XIURViyZCmWLF2KW374A5xz/vmIY26z1IUudGHB4Pk+tmzehEcf 
fQSX/MEfYHqari9YN1O2+c0I4TUcrVT8uo+asKfhDn1KbvmQzkM6GIWX/lKQs7dw+BR5aJcZaWZv 
YfVuIppj4kUTWuLQWXTjMtJF5BkUCjj3vPPx+GNr8MPvf+/3cojRhS7sy8B5jGpvFedfeCEWDSxC 
rTanLfyZ++g6Ouvq/ORwKO5AyvE7YvMYIoiiZo6OhkNwx10dDQdEcgZrLpbVsDhCsVTEWWefg/Mu 
uEjjpwtd6MKeAUfSTuM4xszMjOXkALtd599HB8D2jek3w3M6VwGTjLK4un49azk/+4yBee1K5ioc 
cbhqps3mSdATQ1N5WVM6OlXzgWZpRnCbb0r+OIoxNTXVjea60IXnEeg6Qd4OhPyILmfoKoAGPlaT 
lgsJTL3kQkaGDviYN075TSw5UPeoflfCWo7VeBLJqix1+EFQQKGQr+IudKELC4M4jhGGYUdbZnJb YSeLI9kx
 GNAmSJPl2wKd1+sga1tUDh6y1i/IdJ2Nyxq9Jwme56Fer+ORhx/AM0+vb8tzF7rQhfkB 
5xz9/X14yamnYdmy5Yh4ZMy367DwcIM4AjPNlS83rZNIzfIqewlvOxzzyMfTLTdxHOPBB36DnTt3 
4pRTVyVL3wvlpwtd6IIOHPB8D7t27sRdv/olLr/iSpTLZYRhqJ3sopB9ewlZTaWLtebuCg4V9Zih 
j+lguVzJTfLJ+TCJS+yLM3lQZTQmmQr0WJom+KGC8DSDDAwlf3SnnEKg8cGpfCQsJvvo6OWdvu9j 
y+bN2Pjcc3j9G96Mal8VXehCF54fuOfuu/G73/4WF19yCXbv3j0/R8fkf+rBDpZS58GZfLf8EgPU 
772S1UxRhhm4zK0puXODOg6Kh76bPzfLNPpMc3YajzS/5Me9Wiv5Th1hs9lEq9VCb7UXMY/T7Xfd 
cK4LXdh7wMGYh/6Bfmzduhme72tRjNna2g5dOY8RFEsoFQuYm52TK5s91R60mk00my1UymU0a3MI 
Kr3wEKNWqwNINvVVeiqozc6Cw0OlpwKPc3DGgChErd5AnC5UVMoVcp42cQytZjP55S/H1hXO9FVY 
V5q5UtsuPQuvWy/Z5/Nk0JcOZbnVBXShC13YE2AsidziOOMsNnRn19bReX6A2fFxbJ+tYcWyETTB 
4MHDjg0b4PX2ob+3gm1bt6J38TDqWzaDewGWLF6EOufgzRCbtmxB/8hS+GjhubXPodaKwXkMVurH 
8qWLUfQTZ7BhwwbUajWUy2XwKEKj2UR1aDFGFg+BRZHTVdBhqtzDBv3WBJdT005CaJ/UyQh3OEnS 
mZmeD/SgeLvD3Z0ckt8bt0Lk4c7DY95MYfJh4ujkpo49OdTfDnc7Wp3eApKHr50OOpEnC/L464Su 
ebkAfe7EFs38neCYT93uCWShNdOzz7oiiQR7+wdwx9e+jL/463/Ev6x+CKdWK5iZ24JXXHwZ3
 vKh G3HD667ADX9xE9741f/CPW++Hrc3S/jqD7+L/aM67vn1T3HFZe/AbQ/cherkdrzjXe9G7+FHo1Ib 
g3fwy/Gx97wB+/c3UCyX8dWv/jvWP70Bu3ftAiq9GOkp4/RXvhJvvPoaFOqzKBYLaDWbKJR7AB7D 
9320wiYazRCeH6BcLIIxIE5/c1bsp0uiKTUxyMlZNTU/yMkcHpenJ0QZ3SGqyUnp9uZZh3kOguYx 
DboTo8rL1452O2fi4mkhMN+y871xo52+5kMzj7Yph0u3ndzQkec4snRl8mXSnU+ZvHzzgTz7cXWO 
gNuusnDQMtp3mxM5ty6g7WJE4PsY37IVu3s344vfWYeb33kWnrr1n/FEPcaOrTvgM4Z1657CNIDa 
6DN4yK/g+7ftxA0vL2Ddb/4Du+d81CfHwXZsw/gBh+P/++KXcOjENtRYCb09IVrcQ1Rr4i1v+VMs 
GlqEt73lraicvArvueQceIsORClqAM0Gntu2Ez1Dw+C7nsbU+E787qkdOPeSS7C8WoDnA7+9/w48 
/twUTj/nfBw6XMF0swXtDK6YqzMWQ8Qz/cSpB0s1JhykVF7iFd2LJhmQ1zuaYJ7eyDP4vJMmWdFX 
Jw2I4soy0DzIk62TRjcfmTvFn9XwOpUvy5lllesk6unEGbscbh7PWXbRzsEJfvKceBZv7eqE8pBl 
31n6mt/IRYzKFORepS73hTHghCvfjsmffwMhgG//x5N4zZtWJfNrHkO5XAFrAdX9D8cxJ1+I7Xd+ 
AxMzMdY8MIYL33QqxscbKJZLCMIGdm7aiM0bN2Hn3AziwAfjyca/5cuXY2RkKYaHR3DYYcux+q7v 
4r++81sM9P8f9s47QG7i/PufkbS7d3vVd+4d44IpxsYYg+klgRfTA6EldEhIaIEQQguhQ0IPCYRi 
YmqoCSYESIAAAcIPCBgDptgGG2xcrpftkub9Q6tdrU7a1Z6PAGa/yWGtNPPMM
 6OZZ555nkczjbz+ zCP86uob6VarOHDnnbnqzof5x1/u4fgTL6C9ppEnbv4V5/72bha9/g9OPvFMFvdmCCui4MXlnRfW 
dX67eBAU3sunsdPjSC/yOUThXyn4aWhe+YPOvqU6pbODBdHGvPgIMsv60fIb4MXKLJU/qEbnld7Z 
Hl7/+tHw4slum2L5ik1oxej4pbWv/YSwX328eCvGT7HyvZ4FEaLuf73GQbFJwa8vevLk+l38uMMs 
3xldZ0TTWGZvIrn94fmsGrMN0xoGk9bTICxBJYGehMaumw4nY6zhz399gOSm32NzJUVcCrTqatoX 
vsEd1/6Wa6+5hjuffZVuNYKKlTedTgOQTidJas1stclWfLL4CXqAdxe+wLhN57JFuI119ZP44YW/ 
5/6/zmdyaAXz/vQI8558nVPPv5irrrmRXeqWcf3jH1IbDWOYpZWtko4HHwJSZlXFMrX8IMLR/cwr 
vfN3qUHrV77znl9+r3KC1MOLfhAeivFcjLf1pe9VjtdfMb7c6fz4Dlo/r/r68Rxksi1Vn2L18ioz 
KH+l+C31nsqpoyNXwa9AH/VLw6Bm+FCmztiIU/Y6jCuefpLYp89hrDUKkqdjPYyfsxOfv3MfN/zw 
PP645m3uPvMxNFVBj/UyeM4unH/djWzUuZpUVQ01egIdJac52UX29qTY+oCtUO95mqcee5H3l3Zw 
0Nl7s/rzhUydOIjJ4zSI9TBt+xEse/UBRK3OYzddzSNakpQYy0w1im6aCNzV9WiDUu3m8zx4g1ew 
oePL7gvFBNL60vgmoF+2VlfyAAHDgJDEM1Vst9FUdpi+B7MmbM47K/6OKaIAKIq9vNPpMkZy2KzJ 
vLvTYew8rIF5UlrbmJsGkYYmxjXXMby5FkjT1dGNbhTuSSeEgHQvRDZj19HV3DX/xzDkWOaOUljW 
rrJsRSdLVxlMGtXAe//5guF7HoV59+844Te/ZefNhqJnYrR2x
 +mN6yiqrU4L+/85u5wQfW0Llh3O YiavxmfTZn8Uqvd5h0fQ1xDUmO61lHLe87KL9Nf4Xo4zw53PRjF+gzhRSpVZylFSKn0pZ4C9bHLS 
C8qfHx/r4wwpxl+pcoPQsK/LaZNyaAxU3fsLd/neGp2jQVVAQxCP9TJk8jQeev0plJDGa0+lUVUN 
FIXu7m4yAhK9PdC+ji0POYr7DvwRyHX09HST0U20aC0f3H8n329ZTVNiHYmaPfjNpT9l8hhJImUJ 
E4BYLIZMp0kDRx+3G5d/dx5H37Y/ZJKo0TpqOz9j/kWnck/rMlamRnHu8Uey8bqX+flPf8icaZNZ 
3dbG/7vwSg4bXkuvbmbX5raLNCvE6GusFllpZglAZzPk99PDppXP6Xk3aOPb99YHQQVE0EFRbsf1 
GoDOPMXKLJw0gucvZYty3y/ljHDXIYhQK1aeV571FQbl8lfMNhiET/e/xdrc6z2VK+SCCmA3L35w 
P/UWdFkimqqyevVqRu60O0dU1/Lf115D6jpaSGHspL1pHg1rOmPcdc89DEp2sNkf7kAZMoLOeBrD 
TNFlhLj0ijtpGDSMiCZY8Ne/0JZIITEw1WE0N1jHEAphVbC7q5NfXXwxojpKotfEiJoM2Whvjtmq 
iWTGJBWLMXLyBI4/6VA+ffNjdtjr/zEk1sFBZ1zCuFkv894na9lx9Hi2GhQlaUhLyLkbRIislib6 
frZm38u9UCwhJzyaTljan4CCE8SKNr6PoLBRTDAUs90EuVfKRlSMRn9oD8SyKqj9pxz67oEUtA5e 
Az9ouX5aYX/aqBQNr/r5ad5B+lSpZwOltZXDVyAN1mV99/kEzGqYaDTKe++9x1U33UxzfT2JVDK3 
SItEqujq7GDE1Vcxe5tt6Gxro3HCJGQmTcY0EQJ0XWHc+EnoehpTwvSddiGkZE9XlWl6Y3EMe+mK 
JJ1OM2bsWKKREB8seZNfnXgTOx92LkPqa9D1j
 MVXuI6ps3Zm9y22pjeVoieVQQiVmTv/P7bZ2Yp3 
S8RiZLIR04XLSlujs64dp08U1BvHPXeb5A2XXs8qqMAf32Q72TcN7p0kizojurq6mDZtGi+98IJv 
mp6uTtra2lBUlXQyAULktCWBJJlM5F5wrLu7kBmhYB+iI4S1vVEqmQJpopqw90/O5cC9dgQ9TloK 
6psHc/65v0DraKdDzyCFgqooSGkS6+l20HW4uwP0rVJJyu2etkPWvUS2nlVsdOWkKcbT18VGV4y/ 
gRRupUJKyqHxTbfR5ek7bE1FUPRwHEURpFIpYqu/8FSBpbROvLK/URWOnQMsJU2gKKIgT1+GbY3O 
TgOpVJpR46Zy/NRptHf2YB0MJolUVzN79mwS8ThSVXOxMX7qu7Mueb4cGpkQOQeF8FqeShzPPZY2 
fa7yFjsBCMV7mfNlDICBEHhB6X/d6HnR/1/kL1fw9PdZUJSyAa9Pvfpbvt+zcgSkmx/nc0XJOxxd 
qQp+lf7WVVEIh8OlknnHowXRptymr6w2lkklaEnEUO2zYiG3R7yiqgiZ3UzJx8ZSstPkHhfpYMK/ 
Gn55TNOkvqGRqqoqPvrwA6ZsMjWwXaYcm1cx+1G5A6Zcm8j62v288pfiuRw7YFB7WzF+StEs165Y 
zjM/mv15L+trdyvWz/pzXU7ZQe599OGHjBu/EalkwrVFUxlL17IwwBO0UBQ0195SQlgHVmd/9L9I 
Z8YB1iwMw6BpUBMzZ83ilX+/xH/ffCMXmjLgjVRBBd9KWMpJMpFgxKiRbLb55vT09BQKOte4DnBm 
hPQUBn7u+QLpK50BGN62j8LfPsIgS6eU6utpxxJ9tU1neXkPrCxYxuaWqwUs5X9I6fDriEKbhW7o 
TJ48hbHjxtHe1hbEhFBBBRWUASkl1dXVDB4yhHQqlVsJuuWSDZ+AYVnoVcwJrEJ7Wilno3sfNgkI t83AJijt1La3lEBGRktRygudP
 gLQ5l30dQ7Yl+5YOGex0nnlkvm22LN9Hs4totLpNOFQmDFjxpas 
QwUVVFA+TNMklbT2vizlXPEJLxH2yAWHkACclntHmoLLLGzhkxd3wuIoJ0ks5uyHosAlnEubZaFA 
aDokk9uJ0KeiLo0up31KmWcle22TzimXbmeEkAW1FDmajnbLFSrRdR1d16mggiAo5gSwzTY5JeBb 
DmtcytxRh6VWhcX3oyvIkv2VM0j6lO74YWk45ARejo5jKZgXTE69yn2vbzmuxSi2tum9e3Be1Obi 
6kSeJycPwiW98nLd7cWVnk1qd1ZFKGghDU2rHHdYQTEIpDRJZzKYhtEnpAUsh6AA2tvbSSWTA21W 
/kZCSgiHwwxqGoQQSp8oC3cT+Sxd8xpbfgmpEK2tIRJSSSXjxBPpnDYl8xlzQsjMSQhJIQ+2AcxR 
ToEaVeApKPinQOwVJM2HiSAceqFdvotm4WacLpGVW49m/xU5cQjOfHZndHFr2wpMw2Dpp8tZ+fkK 
KqjAD1JKojU1TJ4yhdrauuzNQjMIwPvvv8faNWsIBYiA2OCRHefpZJJBTU1Mmz49f4g1WEc1UChJ 
/A/HwRZyJqFIlIjo4alHH+OjzzuZPGMOu2+7KZmMbs02QmCaBmRtYKaU2dg60xEMrCJNE1Pmv0xQ 
FYFpmrnlrBQCRSgIJIZpWqlsprOBwci8bS/Hp/3bKeSsS0huAAAAIABJREFUB328s3ZISk6eFchS 
h6oo+gqxAv22gHahfVBRFBYteof33l3EkKHDStoyK/i2QiKEQnvHSj7/bAX77n8gmqZhGEau32ua 
xmfLV9De3s5ee+9DtKbmK+b564N0KsVzz/6D5Z8sY9KUTdB13aXk5FFi9xKJFFVUpVdx0lEn8Flo 
PDttMZp5113Aa4dcwdUnzCKZzGCaUBUWCDXEswsW8MT/vcX1V1xKct1qElo1jY01pJNpwuEwsZ4u 0qZKQ0MtZjqFU
 h1FJhPEeuNU1dUTRscQYYQeo6s3ScOgJhQEZiZO0gxTpaXp7kmiqCq1NTWkerpJ 
OTU6KBTlsvC4Q9vPYslWt3Ymce5ektcS85qt29Fh57PvqqpKS8s6Pli8mP0OOKjijKggEJ579p+8 
88477LzzzrS3t+dMHqFQiC++WMmEjScSrakhnU77Hun3bUM4EmHKJlNZtPBtpkzdtOBZIK9r3r6v 
0Nhczx9/fhofVc3kyXuvodqI0dMbY2WLwpLXX+axBU+yJgYzdj2QI/aZw9KnHufp/3uPUePGMnP3 
vdhjRJrH77mbl95eyujNtueo782lIRTnxQdvY8Fbn7P1RpMYvsl4Nt1uB3oXPsttDz9Dqmokh/7g 
KKaNreWZxx9FyBaefy3G3rOGYIzehe23bCbdE+df//wntbN2ZUajIG5IFC9DrdueZ/sUyPtFHEqc 
lx3TuUL2hNPMqCgKsd4YmXSaMWPG5gylFVTgB0VR2GijCbz2n5fRQuG+X9K40n6ZX5V8c5AftWZ2 
9ef11EbRqUEoVajGEl785HWOOXQvmqpMemIJtHCEzac20toSo3bIBLadNoTbrr+M19/+lMZBdYTD 
ITRNo7GpiQXzb+HWBa8za+ed+O+Df+Su/yzi3bdf5MLfzWfj6TN4a8HvOfoP97Mq3snPzz6HjqYp 
RLve5KfnX4QZreOyc87j8vteY/Kmk+nu/IhfX3otNXWNtK5eyMWXX0OkoR7TsD2bLmucy+OabwAv 
1c/+XWgnFG4p6aQtcEjHwmdSSkwjv/yu/FX+/P7ACjT3nUld82T5ZVh9VFFVVPtPUUBYnlzFMi5/ 
5e1Qfp2Co8QOwyFIt6ASYwh1YFoHzkjTpLszybQdZ9Nj9rKuK4rsXMHHa5cwYde5TOswOev4YyH9 
Loc/+zembH48m20xg+SWTdz7l3+SnrCMmbufyek/PJQPa3p494l3WbL4LjqiO/LgeT+BdXvw6f4/ 4
 MGP4owbN4o551zMj7abSOfnm/H3x4/lL5/B4BfuoWGHn7L1IMmadYKwlhdhedsdfTS6rH/WWUl3 
pQt+OaNp3Pdzqf0aXWTtgQE+kM5lEd7xQF4fnDvz2Pe88rnLcZfhl8av/HLSB6UXlEaQfMXoe7WD 
G15t7AW/d+EVTF/qffr2oVz6fL5yVwimKQmFrC+KOlvXYYZraaqPogqD7u4Y1TVRvqmnD/tzHcBG 
lwsvMVNQPQEhB7M40cZBagTT6CJSXU99nc5lp53O6ytVfvSTI6lvHk5PJkMiESOZiNMGNMZaiIRj 
rFr8Dg/OW0KvHM8P9phN25I3qQ9lPUzpaoZrgnhyNYPrRwJpOnoko2sbaWtJEg3DhNoMXe0dNAxr 
ZvPtZvDq3beTfLuNw87Zlnh3Ek1VHF9BOCop8nWxb9g+V1EQ8pK/dulzDiHn0gILBGiwLuIn2HJU 
igzcUoKl1L1ig9eZr9jgDyqU3TSDCgy/++4ynHUKMui96uemUarNvSaHoOWWqh+UlHP016MlJYRC 
GjK9iusv/w3/93Eb1Zpg0vb7cez39+Fnxx3BVY89wUYK2ZjPrI1a1VAFGLpueTGlBKGgqQqmoWPa 
E72ioioCaRoY2Zv2PcPQ8zGo/2O4w8w8l64SYf2ZSZLGcI7cdQ/m/eEWXlvWydDBDSxf/Db/eOFl 
Fq9dzg9+dAFz99gG2t6m1wxTr0q6upMkAXXQNGqV8Yzeekcuu+JabrjqVxxw2I6MaN6CV157mDTw 
5rtP8XyPzpgR3+Xjj55mSSxMvOVd/tnSxnYzmmht70U3IKQJkupgdt36uyz720n81diW/cYNJWXo 
+UpI1+JVFtbHvnY9dqSxaeTTSel67swj8+kHEn67Yrh/e90bqPLKyReE3/XlYX3LCJLW3ab92fmj 
3DKDIy9gy/mzZcxvf3IKj74X4sJLLuHMkw9Dj2VYvjJGJpNEplOs+Phj0DQ0rB2J9M
 4vWLzkc1TH Pc3s5cMPPiaJFR+qaRpmspNF77xLa3caVQg0TUMm23j/g6WgamiaYh2eVSbfQf6sBgnWekU33kQI 
etpb+e7xP+eXay7kp9/7DnUN1fToUX72m3n8YI/dOffMfXlk5naszEyhOWyw5YzpbDrvenaeNYdz 
Hnicyy48h+NOP4cdn70b2d3GDhfdyAVHnsayJT9jh932YbuaEFuPbGD41Ln8dM97+f6u2xOSGXY5 
7jy2rTGJNA2lOmRtA5XojjNt75lUXTeSHXbYnOrmWmIdHSCU/IzrEcbr3DQzv9kmhTpdViPM5bbD 
R4SbBrkGDrjqqKCCAUVwASpRtTCdq17kvjc/ZcHCvzAOYNIEps2BVG+crtUrufqcU/jozXcYOm0u 
D91yER8/fTs/+c1D1IR1xIQ9eeAPv0T59DWOO/U8eqiiRxvJnffcQc2qf3HyaVcSbhpEuK6aS27/ 
E9HXHuKES+ZTU6sSC2/CXfOupEkV6OZAqwN2DYPRLbofnWEYVFdVodU0cNIVt3LiRV2saokxevRI 
ALo2O5VHtz+AtNbA6BHNGOkEKUXlsvlPckEyhdAkSmQ68x9cwKefriBcP5hhQwaR6u7giGPO4aRR 
w3jomqtY2aIyLgSbnHcTOxyzkky4mbHDBtHW0sodf/4zpmGQ0g1CEYV1i9+iNbwVZ2w7Ey0Tx0Sg 
+rlN3UvZ3HVWFXM0lyW1nC5YP0eF0zjXPwy0F9a99PJbig0U/YGg92ViIOgH1QC/jLK9kJ9URfB3 
Ia2T8Lrb/s6Q4RMZB8TjCTRVQQ1paKrBqmQNhx1xCX/8TYjD9jiYx3tP5oHf3M7hF97D8btuzNG7 
bM+DHxzM2vm/p27OMdx33lH87pRDufbuO9hxyCJSTfvw2J9PyxbYzoHn3cz3L7yFH+y6GdccuRsX 
//Utbvr+LKSZQfkSlrAi4ED0j6MDGhoaeOutt7nwVxdSX98AQqApCh
 2dHcyYMYNLLr6YpmGjUFXI pKzdhTEMTAThSAQpJZlUGhSF8RtPQpomaGFkrJ2/3XUTr6xOoBPix2f8irreDtpTkqEjNwJpkEom 
QFEwst+KhkJhEr3LOflnf2CLnb7HzK3G0NPTbgUi57Qrd8AwuYBgcGpw9jK20O5mP3PGxdm0nTqh 
/cAuK3esRAAE6aRB7G9+NqtSZXilKZW/1P1SdQiSrz+0gti+yqEfhLZXviB2yvWBNawsD35GTyNE 
0Dg6A9QIuhkhmeyxeDV1DCVESAh6YgnGjKhn19kjoLuVOaNGs/Sth6F2PN+dMArQOHHGltz71JPU 
xDvYbfYcAA7eait++koH408/jIaOX7Db3Bc5+Ohz+MkBn9GSWMdL993GW39TWduRIfpR3GLFNMmY 
BkrW9pfR9dy1FehbfltpmopuBPuWvOiXEclkkuHDh/HTn/yEUDiMzB5Ures6zU3NpFIpTNPA2iXY 
NtZmQytyhknrfiaTsX4n44ihYznw1F+yXWsPw8aMp7mxis7eJCFNQdez6RQlJ0wADENHoZbzr/4t 
40aPJJzsIq2oVuyczIsvr/m0j27mWHK6BaFf5rKfVfCtwf/C2G6aBrqhk8lkyggYlkiSDBp6MF2t 
f+bhpd0cMrEegJ6uLrpjKYRpko6lQU8TyySoiYygu2MVbTqMARZ/sZLabXYj80GSNT1twEQ+b11N 
m1HPJtPmcP/f/s7CF57hF+f+kvCEn1Fjhtjz0GPZadoQ4hkIharp7enCkFgaXSaT+zqp4LofyGRU 
SxHyyO4mWTS8JJ1OM2jQIPbdZx/r29UsFEWQyejWbr92o8s8dXch7mWVlIKGwSMZMkIlnUqR7E2i 
2p5Tp6dT5BVT0zRRQ9VMnVhPMpUibZITcn7eK89ZNsdr9pd0LFcLQ4f70Cu4X0A7p//1Kc+NgV4G 
fhkoh8cgaf3SDERbDATtgVj6/0/eaxHnjx8MPUPjsK
 lcdtR3ufjIw1hzwiGEuj7h38vrOP6oI4j3 
tpFBgGmSaF+BEv0Oc2fcyy8uu4RjthvE75Z2ced396M1toxL7r2a5tD+3LXgNQ76xaWsfvs2/vCi 
yhZDTaoiJs1D9uKgnR7mTw/MR8R24osVHzPu6NMZdd/v+O3SKm695lQ+uvkKblhezy3XnGJdr2jg 
hktPpibdjVGmyiCl9LfRuUz1RQWdoijouk5HZ6fvc5lbN8oCYQfu81At4SCyrmo9kyaTzn5qpSq5 
l+jVV/LxSCbxRBIhhEOTK+ygTuGYDzlxpLH/63AmSEfZuaWqhELBls9t5bGeW/KyPHtOUA9jsZAO 
N8pJ63xul+dOW44X1J2/VLl+3uL+xtG58xfzBvvx3B8Pdn/yBA0ncuUCrG/ITdMs6xMw09TJSMH+ 
v7iZQZPn8fhLCxGhWg499DvMmNrAaWedy2AjRVyNsPcZ52A2msy56EqMW+bxr4VrueCqP7BZlULV 
YceTkipPv/Aa+5x4ESfttTufLXqItk9f4ellcPA5v2LvURJx4aWod/yJf/7jOWqbh7O1nmHQZtPZ 
a5iGNKFp85nsNTpScK3oSUwZ1K3gqJvtWfZYy7ldksXj6LLKjnXoTTZrgQaUh3sZaNOxbWd5RmTW 
piXyggVbIOFIV2hRs4WWktuSxd5uKV8ty5bW1+vqpum1xBVZYZ1b1hYI0vU3MLsHYbEgV+dzLztQ 
kCDYIPa6YjwW03C8BKNXWaVi90oJxnJiDIvVx10Hr7b046dYm/jVqZTtrhTfXpASpGHkzEfB8khC 
oRAfvPcunZ1dNE3ejhMnb4NUNDLxbmKdHXz/sCPobm8lKTSmzz0QEe+mzRzJaRdcBQiMdIzu3l6S 
VLHfCedw4ImAmaGjo40xmx/CtTceimFIVJmhvasblEGccOZFHKdnULQQqa520tvsxNGapLN9HcO3 25WjNLPguqurFz27mUc5sNrDK09fi1
 /xbZogZ5jP7Tliv0TcC70+ljAHDWcq531bONniROZSSBcN 
5y8hRE55tNM5eXTnkQUcOvO6OrMrh9Vx8+VREITo0Gg8au+Hr9oZEaS8oE6H9XVGlGP876+AK4fX 
/jpQ/CaWIO8h8JLXjh8zTfp+2ekNwzBoaGjgwQcf4pVXXiEajVo7CykKbe3tXHXlFTQNGkTKMNEU 
6G1vA1VFkQla1sVzI0FVVQQZ2lvW5YS5qqokeluJdQsUQXbHIg2MFC1r11i7DZkmQtNQurtokaBq 
KqnuThLua1UBGVyAO9tOSq/WcJ/nXMIZ4XnPtTz0s485hYKfCBR5cn3S9eHBecOxWnb2kT7liL4V 
dtbDuXQVwsNRLfvyiFM4Su9yZVYN91piBFmueHV+P43CrZG4tYogCKrB+dXFqz7FNBsvPkvx7Ncm 
fmW77xej3x+Nzl1Of+rkhKKonh+nZ0tCYgkTU8qC4wiK01RobWvjkksvQdNCfZ73dHcRSyRQhMCQ 
ErIOQBORO6pTAGZWmNjHmQohsjZ7BaGQcyjk0mUPsBKqatETlkJjb8nW57oMm6MT1tLVfg/eSpGN 
ojY6z7AJ10vM/Zuze+XFmMxJCfuORwcQATqEsDXL4nn8bHQFabL/tZeqMlun/OE4Mqft5TU5FzN2 
Tg/hKKWkujqKpqq0rFvHkKFDA8/yxTSyr5NGF6Scr7NG1x9++tMm5bzrzz//jObBgzEM3aNf569N 
KVECCgYzO0ZaWlo8haimaSiKgmGaZfeZrxq2MgGQN185ntu3s/C30fVpy2xWp/blSCP6FIWlNbmf 
Ol+SU1jl7jvUJ/cL9dLeJFjOAOGw5TkSSptmNleOpzxLTh7teuX5ssnJwtbz6WuGYTBk6FA2mbop 
Tz7xOJMmTwlkpK7g2wdb6+/saKezs4O95u5Dd1dX/khPrFCuYcOG8fnnnzFy5Ehqamoc/SmYcIqE IwPP/FcKiVAUErEYq7
 9YxfBhI9F1oyBFQI1OOGSTQ0hAbh1n27k8ZWKWGXutXFC4EHkBJoTjUoBb 
DjuEDcJhy7Pz5JKLXDLcM5OT91yZMr90lRRoggW2P4dsFkJQcDiOU7I7NFYzOztuPWsWo8eMZsXy 
5fk2qMi7CpwQIE1JfX092243h5AaIp1O5bcFF4JMJsPYcePp6Ozg5ZdeRNNClYkTQAgMw6Curobx 
Ezbq45QIqNEVUOxTgPWPcKUQLq+rO52HAMtdeqRxw2nLcwuvHC3/pWbhHeHDjvPbVmwFsOB5nh9n 
Sfkluf2vYeiMGTOWSZOn+Nepgm89BNYqoLe3t4+Qy82pimDLLaezbt1a4rG4c4b/1kJKSSQcYfDQ 
IYTDkZzikTMJuNqnqKBzK0d+YQW53zKvVeUMph6Gvj7vqdR760vCO0/BqjevjuUUryxf+YWulUnK 
PM/SIeyyVfFmqYT9RUpJPBajt7e3SMUqqMDqL4qiFAo5yPb7rB1cURg5anTOIfBth8ByaBjZk9NK 
OeLKOovPJhSpjqKJfMCerluH5GQyGaqjUZKxmOVp8aHTR/b1Z3LyymMLOdMkVFVFRNMwTANQMI0U 
qbSRW6KCJQwVRSESCZNMJJFFeC4FKaW1pY2ikEqnQVg7ula6ZQVBUczbbo+zCrzRV8gVakJlCTrT 
NKmO1vDCww/w6uKPMBSVxqZmZkzciFc/Xspxx5/AVT8/k2Muv4ZRmRiGGiasWZ+LmTJ/2KymaSDN 
nAFRUTVCmoqeSWOY2VAPIQCBpilk0hlQ1GyaTM4dragaIVWQzugFlYzU1PL+S8/z1HP/IhOpJpOM 
M3zGgRw7d0sw0jlvlKaqpNMpPvvsM0ZvtDGqnsKQgFCszQpNA103XPyoZDLpnN0uFAqDNKiqreOF 
Rx7k38u/4PSzzkS0t6JGqhDSIGPXU1GQWN4uU89kNyoUaKEQqpC5dvrfeMD6qsT5Oz4qdsHtAVg+ BSVR4A
 SS/mp2f2gHIZQzSDvuFg0j8S7cP092jfEN83x+XeC1ynTDX+GQWTOUzL5oaWlKkaoIC+bP 
46WeNEOaGgmFNIaOHccOs2djdnfy7qJ3SQiVcKSamqhKTzxDXV0tAokWClFb34iSSaOEIoRDKmo4 
QrQ6THdXN5HaBiJaNkSjtp5oWCOTMahtqCcaCWFkMlTXRrMaWw011Qo9cZ36uloUkV+uVkejvPHE 
X3lw8TLqhwylvq6WaERFKIJoVRVCSsKRKNU11bSuWcvPzzqb3oZ6ItLEQKG+oZZMKoFQq6ipCmGa 
Tn50aupqkBLqGhpIxbpJGhqKYTJywsZsN3MGMpmipr4eoSfQlWrqomFMU1IVraEuGsVIpaiqrQEp 
qamrQ+hJehI6VZHqwi2tHY7oPg4NWXhfOvwknq/T3RGcTnBnXjcdD5p5B7mDJ3c6mzcnfenK40yb 
62f5B/kYKQ8efXjzRZ86uei628GrTOd4CFJWsfZxP+9TpnUzt3R1/084l0WOsxRcaex7gOM6+19n 
HlGYB/c93PRtevTJ6+YDN11XHjc/fcp2/xXw4pg0igg8/22ask7GAi8kWJ9dhCN856dnctbm4wB4 
+8Xn+GTFSjbeeGMiIY1wpJrUkpc4+6o7aYvFGb/1/lx3wYncd9ttrPz8LT5a0caaZAM3XP9boq0f 
8OurruYLU6G6aRPOvvB8hpktXH7JL9Hqq3jptU/5/hEnUNP2Krc88TpzDzuV804+hFXvPM1Zv5lH 
WzzOhG0O5OLTDiGZTOXqoOsZtjz0KM456qDsnQxP//n3/Ht1PZf/7Diemn8Vi4zJbNv9AR+8u4gz 
f3g0O/7oDE6ZOY77rz2fR/79AVWDRnH62eczdajKZWf9iFBjDc+/tIi9jzyDc07ah9uvvIBnFn6G 
Ge/iqMuuYXQsxvKVq9mjNsq/bruYGx97DaWqkR+efiHf32kCl59/PqEakxdffodR0+fy+yv
 O4MVH 7+D2h/9BJpFkm0MO58TvH4zo6UI6TnuynTy59+K4l3Pj+Chgdhq3Qm+bD3JOF7zp2ukKaDl8R3n7 
p6tsZz67L3k5epx1cpThTIcjb4HT28Wrs37Frt3tkKPnoF1QB0fmAoXWRc/Jl10fZxl+AtJpyim4 
zhGk8B3Rt4366JCOHwVy1DmuXWmdZXvxU5C2RHnCwZPzU3DnfWcfdL4HL/+lE33enfO9+fDnv8Ow 
3bmyRMKhECIUIhSOEDYNHj3vTL4YXsfwyT9kev0ynvr3y+w+dx9M3SQSSnLW2Zcx7uCzuGj3iVxw 
7PHMO+gAPnvrNf74foJn77uOP512Alf85W9cfcR+HHbSz6iuN7n1ht9y77z7uPTUuVx315OcP+9B 
LpmzhD0P/QW/uvZ6rv7FTM689Pfsfvxcbj/nMsYf/kt+teNYzj/uRP4wZzanzxxNV9La5qkqWsOb 
v7+Gn7z9Mqm2Frb88bkcPnNzbjz2Em5vDrNg3lMcce2RjOypYuS48Rx9yulsNWU8Tz96N/f/Zy3X 
3Xkv7995Gdf/8VbOPetkbrn77/ziroe5YssZnH3jfGbPNbjl7te5dv6tjKuPERk3npf++CQvfvQZ 
u+8xjQtu/Su/vOU+xFv3cunl57LDro/z8H2PMPHoc7n+mkM59eif89iJm/PIXfezzQEXcMw+Y/m8 
O4NimlTVRDH7fjhcQQUVOCHANAwymYzDluk96fvb6LJCzlYXV6/+graWFiZP3RShhRiz5VbsOHE4 
dSNHEVq9kob6eoRpgtZAuu1vLF7TyshVS1jw9Eq0Kp23X1rLqGgVh/9gNzYbO4bjtp3KhevipIwU 
i976B5/3VrGmNUNyyGLWJfZh5sxNOeyQnRn1yTD22HYck47clx26lrJz0yO8sejPLG/rZMRnH7Lg 
mU/QIjoLX1qHtt1YZMKSzIau0zhxCrNmzSLd0cbwakntpD248aw3mHH0Dzn
 6+lc5fOvRLH6nnabm ZraavRWjjdU8tOxxerrH8sazC2hpX8uaTxr49ONOZu84g0MO2pEJK5rZuelxPu4Yz5xNQ9x1xx/Y 
Zc+5HLdJlOpImMb6elYsuZ9hGx3IQbM3JTX0CP7551P521tdTN1kLIcdvQ+TJ43mB5sMYtHyGubM 
2IhnnryLUGg/Dpm7By3LP6Yru21VJe6uggo84DBT1dXVM3jIkD7OCLewK7qVuhCWAX3pko9Zt3YN 
IS1Ed2cnaVMyfb+DOHLrySBUnrr7FWsHVFttNA1ME0aOGElzvWT3Ey5izg6TufWiJPWk0YGELhlU 
C08+cgNPPt/F7XdfyHyjlTfbJSYQMnVERtLVG6NWU1H1DLK3FwUFxdAxpWDUiJEMqjX4zo9+zaSN 
N6YnkUFVrHV7JpVk4p4HcuwRB1o8pWKYmHyweg3DRtSQav8c2A4zGSeV0bNmEUlGz1BXV8/I5nqU 
6Xtx0f4zaNbi6Gkd1YRYLIZJGqlO5+Y/3MSfFjzNX6/6BUsyNWwbqcI0DcDENCzN0jQlhmFaHl1D 
J5JJoid6SZsJensHc/kF1zLlqQX85c5b+dd/l3LyUfsQ7WrHUEN+mnsFFVSQxbo1a+ju7mLipMm5 
UBPhXB9nUdTrqmkaba2ttLa0sNXMWUSjUWpq6+hsa0Hp7CLd3Y2saySTTNHd04MpobNlOdqQ/Zk6 
+EZW6hEO2mk2n634iPTwML2d3aSSKVTAjPfSleohVtVO/bCRDIoYvP+vh+mZcgBSmrS1d2AqAiFN 
OjraSQsFISXdLcsxmw9g6uD5rDSqOXCnmaz47GOSQ8IIM79JUyaV4r3nn+GJkfXone00j5vNoJZn 
uHL+p9xy+zPcec7PuGbKJpw0rYFQdyt/efplDt1+Mzad9D2efO1Vmqdsx+SRy1lRLUh1CTraOjAV 
UKVJrDtFV8vLvNGeYfeDT8R843me+GQ10xp1Oru7GTfpJFY
 vOYpH/nM4ypv38H9qDedPr+dPK1vQ AU1VSfUkifd+xDvvL2X8nIM5vvUzTnlsKSMmb8lm2jhipoJSkXQVVOALIQTpdIr333uX1tYWhg4d 
ltvJPJCNzk6pKArxeBxVVamprSWRSKCFw+y4975EhzSgA6RTDNtoAjtnIKLAnvvOJZwKce3vL+Xs 
i2/g6CfmodQ0ctYts9l2px0xx29ECqjbYmu2VSaz//S9+OiFMznk2I8ZNuNkDpgxAiFU9tl3HyLp 
FKKmjl33+n+MNFOkq2rYZu+9GBap5ZibLuanF9zA0Y/fjlrbxElXXoUaDQOSZCbNFrvuwcbz7+XW 
G28kk4yx8ZY6O45fww9/+hP23Gl7IuecwDMfvYo693jOOn5frrr8l3Recj3nfv9oulpXcc5JRxES 
gi2OOJGjd9mavffak3BSR6+uY+Z39mR4k8GjN97Mws+vp7ppNJccswuxRf9hthJm/OjpXH3mIVx7 
4SnI6HDO//U1jEn3svv+BzK8OkwynWHjXfemfuIg/u/Zu3jgHzdR09DIz886g4mRHjp60ihqJQKv 
ggqKQUqThsZBVFVVE++NoQz3HzPiewfsJy+6+BKmTJlCd3d3wdZC4XCYFSuWs+rzz9l2zvY5o1/9 
oCZkrJuejAFSEqmupioUore3l7rGRnrb25DhGhpqI3R1dlHXOIhUVztqTR1kMvTGYmh1jdSQJp6R 
VIVDJNMGDfVVpFMZYrE4DY2NdLW3IzWNuro6kp0dpBSNuvo69O4OUmqUxtoIXZ3d1A9qJN3dSUw3 
UYTANA2qa+upqa7O19SMkcyEUcwkHZ291NQ3Eg1Be2c31Q1N1ERCGD2dtCcz1Dc2YSZ70JUwNRr0 
xBLUNjTQ3d6GqYWora3BiKeJ1ETo7uqhtq6OZKyuYDTtAAAgAElEQVQbGYpQHdLo6uom2tBo7Zyq 
VaNk4vQk0jQ3N9Hb2UXaMKluaEBNJlGqo6T
 jXYhQDSHSdMeS+Z2bK6igAl9IKalvaGDhW/+lqqqK 
CRtPJJVKZZeullciEonwwr+eLy9gGLK7LbS1IlQVNRu7kkokSMTjqIpCe2srqqZBOkZray+qqtLe 
ug5FDSG7OkEoqJqG0dtFB9ZRhd2pJIoQrF0bQ1Gsz2FabTqGQUdbG4qmoZgG3W1tCFVDGHn6bS3r 
sieLi+zXDiqJnm56OjtyfAtFRRESiUIoHCIZ6yYurZOEEl1t9BgmSvbLhu72daCoCJkiAdZGhVl+ 
hGHQ3d4BikJvMoaqqnR0tKOoKugJknGJpqrEujqwwhQTVp0VhdZ1LVY9FEGiox2pKJCIIxQVmeoE 
FMfZGeTDS6wP0zzDC7zuUeR3nlYhTa80uK9zW3JB/r/OzUgL4UWv4LkzgNbFr30PyJ65K/rkcfPn 
ziyFP2+l+MvzI3PB4b71cASXiNzvfAva7UTB3cI2duYtvI9PHQrOqsOO1/k2BR0XUwaCL12dOVzE 
NU0r+K0oCvZm67lnioqaDXBRVc2Kn1FUckNEVXOF2/traSHN6hLSQUdkT/+2XMCW8AMQbvqFZ0go 
qkpIUbIxWs6BQe65FZwrUVSNsGo9tT7lCuV2NFGzs4OqWrzZn3YJIZDZTqXavwEtqxGrqpqNy1Jz 
vKmalvMGKZqWjTeyd4LJp3Pz7BRM4BYIXiLC405uhxYvGv55C/joM4iKCxJyA9hbBHt/TeAhooWT 
BzevPuWLIs9cvHulK2iDXIxXnr8CoScL65K7cghoO/C3UDY5BaK7Pn0nmD4c2vQcAcZg9T3nVk8b 
Euzq2o4H33TBvK79gGPrpXxhhaUF2yhR9GEye7dEvmDluVL0/W13amdeVwSj1yaLfX8X1sOXF+Hq 
6H5t5DNogwgub7p983kMVZ8yg5Tox3Op+rm58OZ7/RGUjl+7FZsAcp2o8K7v2CjeTl59wmvzWkVR ME2Tjz78kM8/W+GY+DccM4j
 M+g6GDx/OpCmTsc649ahfYK9rqbZxR5Fj/xZoIS2rkX171OgKKvgy 
IbLCTNcNMnomr1iQF3oCWLpkCWvXrmHbOdtbq58NR8aBsA7H0nWdt958g/fffY8ddtqZUhMFlAoY 
LlEo5LVnhHUEoWkYLFu6nOXLPy14GRVUUEH/YWtso8eMZdz48X0+ZBdCEI/HWbXyc/baZ1+i1dGv 
kNsvH4OHDmHBo4/S1dkRKLh+vZeuzohkRVF4//33eOfttxk+YuT6kq6gggpsCEBK/vPqK6RSSbac 
sRWJeLxg6WaYBoZpEq2OYuj6Brt3nWmahENhpMDaEg2vDXcL167+H/WXQG71L22HgEp7ezvvvfsu 
c/fbn/HjNyq/BhVUUEFRtLe1sWDBX5kydVM0TcMw8mcluJ1uG7zhSHqLuOyj0l7XIA3UJ40QJBMJ 
kokEY8aMze36WUEFFQwMTNOkqbkZPZMhmUhQV1dXIOjcWJ/x546uAHIb7H69xnUQB+cALl2ta7Ln 
JRgbrHu7ggq+KhToawG0kfWJqVNVlQ8+WMwTTz5BSNPYZZddmTF9K3Q9g6L4jG0pkUKgKtZy2jAK 
j1GU0kRRNQTWriMyG7ol7J24DQNDFA8KsuiUs+a04H/cYUBCXoUGCZcARwCqzxbSzvxBDwP228W1 
P4c7F+Ohz7m2RXec9ebP71mxLbX9eCtFu1Q9y6HjdXZIMX796JVz2HOQPhK0Tn7P3PUJkqcYH/3t 
B75py3i3A7GievO/b1IViZDOpHn11VeZMX0rDMPI2gU9ykTm9oaTUoA0kc69fYVCJtZLAoWaqiqE 
NEEomMkkvek0kZpaQtK0DtAuUTe7PP9EFAgiT44lxUWdzAb1Qum2txvc2ehe1+5/3fndtNz3/Wh4 
vexyaHpdFyvX716pMr3qXao893M37WJl9add/NqnFC9B0nnBr+8U6yNOen5t4U7j5sEp9PzapFh9 i+Xxq1+pd7u
 +Qqs/UFWVjTeeyISNJqBpthbnP+AVRUVVBWcdegTzHngRVQuR0bM7iigqqqKw4vbr 
+Nlt9xNTFVRpfXWU+e+/OfcX5/GOqqBII3dUQn8hPUSgj42uVMCoQIpgzHgGyroCbp2zm18wbpAy 
igXwBgvyDca3m2c3vOoTNJ8f3wPBsx+KvY9S8Kurl/bpfuZV31K8u8vw4rUczb0YjWJw5ymnzYqV 
Uerdl4NyhaPbJqeqKolkgnQqnVuuRiL5w7ALDuuRJqqqElv7NLc/9E/2q2lk3yN2ZoiZQURqyHSu 
4VPqMXRJMp20JIxM8umqbmpTBkYiQSZHq7i2Vqpe9pdEBXUrVflixGym+otyBn3QjuRM53Vdbof0 
o+d+3p+OHqRMv3teQqK/PPS3TZzaRjkCvT88+JXRH/p+ZRXrc0H6aime/1fvpxhPXhDC2ly3ta2V 
rs4uhCJobGjkiy9WMXbcOIQiaGlpoauri9a2VhRFoba2lkGNg3LlmLqOFgrzt6vv5ic3XU7s7Zd5 
6d+tHLzjYNrefZbjz/gVxqgtaXj1GcxfXoea6eWXR+/Pa/ERTFizlDWbziQkASkLVoz9hbu51t9G 
VyqVa0lQyExeE3ALDPes70U3iBBz0/Ozvfh18mIzrF+5XvUpxrMbfjO9l/ZUTHv0K6cYrWJ03M+K 
DT6vNvXiy33tVaYfj0HK93oHzjKL9R13HYoJj1J9uFQb+N3r79K1VPs4YX86dumlF9PU3IyaPa0O 
Kdl4wgRaW9tY9M47XH7lZdmPA6C1tZXrrr2B+rp667tTJQqsZN7CXu677iT+dumHLHz/WQ7e8TCu 
vvlmJu7/c6457SCu/vF+/C3Wy/P/+BMLzS144a838Oo9l7L/Q0uoybIrfD4DdbdJOSi6w3BxrL/2 
UoxhP5uG+7ffLF9MKLnzFhOmNvw6epCO6La7lEIpgejXDqWWiEHKc6cvVrZfOq88foM3qMYeRKPz
  qm8572d9+qObRtCJYcBXBBJMaZLJZFAC7tyqKCqxWIzaulp+/KMfWzsHqSqaphGLxaiurub7hxxK 
Rre2aYtGo9x2+x+JxWLURGvIZNKEqjVW/f0h1qzq4S+PvEDmi2UseKWRy378ETEjyXcmbA3AXuNn 
sYy1LF+ziBkTfwDAxBGz2bthGR0GoOvoyKKbzpqmJBS2N94I1iz9Dxhejxfj1iaKaSV+AyFIHq9n 
fmm8OpyftuYsv5Tm5i7Lmb6YgHFqBV4D2k+gl/ptl+uHoFpoEE3UT9D6aZh+9PwEWrHffhq6+9r9 
DouVW4yeu2z3O/bTGN20/BB0rEkkhm5gGBlMM9iXEYpiEomEEQiuuPJypClRVIXenl723Xdfqquj 
3HPP3dTU1iCltI7ujFQRCYdJp1OYpqAamP/8B9QNUlj61jPIuvF0L3qcpR37o2cM1sQ7gLF8El/H 
F9pkthJ1fNG+DPgOcb2V93ozhEyQAQSdNE10PVRiYipcvvY7YHh9UGyp5U7TX9rFyiw10G0UE1he 
dAeaV/dvr6VcEHpe6UrRCsqj3yAttz36M9BLvcty+VmfpWspel9GX/eHbeMKxq8VMiI479zzMU0r 
9q2mppZ77p1PLBZHUVU222xzTj3lNDq7OtBUDVVVMQwDwzAI19STXPYcz724kFOufYLDdmoAqpnU 
thvn3LqKk3ffg/Pv+DURcRgL/nw/q467lu1mHc4Dt53BNfObaPvLTSzrGYkhQUoTKRSKNbVlyivT 
0VJWagfKGVQDRatUnv7wFEQrXB/e/OgOpGDsD43+CO3+tvn6CsIg7TlQ9Mspuz/pyuWlPwLW0rrM 
gt3Cg+SxBZ4T4XA462nNOh0ME1OYBWmNdIJecxSn/PJSpk8fRKInjqHCvmdfQPP7UfbY9wTaejO8 
+vZSjv3FDdTP2opJm0zgmvNP5u7nX2er757CE5uOYmgyTgol65Dwh2maSNOkmDR0
 v4L1/zKCoPNG BRVU8L+AKR3xeWXmdQpVXTeoqqqiJlqT+9RMSpmLc7PTRkIhFseS/Pa6XxO67mKShkRIk96UZLed 
tmLu/rdw0I/P41AFJAp6Mk5vb5Jpex/D7/YVgCCjZ0jHekiioGCdBFiMR7PMuvl7XUu7U+2UHvA3 
bBeS6Gsb8TOs9y2+tOfU/ayY7aaYfcZvmVbKGO5l7wpSz2KG93L486qfH1+llrN+bVsqfRB6fvbG 
UrZJv3zF6LsdIeXYBovB7916/evM4/e+3HQLeCnBljSltQQsJi1K1cc0CIfD/Oe1/xCNVlNXW4c0 
TYsPs5BwT08PG48dw+N/XZDduTtPw5AKiZ6O7HGowsqbPYaht6ONXiGyskSgqAoCM1AkhzRLVM4i 
mYO/17WU9i2s/9hbnwubASSqlv8WLohh13ntt3wKalcrtVQsJkRLLbHKWd4GtSl5deogeYMuB931 
D/Ie/NL4CZ5SvJQSGOXaAYO8Sz/6bp5L1aHUpBWk3IE2j5Q0v0lpCTul/2ut3p4etpu9LdVVVRiG 
waabbkpvbw+KV5tnf2uu79uFYh2XICX5ZXQ2jZQyf89uh4BaWm7ZWsZE5O91LWYMlIBjB33rniRS 
VU0kHOGLVasYPWZMv+wbQdMEGehB7Df97YT9tdcEsZH1p8ygCFJ+qXYr1x7Vn7r6pe3POy71rD/v 
sr8TYKk0xWipqpo7qS9SVYXpo9Xklq1l2vacSGcyNDc3s9+++yEQxBNx0ul04Mnly4Rtg7Tgoc1n 
7zuf9Mvragm4Qt3QMAyaBjUxbcst+cfTf2fjiZPIL27Xf4BWUMG3GZbAk3yydClbTp9OdXU1iXi8 
cNukrOYhpekrBMtBOp0mmUwClkb2dRBy4BTk3s+95FP/nBEChOy7HDAxmbbldEaOGsXy5csdjfLV 
N04FFXxjkTWZK0Kw/Y47MXr0aBKJRF+tUFoDXFHU9dbobDg9t18H
 IQeWIEfY68lSXgIL/s6Ikmqd JTGFLDTs6rrO8OEjGL/RhIoeV0EFAwbrQ/VkMkk8HkeIvsHkWiiEpmmsWrWSYcOGWc8GwNzxdYJd 
m9aWFkKhMKFQ2FsAu6rd70/ACtrQZdhNJBLEY7FgnFdQQQUlYS/EhKLktCz3FxhVkSombjyRt//7 
JsOGj3Dl3HAghGDd2jWMHjOa+vqGbJBzYRq3jB+QgGHb42rfF0LABnowRwUVfB2Q9wDntRlTmowZ 
O45wOMSqVauKbrP+TYWUEkVVmThpEsOGD0dRveWMW/D1W9DlJWZWm8vuZNJHW5Zgm/OEM6/jBPYg 
GrZ7XnLnydljhfdvb9694paCafvF5sni9O1Z2CJQrE7u++s1N2cz2zQ8Y7g8nhXWxcmflToIT571 
ytqd/Nq6II+jkD7t6Vd+tt8FaS+vvpQvO2vWzr4z7/eTf1DQfgV8OxjLPnP3EZntFLn7dnLoUxEh 
7LYXWXIyJ/NGjBrNmHHjA9T8G4qsiUw3DF+74QBqdPaFxz2rqFxPc/cNp4D0Gjx9ue4rPHOTmS1E 
+3QEO6nss5GoyBXsHtjOWVLkOk5+QDri2BzPc/tH20LfMUDzVbOY9mi2HB3PdsiNC2c9nO3kHtEu 
iUbhfZe1obANnc+yo8ytubvLFn3KcraFxVvhu3L0C+mkJ33yFFZEOLO4q+iCVxtTQNe6UdAWUNiX 
RD6pcBcOIKVv33Omzd9zMG73iSxPwtXJRYl4Vrsf24I4K+5y36BuyCgZiuX6vd6fgBXM/hR2Sb/Z 
1nk/qK20YCb3lBZ9aUs7ktnruaNj+Daa8NJGbAFdKDi8y8AxwPwrmp/spWOmLiiuL2POsgpkjbcE 
CPIu+pbrlaOUFufirXiS3A+vOkuv5OuDPoT6TznXH4UdSFxGHvs6ICt+Ac12eG1OGxQCVQhMKcmk 
0450GxKsCUALhayDqwOi/4LOS2OwR53Iq9ReCDJI
 3LdLnw3Ul4JnoGpBIjePfSWo93M37cJyCrP4 
TPfCK4ktqrz49q6/yOUpjr5t4dY0+uhNXoUVcFk6ufBoUu98XrpuTvMvfKnehfnw6vnbT4j7SWWP 
PlA8aNpuKFe/8M3jPaH40bedD0IIR1HWAfKJRIJFCxfS3t4WvK2+ScgqHrW1tUzbcjp19Q1Ou4Av 
+i/oHA2cLT8HRajW5yC2RrMBtncFFfzPIa0jBA1p5LQ457+GYbD4/feJ1tawx557Zc952IAGYFau 
m6bJ66+9yruL3mHosGGIABuMDtjS1Z5RkskkC99+i6VLlnxtAgwrqOCbDiklqqowbvxGbL31LCJV 
Vdb4ckQ7xGMxOtrbOfjQwwAcX0dsIOMwt2gUbDtnBx558AE6OzuzAdKutC7Ztx5e16yAy14rioJh 
GLz5xuu0tbWx0y675VXKDWRCqaCCrwrWyknwzsK3ePvtt9h5l11JJBJ9RJhtt/PaW25DgWEYaJqW 
dbzonmkCeV0D7SHgMhgrikJrSwvLP13OUcceR319fRmsV1BBBUGwxbRpzLvjNnp6e6iKVBUeOejA 
t2I1JYvY7gNrdKXaqY+qKNB1nYyeprq6utBgWkEFFaw3bE3GNE10XUdUFR9bG+rYCyTEXaZJ/wOs 
S7RRbsuefJxiLh7Ivd9XMYb99gPz2mgyyIvz2lCyVFkDQc8vXTF6fs/K2ZDRKxi5XATZENKPTxvF 
+PUNjwjYZn7Pi+3fV6xO/kHc/n2uFL1SbRCkPn5w2sGzdwLnGygoquoQCSaZjIGiqoE8nl8F3E27 
/s4Ir0ICM+MvDPs7G5Xa56tcusXDCLzpBt3frJw0QfY8G6g2C0onaD1LvZMgZZZb33Lq5Nc3vkz+ 
vmwMtJCLdXbyxecriBuCkRM2YWh9GCOTRipqzk7vhnvy6Ltxa0A56Upo0ylnM/X1dkYESWdjIGa3 YnnWR+sLojH1h7di2sNA1Lm/vBVr
 vyAaWDk8lauNFcsfVPvsL/1idAYiXbm8rI/AGihBqwjB6395 
iAvuuJtNNp/Msg+Xc/TlN3DcDtNcKSW6bi2v/aBnMiihEM5QX92QaKoADDIZk1AoZN3XdRcti34Q 
uJ0R/f7yvpxZv1DtdjLj/xJtG1855XvNGu6y3B2p2GzupudF20k3KJ/F7hcrxz0A3OmCDAqv+gYV 
Cn7Cqli7lEvLL63fUj1oGUHaxt2mziVjEOHlbtv+CKn+atdu2HUxTWsTTlVVy/qz89p1aP10GeGd 
9+KqP87jV7tP4fdnPUA3kGpdykP3zOOxp14kkRao0uTjxe+yZNEr3D3/AdZ2xmn79C3m3/UnPlrZ 
hhYKoZhx3vjnX7nrnkf4dF0SLd3J0vc/oi2mooVCJFevZNGSlSiaRmztUh68Zx5/efolEmnQhMQw 
A/Rz1+/12Eq97zekfg2eK7wfy4lidMvRLpydsL8aXdClaxCegvDqvlfK9lmO9uJFq1w7WTEBEOT9 
BU3vp9EVm9i80paCV/8sR1Nzt+36rgbs3+sDIaz41lf/8ypr165BVVWc8WiKI9hWIDBMg4aGBrbd 
djvU7AaeNp3m8RMYCkwY3YBWG6Vr1VquPvPH6OO2x1i+gFfeW8HVZx/F977zHWZ8/4dEuz/jhlsf 
5Xs7TmDJmuX88YHneO4f9/DElWdy02s97DRB4+YH/8nzD57J5Refw17HXcOhe03kgesv5dUh23L9 
yfvysx+fRGjKTqSWPs6/3/2Ua88+GpGKA2H/NszVJw8fZ0Tfb0QLG89xLYvKxLIGjvtZsfxBhIFX 
WeVodG4e+7Pc669GV0qI+2k45Wodznzro9GVu6T10paLtZUXj+VqdEGFb9B371deOXmK8Wz/7pdm 
mB3AiqKQyWS47/572H7O9hjZIGJFCFKpFD29vbk80jQJhcI88ujDbL7ZFjQ3N5PJZACobhzEa5ec w9wn72bh4i5ueORB
 Pnz9d3yQ2pznfnMxq158gOOufJh/7n8ITeMnceyvf8uuDSm2njqLESc9yPkT 
VU7eYy8eWf0mf37qXa7/8wvMGh2iZt/tufn9evbebDwvLnmTQ/cazcsr1nHIAbvy3+eu41NlK569 
6td8/vw9HHXlY7z4w6PZZVjxhajI/SeP/m+8mU1VMgrlG6zRuQdWRaMrbJNvqkYXtN0HWqPrjz2z 
bCEnrSDadCaV0+ZSqRQ1NbVMmLAxbW1t1il90vpyYnA2Dk8I6xOy6upq3nv/PVKpJJl0moyeIRQK 
Ee/uZuMDDueS03/A7884nRXvvUNU/ZDWT3s567QTaWlrZ+SUnWjs6WBQQ4hxdRD7bDWzJo+icaSA 
NSsYF22i/dNXaRw8gWGpLlIMZvtx47jl319w3mEzue2yj3j7788SF7VsMmc8C299lZZPanP0x0zZ 
kcGJOHrGAEVDmv4KmdtG1/9tmhyfdlc0um+XRuesc1B+vWh9VRpdsT7iVc8g9XHm88sTZCJaX41O 
IjFNiWEYuYNzwuEwm0zZhOeffy73RYFNW3GVZ5om06dPJxqNks6kc2Vn0inqNprI9EnTuPXyk9j9 
tNvhkEmMm6Jx7U1XA2CQYc2qNcQSJrou0TRBMpnGSOqgqSTT3QwaNJvOtXfzYUJhLPC3xR8wauc0 
YsqRbNS+O1c/sZjGkTsyHnhF35xRE+u49qYrAUgZCeLxDMmUJFIli3pd3S293uElFVRQwdcLtiPC 
/jMMg+OOPY4gKzUbvb09Bc6ImuoqhGmSBqqnH87+kx/gvdWbMan6YXbd/wgmVifJbL07Zxx1OHo8 
hoF1tmw6lUQXgDQxku0kw1tz9pE7c8bJh3PvcIX3q7bkwV2mAApH7Rhlx5v/xe8f+iNg8t19T+X5 
507kOwf9gHGhGKmtd+ei03/CqHgHZqnTuV0C3P9wnKLIm/vWd+nq1ojcM7d71nfns+970XA+K7Z0 dfPk
 LsvNr5Mfd7le9fKj7zdb+2lbxepXrD296PstXd319GsnN5/u/F403GmDalh+PJbzroK8uyBL 
Vz/49QOvstz1K6aVO7XmoHAKORvt7e2B84N1hqwQAlVVWbtuLcrU6RwdivCfF/4FpmDLucew37TZ 
jBr0Xf7979foNSNM3HwzxlWp3HHf/QxK9pKureeKefOpUhL0huv48bx7oLGHESdcwLwtX+PjFoNf 
b7sDw6tVurq62OKkW/jgoCTNoxS6O7upGTqS62+7h1defYO4GWHi5pszOB0jJQVVUtpeUa8WsL0t 
uTv9tNGVZ2D1Q7HBGGRgFaNZTlnFOrHfgHR3wKDCs1w7jRfNYm3mtTQtNUi9BlepZaQXT37LylLv 
pFSZfs9LCVInv0H6WinBWAxe7zzI0jVIny4XUpqWxuNQepQyz3Cx2ywajbJkyRL+cMedNNbVkkyn 
MQwDNRzhjlvnYEbq2W3v/aztkzJpkukMw0eORE+nMYXC4GEjMDJpMgjqhw0HPU1HQrDp7N2YpghS 
yTipTMZqB3UQ48aoZJJJTEWQSmZQqprZY+/9ADAyaVLpNAaW46T4wrXw6cDsXmKTtj2wAe0SXp3A 
a6CWm7c/aYppm351CVI3P4Hj9bzYwA1SdrF75bRN0EnGTxNypy81uRQTqsXuBdGy/PJ4acFByrfh 
JRT9+nB/6+f+nRfIFF10SSnBlKCsX2gKQHdXF5MmTuTpp57q86yzswM9lSCTyvJqMUw6mQQhENJa 
uiKsE2X07LWKSTzr7RV2HaVEmmkSieykacqs8EzRky3Apo9jSe3bBnb6LAbsEzCZ5UTNHsdmmiam 
YfRZK1dQQQX9g8zapRRFKb6oci5dy1jyekEIQTKZpNcRhmIjFApZQslZhn0tHa4Cj2sn+wWThju9 
K22ubqaZLSuYfOnf7iUO6WbJaqvgutp6amtrWbRwITNmzixbXa6gggqK4+OPPyIciVBTU
 +t7AI6U 0rHp5noiK4S8Puty2wH/V+hPuf6CrpigFBR+FZGNyamrq2P2dtvx3zdeZ9E7b28o+5pWUMHXAkII 
TMNg5912Q1VVUplMLoQkB4e98asQQv8L2N5gWWQNHzC8xJHZV+BZaqPTyKsbOmPHjmP06DF0dnbm 
6GyYzV1BBf9DSEvQNTQ0oGkh0qlU3xWTZfDClBLT9D/z9JsMp+NIUZTAh2b5e10LjG9eJfb10kkp 
yWRnmebmwRXzXAUVDCAkYOg6qVQyJ+ScwiwSriJaXc0Hi99n8pRNchb5DWoYZh0XnyxbRqSqmurq 
aM526UpY8CuAM8L2jCmBw0G+DQfoVlDBVwWvMWiaJlpIY8omU3nnnbf5bPlyzA1Qo0OSXa6bTJo8 
mdr6OkzTXsIKj38t+O9eIqzGq47WYJomqWSCuoaGDVIdrqCCDQECGDd+PEOGDKG9o33gHBJfJ0iJ 
EAr19fXUNTQQj8VIpZI0NTVjmga2cAsYXmIJM13XaWpqonnwYBa//x5Nzc2YUm5YqnAFFWxAsG1X 
qqp+1ax8SbC0tXXr1rJ27Rra29qoikYZPGRIbqcVL/hs02TBdlNPnDSZtWvX0N3Z5Xg4sOxXUEEF 
A4VyNhn/BkNKhg4bztBhw3Laay5I25W06Cdglt3PcuOOHDmaMWPH5QpAUdFCCmYmg2n2tXhaX0pI 
pAShCKRpEq2tAz1DIpmCAKdrV1BBBRX44f+z997xdhTl4/97dvf0c2uSmw5JSCcJBBACSO+9g4gg 
CkoHKdL8IGDBAiofQEFAVGygdClKV6RKD2lASO+333v62Z3fH3t2d3bPnpub4Pf3MXqe1+vcu7sz 
88wzz8w88zwzz8wIoFw2KZWK9ru631gMynRF2RfrrKYWKBYrYZqOVsiwcl2W9PBhJKImVacbS4lu 
GBi6Tj5XIJZM8tqzT2O2DmPGxAmYuUJ910Qd6lCHTwW2CKm+9mBQ1x3aG
 Lx4tjoonJVdmlqamPvy axyw5+n84ZVn2XP2NvT2ZjCicZLxqLuI8fKzf+XFuYu47OILiVll5r/5BsXJM9l+xrZEdQNDt7ey 
5HNZyhYkkylk5Xx7yyySyRZIpFLo9lIL5U+4ergAACAASURBVHyeQrlcc+/gYDenD7SZfDCb7m0+ 
ypo+PIPBL6Ws7AFU04XLfjcNn95VwKE7dJM8niZe6yADL03Fj3IQR+qH8lRWaBnMYKcwpoqftfKX 
IMXGaatJn5K3OuDXPEDA6XBV+Dx/U2CjfPU9V7SN8OtHvZKHtaWQgqAiGewhCptdd+GLn1WHLQzE 
102FgXAM6F5i11+gkWkGen4Db77xHE3RBp56/S223XYqCU0joeV57bm/8P7SDmbvchAfvvAcD/z9 
DabNns3kKVPY7cCDKCabMMwiaz98m7/+412GTdyR/XabjVXsZcFHb2IVe3nt/aXsccChTBszkhVL 
3uOFl97E1FPsuu9ebNXa5LquhG7Exy+ggx3BDvdPNHppHIYrX3y+SN53W1g47dsZSYSTsUdTgKcu 
bb5G508WpDmsHF55KoIrJC9fPPcQBm9awsk72D7Ud9+G+CouVGiqkblEImTlVBM3jsdQofpiet0W 
P+8DvPATMKAgC+7e8VW7UOrSY7ySifcs3PoJ6bl4WoX/HR9zQzfrOwIqlN+yhoDzl65KyCll8LPc 
3942LlZCeOM1XiW/GqOzEtcXRTitVS1roN7ZCH2+CJXpMeFgtfkWTL/Rw9d9m2uFQDc02td28+yT 
87j5lZ/w3iN/ob+ji8aWVv5w87Vc/qPfs2bNEh753et0LVlGX3cHzz/zNN3pZh77+c946J/v07lq 
IWdfeDFvL17OnT+8nJ88+jciUTjhyGO45aEXePNvf+HcS26gJ7acb1z4Dd79aC0L//ksb61chYhE 
8QRSKMmBd1EdLpRQUdWNfFiEr62FNHAXYY1YtaSI8H/yN
 faQaq7VodWTngeCan75BZ4fRw1sPtJF 8EM4bVUsDc1QKV+Q94HOLsTGCxtGkwg+1+icVZ8DlROaeY3MNqaliOoyD5xPGIpAywirlrAmuBHa 
ajSX6g+D0MSq29hGBoqNIvS/uFph5T3s7OGBHYYrqoazn84yy+h6mlUfP8oqYxJH7HgUT4rv8viy 
Pi4Z9hG3PPQ2dzzwNLtMbAbgiT8K5rSM4LbvfhuAF7QIzfE8Tz77a5pnncKd/3spCx+8jQt/cx/7 
7rYdTWMnc+a1N7GnvoqvHH8WD89/h5VdBT5/1Mkcued0rEKGzp5+RHB/Xx3qUIf/StA0zd0D7JnA 
1aJyozsjdF2np7ubDxctpKtjA9vP2ZOXfv0Mnd1NfOtb17Gqp5sP73mVS2b2k27dhnHRMmtWL6el 
bRSF/n7y2T5W54u0xaMIoWEWeyiX1jNx6IGApCnZxkgrztJV/UwYnmBU2qL/43WMTphYxmH8+NKl 
fP2KU7im3MI1P7qJdN8K8jl7n19d1NWhDv99YBu69vxlMpVi4uTJtLS0Drgba0BBp+s6+XyeRYsW 
0NY2nOkzP0Nam89vPujj9FOPYEhLiuRxp/LQI79mYfwWrHU/452OAgfP3gqAiFkmZ0Vpi0cxANMy 
0aItJGJjeH/pW8CRrNmwmJVGkXFj0mSyJaQlMCIGJQSZ3g3sfMrl/O2UK3jqyi9wxT1P8/iPziWa 
68YapGpfhzrU4T8QhH2xT/uG9SxdsoR4PEE8HseyrNA57dpbwADdMOjq7EAA20ychJZu4t1bH4Ax 
e/HVC79Gc8SCYgdrX3uc3z6oc+MVx/DVM0/id9NHYbQey3WnzKDx97ez88FH8Z0//omYVaQzY/DF 
Q8/kkd9/gcOOXUDn6hWccNn3mGJk6MqVEJp9kF+5rKMV3+LyM89jRXkMHQs+4oTzT6EloVOSCUT9 rLs61OG/GqSUTJm+Ldm33qR9wwbGT5hAo
 VAIjSuOO/pIee3132LKlCn09vZWTkWwRV00GmPZ0qWs 
WrmCXXbdHVOaZNu7yUViNKWiYFnoOhQyvRRLCUaPSfPB22+zcHkHW0/ajhkTh9GzdiWfrO1k1LQZ 
JDO9lIwIQ5sb6V+/lJffnMeQcbOYPXUcpXwfXb19tAwZim6W6O3pI9KYYMOShXy4ZAMtY7Zhxxnb 
gBnis1eHOtThvw6klDQ2NfHu228Rj8eZsM1ECoWCz2UlFovx4gvPD+JyHGVxxSqZpNuG0CgtymUT 
aeggBcmmNtLCpLu3zOTt5jBttsAyi+TyJRpHjmPO1hMpZDJYLS0IKcnnC8SHjuewoyZjlYvk8lk0 
I8qItjZKpRKWptM8bCiybDFxxhymzBJIs0wuX9ioT1OQEaH+RVWuBgMhCQ+3V3kGXnUMTR/mXySV 
oBq4PrUPXS0Em4J4c3DU8KcaVN4D8GqjNNfi+0D51sIdEl91majZFkN8yHz+csEV5RpQ078SVC+Z 
2mUI+r0NhocD8W+geIPBtTk4QuIPeF9IAOHGj2lScAkhMEslTPulskovMcv2N12DfDbjCiMBlIsF 
+gp5hNCgciu4pmmYpQL9RefiDIGUFsWSZb9LSbmyQdfMZSqLv6LihjH4C30H54S4ES7Xcp0YtIPj 
IFrMIOTlp56RrCXtQxFvYusdDOGbU4BatG2Oc+nGPEQGyi8k0O/7Fpammre1L1oamN+1ihvqJVPD 
U8XX8QWeg+hgYZPazyDTbi4MKqk/j826HMfv6Y/rECpFtV+P8MUXHgligJvhA75tQvhHw8EKmUFp 
fWweywfC/f8C5/8f8Km1xv8i8Gtng5O9m3K9Y610vu+DdBbf1Pxs3P9v2sLmKPb/Cqh9TNNASpOz 
LQavot00g3Eg9KGSnpe4L1L1N0fdd9wBhfO3or+720uUkcZ1JKz8cbVBxTvc25bieY17OdtvQv3o 4lZF9wCVqJTDeXdYVsGuI
 JfeTgkljROlypITIKSyylRx4/d1PqVqVJYKIZFS7SpqOQJlEp6p5LEh 
cKOTSpwz8Dl5B2xPHytd+hUIaO5COjlW+FkpjIvbzVt6zdepH7XgSiWrdR2Wt6/KpayOp9ar0vac 
EgbYUQ0KHaBsh6rUo6/5B/uC+z+En0ocX7uVwbgOoxRKhWoSqn3Kq0ev/6k8VTCH9qMAXXhb67wG 
qlaTV78BCr08a0J1XYUuXcoaBLrg26aCz1ndEVzRaJRoNFb5r/5iRKJRX1ypVIAeMdB13T75BNAi 
EQxD8wovFI1OhHtBB6VNWHncuqng1YSoaPNOHkolVLaXuG3C/W9/VfE4vJEqnyo4XRqqdkd4o60R 
TxDTNSWdI1XtBJFYgoZ0mojmiCfhw+MgdhwnpYRYIokuBKAFtGJVuMlqGoX37H33F8GXRh1gAhRR 
qSmHL/4q8urfxzclS5XTCsV2YJAWd1rFwSUVvIoAF/52obaT4HbCsPbj55GfFje9CKatwuTGrwoL 
NBOVp1V+sWq/8BGpxhdVubvtWCgCLMj/QJ1XCxvp4kD4h02lCfmrtUYfDdsq55TV+e8X12FQLQRr 
n0c3kMDEIdpfOUIILMsim8mydu1qCoUCmtB8osiyLBKJBKNGjyEajXqjh7A7bSFnH+FkVA4OLOVz 
WOhEDHs3hKzMLajnTlmWdCs6eLGwrSFJpGUTbcexsCzseUNpoUciRHSNXC7vctPOy1JMcbshWJZi 
AjjagZRYQlSNGq5Pj7vP1OZE9cZ++7pIoWn0rFxBuamV5oiOJb0b5gH0mEFP+wo+XraWEVO2ZURU 
ULIsNLdc0m1v6ubp1SuWkWoZQnM6Zd92Xiq7tEspkcKeJ/VGWa8lCOGN6F5FqXWmNhrvQQhlVBWA 
dPZ0elqA8G0krnGgqzfW2C+KtiFEdWNX6fS6tf/Zy8uPI4jOreYqVU7NScUh/OkCeKriyGB4gB7f H6nkqJZKu
 n0nSJ5QYqll8u919SoxzLT193Ph0uMXmcLHH1FJ6Io8dT5Q1OB9mBCsblyVN1WUhkOw 
JDU0OlGr2fnigKpR250tEokwf/4HvPPO26xcuZKly5awbNky97dy5QreevOfrFy5glQq5QoDELS0 
tvLbX/2S3738T2KJBJFYjHd/8b/c/fhiUokIlhTE4nHisYjXmYVGLBYnEjGq5kBsrVBgRGLE4zG0 
ymjgvOsaJNJpFs/7gD8/+wKRpma0yu1JmmYQj8cxdE/AarpBPBZD1+1LuoWUSKERicWJRQw3X13X 
0TSdWDyGbuhomnAFiqbrFe3RE3YSgRGN0pBK8Ocrv8ZdiztpjOhYmk48HkfXNfR4mljnx/z4m1fy 
3Z//lnl5k0QkSkyhUQjhasNCCDRNI2YYfPP8c/mIKC898WfeWrqKZDKJqAjWWDxOLBrxOkBAVXDr 
2dcm/OESf5pa6YKadbCNSYIah5efEyZr0lSNs9YzSj4q/UF8frr95VcHVHt8UXGq/z28qvXpex6A 
funm5afTGXiD5cGti0AZpYrf3VaPCmG8D6vz6rgEwgZK66dL/RYmygfCPxAE6RvwhOGBwBut/MNX 
NBpl6ZJP2P+gQxg/fkJo2gXzPmDRogXs9JmdkT09Hk6h8f5770KyFT0SQZhl1r7zOm9P2INYLEGs 
UGDeO29SijYxafxYkok4hszx3rvvkRg6jmnjh5PJZJDClt+abpCK63y88APW9QmmTJtESpes+Hge 
6/sFM2bNojmR5J3nn+V37yxg9mf3IFEsM7SlhWzPat58dwVbT9mWEY1RSlLH7FvPO4tXMW7iFFK6 
hYylaDBKzHv/LYqpsWw3eRS5TIZSqYRuZZk7dw0jRw6nsW0YwrK123I+R54IqZhW0Q510okIH899 
B9m6FbplUSyb6KkU1pql/PPDVUyYNpOtWxK8ffcTvJdt5Fs/u5k58QKfrPiE5Wu6mDB9e4Y3xu
 jP 5DCtIrFYDGmaFEsl9FSKUqlEzDC4986f03jUyWwzso1oJElay/LuW+9AciiTxo/B0PyaoK+eazSM 
gb77tENRHa3K0lKeg9MEYYN7WDtV4/m6V0BjCO2CNegJmw7yr6DWSFdFk80ViWOR+MVN1ak1gQxC 
Nbqgxl3FH//+TwFVh1KGJPUUsNDA2t/D6KyVtlZd2VTXlkP2dMBAora6TjZr1TUIElz1XkpJJBIh 
l80CUCqVfI3CMAzyhTyGYYS6icTjCYhEXJPQiCeIRyOgd3PdReezJB/F6lrOYdfcxOenDuWaS85n 
YV+cUn8/h5/5dc46fjd6O/sxolGShuDub1/Ib19dzcjWVrbb81L2aXmdWx98nlTaoj0ynTtuuILu 
N//Ogrkruebqqznxf77PbnOf5txrbyXe3MzqDfC9O+9gmrWAc867mJ7WabR9Mo/+fY/khm9+nXsv 
O42HPraI5zvY/vhLuPHC4zhhvz3RhsYpWDM5emYHL2UO4Bc/+BxL33+L6679Lp+79XfsQ4YeKWhI 
p3js1su46bEFbDOyjfYPPmZOSxsb3nycM6/5KenWJtb1Jvj+Td/mH8+9yLsLV/OLn3wPsdeu3Hnb 
HYjhTaxcD9/84a205j/h8u/8iEcfeoDuN1/mBzfdwl633cuQdIr1775J77LFvPKbX5Hty3D+BSfx 
wzPP4RPRhNmxjGOuu4njZ02lmM87LanSYoIVTXVAzVYpvDDVjg2bxFGbv2t+49HiSoNgD6wBQZr8 
livqXFJYHC9M1C63m0+VCK8kCRcn7ldX4ghFm66RTy1QpJbbD31kB+nHG0Wq6kAJDksTJglVqRnW 
ZirfZa024OKuiGXVQg68uwtsFV4NKOwC0nyzBZ26Wlp9hpt0753UdT0wAU7VXJoKlmX5VymlhUUK 
ep/lkTfbeeCRB9hhciuQ556bv8EiOZ1HH72JBX+8mYt+/2t22W9vZkUk5UiURe
 //ibueWc19f32c rfV+ensKRFun86PPHkymdznnnH0p7y4+jm0/9yX2GvE699xxG0lzLV++5GfMOOI8vn3esfzhspO5 
46HH2MmYR3nCYTx1xzU8cuOFXPxeOx/Oe5Q/vlvgkVeeovjag3zuoh/zxhnHsWZNB7NP/Sm3nr43 
H7zyFPdf/WOWcAprPniIJcUJHDgmxoa1/ehGglLvP/nu79/g5j89wV7D2tl5n88RNzr4zo/uYIfj 
v8b1Xz2Cey88lpuemct3TzmdV15+j4u/cwMT+7v53szt6O9ew03fu56/PPx7vnjCfnS0t9uNwizT 
29VNXgrKfT0M2+WzbL3zbux83KlccszhtH/4Ex7+wOTpZ3/OxJFJOjrb7TlV52QYpx2r0wEoZ31V 
Wt1Abgtumw7GqTQXVYMJ1SY8ieC1Lfy4BnTzUcNCZIgIxqvShuxyOgLDh88hSaC05YArlNI7N+vg 
zRAvAqVw9txqJT+JN2lfVQaflMCjMQyvE71SQF88ZYBy66GWbFbiqlq9s8jod/pXhpUAPb5mo+DZ 
GAxqr+vAFrgdXpXpAJnXOgstLM+yJYlG7DkjNIOIFJRLvdB4GOcc8QLnn3YQwybvwW03nUup8DrL 
5jVz5cXn0rn6EwTbQXs/coxAoNG+5inGTTyQKa2wek2RIaOH8txvbuOuR19k5mf2oLuvREc5Q1PJ 
QkqLMmD1vEPWXMbbTzzCuQuepnfFBmIiQ09sEduNvxKAbUfOZu/l81mx+jkmjj+A4Uj6hkxjj3SK 
V9/pYPzYFg7eYzyZ3j6mTp3E9hMTPPzQYoy/vMKcL92KzGQQuo5mpOhf+TSNQz/D9k0RctEJfHHc 
JHp6XqffXMlHjz7AOe89Qc+yDcRbk5Qa12BKi5gBy95+getuuYvRM3dj2Zoi8Wm99JkasWgEHdC0 
CIlopCJsBFgWpmkiy2WKxSKpESdw5gFv84Wj92bMjD35zrUXM7
 IhTtm0fPWhLiD4FxPUdrApZoQ3 Ay/cd0E1DuWb8OIJ4U9TLeM2hr86r+oy+PN28AQXU/x8CcHn9t9qOsP5qh7CGUwT4E8VXdVxqhVR 
ZSbP9y4CsT2cPtzKoOHxFl86fwbSx6cgPn8eA9R/KAwk7ar5vfEtYDXCbWnsDRQ+v61gtoHRLLwA 
tro/JW7x3IpeYpEYAHNXb6B53xRmzuCSG+7g7GwXv77oDL52+zPskdqGKTPH890fXkHXhg5MESGi 
l8mXBPE4xFMTWb9uPhBl1MgRwPvc+cCfOfns2zjp8Ol8/OqDZEqCIdLCMhI0AqRHUcg3sO+xJ3Pu 
KbvS01ekuQluueElPl43H9iDlT0reC9jcWB6HGvbPwQEiUiOjzN9zB6dwiyDXiyDVUZrncD2s/fm 
yT9+nkX9M/nDbm30FcroGkirSDQ9iZ6e+8glmmhKZHmjr4fpiTGU82kOOOFUzj5hJ3r6ckRbh7P2 
N4uIRBKkKXLvX37JqFmn86NvncgPr1jEwqIgjoVp2jxOxEvMz5fZXwOtolXLsonWOIRELEpvb4Kr 
b/4153ev52df+TwX3fUcf7rqBMj0oaoGYdqGbdoo9V9DM3BOGHZ95JRe5/OXQjGzfJaBwPGL8znn 
uvl57VBtR048X5vzmVgVvMEy+vptQKsSal5+U9O/0o8Sppx+6+JBKQdVWrHaj6RPbvgZHGYRBcug 
yihVE1b99oJ8c57V/m1/UdxlVN76lnA9HF65K6ndMlXz0yuzf2iqKYdCzO0AJ6raxWZqdCGjmC8T 
r2LCdkAEfZScPLszBb5wysE8fsEtfI0sQ7ILuT/TxD0Hb0+u43luuufvtI3dnkXrexm501gO/Mx0 
nvzzVVz/k2GMLq9l/fiZnHbYYQwr9FMyS0ybdQZbGZ/n5Au+wQ6jWtlq4o7MGt/IIw/dTXblSJ59 
+jV2Oc9k2wkj6Lz9Fs689nucefFFnHH4kfzggd
 sxrNXkVi5kyIlnceiBX+Kiq7/Fhd9sx3z5YZhy 
CJNmfJGW7KF89X9+SHzZi3RNnsNR4+PctGId9lW6kp6MydGH7MYv77gU69CvMbKpiUyu3244Vj8N 
w49mr63v4ayLr2C/cSbPv/4PRhi/5wuHHsJ1992GXjiC/pULGX76xcwpFWnv6qRIlHHDR/PM0w/w 
2990c9/v/8y0UyYwcWwbo0vrOe2bP2LSqn8wd3U7ZTQ6N2ygK19iv1lj+M5N3ya77myO2kPj0Vtf 
oW3CTD7pKrLNiCaErL7w2DcCK3XlG42lT0IE2lDA2VrFW9XMgh8c0815rtbSwjU6ocoq3/fqfMK0 
0oBmI9V4alyl1St5VT/7hUYQBk5bS6hVzMvAnJZaDumKJxWqeToQeLqJVPr0gEnwhKjqJxvUBsPw 
qNp3UMsMizcA3YF3ffrUKdftvc8+DB061N35b0cT7qGbfb29jBm7le/uRN/kqSLUDMNg7vvv0tY2 
nBEjR1Ku7G91XTQ0jWVLlpDp72PK1OlkMpnKfJ5AFvKkJ23HjjNHs/iDufRF27jokqv5zKhGTCFY 
t3wlixctYdgO+3D28fsxbutR7DR9K+a/9x7dRYNpM7Zn2ug2+4QTyyKWamDv3WezdvFC1mfKTN5+ 
H47ZfxeWLnqPQsMkPvfFs9l5ymi2mjiRSSNb6OzuZ9Tk6Ry0xy6MSpnMnfcRVqyFmdtOZ8cZ09l5 
xgQKVpRWrZHeYi/Hfu5zHDJzaz6a9x6RMbtw+QXn0qLn2WrSFKZNGE9M00BGSI/M8cfH3+G0E05i 
+8lt5PMleyRHEounOezgvehb8RGllllcc84ZzJgwhjm77MCoeJm58z+GRCs7zprJVqNHMHHKFEa3 
jWLqhBmYfStZ0ik44rRLOPAzUxk5dmtmTRnJ0rnzGbXdQVxy8mGMGdHGtpMnstWoUWy3w0way3ny 8SZmzJhO7+LFfPjxcsbufigXnL
 gfulV250+czu2+KyM6CNcq8TSsoBBxxuQQx2apOqf64zrhrqRy 
m1hA3IVoVmq+1c6vQvknnCLY9El87T4Y5m/zCr0h0svVYoSin4pqDdYjxa/1+DVFP16XPoeuYG8W 
zgyqVx/uexUOVSMLqhyBsji88Amu6v6vJPS5T9n0SL9lq/DGQ+HnnfduD7I+/gtbpsTicdauWYNh 
GLS02odves7atjxaunRJ+DFNTiOJKcc0zdltd/cmbGfFwzdBW/FpA8mypUt49913lBVXr4SmaRGN 
Rtl3vwNoa2sjk8lUbhW3GWKZJomGZpJRDSk0irk++rMFhBanpSWNWS6ja4K+3l4KJYtkQyPJqG67 
lJTy9PRlkJqGwHbuNWJJGtNxpCUxi31kSgaNqSTSLKNpkky2QL5YIt3UQiJqkO9qp6cEzS3NGNJE 
i0SwzDLr33+T5198mchWI/jTPb9i9hHnc8VXDqKn36S5IQFIMn095EuSpqZGcv19SE3HlHnuuObr 
vNwzgh/f9G3GRHrJWxoaEIlGWbRoEavWtjNsSDNYJfpLZYYlE4ybsi2JZBID26G50NtNTugkDYNs 
fx8yGqchlUJIiSbK5AsWmWyWeCpNKh5FYlIoWZiZfiLpRor9vRSFQWtrC5pZpLc7R7qlAbNcxtCg 
p6cXU2mcwQUI90Yqt+6Vth0QAE46N4LANmEd7SZoMqrx3c6JuygiJJW0nmBRV91EIF9npVG9Bcy/ 
kCArslTFUW3uOuUMKCQOCr/pKjxK/H1Daf2BNK6gU3niPstAuhB9J2BqC5SPSn3IIM/ccqolCui8 
7jSFw0+/QKz1XQ0Lu3FOrTM13OOv8PGgWpp7tFmW9emOaRpYKQzhivsqsSyLCdtMZPqMmV5lBpJp 
mka5VCaXy6Hrns+ylKDpGtm+brIKNbqugyzQ0Z5DiIpzrKZhGIJ8fw85Ja6mO468Ak0TlAsZOvKZ SrCGRpnOQs7uM5
 adny6gv6udXuxV4ogGvV3ttuC2LLRonOTIkTQNjfH3N+ZzzDlXcci+u9LT1Ycl 
oaPDplYIDV0T9HR1o+kaEV3Q391OfthMrv/KMYxNFcjmBHrFgTiZTPLa66/z6COP0NTUjGma9HR3 
s/e++3L17B3Z0L4eIxIBywJdR5NlevN5NN2AUpHurgJC2MFCE+i6RiHTh1Ncu8g6+Z4uNM1AyBLt 
69ZAhc6ODTmEpmFVNG3HkTmsnv3DlWoghpmPTnzb+10qOIKdT01RNaHhjPIBweoqEgGaPOx+wQmB 
vig84agKsrDpGFVuSDdzSXgnqSByy+vRHmq2qpqQIPBcySegBSkhXjwpceccw+pCEbYCPFePYLwa 
RZLCEdiKYHIShFS+XV7HXA/wykeIl6kn2DYOGzedq2EzFyP84JDnmKblcplexRE4NIeKIJLS6SzC 
HWF0XVNGK09b1DRP5XaktlbZCeDEFdI/Hmiajl/VFmjOu+HtTNAMHd0dXQSaZm9BQ9fBLFGONrLf 
iWdz+KkGhWyG/mzGvsgbZRO+S5O9p7RUKpFqHMu3r7mEvr4+crkSunKxT2dnJ2efdRbnn3+Bn5+W 
SXt7u+34KyU4iwmAVnGGFprmlsMwvMan3qXhjmy6UdEKNHRDuJqFptv81BV+qlvJAjVGdSt1CA7r 
YMILczqsTw0Mg0DH9+FVR1Xn+0CiLgCq/10lvSqs3Q8QEhbMS3muURa/yK7RiZVIAy3mhZerOn/b 
yvPK6aJ3F1+UgIBQDsEc+KjiCC+D0vCUAFsdrxKuoZkIZTBR372BRlS1i8HBZvvRBT3nHWrUrUiD 
gzA/KOGvdMXmDqUhMIPrvlU4U5VOGfnU+Z6aOAGkRX9vJ72WLUxczTEQN7hCaVkl1m3oQNe8rWBO 
F9J1nc7OTnfu0yFZ1zXXoToMd9i7Ol8iwuJUlXdw/PR76qt1LrxvNRqdw9bwfZjC19hFVUK14wdo UK
 u7RuZheVbhd14DPKoKC5i0PvyVDuzjk4LP5VmYthxSD1V51JCR6ipoKOHqY6CKXGERiO9PF2gL 
gbKE5efLO7Rv+iN57Uktf4AWEfI8CCEXrP8ad0aEjeiBONJb0xFOKukvmHvUjSLhVeHgaE9uPLdA 
nguDn/oAbmeyVPhV6iANlZL746A2PGVWJNCo3fkZYWuHuu4JMldzVOZbfHlWIGIYvu+uSo99eIHU 
Da/0wv/opnMaiW+S11+uoBDwzYco80XqvImNumJgCY/n1S4l1bgqg7VnyQX57iuLs/7nuXL45tOU 
Bhd02/DIcjJV24+/UYfPd3nlcCpV0rTVOwAAIABJREFUimB78Lc/N43zPVgnSjyP10p7EArPa/Ul 
tf378hQgpD9fRSl2BZzaTZ0BTsnMPqxBtTj8bdMVaI5yp2iV4XPwntB33VXU72pa5egwv2uL1758 
bcvV3ELyrGJbmHIUiKPUPdTc6xoYAmqB8FdAdbi/lkXgmyvQKt+rBgdfQ/JXtJpFYCipokEE3gkK 
WzfPQKUoqKt44huovPjuoBM2dxE6qivDlCMbRDDMn2FYRYfm5xsp1XFaHXEDMWtpeUr5/aM8hFV+ 
bS1JTRvyXKNMoU8DlVmEl7/yElpPQWzVVkuwLOF0BLWZsD5ZU4tT2kNV0w7+DyUsWB6/dRQqINx6 
rV0GAvUpgomC/UHhf616qGU9VeUZJHcjQi4MNlujq0S0M64Z7kdiK1/KiOMbQvznulVpdGrj9LL2 
aXTuB5URDl6H8T4tIUifdOkSwhmdqcggT5MIlt+ZcK7SZgMVEuYP5amM9n9vdAuOaH6vKE3TiFbO 
9atDHf7boFQq+aZ8NgabrdGpI4+rtFcpU+qIWC2lXdMpZOQManSgaHROGlcObGRkCH6THg6pqIpV 
pp9U5Y0/rGqeT6HPMyOU0UyhWU3jCXBFjKtDtsIfR3hqmsaG9etZtmwplmm68epQh/9
 0cBY8R4wc yajRoyp9o7rxD2qObnA54ioirqYZZsOGfFPjKdN3GwWfyj6YvAbA62ncQQ0wQBsE5e3G6VPm9QK+ 
FQMTFRaklNURcmvXrGHu3PeZMGEbos7KbB3q8B8PtqeGWS6zaOECMpl+PrPzLjXi+jvT5p9eokw0 
qsakb2LYmU1VXEjUtGqcWqtnDs2e+amkCSwzqxPCYe+4VNo0uYqQIou8SVg/CUFhp66eKkqbD4cy 
x+pN+CpxnPQ+Cx2PJm/C2YtbLpdZOH8+c3bbnbFjt6rNszrU4T8Yth4/gWf/+hRTpky1XcEC/TWo 
M3xq9xIchOrCghLgn1lzEwcePdEUqu1UJIW3vE1oPBFGQwhOj3bpV7ZcYexfkFDDFXs1kIffHHXi 
uNGqtESfHVxB44nB4LK+e2yOZZHL5xg9eqx9Gkldm6vDFgaappHL5SgU8rS02Nu2NgWklDQ3NyOB 
XC4X2u+Dism/5OBNO/dq5OFn7TufBmmvOlG9hLXjiI1jVLWrgWh049cKl9VCLPS1ljkdpIHBFdMB 
yzLdM//qUIctCTRNI5Ppp6N9A62tQ4DAwD9YcM2xGmEKyk998KZQni37xhl7KxEgROUyGQSWNNF0 
I9TJdiC/GCkllmmiGYa7gqr64LggBsbjw6mazqiC18FB9ertJoB/b18tOVdt6lf5x0l3A1G1MK2x 
NF+HOmwJoGsaESPivgflgbrTJwh+K6aG3AiEfGqNThU88WQSUSqSL5t29xQ6iWQUs1winmgk29uL 
KcLmzMKJdrZ4NTY1kenpxhSaMhs4AD0D4fTFU0WO9w7CPYvfb6kGBGvg+yboqH6aFNNVCHtXiVku 
Vxw+nTm8at6E+uXVoQ5bANgO99L37vw3DE8shZm1btxNyO9T2z4CkJZFJBLhrWef573OAlFdwxIR 
kkYf77z6Nz6cv5yf/viHrNfjGJaJFJpvi5jQlMUMZXY+Eo2S6Wjnx9/
 /Hu2RJBFpIbG3Tjkb0O0O r6Frmqthqpqfo0Fqum6PDspIoeuam58jfnXdcN1ANE2370NVnYo1rYLHy8fGbcdTtTktQCfYx8Z4 
02/Co6VCv2VZ9Pf3g25U9tF6mrMKDs76r/7b0n7gF1JqmGEYrFu3jkMOOYRnn33Wu+NZeoJQSTlo 
ObXZgs63ewD7Ept1/7iHH934JA3pOEYqTee7b/Pd7/6a1Vorw5obENIEI0ZTYxLNiNKYTmBJjXg8 
jqbZ1wk2pJM2PiNKNBpBCo2m5mY0yyKWTJFKNZKIRklV4qFHSacSRGNR0i3NxNQ9tlJiSkGqoZFY 
xCAWj5FM6mDEaUzFMaJJ0smYfXZdLEayoZlELEoyGSeWSJGOR0mkkmi6fdBAqrGFZDRKIpEkETMo 
m5J4Mk0yFiGWbCAZs+9iTaTSVXRKYdDY1ICuR2hIpxHY1yImG5pJxWIkEgkam9KsX7OGSy79OmZL 
CynfmBfO/zrU4T8FDMNg7dq1nHHGGaxatYqrrrqKF198EcMwsCwrIOQGhmDv+BSmqzr7r2EVy8w6 
6URuvPAuFssvsU0kx2Nz/4EYN4bP7jCMZxY0EY/EiXQv5MYb72Xx+h523P8LfPWgNv744PvsuOcx 
6D3v8pOnF3LWV7/AyrkvsGpDnv332pXGpmaSsRiP/eGXyEiOZ59/i3GfOYQLTzsGrXcpt/zwdhbm 
m9hzaCPJffdlj2kTMcolW7jELV599G7+8PTriORETjrlK+zatohrr72X1f2CA44/k5MPmsUTjzxK 
tmcxb7z9EYmtdudL+23Fz3/5G7KNU7nusgtY8uFc5v7zWZav72LJBslXz7+QnacO592nH+CuPz2L 
lRrNqV85h10mNnPfb35JJJrj6effYvJuR3HeyYcSMdu59+af8OqCFYyduTdfP+vzzH/nn3z4wUss 
X9POorVlvn7F1XQ9/2deeeUVvnPNtex85LEcOmlrrLJ
 3DqDL/dARrg512DJAbbeOJlcoFDj33HM5 
4IADuOiii3jllVe4/PLLuf3225k5cybFYnHw0zUBSfcpTFfPeUwIQdkqs9WY3dg+WeKPT64A2ct7 
f3mFOXudRmrdEn7845vJpOPccOVVfCLGcPJxB/PkbTfwdHs3Dz7wW5YsXsCKFc/zra/fTd/6Fbz9 
0m/460s5IuVu/vfGH5FLxvjJDT/gZ8+v5rAjDuKR227iud4s9/7sRp5aVuSog3fh97/8Adc9/x7R 
eAKkpKG5kXf//hRX/Oh3bLvnYew0eRxpmePrV17OksREDtt9NNf/z0UsNA2ee/CPXPzzl9jz0IP5 
22N384UL72HOwUfzyXMP84s357JiyYec9rVbGDprX8aZa7jmB/cwf/lyLr/u+4zY7XAmxJdx8Tev 
JZdI88Prb+AXr3Rw+KH7c//N3+PFvOS+237Cn+f3cvLpp7LkiV9x9+vzWPLhPL509Z0Mm70frd3L 
uO7OX1IaN5khjQ1MmDKVEckYMuR4c/AvRtR/9d+W9KuSQ8IWXqVSicsvv5yLLrqIYrHIbrvtxp13 
3klDQ4OvrQ8KArLwUzgMq+5fEqtskmxrZc4B03jxud/QuecRvLRG544Tt6fjk3cZPmobZOdTPDN3 
BaftNwYRa2ZKaycPv9jMwdMm8sr8p5nVVmbCnGmseO1xOpaUmXHGgRS7lzF0eBtIGDJyFMddeDZH 
7bAN/Y88yuvv/YW1n6zjq6ffyuEHbUP+6GO4x7AwEWjCIEo7f3v9fnba+xwuPPVEikUot/+Kfyxp 
5MmfXcDI1ijLHn6K372whOamNEd/+XiOOOQ41j3xKA+M3pOjDzuKUS8/xe0fr2RsWvLZk0/k9OMO 
JbaPxolfvpeHf3sj6YlHc80Zx1NePoUPTj6HhxdkmDxpa4654GyOnjGWrkce4/W5z7LynVfYatvT MaIptp8Q5S9/XsDJkyX7HHc0Xz7yYHr
 FGs5+7H16Jn6OSRPGccoXTqalcwNdZdM9h8/H/8oKN3WN 
rg5bGKhzbmC35bKUpJJJ5syZUzmQVyeTyTB9+nQA8vm8PV9nWd7gP0DTDx5Z9ym2gCnuFwKQJjnZ 
wu6z9uSBV1/kV7fezphZh7ND0uQjSyAtQbmwAd0wWbt4ERuW5UnvcjL7bz+aqakUX/xTJ30tvdx1 
wVjufns1G5b38/Odmuh+v4y0TCxAx2SYkadYyKHpOno+i64LEpZ9L0XCihHBsuMKAWYBy8zSmmoC 
crR3a0SzG0glm4jk+8kX07SlGljVU6JBWoyMFu3yFGHc8Dh9gFUsEbN0CsUyw1t1ckBMlEjFLYo9 
a2hMTgMkmRwMiSXo6SkSMyRD9DzFTB+aEUHLdKEZBXpWLePV5zeQGbU75+6zO+3vPsTwuEUB6Onv 
J65FKPX0UCgV6cmX0Utl0L2LvoUQLs9LpZJb4XVRV4ctCUzLpFSyzVDTLFOsXGjf093FP15+mcMP 
OwzTLJNKpXj++ecYOnQo06ZNI5+vOAdbFrqmYUmrtptDwAWitum6kd4jHP8K51kIcn1Zpu4xm9H6 
ci677m4OOe8Eyvk8moD+3jVEhx1Mi0gwfq8jue7673LRV49nzDiDMQftxvx/PMrfPh7Nvp/bnafu 
v4/1mW2ZoAmypiSXySAFZPozFExJJBIh37eefGonxiaj3P/CX8j0r+GPbz3HchknhoVllSE6gnEj 
d+aZv93Hil4od6/D1PbF6pnLIx+sgq4F3D33I/bcbTS9Pf3kSrbALOaz9GaLGIBZyJEpFGloTPLk 
o2+zqsvigxcW8lFPA7MOOJP5bz/E++1lln30Ei/2Zdlzdgtr1nVTkhCJGOT71lFM78Dw+DiapmzP 
FVddx9UXfJnP7DmaQqFAXzaPDgizTH8uRzxiYPb180l7P5qoXQ0WEkvav//rVbT6r/7blJ/TZkF4 bRiIJxL89re/49rrrye
 eSPLQQw9x5ZVXeekqCxJOmoHlkx9qa3QbNYVtjc5xNzNNk2FDksAMTj32 
OFZ2jeUrO20DQCqdYtLk8WiyjZtv+hrnXn8Ov7sxRYEIZ/7kp8yYti97zZnEkD13B2039pw+nTEH 
HQJWnmg8zqQpUzDKMHHqNBqjUcxymZZx40mZca741nVccMlVHP2VhWwnhjO1WZCzIIpFd2+Rw0/4 
Kh8vvJITD92PRHoi51/2Q+654SzO+tY53CstJh17OUeNTjF31FhaW5sBGLLVOMYNacYCEqO3ZpuR 
Q8iXO9ht6Fp+cOmpzH9vOWd+4waOO3Bnul5+grOO3AehRTnl4u8yK5JnzNRtaYoYlE2L1nHjabca 
uOT6KznjoqvZ+4B7MbP9nHjLPWw1ejTjsyVMQGsewphRWSZOHMvJe0/iwoP35Pj/vYOv7zyDUj5f 
7bxcqXgh6r50ddiyQLMsLOk55kvLolQqkUgk+OlPb+O8885nxIjhjBkzlltuuYXp06fT39+Ppmk+ 
YccmtPvQW8AciEajtW8Bk56/mGVZpNNp7vj5z1n88WIam1uIR3X6+zL0ZTKce87ZTJ02jZ7ODqLJ 
NKKcZ/XadlrahhMXFoWynV6aOfqzJg2NaaxSjmzeRNc1YrEY+VyWeDJFKZ+nbFkY8QQRLLqXLKZH 
xBk2LML5J57BzDMv4dLPHUR/Vy9CA6HpJBMx1q9Zg4imaWqIIvQo5UwXnXmdkcOayWX6iSWSyHKZ 
QqlINJFEN8vkiyW0eIKWhgZ+dfOPePrj5dzxkx/Ss3oDQ4c0kM0VSaYTdG1YixlrYWgqQiaXJ5lK 
UcznMC1JJJ5AK+UpiQjxiGD1qlUkmobSENOxhIahaeRzOUQ0RszQKBaKGLE4OpJSsUi5IswcME2T 
Z5/+K4cdeTSWtWl7BOtQh38H0A2Dzo52yqUSY7fa2hViUkri8Tjd3V1ceeVVnHHGGXz2s5+lu7vb J5eceI8
 89CB77b03a1avxjAibDNxE28BG5ScrHQ+R5uwLIuW5hZGjhxJJGJgWhbD2lKkc1l03SDT 
34/UdIq5LFII2oa3YZolCgg0Dfr6ehFCQ9ftqwxF5TIcy7LIZrMITSObybgrL+VcFjORxupcwt2/ 
/iOfdPQzbM6BnLb/HhT7+kATrj3f35+loXkISItSyYJiDowUQxqkjVPTyedy9vY1TaeUy1EU9pFI 
Vj5HOZmgZdgwRvVkEUaMdMKgP1dA1wSZ/izxdCtCmmRyebQAnaVKeQVFMiXJkGHDsSyTQtlEYFKS 
lQt+yiVyJdv5uZDLujxWb+byrzjJuiZXhy0SpOITp5q0ANlsllQqzV133UWpVKKrq8sVgg5sqk8d 
1Dx4c+OgxtE0jWw2y2mnnYrQqi/F6e3pplgs2lK5slJob+3wOrKm6YiKHezbNSFE5fQO/743oWnI 
fJbUzD342jUzyZY0ho8YBlaJYgnfRTSahqv9OBP6UlqY0sYjZMUMd9ZWNKGclKLR293NbvsfyC77 
WhQ726GyY0JK0DSQlunS54wk7jK6i9d+d7a0aO6oo1W2sgqXBjttYA9sYPiRquk6iPqqQx3+XUBU 
zE7hzNEp7VgIQbFUcjUzx1xVp26cto+svenyX+gw7CG0BZVGe3t7laSV0nYGDBMCLg73fQARK6s3 
2QsklhQ0tg6jWUCpmEdKoQg5B6UgoAx5edrcHXh/rJTokQgGuJXixpJ+3NV+Pn6BpZ5e4qPBI6YG 
H5SKrtAkLaty8VAd6rDlgBTCPWJMSFvDsxwLsRLHadXucemKXHE0wk1ZjviXbeoHe29n2EkdbtZK 
YQZ35oCTsEbmFe2wXJk7BIHQgpPzfpwVuea+ObdB+eMqZ5pUwqVl+Q4wcPIPqx5fjsFznkIuGpZq 
9jZVBEWvjyYpPZO2br7WYQsDU0oSiSRCQDZr37Yuw+5/qNG2pU/41Wj/gX73Lz2PruoooU1O
 NpBG Fx4c5intCtQQ1Vb4cFU24rtyp1qzdMWeko872bk5dFfLUgJyLkTIebE0TSOdSrF06VLGjR8fiqcO 
dfh3BgnE4nH7uXIgyKae/LNu7VpisTjRaDx8vi6AsIag25iWEKbBBJVOqVibas9W48kB1DslbkDT 
ke7SNCgPlRhBQaGWxb3B1G8Juy+BuFKhOYRG6XwWztEGgWiqSeoL9PNA+q4xV8sQTGcvlkybNp33 
3nuX9WvXIjSNjddXHerw7wX+QX1T2q899dXZ2c7YsVvR0NhQmU4Kw+5BDYfhWvNEXnhQiMpQ/HY8 
e1VFwa0+u7iE75v/OahphaUh8K1WecIn7x2L36HTrw1ujB+BfKT3LIN0K/8lwTzUsnjzdSqvpbRo 
Gz6CHXbckWg0Ql3I1WFLBK9HbWL7lRYCydSp0xg3fjyaCBNh1X18szU63+4v53+VLJABja6CO6DZ 
CIE/nGAaNb7w8KoaF/aigF94BMtTSRuCWah4UefiNmXEURdAVBHnlU34/odpug5PBCp/nAUIAFOa 
DBk6lLbhI3zx6lCH/2zwlACzXKZsmlXeCDbIKglQ249ugL4jK3NbaiQ3TSAHW1YonViRObJiegZt 
bNedIkRDrESw0zib2itzbFL6o/myFJ78cd7V+C7D3G8qfo8eR+g4kX28clw9nBWhSnpB5cRiVw46 
7iKyitnOqxtfLaPCK8uSWFaJOtShDn6QikLjwGZdYO2g8SsTQXXRC/fJH0XAeKuwAfePEBqCRp67 
LulLGMQTgrfi/+bR4l/hdKf9vARerqoWOwCL1PL45iIEilAXfvTgo0uJ4pbVEe66pmGZJrl8HgKD 
RB3q8J8M7o6HeAxdDzdIw2yczTRdqTj3CvD9d7JxsNimoDfhWPmvmLO2UKg2JIN0VHm6+ZaPHdPV 
vxjhvXtYHJpUWrw4UhE8fqMzuNjiLGsEY9n/FPHmI1s1jT1+uCOQcN79PHPK
 4eyUKBQKzH3vPTo7 O0NXnetQh/9UcHpdPB5j25kzaWhsDB3sg92itnvJxqfpFKxU9XVfnFrfKqZgyIRZVR7SFQRKmCo/ 
Q/KTQRpD8ocAU4I0SyVcyStUkaqVx0Dfq8oYUjZnLKlkvGDePIxohONPOsm+vLcOdfgvgzffeJ15 
cz9g5MhRtudBren8CtQQdAObrnYUZ2LQUdBCEgTMyqpvIuRbrfRByaKuhoThDqWhRv4qjSGfBhU2 
mDwGLLtj0yv5hPCnbJqsXbuG4078HJqmY5pmXaurwxYF3oEg9lbMTWm/Ttqddt6FB+7/Az099ob/ 
6ul8P87NPo/OmUv34Zb2Haxm5efbuFsjnXNES1nxdnbnsWR1fADLNO2NvShzXo4LS5hkl9Xv/nQe 
naZpegsKUvrmGGvirpFHVZqw77XSh/1X6BJCYNWFXB22QNB1ne6uTpYu+Rhd171tXhVw9rIGv4M9 
x+7sF5cSTDP8qoFgX9388+gC5pgzUZ5qbESvvJdKRYqlsh+V8OJLCdF4iiENSUp9PfQWSvj2nfpM 
SvvFMk1SjU1QKpIrFtF1nbJpuumqJXv4u+N4bBiGLTgrp4g0NjaS6e3x3SFbS3GryaMQRbbmc0gZ 
q8Jq5lMXcnXYMsGyLMrlctV3KaXvUI9aws59rpVBICBUo5Ns/Agg1QlYYm9N0qTk+Qf+yF133cU9 
9/6Bt+YvJ9mQQteFq9Xpuo6u2WpruiHBigXPcupRh/Ptl+eixeIYuuZuylfPvHMmyxpbW3niN7/k 
8X++jTAM+jMZNMOw729VtmXZDDMwdN0ukXQordwLqwmEptHX20sZ+9yqvvXruPH736MjmkK3TNA0 
DF2rpPf4oek6unJHrMsP78WnJbpcDXx3NVL7weE8qGHu/+r6+L8+Kbb+q/825+eAd6iF/d2yLHRd 
Z+3atRxwwAH89a9/9R22GcQhBzA71Xyglum6MbPVIRTvcmXd
 MLAyffzk+9/jmaVrWTn/Da4++xTO +ebdlPQk0rJIphuIRg3iiTTJZAytv5uHb7yNthMv4YzttyGRSqEDiXQTiYh92kkikXAZEonHiRoR 
3vn731jc2ctbL7/MtT++habmFmKVo5LA1vriDY0kE1E0PUJDOoWGiWkJUg1NRCM6kYhBa+sQLj37 
HObnTNKJOELXGTJ0KLplokUTNCRj6NEk6WTcvfs11dBMImKQTCUxDM13pPPA+lVYqOdADHinm2BP 
AwQWbBngtQ512KIgbKbGMAxWr17NGWecQUdHB9dccw3PPfcchmH4psI2B8L96DZqEQV3PNgJyrks 
2ojRfOGb3+L4JoPeFf9g/wO+xKO77swZR83i+fvv5vdPvkaibTznXnQphSfu55G3PmLM5JcpbTeU 
+399J698sgoRbeO08y5ix7Fx7rz7Fxx21FEMb23hrft/C0ecSnNzExTyfPTi0zz/wutc/b2h7HXi 
59mjJULesoilG/nwhSe57/Enac/BdnufwOeP3osmennpwdv5wzNvoA/ZjkPGjWfF/De55dpreP+Y 
Yzlo9kxa0mmi0QTlJS9z7R1/YHUfHHDiVzjl4Nn8+cEHyfUt5Y13PiKfnsBVF5xJQ0JQMj3XEB// 
pCLIfCvMys4IIREyJK3DWykDTsoe7rqwq8MWCwGhpes6hUKB8847j0MPPZTzzjuP119/nUsvvZS2 
tjb3XtfgIZw1kFepFZu91zU0XAiElBSyGQrr19I49rPsv8+OvLBhMe++9hI33v0YB3/xHLYxV/Pt 
m2+lMH46oxpTDNt6HIYepWnkZA4/8ihGGYv57rd/TCzVyM233kZ7X4ZEMskbv76bJ1Z0ERNgajqp 
4SMZ2jacbWfMYKghMJ0CShMr2sIOux3ECYfO5r6f/4APl6znwzef44qb72eHA45l9+njaWxuIdXc 
woRp05k6ZhT5DWv56S23kU0aXHHZZaxs3paj
 9x7Pd675Ggssnece+hOX3vkS+xxzIqteeIQfP/cK 
ejKlmKrC/xOVH7X+V3gp8L+rk3NCEMbv+iJEHf5TQEp7EbBUKnHVVVdz3nnnUSgU2WWXXbj77rtp 
bGwENqXNq/3Lhs2/11VKz9Sq8q6wT/UtATHRRpY+3njnr+S0rRme1pBjmlny5EIKJ32ZHaeOY+Kp 
pzGOLGs3fMxrb31IVgxl3eIXyQAjh7SiCYFlmSRbWmiM2i4VeiJJ23Y7MXltL6cecRjZDWvJWhIN 
KBctxk4ZzYKl81jap1PqXsPyNa/SMfcxdtnnbM49+Vjy/b3E0438790jOezkU9h79BA+evtNWkZs 
Q37tn5jb2cbDl5zDyJYInzzwOH94fiktzQ0cc+ZJHLbvAYw6+GGuW7yWrKlhCLDCeBN4Vt+llN4C 
ilR5V81SJ64KzokNn0Kbr0Md/k/ACszV2YKuTDKZZOedP+O713Xq1KmAd6+rNdh7XQP9brPujJDg 
+dFVB6DpBpFYA5Bj+Zq3mR3fkUS5i1I2zQev/Y21vUm+cNoX2Vp00JEpMrYvz/pVj3HR+bdz3rWX 
0dqU5K9vvE8eKJbLRCIahhGlbEpM54Rfy6KQ66dQyNMDlE2JMAAtSktTjksvvoL1+iQuOP8EHhs1 
hp58FtPK05JoBPJ09vYzRNcpFgtkerspD0khhcAyJeViJ4lYA0a+n0IxxdBUmtV9ZVLSYkS0RAko 
miWiATXafXL3vPoZH+pXGOCsDEwH2Iqi8q2Co1Qqfqo5izrU4f8KTMukWLnXtVwuU6jc69rd3c3f 
//53jjjiSCzLJJVK8cwzzzBs2DC23Xa6e6+rZVn2IkWNe13DekWo6bophqv7XOmA/T1ddHR00LF+ 
GT+/7jz+/onOifufwLDkLhjpBCdfeAXXXXoBBx46HSOtke/PYBlRutrfRLZN4bTjjqCx6006Ojeg ARMo8viCLopr3+OX8+bRR4RS
 Lku2VKY1qtGxoYuV3VnFZzgK5mo+7ljHESd+mZ1nDKHr47+Rj45l 
4qidefrF37O0q0yxu5+e9jwtosz85e2ULBPTsujvWUtqxJGUO9/jofdXUN7wPnfP/Zi9dx9NT3cf 
uWLZve+1P1/0caqKLz7fXxHOtxDe+t5F7br4v149q//qv839Ib1tP1LaoimZTHLfffdz7bXfJB5P 
8Kc//YlvfOMb6LqtUARXXwcjnxzY7FvAPDLt/2a5zPBJk9lz0ngev/JC/h6NMHLijjz8+G1MGZFk 
9CGncuS8b3DQ7nvRoJUZc+yX+NaJBzNu0hSazDyTtjuX2Y1fZY9992fo8Gns8Zk5lCRcdcUXOPs7 
5/Lq+NnsPmk7Jqc0jK3G0RuPs9OuM9j14V9y0uGHcckvfs3Jw6P0lzPk5bacdfSRfPvqk3hw1u7E 
xh3K8KjOAUefwTtvnM/JRxxIIj2JCy67gWsuO5EvXXo675/9dS45ZB9mTBmPoY/iluvO4tIbzuO3 
ZYvpJ13F4SMSvDt2a4YNbaFv6ed8AAAgAElEQVQMJEaPZ7IYiqhx5aDLH8Uv0NGE7e9epXgRgufX 
qfVRbbpaFf9BBqj0OtTh3w20ilZmG2b2JoMSkIjH+elPb+P8889n6NChjB8/jttuvZWpU6bYVyLq 
OlZl9dW7HCcc1H4HbP69rqqosyxJOp3mpz+7nbXr1hGPRDClRNMEhVwGSwquvOoqGhsb6Vy3moKI 
May5gWKxSDSRwMxlMbUIEc1iQ3sPQ4YPJ2ZApq8fI56g1NdJQSQYNrSJfG8vxOIIs0zBtEjEE2jS 
opDPU5a24WdJiCeT9HduoKynGDGskWx/hpJlkU4l2LB2HSKapDEVwRRREhGdUrFAybSIx+PkMv1E 
k2nK2S66CzrDWxvJ9vcTT6WwyiWKxSJ6PEkUk3yhVMVUiXIiigyYrM578PuA4Jmy3r2uR7ke4nWo w5YEumHQ1dFO
 uVxmzNit6e/vc1dTY/EYvT29fON/ruFLp5/OrrvOoaenJ/Re10cffqjmva5O/xrw 
XtfBgdORHWFnMbytjWKxQDQadVVTq6nJfe/r7SWWbiKOJJfPI4Qgl+lHCB3MEvkyNLc2Usz1U5D2 
ToVSPgexNHEsuru67esUnTtYgWx/n+uw7FyZpgnIZzNEUw3EpEVXl70fTgB9vRlSjU1IKSmULITM 
0Zu3rx0UAjL9/QhdJ5/NIEScpgRkMhk0XSeXzdr5ajpmPkcW3OsS7ak0x2lEEWC19tqGCLnask+E 
LlCEXihShzr8m4O0LCzTwrZgK9cdVsJy2RyJRILbf/ZTSsUi3c69rkpbt5y2P5Al869adfUQgibs 
e10///mT0WqcEdXZ0e52TgnKfaq6zyfPMi3sy6sreoxmb/x1dlVIKaEilJD2LoUAOUgpXeao6SQC 
Tfe2lWiuYBSulioq+ERlhLEkldMRnKsaseNpmn0ak7NGEFZoZ0VC1eDc/+C3adW6UQLdx4Cok959 
mHXTtQ5bElimiaZrCE3DLJfBubaz0sfKxSI9gXtdg4O8s9c9/CIpqrSGzXcvQemnFcHS0dFRc5JQ 
1/Uqtwp15daevA/4ilX+qg6zvisTA2WswqPuifP5qalBqpTya05qXr49uFX5V8+pObJbymBZ/Xty 
1Tk6L29VI/TP0QlswZsvFDB0HUtWO0fWoQ7/zlA2TVLpBgT2dYdC9V5Q5IN6orYqVZzVWseKC4Pg 
haGbLeh8E32VzHR942ejhQuzT5f/puJSSaiyLD8F3rD4m2C5DojPqWjdMBg9ajRvvPYq22+/A5pe 
+wCaOtThPw0c390FC+bR2NhIuqGxSuOz4/nfa6y6btwUcibcpZSu+eS/DNpx2nM2ZDiKpqx6UmPg 
huF98dS56vwrbx4+hQYpFY1IyVNWRovKs3fyiVdu9+xgn+nox+1qZ0K97AYfHS5/nO9O3u7IJVGv 
 O/RWYz2eSaUEAFOnTWPevA94+R9/946sCa+mOtThPwukfbpJa2srU6dOJRaPIUP86dR+BwPdGbER 
8I4r95uEvjhC7f7V8UTgm08TUr+EkCOoxl193HoITYH8pbIvLqzctcxT/1ExVeNJSGlV4eWP4c1R 
VlOrxnX8h3TDYNZ22zFt+nSkVRdxdfhvAnvw13TNPl3b00R8EPzyL5mjG0zcsMw3BVfVqmNImsHE 
2Vh+gy3X5sZT/Q+pEVYLh6MJOqNVNBobBAV1+G+HgZxrg3PPWwpI7EWNWiUL9qXNX3WtmF5Op1PN 
QDU31Tx1w2r5ltXq6qFSIcQXIxRvMKGDUBU3TlLpBkkpQkhSV0OV5+DFQIPykZO4V4n5ZlrtMDf/ 
GuXQNI1oNFrf3P8fBs5hlP+KejVNM/RwSxU0IbbIdlQqlWyH+UHC5u91HUT8sHhBDUaNFLzWOQyf 
wPOm8MmamnmoJqaHV7pCWbp4nJlC93AlNzKuoPHhcHFWn25cVbYwGS6UuGo6JaJbVlv6uo6Ty5Yu 
ZeGC+ZTLZW+gqcMWCwL7iPAhQ4cipX2ax+brWnabHjJkCOO32YZ4PF6l1TmuG50dHXzyyWJKxaLr 
h/pvDZU+MGLkSEaPGatsXlCihCSrMUdXI7YarszyO+9hSbz7WdVeXUnhSgobl+vcIappUHcbCCdN 
QOOyJ/8JSDqp0EAlHyet4+jr5VJR59yPPuVMWfr2KWGVRuS7pzagNAbrQ/j44eXvX+Dxyipx/PgE 
n3yymFdffplx4ycMaqW7Dv/+IKUkEonw4aJF7LLrrqTTDZWLjzYPnxAay5cvZd4Hc9l1190pVg6B 
EIoV1tXZyVtvvcn48RNIpdMDm7j/JiCEhmmWWbRgPplMll3mzKmOE5LuU98Z4d8FMAg8/tn5Kms3 
NK4MUeXDZ/v9UcI0neAEmfTJypqWc9ACdi7CDk0zUHmCbcknDAPqaUgZi4UCb7z2G
 vvstz/Tt51R I6M6bKmQz+eZNn1bksnkp8Y1ddo0nv7LU6xbv44RI0aQy+XcNqZpGvPmzmW72TswefKUT53X/9+w 
1dbjePr/a++84+4oysX/nd3Tz9vSGwm8QAKEXoTQQakiIIiI4kVsKIoVRbyKiojtolcFwYIUvSKo 
F1BERCw0FQk1EEhIQkgCpLe3nba78/tjz+7Ozs6e97xvghf5ZfJ5c3Znn3nazDzzTL/rzuYtYPaw 
3dD0ruswCYNho8DTAMVDa4bAK5NqnDLcFNssgNJ1FQYeUob1Ag8u6NLGnMfmx8CJFE36URdYXwQc 
EI7Gx9QuMcq4mZSRhxktCo5kDAy4unBRBrgV0UJ9oMiieatRN9vf1bF582YmTZocvm8L//7B8zwy 
mQyO41AZGqJUKg07vjZcyGQylMsdDA4OxG61l81F5gODA0ydMhVgi2n9K4OUkq6uLiRQrVSNXe62 
Fgzr3osRRu0uEvVAldGlECiGSkSGRt0RpcOZeFDH6IKuYMvFvyZXUTQNkeLGBx6jTjOx/17pT5tu 
IkroQe2OK+sNY36wySFWPTl9XkP4yAMD9+82iLwtmEPoLAgQlojFbUmIejTmgaV/63LUwiPTd4dv 
hROG47Ou2UKBjG0jXYdKpYK/l1U2jUXoDsWsm764zyxTfIzOlEaPi203C95pGjUZvavTqxEOBZdu 
qTV+4l8U+RRvNdoCFnnCfpo4v7FbzxChflotAxhpIR1O37FFzil6Dui2lXcpMO2kHS6MBrepnGyp 
DofjoxV8Ymxsqw+VpckW7zIJy8ZSeHQdBykEVtA+vypDSh5rX1IM3fBS6UYgeH/+qXms3dxHtmsC 
e+29B5laP3VPWSqhMxfsZdM9F50eIm4fDcbOVKB8D9Cn4V9zaOE0GqGrpi54Vo1cmqcJI6tEcTil 
m68YtGC2N6SN2sEVylhj0FCYddRuhR2ugUjnP44jrRLrOFvhaJf3d
 hq2NNztwqoGXE8zHH/DGduR pA0aQdNMaVq8usZSYyKVrkpLWDaNSoXnFzzDhqEK+a5J7LvXLDK4NBr+kWsmueLvikMTTvQF+1VV 
GyCjYRwR4Wg3RPtf09PoOk0xdO23boFBsLNZ3P4+vvzxj9C3854UXnoGe5c38J1vXcIUAZ5lYwuH 
gaEauUKRQkbgYeHWKwxV62QLRUo5G1dKsG2c5rlz2WweSzoMVavYuQJZIcHKIJ0qA4NVCuUytp1F 
SA9hSeoNj2zGv7d1aGgQx/Fd8+4xY7nv97/jweeW8rkLP05lzSrq2QId5QKeJ7GQDA0O4sogczyy 
2Sz5YhnhNajVa9h2FtdxqNVqZMplsk4DB8gXykjXwc5Y1GtVKtVGVDBiFlxE7+oMRzPTpWLsRpoP 
WzOMxMNpp4C+2jy6rc2HbiC3ZogMRbSXPLj6L/gWxAcn8I6GD0sI1j73LB9+73sZf/DhWMueZXDK 
kXz/O19gRoeHehi544G6xVp6rn98GtBouGQyNuDiuja27a95y2bjpqbRcMhm7UScalDTQltGUfOc 
Ru3RRd6G/yYQNAb62Jgr8h9f/Ran9y/gP079GLfcdT5nzFzGmo3r+dvDqzn9zDczhuVcf/sfqRS3 
4+Q3ncCkzhxu38vcfPsd9JdncPDUHnJ77YO3dCH12ioefmQZexxwNFNyq7n7gYcZFD0c+6ZT2WVa 
Bwufng/OBh577FnK0/fjjQdN4+Zbb6cxZianH3cUtvDwhIXlOSz4013c9thCdt5tV2btvhf7Feo8 
cOdveGjhWvY55DgO3XsH3EYVKS3y+TwrX3yZzeuXsnjxCvI9u7PDjCyFcg8zZkxn3fwnWNM1iW5c 
+tf+kxXLlrOsz+b0U05mbMmi6kq/GyA0nYU2L+rEBl1n82o8PW5kITYWGZBu4YW1whOkHQntdr6l 
wZniR8KHSfbQG9C+tcPDcBWsnW6qCT75IU4v8Niuv
 vpqdt99d4488kiq1Wq4aHzDhg388Ic/5Kyz 
zqK3tze8FlBB1YLpiI/qujXUZ+3JV66+ilnO45z5hv/g3j+9k3NOnsiTjz7KqlUrWTc0lbPPOoKn 
7v0tf31iObPnHMcxc2axYuEjDBb2YNfpGR64/+9M3/NAtisN8tAjTzLnoENYvXQev7vnQapujiNO 
Ook9Z0xh/dInuPXOe8lN3Jk3n3Qi3UWou16s+5ym52GDhmLLj76Q0YP0JPlyB1O3H0/3rOnkchJp 
lfj8xz7Kx7/2Y1ZvruH0r+Uzn7yAe57bwDP33sAHvvgtct09fOfzH+GG+55h/XMP8c6zzuCWjYLf 
Xv8j3nzuhcxbvh48l8cfmMvqQehf+hc++dlvUip1cNMPr+asj3yZVX0b+ObXLuUD513Oio19XHP5 
ZVx3/6PkO8oAeLUatfXrGBro48nHn6DS0cM9N13JRVfeQqOymos/dQF3PbucctHfJNzZ1c2TD/2N 
E085mz8+sYzOUpn/+q8r+Os/59JRKvHMj77H1f+Yz2OPPcopZ7yHR17cxF9uvoFLfvBzZE8PIrhw 
NzkdpOnNt3nqmOHW9AvUrlPwp8brsK26dyP1FIbDZ3o2pddh2+XDJKse1073Ok2H7dAbDrf5QzLK 
sixeeuklTj/9dB5++GEKhQK5XA7XdTnnnHO45ZZbKJfLZnxtBitfwFu3mn/Mnc99t95PbsZBvG7O 
jjz76GMc/fo3cct987EzBeb94Sd84EtXMlTbyCWfOo875j3DQ3+7ge9ceRdYL3LEkedw/a0vQt8d 
fPjjNwNr+PiHLua5lyr0vTSfxZv72LTqeT7xsU+ypF/w2B03cvEVP6JhZbBcd+uMB2o4Rt91bU4t 
qoN+uY5OqksWcOlb3863XpjP+u335bunTuDeK0q86T+/ziXH78Uj936FJzbP5OHbvoFcNZ8zT7uA mx67lb8u9LjmtmvYdVKGFY/+E9FoY
 AnY8+0Xcs2Xz6M6NIS77/sY+8ADbNw0ll99/qssH/waOdtm 
7zM+yOc++y7GrHwn13m784vPfZrDB9fyX08t4F0nHk7Gdch0jKP3+JM5ZMLTfPNzF0N9Hqfc8Wc+ 
dOEPOPekvdhl05n89PZ7OXaf87CoAWC5NSYf+Vau+u5XKQPXXmdRLPj7S7OlEqVcBsupMfWwU7j8 
MxexafdJnH3TAzzTJ9grIxiUuiZN3dLA62t2a5Nzz6jLWlqF0XadRmPAgt80r2S0OEfyXffW2k3f 
ruFpJ027NLckBDJefvnlWJbFsccey80338yee+7JO97xDgYHB3nwwQfp6OigVquNbBG5wqKVyzG0 
fCl/uf0W5KN/ZYE7i6mTYcWzA4w/+E1871uX0UGN95/zWc46/5t89G37c4TYwJX/+yDvPuLN1Of+ 
jo0rNzHp4GPIL7+DF/78Ar1vfAewlEUbBnjLocdxxnF7AvDrn5zPyux+/PizH+PFu7t47zdu574X 
z+eY7SxqdYm9lYcBRr/XNeiyKgy59Rr22Ikc8bZ3cHxHid49dmOaqGPnbPabZlEZqDG0eQHbTdwL 
3EHW99vsOX4aS595kkmTeyn1r2egZwIHlDpZKzzqrmTOjnn6hmrYzlo+8c730z9hFkfO2Q+rWGaT 
6+B6kn2m+jwUGln2P2gym4CS41Js2LieJCP8yebaQB+VwX7WuNDTt5RSqYNpmTxVYNdJ29FY3KBa 
dyk2RRqquew7o4AD/imolkDIYL2Rf+pwpeGx59QcFWBgYIAxdh6n5vpXL8Z6oS1mW8LJX6FEiNij 
aZb3lQrDVdB2B9mHw7c1DMFocLeeMBo53a1rBAWNRoNarRpb21at+hMNl112Gblcjje+8Y0AzJkz 
hz/84S7y+Rx9fZuxbRvH8e92yWTKOE6jRSMZ0SoUilQ2baRz79fxoS9+mYNyA3zsQ//Bf//sdt7U O4Y9JjeN5+AjZHIWU
 zNFAKaNmUhlSY3eok2ngEv+cy5fe/fObNiwho/e/CJnfsYCDuSaS97D1759 
Pl/8FHzt2u+CvZx1SwVf/OT5rNmwmV33P56pjUEgj3SqVKWgUCzg1SrUPeXZBSm98OThdqvEqLuu 
sRNBm0rzGnVEuYMDjj2Ro494HaWcTd3xb/lxGpDLWXSNO4TFS+5ls12m6K3kLy8uZs7Rb2Xd4n/w 
xCaHDu9FbliymJrIITyXWtUjm89T3/hnHlqV5cc/vooPnrobsrYWjyxIj1rd58GTDtXBOjnAQ+LI 
+IF8eekx6GTosSE3bh/coQHmrnyZAnDP/Hn07NRBR97GU7rj9ZrrK8mymOjUWTTkZ/DfVy9lRV2Q 
F5JKzcUGhCWou25M+SGqYMYsjJfRrJGAcBlJGBF9kwlPz5wXw403pcEMl75VvHGmLwV/q3TD8ZzG 
dxrtkeI30TH9mWikwbU7Rmn65nle7C/A29/fxyWXXMIXvnAJRx11FLfffhvd3d0MDg4ihDCmSy07 
IqIlAddpILNZxuUALNa+sILBegMPSa3a8EtkeVcyruChFxYCcP8zT+CNFcw8ZCZF6yW+f8Mq/uOU 
OWyuLuSuu9ZzUu/2DPStZI+T3sWtf3iQG9+1P9+47o8MZg5j6vYz+fq3r+G6G27iv7/+LiaPqfHk 
3x5meb9L1qsx7+8P8UJf9Lx0s0NGeLieh5dy+16oQ+19VIbOnyQMXToAPOnR2dnFmO5uirkM5PJ0 
94whl8/7lteyaDRqzNzjbZy2l+C4o0/kpHM/Re/J7+KEaXvwqQvfzuUfeStnnnc50zzI5QWu5x/c 
iedSHHc8h283xInHHs/Zn7iGvsE8edu/gSz0LhV+/DGviOfBaoM5B+1J5/P3s/8b3sjNK8dy6fnv 
4Y5rLuK0k0/gpy92csFpx2HXBtDPKxVAX3+FD73zaP5w1Zd487kf4JG5S5jYVaTuuEonVPrakXpq lRely
 6oXwFjTq6QbwZhUK0PWKp0eWhmRtPEtNc2/quvaitfgWwA7HG+m8cB2+TPRbXfCxBAZ3mav 
G09PSvr6+/j0pz/NL395Cz09Pf7lTc3jyNU/zzRGbKAvpcQDMl09rP7D7Zzx+uM4as4hrMrN5oLT 
TqW2aQPSspBApdLFR97zAR6/7WucdtopfGtuP+efeRKwHR3FIpldppGZdBj5/iyZHXZFdE2i4DzF 
J95zAm856xw+++uHOfX1h3LGye9mx/wTHHLsqbztpON4zxXX0S8E1178eX73QoO8N8jVn/0iv1/W 
IO8O8v2Lv8idS6sUsuC4TQOeludAYtBodNcdhsmhuSYml8/z97/9jRUrXqTc3U0WSbVWZ/bs3Zg2 
bSpS2OQy/jo226sw74knqRYmse/sWVheFXdgEy9v6ENYks+dez5vvfHnnDSpgyEPirkcwsrhDK7n 
8SfnM2b72UzuzlEs5qlXq2BnKBby1AYHcOwspUIed2iQKjalQq55S5cgkxEMbVrPyg399Ezdjqkd 
eVYuW8j8ZRuZufu+TO3OUXcaICwsIajXajRcl1KphHQ9cnmblxbOY3l/lj13nI5VyuG5Hq7rUiqX 
kbUqlYZLvljEDhZJR2ryFRdEtmvAYkigXq9z4/XX8Z73nceEiRONlXdrLJdoF187tNLwbSmfafRH 
amzTcAzX/Q2CKstIDFxs2Md1sW2b39x2K6878EC6urtbb8uS/i15juNEl0ZpoVwuc/+99zJx0iRm 
zpzp343a7PLlsll+//s7OfoNx1AqlUIPsG/dWvoGh5CZPBOnbEdHwaI6NETdcfwy7roUC1k2vvw8 
TyxaxQ677sP248s0HId6rU4dSUexRL1SoYako1DAFg1Wv7ScJUtX0jV5e3afNQMbiWxUePKJeQx6 
OXpnzWRCV5mhzZuxy10UbUl/3wCZcmf8OQOuKykUC9x+6/+mXHdIWL+28LrDIEP9euh5Hv
 lcjgce fJDnnltEIZfDlR59m/t4+9vfzj777sv6df4tYK7r4ooi+8w5EiFdqpUh7FIni277CT+bt5LBdUso 
HXoKJ203ESE8ylLieh7SrZIp93DYUUfjuXVcT+I6HqVyGZp48+UOCs1nu1SmE/9WMf/eVYnjSIo9 
E9l1/BQatRr9lQZjp+/GG3otGvUaNaeBJSzA9xRz+Tx54R+fIyxBre4xddf9mSEkdddFOi5kfC/A 
dV1ELk9HXuB5LsF5clIGp6c0PS0gOtI92FUSFV7/PWiTBASeiBh+jK5doxPmouIRtbPkRF+S0Yru 
SAzFcPC6V6by3SrosKbnNDpp+FulU391D7Id+dR36Xmtr7OU4HgNv7uaci6bDNbVpaAQgPRk8/pB 
/zL0sVOmMtHy60CjXqNelWQyWX+Gt2l4B4dqlCfuyOunzsRp1KjWqggBuXyWggCnUYue3QYOFpOn 
z2K7HXZFei7VWt2/g9kqsN+cwxBI3EaDuuPSOaYH6Ti4HnSN6U4+N8fo/OsO05QTPzkcWt0Z0cZk 
VpBBtm2zefNmvvKVyxMw9VqV9evWxWaCZNPA+TxZOPUq2x9/OqdNf46qfQavO2gfcOq4rroPT+C5 
DpWK0so1DUwA4ynP0nVxmzD+tYq+eXGdBpXmYK0twKnXcOqBevwM9sGT+wAtJI1alUZcCRFNz6PJ 
AcG2N4XZZMURhkIe6F4MbywiNaTPFpqMU6vZSj0+rdK3M+OZ9l1P2y4vanwrvbTCn2aM2pUvraFI 
S9fKyAXxpkYiGl9rHVrBeF569w6CKq7QkpJ6tUo94h4hwPNcXFcZsgC/HtRUGf0tY07zXX0Gj1q1 
0lzLoOjNazA02IjRqtfq4fe0Z88LuvKtx67VkH5nxDDpw8xp9vFt22b1qpWJQpXJZELXOkwj4r6J 
57pkOiZy8JEzsHAZ6B/EE9G2FiT+ahZT4dbGUaT6HChDG0+MTlmRzc8Bjq
 a/JdSWOKaY0KuSTaZE iFDxGAItCmIFTQQuMBEeRLwsCmhethPlgerlmUKrrlra7Khp/Gk449FOXDvf0uiPlGa79PVn0zhj 
u/SDYDJ4+rtpDHM4/oNel9fsyWxJcKWHpy5SHzEtzeFJM5p6vPpuSmPEo9BKS990WGTQyyPdTOnx 
6V3X4RoTtXI2MyybySYpyDhMqPemloNtT9Kt09/XXL/WvK8xLExhn1vDq8fHh7PifAZGQ4dP4Tcy 
MgaaeloTjeA9Lb0BTyiuLpsmezabxVG81391+L+guTXD1uB/NDhaGblwbFwQdhG3JAQ9DM/1EmN4 
gUNg2TbVapVCobDF9P5lodlYDHevq26HtvjgzXCsPPC64jwlDYlQ6q3iIQlhYdvxGq0ax1T+RDwu 
YeU1+lIohkQYeNTh1e+mb2k0wheNV914aR5dLL2Bbi6bY5ddd+PP99zNqaedTjabazkOsy38ewTX 
8yiXy1SrVfr7+sjlcqM+I04AlmXz/OJFOI0GkyZPoVqrJYY0enfo5fFH5rLPvvs3rw1sY7zq/zj4 
vSL/Xtfu7u7Ue111QzD6BcM6TlNNa6P2aabNDNTsAqq7Qduv2AbI0CAKzTjGLYuMwRpwCRLwCWq6 
YsJutAGPVKyfgWkp/fPyDzpoDvPnP8UtN/0cx3WILOe28O8bfA+sVC7z3HML4bmFo8bk2ytJd1c3 
Bxx0INlMhlqtFi5BCcafd9xpJxpOg0fm/jNcUfFqDr5YzXtdx41rea+rXu+22NC1cIba6j/HYVqY 
MKGboeFxm3DqpixuwOLuVktcMe81Pu7WWqakjMkesEkPvpn3PA/LtjhozsEcctjhCQ63hX/fIBC4 
noMQ1hY1XUEp9KRHtVKhrho5muOLzTHwXXfdjZ12ntl6hvdVFXytWJaNsCzFOTDBRfFbPEanjevH 
DKmxa6fCqXZFDXrN1+NVwtq4WcK71MbPYjy1C6/bQZWWgT
 +dhsGSxfjXxQxpajIGkxRSSgYGBsKZ sm3htRH8srh1ByEsy0IonpxPKDJ4Ev/I9X/HEOzoMIa2u67D6Tt0bEQiLnwdrjubcNHSuoYG/8rk 
3gnt1Thrh2Jw9AEyfXBMkyF1MDmd70S8wXjr/qbQu7cikj9tScK2sC2khbTZ3mDC799hbG5Lw9Yz 
5SK9fhtA/2+DakBfAYMR9/LaGKMbCe5tBm5bGGHYkmVAr+bQ0kDrs9rpWIajEvxFfdgYYSFa/+nM 
BrhUujL6SwgltV8VXsEt03AS0NM+qjIl8EvlUcZ1oKeRyTS6vlJlNMCE6+j0dGp8qzxLW+uk0E/w 
qNLTaSOTONBhZRy/Lr9O00Rb6jikxkeavC3eTXrT9RCjr+d1nM9k2TTko1aGY8MOxrJjqBcaj1Ll 
TU9vkiP23ZDHqXmt/cbwaeXSxEcrXvS4NH503MMFLU/SDd0whl4iNRgZc4XzuRzFQpFioRD7KxWL 
5LO52LHPsjmoJQErmyGfzzTHDyRWJks2a5oWkAk+EzxJicjlKZdL2LLZnxdq2miBsc83IR/G1kJt 
JfQurWq8kXieS7Gjg2I+Fw30CjUPZciPiq/c2UnGinQSwAa3rcXg1W62YJg8EyEu/1f7FPAm9HIp 
k88hD8KYD9G7SKbT9BSL174HNAjyVST5brmQumWNiPSWLMtxkFi5SeFTOYtGoRrxbuZFaPAqL4Lo 
hBsRyh/lc5OXEM7Mez93vLoAACAASURBVOJdlSnlW8gHBr4T6Vv0UAxxcT0pNEx1awucTV0fo56M 
CNazRIJGY0h9mzZx7+OPMTg4gGXbMevqOA5d3d0ceNDBdHR0NG8j93HZmSwbX36JNRs9dp89jYYn 
GVj9Ahu9MUyfXMZ1vcT4QsiLEiea/GSKJarPL+Sel9Yxe87BjHNruCLacaGuWM9kMiBlyE9ssXIT 
JjbOYeirN4skQgiKnZ387fe/IzNjJ/aduR
 NOvRaOrYV8B/8Lv3HI2DZ/vP1Wdj70KKYWszheNB4X 
Lq4JiASNYjhBkRhe1Hjz4aJ1i1ElCxY4hzalxa4CXxdB/qsD3BptGfEWlpXAU2kaC6HUmtjiIYW3 
kEbIY6y1aLlgtPXe4KhVi+FMgAjFrgjC1jBRL006S6ehX34US9vMlLCM6V4REV/qvcom8XQukYFY 
IgmrpEndORKKn5Qx3vgrn5R2JHVHjjLrl5iMG0VILMhOh2yNKPLCZPguhKBQKPDoY4+QLxQ44MA5 
7L7HXuyx1z7h34FzDkEIwaJFC+ns7Ar3qiKg3N3Dg7/8OScfcySPDkBPR4knf/UdvnPDfDpKWaSV 
o7Ozg1KpTEe56Ps4VoaOzk5KpRKdHWVsCzxhU+rooLujA2vx0/zkxl+wMt9Fd2eZQqFAuaOTrBVt 
ERs7fgI/vepKfvPIk4wdPwHhOljZQpNWBx3lou+lFgqUO7rpLBexbEGx3EG51EFHuYNyuUi+UKSz 
o4OOjhK5fJ4XFjzLsrXrKBSLlDu6KJdKdHZ2ks9lAEG5s4tSMU9nVxe5jCCTyfCjK77Jgv4q2eax 
OKGu0TyPsGVPeW+Rb4kB6MBbCvI0pVumGv8EbJoHoaVTG45EvEkGhZbOW+LdIOewQcWf8i0mq4GP 
oAdg2jerpjV6xynwqgxhvit/Kj6jrJrtNjXcKmzsV/mekEuk01ODqSwZ8WHQ/9bw6DS6W3Ddofbe 
/LVtm77NmzngdQfRu+NOqekXPbdAO/JZYgmo9PXDlEH+679/w5HfejdDG9exYbBGJpuh4K7jd7f8 
nmdf7OOgo9/Iwbtuh51xmPun23jg8cX07n0oJx52AB12nWfuu5O/Lt5A76oXGTu2h5wFc/90G3c/ 
voyxk6Zw/CknMS5jIbN5nA1refj3v2XTCy/TYQv23GdfdnA38Ntf/J6FL/dz8BtO4si9enns8SfB Wc3f/7mCfQ9+Ax32WmqVDd
 z/jwUcfNxp7Fhax023/ZlZc47npEP3Zp/Dj6Q4dQbLlzzPxtWLWb5s 
Ocv7Mpxx+mmML0ru+83NPL5oOeWJu/Cmk49jUllSLHWQ0XUbNphqM6fnkan5C2Ci1leEbp/U4ETY 
jMZ6ESKCEQp8OKciUDx2zaVTYfV6kZjxJgmE6vlGGlB1kHRmAjgRuaqxNDqdAIcap+lLqnAmPlH0 
ikF/0Uk/pmDWd/QsA09YSxPGJDyspBxRSOq0VQjlUrx3YcrQWIhus4t6MEGBUb27ZDoSZdzEXxt8 
a+8pHl077oHm2irdQMvy99CB31VVTzwF/FXatq31//30nic58j2fxHrqf/jzUofxnVkfzirxk29c 
wnV3PUGeTVz6yU/zpFPgn7ffyKVX3Uymo8CNX/8yv356OSuefYiPfeFyVm7s43d/+hWPuwXWL7qN 
iy+5gXy5yIrnHuPFSgNbCIRtU9u8CVmrsmHlyzy7ZAmy1Mm1X/1PbrjnaXLeBr70yYtYaJW45QdX 
ccZ5n+e51X2U81kuPP/DfP5HdzA0sIJ3/ccH+K9v3cKGgQ1c/NELWWgVue373+GeBUuY//ijnPy2 
83hyzRD3/fqnXHrtzdSyOR67/xEynZ08/Ptr+Pr3b6PYUabeMG37EUpBjrt00SLlFJcklk9CS69V 
UGPeK/BCpaX8CVN5CYxNAKPjC4kbcAafNRxBGqHKkKQb/bSyIDoOoeGGpHzRX7wLptFSeU1No8uh 
pU2kM/DQ/CZ0OUXwPYoTCi0hVJnMQei8JaxSWrwuA3G5jWUwnvfJsp5gLpXvNJhRLy9RJxL0Ma/I 
ohPbeJvok+u8AY1GncnTZzP76EF++oMf8v7tJsHLeaj9lWvvmsel3/sRc3adwOaHz+Z/br8T+dff 
su9RH+Cc957C9JfncsMv72D1lMXsduQFXPG59/DIDMkH7lnBQP/zbLZ6OPG0tzF7h6k4fRvoq7mI oUF6emey3Q
 EHs98Jp/HJ097I0Eu3c/XdC7j8qh+z/47drP/HGVxz63NM6Mixzzsv4qrPnQNulUam 
k3d87AucP2cH5v1pb+Sb3s3XTtuPzicO59ZnVzOmqxPbshBujRlHnMpln7qQjbuM5Z03/51l2Qv4 
8Gc/xL3/fJra7nvx+/t+RoNzsaWb9GuUATg9i9WJilbZH+aTMnDi51tUJsJ2VBu/1J+DjnTY5uqb 
nFXepDK+KCIqMvSSREwOtbWWzbEqdSzOH4ON6EXpdHn9tOo4IFHxRD3dIZTR4Jiq48A+nA8QQ6fg 
i+lPyua+5eR4sjqWbNa3DIc0feOU1G2Qj03EkXo1GZBEJ+IE/KaN7SlyRxOFws8GEZQPJb1agGLp 
iXmxkXeq6zOu10CElqasjbE7fUx91IYucTRNW61DG8Fz6XdLnHnGadz18au5e1WDMRO7kf1PksvX 
+ePPf8IdchA5/hDeOLbCXzIbmH/v3Vy69C8MVoocM2cnvNUPMqVzOgAdcgK75ZbSu9+FfPr0j/Lu 
Nx9HfsJuXPGj7zG7J0vD9XmrV4boW7+GjRVwBhdSyNe562c/4lZnADnhIN6y3Tj+XnOYs0OOvoEB 
LNelo2Axc0yDWn8/vWPHMm2nMt5gHxOzOV6uNufMpKRa99h9SpYqMDgwwKRyDysXzOVL532Y3d58 
FhmvEzdn049/Rl5i+KOF/szbztLzQD0eyo9XcRniEq1xzOdKOE4J3oReNoLGDr/maLhj2A3I9ai0 
cpfQSoIFlY5Iwqg8SA0O0GubSPBNZHyIKnYSeZq+I93Gun7KV+NERCsHyyBTWtAnrZS2RXN6U/Rv 
KF8RvrjR1/NwWGvRjkOnvW/5OroREG85ONz8JD2PSt8mxs08mjfsJPjl7b9hEBA9h0A1z5kXfpnr 
r/8ZN/zoq5x6+jHUN4/ndSe/je9fcy033HAtH/vgiRRyU5i39GEAXtg4jz+uq2DVNnDmxd9j7hN
 P czTPc8Vdi+gq5nCaN+HkGnX6rQ7GFKGz5xBkNc87Pv1Vbrjhf7jx2is44bBxDAzVcRoe2WwWyxY0 
Gg4NB3K5DPV6nUbNxcrlaLgOEv+cvcD7qQYX6Aj/fo1Fz/0ab7tj+dpnP8nrZ9bpr1SwaN7CbtBN 
2jq6aECalnmWtg4x9Bpk/FmHAyIvKuRBmuFa8qzEKR5WtC5Rqigib1ZqaUw01TBseVT4SNOdSjOE 
k+nwOl9So9GKB51mSn7HcDV1bKxWUnuIpcGsRzU7RTIuwUeaDBpcTDyN/5BWbEImhfZIgpb/o/Po 
mgo2ucL+WVEuuVwOIHYHRWDBs9lstKwkwaBACI+NHrzv/Hdw6c/uZNOmTZA5lEs/fjKfPvdN7DBj 
OhsGhzj3ml/wpU9/hHd95vM8/Kcbcda9xIFfvJILzvggf33/+zjmLQsY9/xj7HXoqby8+GY+/+lf 
URrbw+rKeC4+YnsGqw0EkqoHF7zvzbz/i1/jzCXz+cLlX+TrFxzLR955IjvNmMaGoRqfuvk3lDI2 
UuFZ7ZZblghbK/84dprjJ75MlhU1ca6E2Xu8gz8vfzsnv3UxA6s30l0o4gHBhm5d10F3LygTqi9h 
KhCxHoVSslXvINbVUZ4lhOP4Qfcz8CzUPA+6ZLEWOWaMRFRWwpojosIf617Ev4fGRaOh9OJDeWLL 
MAQRfrRvKHiFos8AToFR7Ss6nEHvgV7jaSLejevolLuRaeZXREP1AJP1JMzHZmIpk569XwYUPjVj 
F/PsZDxdwJB6wGwsWwjKiOLqqfojrj+1+QrKV6T3qNAk2mMZaUAvWq2C3qMe5eU4QkEYjW8IS5DN 
5rjjN7cxZuxYZu2ya/Oyigg+n8/z1LwnKZWKvP4Nx7Ju3bpoU7EQNCoVHNumkMlgZS2G+gdB5CgW 
bIqFHC8tXcxzy1YxftoMpk+bRFcxT//6VTz17BLyXePZYccZjCkVGFr/IvMWraS
 3dyZjuvK4lsvL zz/Py+uG2GGX3ZgxsZNa3SWfz/PSSy/z6CMPMbRpE6sH67z+2DcwZ6/ZPDf/KZa8uI4J281g++lT 
cCtDCDtLLuvzOzQ0RL5QxLYEtaEhRKFA3rKoV4aQ+SLUa5DNYnkeDdejWCoi6zWqjke5o5tNK5ew 
YOkaenfbi65sg1yhSHVogGyhFC4afuW26OjuURvfYtGt0m8FFtLgUsaERo27HUShVVBiFTaS+WQm 
njb2ORyzaSKPRMQEj8PpcVjkW6JgLe0oUXmeR1d3N0889iiFQoEdd9o5sjdN+bbwcpzIGgul4EsJ 
1WqFQw49jGeenc+jj8zFsi1UM+24Lt1dXex/wIHhrUQhBs8jVyqRlxJPenh1j45yJxIP1/UYHKoz 
ccZMpvbugvRcGvUGlUqNQvckDj18GlJ6OPUGtVqD3JjtOPTQ7XEcB9f1sKRg5933ZZYQuI061bqL 
1VTEunVr+eWvb2f8hIn0bdzA7J16qc3enYkzZjJ959lIz6Veq5Mt+RfxBLPHHR0d4Q6PYkeHf6Kr 
lOTKHeB5UCr5v5kMOdG8QCebo5wTuI0heqbswBHTd8Jp1PBkFs91KXd0xnaNBLqOeWFbEFpNXqit 
sNDg9WcdXzs02403YQhbfI3vVjjaxT8cXKSXCE6fnA3yKOF5BN544BYqaXT8Oi/hJUlGg6TqJKJt 
hkjatOFsS1RO0vJudGUxlKkNGlsSdP7SL8dpF2GsZfMzpWdMD8cf/0bfyCWCf0vWQH8/jUZDMXTN 
AwGVI8KFkM2DJYPM9m8maii4LCFiF94AWBZ4WhxArRrdlhRY/U2bNrHPPvtw++23K3AV/9Zzy4ou 
4xECtOPL1Yt5TJf0BPCBoRdCuUBHWLiNOhWVRQ2PqdVXC0ekBXNhiQqVOrMVD36e+anVNAk4rfMR 
mR3QZ81i8Gp3UvgRaUZPlSfAG/U81e6NOoOcxGOehY0fUxTOhoY
 4orGu+Eywzl8gs2KA0hzgpl4S ugjRtPKqFH2HePSGSKq9vlA2XwhQ9eXL1eQlRG0yyWnspLmVyXjdgLXTM4mV1TAPh/eM2w0pHl06 
En2mRF1HF3xxHJd169a2JGzZVjiWpdKMCSDiRdYsXMoKsnb0IAS2bVOpVOjv7w+jbdsOFzMLDT7+ 
KoZ9TpKMy9eKcfOslCnOrIX4TGDcI4x7JjFIIw51SUcC2iRGBBz+6j6paUY3hsMw48dwaVDTpOSJ 
OhsagzHjGiabUlcg6DonJU1cnwbOkqqMfnXeYnhTaKUUT1Ndi/SZUt4MyomVGRN9HS4NdwqjCb2C 
2i4YQ8otYFFa2w6uADStlzMHIcS/1WF+lmWFkyfbwrawLfybBBEcIuI1NyDEPsVCS2vkOg5jx41n 
xYrlrFixjB16dzJfRLEtbAvbwrbwrwwCLGHx/OJFDA4O0bvjzjjqvRdar7e1oXP9ZSKzd9+D55cs 
ZsWy5QzrI24L28K2sC280qG5PKWjs4tZs3Yhl8vFlqy1NRkRhGCQvVQqs9fe+76CXG8L28K2sC2M 
LnieFzteLVjPq4ZhB9KEEMqG/G3e3LawLWwLr4IQLk6OJjRiu3+02eCU5SXxh2gjt4hNVAiUqd7m 
8gF9pltdmE2QpsUv2nNELL5soFWakEdN2BBG5UtdHqPxaZIhkt8XWGCQW6Wn4w/wNQUIYEIIw4yS 
3rzo+lF1qAYTHwmdG/IoLqdZb+p30yoJfQVDsCk8hrsN3etpozKZzBOVX7086jtFwg3qmo4C3DHZ 
FYHV/I8vg4nyLVW3+oLhZgHQ9amJGqZL1pe4kEJNpCglOHQgWD+JJmdCdxrvQv9IenxMb5oedPbS 
9NtymUuAz0raKVUgfZHRsLOugXp1wiOZkEiD1SeR1WWsiUqrSW+agE4YSD9lgnuVnlRikkVJT6PE 
S/VbsnSly2TWZ1yGOP0gzrQIRIdN8kwIqdLVlwz
 HpU7mQ5KC3vSZ5UjynJbHaWunmu/KWkSzfFqc 
1vjoC3yN5UdDKFLi/W8KH4nlEfF0EU/mNHoZ1p/10hXCGBoYk1LUNY4iBSZBO8F7CqxRN9qvod6m 
fW/BXiwkTnnRrJZevke+BqRpnuMr95v/S5XrpplU3El1wSZhy+bDtrMAMNYCELWIEWumnDfhkXFP 
Tl1QGSzO1PbfRWiTplTnT20O9bh4a5ysJKosoaeMbNb1aKFs+v7SQO9mVcTzI/GxmbeRUfKzNHoL 
mwSp6CthmFAZMu6H1ZuYOB9alNKCWZaFncmMqKH9dw1S+kf76ztl1BAs5Xrltgq+uoLruv7BF+nV 
EEgWodaTEcr/idjEYlatCQ2+pGSO+b1FZumtsKG/lcxsA20tPvQhghZM/W3il1rqkB8Zj49aKBW/ 
0GCUX63VlGoalVRgIAUxHHF8aRJqcCneh/ot2gguYtkXoxXCouWDgbdYXpniknpSJVEHmGvVKitX 
rqRRrytDKq+t4Dfmklw+z+Qpk8nl8rEGSj3TzXNdlr30IpXBodesPvwgse0MkyZPolQqExzJHh6c 
Qbzk6z2N9DE6GXke/uGJTWSqUxZ8D5CaelHNYYQgCKXBj7wCxctpVi51LCGBW0sb2AX9ZIvApZJN 
ABFFKd5I3GNpnhnjxzUrccRPfBtR5PFFhyhipCFCngNPNFSDVjIlILQBkmCMRSIifmSQHyqDmo5i 
UepABHEPIcYvkfyBTnVcTX58dYlIDtVpkz5vIc9ouGPebqB9EaMd6dkP9VqNhx/+J5lMhkKh+Jqu 
1EJYDK5ezYrlyzjgwIPI5XIxA+cfayV5/PHHqAwN0dHZ1Uz52gxCCOrVKkuXLGb/Aw+ku7sn8nR9 
CB8w7DnFexHpY3SKAUo4ayiOmqJZ06C80NNG9TfpRRl4CBDpGainDZ4TtlbnSfHEVCOboKnKMNw3 PV5oOFWepRYvYnXZr+oiTi8mlya
 31NPERTfLoaePbHpyvMSQNyp/qhx6uhjPeldayQe1TKhBKmlt 
22beM88wfvwEDj70MP5/Cfff+xeeW/Ase++7H44THbOfzWZZtHAhruty0imnYll2CyyvnfD4Y4+w 
YP4zHHjwnDAuGg4iLJN6WWo96wqhXdQdhqiS6yhb49Mrnxqv2uZEy6TRkRpcqzRpvKtb09V3MI86 
xeIVN8e0jVzFGW8TzPoMcMpkbBhnljVd/3EaSVlNMqo8xuF1ambdDs9zEjcx2OTUkZQetmWzZu0a 
3nDscQA0Go2WZU96/tWYmWw2+Q386ydf5cYhk8mw08xZ/OPB+xOyZjIZ1q5dw/a9O2JZNvV6PXYS 
0NYMnpR4noznmxDYVrr+X4mQyWTYbfYeLHjmGRzHJZPJxMbS/RCUyxHMuqqQCW9BrQHmkht6MMlB 
b+LegP6u0zPoU5jS6PQNboJOI3b0TpoMhhDzrvSPisztzLqKFP21K4eRB8z6DH+bLr7qsUVdyUgA 
o551OUw8qw8GHEF3tiX/itcZwHjNE6Fty0rPHMDKZPCAVX9/iE1PPsHQqjVY2QydvTsw9oADGLPL 
LIDwyK1XbZBRl98UAn1YlvWKGbpMCl7pef/yrnJ4XaJhUi1enuKVpo11dNEaHhVZtA5JsZ1auUtb 
R4dWgFFw6R6PzkcYJYjBiWZcjEeDTxP3MGSIPnwXcX8n3mBoa6cCXoU2TiDinlDcozPwEVN40t8K 
jjcyyRHApnb9iOeT3tXV80h1/yFFzyGt+LhhkrYMEURr4eJjlvG8MuneXJVkCBAPlm0jgLVPzuPp 
z32O3KqllJwB8lkLz/XYSIZlokjXUcex51cuJ18sRHcLvwpDy+sHtgC2VRDC30fqSYllWdx+33zu 
/PtCivkMSBis1tl1h4l8/G2HYFvWVqM7Miajx+SlTcn6kD7rKlOew5IZRxWec6V3MWMDUEGNUmqX SOJKWAYjfxoOlSe
 VBVO/NUik4I/uJgjUZZjOT/G4kjRMLowuj4ysigFf7OasGG8Gy2PiIS1I5RS3 
hJ4VAVVZdJdTqpCKLnW96/pQeIwdE67nsyn/DEHPH9k8cGLB1Vez/BtfYcfecYybbJGjQMatQiaD 
Y+WpZ/Is+8v/cv9R93PA9TcyZvZsXMdBxDwX2Rzs9ukIyxpWtSMNUvo0AuNsFtLnJTWo1WYrLDHx 
pPS9ZQQWMFip8Ys/zeMtR81moOpSc6FYKPDLux/h3Dfuy4QxnWFDEXjH4RUDUuJJGeounCl9BXQZ 
hpQ62noyQkmjmrRYZZBp2aAaoqClRqmkcU9Rtwuq59eEjnlJIZwulOFd6N8DQyICuxZ4ZzJkN6AX 
q/dqoUuxy6G+EsoOjrlqwZyy08JssYIZaX0Nowruc5Fmk6PMjcuh+lJxD1P93oxrsUQlgFKXxJjt 
foAxwpewb8YGr8mF5kVIxyGTz7P8rrtZ/qX/ZJ8DdiTbtxqWr8UrZHEzAmEBDRfbgZkzdqZjzUYe 
OfccDv/zveQ7O/AcJ+TFsm0y6hie9HC9ree5SCnJZDLYto3nNJAipduZ1hhGiEJ8W+pZSSBj26ze 
0M+f5i7m7OP3peG4dBSzFPI5HluykkpDMHvHImO7ijiuF7KQydixC+k910UKQca2wXVpSMhm7OY3 
B9lKplRRU2RMGI5k2OJOfdIQGr5LkzUcoaCvsHsstC6SaGdF4hYT1ZEohsWYoVuBqGwh2wh0HLIy 
SpaGW/GVVjpUFoOCL6XEyucZWreOBZd+gZ1nTkGsXoG7YS2WLbC9GtlSjmxWYEsHy7aoLnqWCZ0Z 
etYv5+lLPu+bXc/D81xs20Z467npx9/hs5/9HNfceBsbhhoIQFiW/53I2AoBQvjxKDwJK6r8wVCH 
bdtYzUW+y5+Zz3evvIpKJotwnZg8Ae6RnfYtR/wXpLOaRmnJinV86sq7uPXe+QB0l/MIBMK2QWSo OYI
 16/up1epYzVYsk7FZu/RhvnHpJXzhsit4+PlNWLaNV6nw13v+yJKGIJuxeXnJw/z41nsYIIOF 
NypeRxtaGjohIbYIzo9NwplTt1UvW/kGYdCcqFYmcjjuIhwifEsuVo08DCFVDEL5C/QTxbc23elf 
hYzbsJQzk43fR7pg2EQ7PaR4lfp33UtV9ZowiObyZFwwLJN8GzkSfjfr+Zt+QemFBXRmPOrL11H6 
+GWUf3o/TJkBA5uRjTqZ936O4i2PYo+fSG3pYqZPH8umP/2Bjc89h5XLIa0cDK7g3Dedzs0PLme3 
3Xdh4f038cXrH8FqGilP+h6fjYuwLCzLDm95szMZHNcjk8lgCfCkvzTGlVbzEFvCLvL6VS/zl3vv 
pQ5Y/wcD+xCNbwnL4s9zF/H1nz/I4fvPwvUkD89fzt3/XMSy1Zt46OkXmbd4JQMD/ey7Yw/lYs6/ 
5kAIVj16Kye9+SMMdE1nsr2KC846nrueXEvWdvjmV77C0wULlv2Ns952AfXMGLpsqDtbT9rghrlW 
tbD1FrAWNTd57lOibxJ2kxJo9K7PcGMLUX+uZRpjnBGdydcVcRymqZx2kKtpE7RUw2Tq+6pxCg4h 
NMBRhFAszRDGVKHpQH8myV87eWcsfKKNhtCQLLSb6qxbJoMrJZXnl9DZ04Wzfj3koPHEPymd9xms 
795J9YPHkD3lHDIf+BL1P9+GNzDgd5/6++nwcmyYO5cxs2aRs+GmK7/N4vK+PHjjtwE4553nsG6j 
ZMXjD/Hj665nZVWy/d7H86kL3sL6pUv54x3/w6Dj8OCjyzj3gs9ywsG7sPbZ+/j6lT9lQyPDbq97 
Pxedtzf/e83XuevhhXTP2Jsvf+mTdBSy5PIFADxNplDeNu3BaD2ebMYGYXHD7+Zy37yXOeqg3Zk5 
rYcXV2/gp3fPI5+1OHzvHZCexxG7T+SQPbfnsL2355Z7HsdrzuFcdOHlHP2J73DZuYcD
 0Nt9EZdf cRlH/+x7lMvdrF/8NGec+QFOuPBqPnzKAdRqNf9E4BHy3FbXNYyKR7Y2dO0OcKeBpQwUjbi6qhMI 
o0g6GlvVFoIU/YxOvtbERid9GwgM8w9bDbf6bTQCGNLE7bL/ZgFD69dTeeIxOoWHU6liFfJUbr8N 
5Jvp+u9fkP/pQ1gTp1G/62YGP/c+3KqDJzJQq5IdqrLxscfg7LOBdTz60v285YQvAP6VlhnbZvyY 
PC+vn8QRJ76VcWPrfOmy7/CH2bM5ZEaD9138fa7+39s42b2Lr13xTfb935/wqQs+xYRTL+T9e4/H 
tadz98+u4mcPLudLl3+FP371Ii659lbOPaAXq2ktRFOe4ftP6WHEF8ZkbCrVOlf+6iEWrhzk9Qfv 
w6bBGs8s28jh++9GISsoZAX5jKCYgWkTu9k8UGXhsrVkMxmwu4AHWOQO8KUT9sI31xaHHHQKHbdc 
xcOrYOym+XzktLP56sXf52NnH0GtWsVWrjfdKqGNsjUKj04ZbxPR4LUQMpyhis+sKiU93FYUv8pP 
hBMWAQltwFv47ml4GbCQytoyQzrj4DeRQkS0kEU23YpoG1uEQwrDJvpgXMagn2A7ii9OILNC1xck 
/q7+qB5dCCObqou+tb63QzZ5N8gU8h8wRUzPIVh83UcEF/IuFD3puA2y6fkZMqjg02UwZqA6DuUR 
XNpsAU61irNhA8L1cBuen3fFHJU7fkPusBsonn0+3qb1DHznSzgbB/FKnbj1KkgHHEE9vBxpgIwc 
otzIKfqRVOuSsZM66Zu7lOdftqn29bFo+aPsNWVfDjv+KN574sFkdsny8GM/5M6517A5szc/++hZ 
TZybuPiWWykWj6Nv9SomTcpw1/1LOGHGNLIZ3zx40jNeUyBlq3V+0aEZUnqMZEmgZQmk5/KJ792F 
yHVy+EF7s+ildnlUPAAAFPVJREFUTXSX/W74cy9uJGtLChnf2GUtj6Fa
 o9l19yjmbISwoL6OkrAo 1CLiebfCuIqgNiARNjjVmj/Rg7/uz5LeqIfcjfpIKi1RQY1jdMHQk78uTybjlNnSYIgqxriI4vx0 
Mkyv00GquJpDr038MZqBoRRRGilFDG9syAwDbRHhC2ZeUZ4j2OaTbM6ShnR8BUoTniZ/MjTgTf6a 
FTnURew9KKSRjDH6MRmVWBGy7ccpbY+vUqHw3MyvWD4qepZKXii6CngP04e8K3oO4GPGMIU3tSxI 
EX6L8krGvod60UqN4zrU6zXq9TqNhv9Xq9ewOjvI7bE3QzUPiYXb8GhsqlP82Ocpnn0+tfvuRuQK 
dP3gt8jJ29PoG8R1wcWmRobyzjs3r9GcQtbamQfXLPFF8hysbIFCzuHqb1zMz2+bzxHHHMn2O/ay 
sVpjsFanS9SpAUNr1yIsm0b/WjK5IgCDFQ/YgOsO4A72sXT+XNaN258L33ca3Wym5kgcoFGvU6/X 
Qpmiv/iVnbEgaJ5u4sb00c5fvVbDadQ5bM/pDA4O8PKaTXSW86zvb7BszRArN9VY399g85DDYM2l 
1vCwLYvpk3pYsaaPUiFL3hqC3AEMDjk8sGlzmJmL+1bzzPgGk8fU6O/ZnW/d8mN+84X38a1fPUSx 
VKRSqY6I1xjf9XrSjuhlO7G6oa1Z19E606NxS7eSK9sWTqF8C7xQ5b1lGpNOhuO9xYBTO7Ahj/r3 
dvNna+VHK9pBXCs9pvGblibhNidm41zHIdfdQ7a3l4GNmxG5EvW1DuUPfpTuT1/G0F23sebtJ7D+ 
I2eT6Z3F2JvuQRY6cQYbeGQZsgt0778fjtOg6uY599QzefSWa7nuD4/TaNR5+M93cNMdD7Ky/2X2 
O/Ikdt1hMmueuosh18JzGmzs60fiV6a+javonvFO6i/dy3V/eYp6/xpWruimd+JhuB1l3v6eD/GR 
c85g94OnUJcO/f0DsfG5mGwkDb0pBA7JSP48KWk4Hu88
 bg/ef+KuPP30fIb6N1Mu5pkxsYN9escw 
bWyJyWOKjOss0NNZom+ozgNPvsCv/vI0J87Zie6SxGU6Hz3hdVx+0Zd59qVNrF/+KJd9/bsceORb 
2bOrxgsvvMC43Q/n17+8nB9cdB4/+O1jdBSzOK47qlli87jecGWyrS1gfrMbxfnvUodFr7fqycO+ 
+28qwlLtRRE18UIDVPcK6D0mI+8qH0ps1LWMWoHo9OKgSxtHHnElY3xHVTOIF3F4xdMVmt5CQaIf 
pFQwKN+kjOI0CjHYmLwJRTTTNLu06tKISCbl6Mtm3id7sSp+aehhajuWg9ZVEJdNBqsWg/IlY2ki 
3tSqLhKVGgDPw5MeE444jAVXX0VV5PAkOJU6m2/8IRs+9zGkC41bf4PbeDOl099BveZBtsCmIQev 
d2fG7L8/TqWC4/Qz4/AzuPrzm7nssg9wnZ3Hszv48OU/4D1vOY+PXvxZHn94f9wd3sr+M8aRKZTY 
b5+9kYBb7mHWnrsyY8KO/NdXPsgFX76An+fy7HHoRXz3os+w6lOf4Jhjjidbq3DoxZdzxtRJ7L3H 
7lg0u69a11V6HrKNtXt+N16OeDubB2zqdzhkzxlMHd/BFTfPpaNnHAccOIurfn43k8eUwoIspSRj 
W8yY2MWnz5rDzO3GUm24yEYfZ1z8XVZ/8SLee8YbcRsu+x13Fl/56Gn0r13NQYcfRmljH+MPegc/ 
/d4GLvvZjRx10Ffp7YCq4414mE4G3SglBHVLrRu61sRb3nyK/OKlX2aXXXahr68Py7IIu3QBEOFS 
WqVSKrdxN2ujX0EUAxGMWYmw+iAUOKmM8yj2LlpILHWBNNxhJZJa5RUhjCJEAkZGVigyc2FU1H0K 
K7XUcUfpRBOPSle/BzdBWwT6iFn7iI4MDIUMCxyh3BF8IFfiIFLFAPt8KGZF0V8wCunTTuowGKcM +Apw+Y0Ygb2LNw4BzyGbyhadoAHUnvV8
 Vr2cQr7AXb+/k4MPO5QxY8fFr7YDpOuSGzuWJz9zMdWr 
r2S78V3UX1yNcCEzxvbXgSHxhhq4g2CPy2N1j2Xxxgq73Xor4w8+GGdoiEw2S0dHZ4h3aKhKqeTP 
jA5WqsjaEEOuzcRx3VQrQziuS7FYZKBvM2TzlIp56gP9WMVOhDPEhr4648cWqVQ9Ojs72LhmFRS6 
6M5bVB2XQqHA0EC/ccFwLp9nxbJlPPn4Yxx/wok0muNcQggKhQIP3Hcvk6ZMZfYeezA4MDDqva5S 
SsrFPP1DNa669REWrqxAY4ifX3o6tUod2xYI/PMAPSmpN1zqjov0JKVSgXy+2MRUxyEXek+DQ0Pk 
8zkagwNUHI9iuZNiDvr7BxnN2mvLsqhWKvzx7rs49rjjyWSysQZbavVDCEE+n+fev/4lzaMTYU8p 
9UyJoNVVx2cSiFTvTCTg9KUcCY8u5lWZjZ4QRGlE0pIHhkDlKeYZRpwpNHUDGTzE4w2PRhpxnuOG 
JAIIDH40QaIu4dCNaewMPZ1QiFGPM/AloviooUoanZgRVSZazN6jwrOa33FWIm7CH133gTWNoqSk 
ubDXi0/ICEGjv59dL76If/ztb7z0xKNMmTIRqhVkbQiv0bwKL5slO60TJ5Nn0bLVdH70Y/QcdBDO 
0BClcplFixbx7ne/h0Ihj+dBJmOxeXMfu+y6K9dfdy1DniRnu6xbtw7Lah4GWqv5C4MbdfprVd+o 
DvQhEZSLGQYG6lgWbNywAbtQAq/G5iGBJYjSGrpksnneWqsQ6GNLFtVKKdm4eQCBx/lv2p1r73yS 
R5+r8+LyF+kfajR3PVhk7AyZbIZsNkvGthkzZgzXX3893/72txk3bhyuJ7GQICw2btzI9773XebM 
mcNgwyFj21QH+xgckOGC69Hw6ekD0hA5AeqPRqC9va4JpKpHFzgChgoXttR+gU3OyNKs39qhKiJK H4tUUUsFn8KTDpfoY2ue
 RPAtci7VmVNi+BPPKbpR+2qxLraM8KoeYQKBVEgFsAGuAMwgV+w9JYQ6 
UuXTYYh41j1S/dDM2Iy0rvfQTiXzN+iO6ycNG2WKCxD+xT12gWw0WN/Xh/WZi1h8zQ/YeN+9TM9m 
yBR7yEiJtHwPdmjjIPML0P/2dzD50EPIP/4EO+7Yi2VZTJwwgRuuv86fUSQaK8tls9RrdSwk0iM6 
okj6uwpks9sohCCY/hRIXLdZnjx8ONcBhG8QJLG0Jlkjbz4tKPoYYdc18HwajQbVapVKtYrbaPCm 
/Sez13YlVrz4Mp70j0fKZbPkcjny+Tz5fJ5isUjf5s0ce8wxHPi612E318VJfJlc12X8+PH+chJF 
Rrupn9GYZFMvL/yg1VF9aCvd0IWVwGA4RBxmRExrlVQqz4kcjRX4qLqEaWQySfLdgFMGihDNwqTS 
j4xwQCdUWtqAQuhdKeR1IyINcYkKHRhIYYCP8kE1RCCMekiOYbaoLbohl7TOVLUlULrQSZym/Ewz 
bEqhipWxOA0pCU+WjYXme8bzyHd0IN55NkumTuW5Rx+FjRsZt34DFdtmfVcX7DyNysFzGDd7Njmg 
o7MDy7ZxHIdMJsP2M2bEs0n4V35GM6Ajq6YGX62tdEY5TXDN8bmRdl0D3JZlkcvlsCxBvZGlUa+z 
03ZZag0n3K6WyfieXDab9Xd9WBaO49DZ2cmYMWMSfAohaDQaW/VkGJlqzOOevSkMc4F1Os5EzwsS 
u8VSBxqH5ysBH5tQaG1vWsKJxEMcziRXO7SMuAWxU3S1TwZcIvpfxZFGR4Ed1r6nyCUSyDR9GOiK 
FFg9pPEWxplHAhK4Y+0A0cC7aS1hd08PuxWL9M6YwcZ99mF9Xx9Dq1ZRX7uWLstmyrixFMaOY1K5 
RE+5TEdXF4VCITQqUkoq1apZnrYK69YLbXVHm5V/S7quQghyuRzZbJZisdlF9PzWLrirI3afCJGR dBwndQnM
 1tZX2HVN0Gn+qnEazKi7roFVi7wLkTwgMuYRRqU2On6oGZ2wkEke9PGe2EFpGk9RV1Z5 
jeHUeFFD8lA747OxRxEkjeFQeVbf9Vqsdak1/YSzvLqnp+sqrWzFvFbi+guShu8irlPdgofenPKr 
047xachfLR8S303xzY9ei4rtef4+066eHrqlpHfCBOSsWXiWhZASy/P8rlPz4E7P82JHlLcKW7qx 
fKShXY8uXDKyFQ8R9ffuRvk2GtyvhL6MOI11NF7mhj1KHbTLXMJY7XDIJkQ8rvl/mFidpVQnDqIZ 
3ADDcCrScQR4k6YrHMZX8Kr0ml90y9Xs2pp0ocoXyRNQQJNDOUhSp900tHoPF+VbhC8w3Lp+Rnjw 
plJQtEUdRH14GaMdmzENnoOxTIWnJO04PpPu4zLqtNX//VMyKpUK3d3dftoWHkOsy+Q4oYxuBBDp 
4V/sqbUbhBA4jkM2k0tUcCkldiZDtVYLx05fSTleDTqyLItGo+Efj687CIbypZbKFI9Or96mgSWl 
Aqaypo/f6HOnUfWMviQGpxLQSRwqkeGrvJFnPYlIVtZkiHMdR9OKD4VGooWSsW+JSRp9OYrGi8lI 
xHSc8JaUPIkslyFo5liodtHUxMQ102rha1KLcRyiObi90047M+/JJ4B9KJVK/3IP618ZhLBYs2YN 
i59byMxZu+C6cY+qXq/T27sjjz4yl2KxyPjx41/9x8JvUfDH/OY9+TgzZmyfuAxouIXVbS4vSVrz 
2EycH2EwHqaTS1QHT4RwAbsBreSaMK3Tp40ZBM8mA5a2vCSSMcAqlf5bU74QXpBcXhI3KyYawy8v 
idkcn4tgAbOI0oUtlIZYXV6i6lr1MKM4lZlkuqAnqsqTtrxEhEZT6GTiPCc8AU1+XT5VlyLy8FzP 
ZfqM7ak36sx74nHq9XqS6Gss5PJ5dtyxlylTpkTFs6lsz/MYN248e+y5JwsXLOCZp54atrL/u
 4dM JsO07aaxQ+8OWLYVrfwQikcX7F3Xit0oLrBuP7STMm5Gt9w9NpjkYd/ixi4OJYzfTVDtcpTOYeR/ 
mfCZaYg2cylpcFqla42t3XIxGjmSWlUWNyPZaeed2aG3Nxwsfy0HgWiedxfcyyAiT18IXOkxZeo0 
Jk2ajOt5vNb1AcElQP7ibyDmyKTVYRjG0AWr5k1Ta+r6quDdx6/GQWycJlqcFXlkMVxm79HQL0zQ 
D3lIeJFxnOH4UkBPGYsTSGU9nQhXNkRkFFxSedOnVpVEJj3FdkaEelI5liDju1B8z880FpY+Rqfr 
JtpREeWHvs5PrUg6/5HBCXQYlBGzVyeRzcvPtW1jiLBsxE6x0ZoVn9VIObK5FMg/6LKFsK+xoOad 
VMorwSykZaXe1PVaDLHdEOGzNkan1bv0MTplOAfVYEU9rngvw4Al7EiqH4OubvM5NEzq4jjVIGoY 
E09hZVDwxGZnA5x+qtgx4oqMsV8FRcxEatYkrh803RiMriK7iMX5FTxEo4x9RRM4cbwome2nieeP 
zlhgTmJGTcVJ07Cq+aPJH/IeTNyEPf1AN7GWKOwGm/SksylUgFCPUuvJBpX9te+5xIOydRGUvG/G 
y9d6pzUZwm1eYUyzHpmqAamGztRCG7o+AuUMNYNXoS49CEtvsL8SpWKYPQK14iQ/q1bFjMfoacSW 
Q+jKSlg35VnDbVqA1gwSEavzcdq6VYx41x3D2De0uJYL4kx8pfh7iv58W6XyGGNGo2VsDZL8xJ00 
M09Cj9dwJIZGU2RRw3Aubruwak8lDS7RuMokvJ63sW8yLmvMMQjSxQlHRUQkyLcVhkkUfjbJHDoP 
LYhGHYdY+lgvMexBjIJ/9DoYRhphW/q7Uvk/+U0afqUG48cnW2GZgNHjE/T06XUDrNRiZSLGTC+K 
k9GvVL8Z+I61orrsphTxd5U3SZwvSVxfUvlnktlEJxVOyhjvsXQyiSsupcJvs
 7C38q70MqJS1OUx cSSNcBqNFPq6Dk0QSdpmKBmDi/QYg1HKeAyzbCVvK30H+ZSS77FvZlmlBm+SKT0ky2JcFhOVpBym 
GigNT63qzHB8xuuRuT60cTmOjjceYWjvQwbCi2VEisdm4igNJtEdNacdrmFQu4woz8ZDC6RJB80I 
kaIfHdRET+MmuhxHhLHC4M0k3YOgKxPvYibTaY6p6imrcLqOjTzLJn8KYpN+FN4S/EjVR1VgNRGC 
8pPI0xjPBhYxePNxi2VApMG0Rh8fbw4ADd5ES0/F3DYmiJsmdUTTC04cqmGss3E+YnnexjBAWBfU 
GXgT3wrtaIIg4FEm6pwxSFNZkEp6mcwjNQtSZEg3dFIrD8GfKmyMpk4mfu5JqBylQgcZEPat9UyK 
FU7lQ5BGq2T+IGRSDjT9+mmjLmz8hI0oPniMj2uJ8ENCPyqDMuAziBKxTBSBRqSaPGg5Fbwi0l1k 
OCJ9ha9S+ab8qCyG8imf1XIURIQ9SRFyqaQVMf7i+WrWTwxGqiwqsDL5PbK1kbx6JTDP7Gp0Vdb0 
iACH2aZHyVQ4SWLyTdVUopM5LJ/EdaIYC3VxebyO+IVfrWM67zE7r+SZouJYPTA1qsmdQyYZiZDq 
jUv406xzAUahaUytc1r5DxELjYBm96LykuSv5ab+eJVIfleFMYG2PWwkTB8xKi09LXHDEvKgFTvV 
OJrGo9RShyaDCddwfOvxBjlCVeqGV6gwyTj/R5hYM5A285iy6iT9XU3TcoxOaYyMhIkVbuPykiAv 
1JqpPg8js4ls9NyCdz1N3DJEccPS0mgk8t7AgymtJJXPxNrRtDoX0zXmetuqvqbBpJUBYXxMkVXB 
oz62qkfhr1ZyRjNG1yqEbYmIYtKaRanAR7BJXC2DvpTEkCYRl6Ko9lbpD8dPq4/S8BR/N468pGRS 
u+NwLUNYP4fHFc8paXxuFdcuTPtzha30ueV5ORycNMDFz8KL5
 2fMuQ31LVMreSt9mxddB6mEIZU5 6CjaybVWmEdfFtPG6LZu0DEqHt1ImkdDC5xYv6ZDikRM2rsZSxr99LhUjmKtx8h5GQ4u1t1LeIHC 
GO+na41vZDk0HK50+snuavPZMNPcXt4Nnw+tEYwiv8TWyUsQitPSuoSb3816StVxi3qSRrU9Oc3l 
MBXaNB5npD6yYJLvldhHq5+6kvE8j0KhQK55oN5oj2PeFraFbWFbeDWF4Mj5XC5HplwqsXDBAlYs 
X8bg4OA2Q7ctbAvbwmsm5HI5Xlyxgv8HmL7pEVyHSs8AAAAASUVORK5CYII= "
-       height="380"
-       width="314" />
-    <image
-       y="-2007.3582"
-       x="-474.12781"
-       id="image47023"
-       
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASUAAAFdCAYAAABFFnvbAAAABHNCSVQICAgIfAhkiAAAIABJREFU
 eJzsnXec3cTV978j6fbtxfa629hgbNNsMDa9hE4IgSc8kARSKIEADxBaSKEFQi/phRIISUiAJASS 
0BJ6NcUUF3Dva3v77t29TdK8f6hcSVd3d017E7i/D3h1pZkzZ0YzR+ecOTMjTNOUUoKiCADO+t6t 
PP7cm9TVpDBMkwoqqKCC4UJsZfr2rj4O3282P//heQBIKRGGYUpFESxfvYG7H3mHpuaRYBbeB/kK 
Kqjg0wwhAASqpg0nNaZpgGlgCpUtWzZz8pE7MXn8aISUUi5fvZ6fPPAaO8/aDaFGUFUVKT/iGlRQ 
QQWfGAhbh+lO51m/bjW6YSDKKDYSwDSoa2xmbMtIFKmTy+V57bWXOf/4uZZQuvSXjzJp2x0oGGDo 
OqaUCKEgxPC0JSnNihD7j4ZEURQATNPErwVLhBAIIZBSIqVkeFqyn2Z5+hV80iEESNOkJ2Oy8J03 
qYqaNNeVd/8oiiCvm6zb1MXoCdOYOHYkVYkI761tJ5rdiHb2929l9HZ7oEuFQiFnlSAEEolADt29 
hII53H5cwYcICShomooirI+JEfJhkFISjWh09WZQFEFtVZx8QXc/OIpQMIGO7n4a66oQoviBkVKi 
qaqlObt9QWCYJgLoSWeQQHN9FW2daYQQ1FX76Q+GSERD2DXxps4X9PffLBV87BBCYCoRlr77GrWp 
GPvsvTfxqCBim3HO+1QUhWhEo1DQQSi8tXg5r732CvW1exCP1jB6RB0b1nah/ev5tzhh8q6AgmFK 
hIBYIsV7rz/F/Bf/jZaoRpomTk/19nvDMKhKxDn4mK8Tiyftr2QFHwuEQkQYbG7dQnsGRo0eQYNm kjdBofiehBD09GXobt+Aoigo
 YjTxaMTVaEygs6uDTE8H0mimob7e1pYgGtHo6Emzub0HRVGQUqIb 
JnXVSUY11dG+aT2apmLoI+jv3myJSTGGRDyCaRa1Lq98ci4jkQjvrmzFMAxU1dKyDMNECMF2k0Zj 
GDpS2o5Ph4AtvaSUIMKNA1/6Cj4eKCAUhexAH9OnzCSbzTIwYLBmwxY0VWVcSxP5QgFTwrLVG5ky 
oYWoptDU1ERUBcMoYJqQiEXpH8ig1dWkLEknJaaUKEBBN6lKKOyz6zSqGlowDR1FUVw133npsViM 
+S+/SGagn2g8aZl9/3+b51MCgYrBls42ojGNPZskKza10tE0ilrVwJACRSggBIlEjJcWLOGnZ+9N 
e/cAP/j9AvbdfQf6B3JomsaWrj7y6S6uPfMgvvWjx9CiCWpSMRCC9q4+RL6HOZMTJGIRQBLVFHoG 
TG5/+Dn+fv2xgMJOJ/6C1+/6Br3pDJfcMZ/95u3IwEAOoag2vybSlJaglBJVVVm+eh1zJiVJxiP0 
pHMAVCej5PI6C9asZ0xLCxLTpmGLWGHpVULYYtc1N7HuCUcA+p9V8NHCNEEIiapqGIaOqqqs27iZ 
2kiOTF5nTatgXEsTC5csZduWBOs3tjJ29GhMDISiIIRiyR/DQBEKmmP3mVJimhIUgVHQaayr4fOH 
HULLuMkYegHVVuOFooDb2RR+LdNsNExMSUUofUwQikJfX5rO7n4uO2t/6oGnnnqV373Twe7Tm8lk 
Dbo7O9jQ1kkqESOb7ieb0+nPFohEYxiFAqtWryFX0MnkDMbUKTZdFQmYEjRFZcOWLg6cWcOx+8/k 
xntfJqJpqApk8pI9dp3JD+95hWg0wpydt6OtO41hSCLRKGahwOo1a8kWCigSItWNjBtVj4ZhmZim 
JJlIsKF9gHQmz8Vf3oOIpnH9Pc+TiKnoagyhCPS8zqJFi6kb1UJ2oJ9Mup+RzXWk030UDJXa5lGM bkwhJPR2d7Gh
 rRNVSEwRpXHkKJqrIui29uXX8Sv4MCEARRad3ZqmsnxNK6cfNZPdZ47hqt+8wOPP 
rOTc43Zj3owWzrzpn9Q3NJJIJOz8wrXSANy5O9P+spj210U3DDq602ipXgzDEkqKoqIoAtXuvPV1 
NfQP5JBV0nWSVsTSRw2JYpp09XYyccYO1Let5M6NVfzPdhN4dvFCtmRHIDu2UNAULvjirvR1dLN8 
Q4oRDSk2dvQj9RzL12xgn7mTmTUqxqKVbSTiVjdQBK7GbEgTTVXQbUfVn59ZypRJE8jm84xvaaKQ 
H+BrB04lHo9x0pUPkoztQTqTR+o5VqzdwJ6zx7Pr2BQZU+Xdxat4bnUbY8c1I6WOYRo0NtTRn03x 
xqJ3WbpmC6qaoFdJcfbR23LDL14iPaKelYvXcsW5B/L28wtpbhrLxG1b+NsLy5k5bjwj6qM89uS7 
rGmH6kiedCHHWcfsCIbELOR5+OnltDOa+pRmfWwr+MggpESoVv+RQF9/ljk7b8/vnngPRVE59XO7 
0tefpb42yTX3vETTyHFUpxJk8gYCS5iZUqJICUg0R4TouknBMFFMiZQGmrR8CpGIhioslVtRVcsv 
YfsAHCFlGCYF3cQ0Kj6ljxr2J4OujhznnNbEQw+u4B8vLOUrNxzC5FFJXly+nurqAmefuDcdT7/K 
TS9upmpEC59VNCIRlda169nv8M9z1KQI197xDK+nI3x2nx1c2rpuousGUoJumO6A/s6X52IYBvGo 
SkdfgbseXcqo42YgEeTyBYQQaJEIm9dtYL/Dd+PoqUnOuexeVtZO5Z/fm0v3Ay/zemuaKSPiZHWT 
gp6nJhWnoSZBLKJRE5e8uqoDEUvxud3que6p95i847aMiWrc/eZ77Hf0ITSlVNKrNnDNK+v4zF67 
cNYJM/j2T99ged7kO+cdROaZV/jKXe9w0VlHc8kJkzn516tJTR4NstIvP2oI1dZIJeQKOoauM2LU 
 aG7722vcfO4RVKdiPPbSu7y5upfPzJtEV08vaiTquoJ03UCRllxxNaWCblDQLZvOlAbCMBGK7UNS 
FISiWAJJUVCE4lOGC7pJQTcwBolNqOCDQyJRtCjpzeupn7kto7P9rGxtIxfT+edKOH5WPQ++tYqm 
6irGKXDtK23M2GEGby1YwpZNPSTjETb2FDhqapKFq9tY1Bdnp23H8M5rC2HvFqSUdj8wMaTwmD7w 
7pp2hBCoisAQGol4nLxuIIRqhRMAEVWwobfAPqMUZDTGl088mGRCAyIoVdUUNvSQN+MUdKufZHIF 
8gXDqlw0Rn7lap5Y1s1BO01Bu+stDjppd9o7tvD3RQbHfVmwdmMvz7dKdt9lKu+8vAAOOAxdmIhc 
hikqLBk/mV9+eyxjGiMUEtWo5hJ75kdW+uVHCIlEjUgUxZq1z+QK5PJ51q1bx2lH70Y2V6A/k2O/ 
2VNYuraLxSvXMaKhBlM3UOz+ldcNVCwLTPMSllJiYmKaJqqmUltdTW1Njeu8UlXFdjIWEYvFMPPS 
zS8rtvtHByHQRJ617Tr/d2QdOVWwxx4zmauoJNUeIhO2Zfv4u7RlYujAARMS/HnxMtTqGqpqa9i4 
qY26hMJr7Qa7NyZpMNO8vWID87af6NJ336M0rTAAu9M8t3AT2227DXpBp7YmRV1NikLBIBJRUBSB 
aUoKhkl9QmVJWmFsdY57//wCSwegsS7F2JGNtDTXkMsX3H5izaJZPqxstsDYiXU8/tRqDvvqNnzu 
xHk0R1O88uw7xMaNJJspMHlUDdtWGby6aBXTJ00EdDRpklci9AHtq9ZywyPvIuJxxoysY+SIRqj0 
y48J0tWUopEIb7y9hHOO3YVZ243k2nte5O3lW7jwS/P4zknz+L9bHqVL02iqrwUBij3RptgareZM 
0krPFK6qqLS1d/KPR5+gYeRYTF1HURXbUy5s6SZIJeO8u3Q50cmTfFPAFXw0UBSV7
 k2tjJs+mjnj annkz49x85swOpKjPx7nirMO5rLjJnP0b1Zz+1Or+epnZ5NasI6OvKQhKdiswIgRDfz9iSWMPmQK 
F3xpF55a3M72U1MACGliGo5QslTqmG3gVyc0GmuS6IZBPBZlIJOlNhVD0zQymRy1qRh9Azmam+t5 
4tlljNh7AqcfvzsLWzM0VEd5c2UHG3pzNNVF0D0BloWCTnUyQiKmUhBVJAod3PfOGL647/ZsWbuS 
X22KMCaVJ5c3UFJJdpk1nl0icXbfeQJP/2sBObWW5gbJzx5ewslzJnJmMsWAATFN8PibW4jEkpRG 
QlXwYUJKCdIKRUFArlCgubGe+YvX89Qbq2jtU5g+fRp3/nMhi5ZvRI0mUVXVcm5j+5RM6cbHiTlH 
flMeeewXidSOJjPQb5toKn3dbfS0t6KonilZ/LMYUkpUNUrj6Imo6nDWu1TwQSCEoJDXkYUepJ4j 
Ty21zfXEhCTd10N/bzeJqiQFPUY+n0ZRoaUmSm+/Tr6QRwoFNdWMUhigqz/NyNoocVWhoyePquoU 
lBTJqhq7owgKukG+vwtN5tGjdaSSSUzTUtOzuTwy04lQFHIiRcxMI6VESTWj6Vna+/oYURujOiro 
ThfIkiRVUwWG4U7TCCHI5grITCcg0aqaSfel6e3PcccF+/KH3z3JAn0Era2tfOe4Haipq+b8Xz7D 
3ts20daZpr2QpL6hjrhi0tXRjqHC6JoI0pC09+nEapqIqIM2aQUfAkwpqamuZtEbLzBlylSMaC16 
oUDrlk5UVWFUcz0F3UBKyZoNWxg/egRCSKpS1bz58r/ZadZcCqhoWpSNa5ejOR8QU5rWDJxpYpgm 
ydomqhtGDaH2CpAmhl6o7CjwMUGNqhRkDRmzQKIqQSEzQFYKtEicSFU96YJCXU2MuBkjM5BlTY9J 
PJHCEDqqIkhoAhmpoj4SpWMgD4pKvKqa/myWmlTCNwOrqQp6opaBX
 IG6RALdsPw/pgGxWIS0UQdA fVWS7j4VIaBKUzAjKRojUXoG8nRkIBZPkYxqmLruxio5iMU00kat5bvUC6iKzrEHzyTXupqXtgga 
x8XJ5/NUpWLUJVQGejOsTccoqBGaa2IgdfKGoKaxiWwmx4ZeK/YlWRNDVSRGZebtI4eUEl3Xqatv 
ZO2GVprGVoNUGDtmFFJa2rBQIigCpk2dRD5fQCLYsLEVLRJFi0TIZgsoqiVDxJzPflMeecwXUapG 
kskMeHxGVgCaLxw3nCM7TUU9/nggXRPaNE07BMMaeIqiIJDohp1Gsdy7TpSzBHeJiEPDERJCUTBs 
oVN8l0U6huFf02ZpycVIbPc6QN9Ja5Yx7R06qqrSvqWDSeMSbNsc55WF7fQp1TTUxtnc1s30Fo2o 
pvLmuhwjm+rR7TWaXlj1t+CEuFT65ccBy3yrr69l1bLFrFvfSjKZsFYNCDyTDJaJJhRhz7aZzNp1 
DnlTIZfLEo0l2Lx+JZpuClRVQ1FVhFDchZUV/GdDYgU7BoecRKCq/nQ4wgdQFdX/zHkuLZ9VaFmD 
PANQPQWWo68MIRt03WDEqGbWbOhiwXt9jBjZQH0iQj5vMGpEIws3dmKYBWvJQr5g9dUQmt7lNZXV 
Jh8vunv6mDptB0Y0Ndoz8eVDVqVpUNc4gqyhkM9mLBlku4605qTBpi3tZLugkM9W1g1V8P8NUko0 
TSOVjNLT1U1Hu3QD62IRDYRgxZrWSh/9D4UE1rW2E4vFQXhXYJZCEGFDzxYMw7M4XIuR7+1Dm5Ro 
Z3JdjlRzBD1XKJnyr6CCjxMSaQU7CsUXW2T5NiWCyP8/5ioYEhKQsjCstAKBEMX3qWgqm1f1oLV2 
Zblon+2ZNHV7CgPdPlW8ggoqqODjghKL8+Rjm9AiqkJ3OsvAwAC9vdmKT6mCCir4/wBBLC7pz+po 
ElAVBU1V0BSBoiq+LR+Gu75aeC7sQF1/vhBCQvhmh
 8smFR66wfLK8SY8V2FhDaLkWbFUZxfGIp9W 
4UEqw2mbcnUsx3N4ywuX0615H0Py5qYpTR32DoZPb/h8etOG57FnEPF3qsHyDLfNw/uQ1dbl+o1D 
355wKv7G6jNikHzBsocItgmtn1M3bx8Npi03NorPi1S3JmDC3jgGIeSQ7SsCP4JjN1g3IYQlf4Qg 
NOLRaWTPrlql99wqlTodHT+k8D0ODy9w979xaEthTyOG8VVantfrUG76VwRS+p+FD6XidhdOZexX 
4nv7wRVV0vPSg3UcHoSvHsL3JOxuOIJcFN+j7+vho2Vf+cJApO95yIR+CTeipPzy7yWspuXq5nIr 
PDx6Nnuz9qfwcOsjFMZD8V5Ir7T/dXZg9d8vsmL3V7fMYr4gipvPBcstz5sItqNdljUOisLR2w/9 
PcZLP9gHHBETzBUm1oItIErHottvyrxvEcZb+PsOt9Wk529Q7ZEh6Rym3P89+QaDu++qh57d6WSw 
IIdusDwvLzJw7fIS4BX89IJ1Ct6XDg/43q93IzGJLClnWJuMSU+6IJ/ObW/5w9m8LJguKHOdMj10 
7NVonv4YbLuQMsPa1L1f2h7hfJZUtGw6tz6uYPLmDeEjjM+wd16SNdA3St6Lpz86vAxG19tvvH2z 
THo/D8ExEngvIiytLKXvPC/7fkP4D6m39I4rKI7TUPXM28e8/XHw9x2+NsRVdWy56FbeqZu92byq 
WgF4UlqBfNK7FanwNFrY79JyEE4a4deyZEDMymIeK/hOQwjQdd36rgS0gXDJLQa/dspwO5Twfwjs 
v24JIRqebxvXMmxYeYTnuf9r7LLktoHnOxxsT+e3+8UO1qnIYJAVIQPlikA5QYHspestJ9hug3yZ 
3PZ0+PLl8ya0/inKILutpf+5n3CwIE9aGUhfwpOnncLUXO89SSn9kvTF/lHSJ4O0nDKD7e1tWy9h n9DwtGOQVzt/SZ/wlOtN57v28BDoW
 cV6hZXtbUfvGA7tJ0UMy6sdlGdCaFTV1JCMRVEVlUgsTnUy 
gaaU/9gF6rLVZQ5GR0ozsD/4EJrEcBAiz2TI8+AHMvSjIxi07kNxW6KQBHks83soJSX4e1jlDPUO 
t/YdD1GHwdKHvY9hYZD3Ed4GH7w/DYuCzdf72tFgmPWXYb/C3oEIuS7JP/yWKelfg+gLgwol6SHl 
JZisibDg2X/wrdO/ygH7H8DRx53Erx96lqwSRcHE0A1AIBTrcAFL47O0KdMwkLZta20gJu3lDZYm 
YpiGW6Kb3o4IdpY6qKqCNA1y+QKNTQ2ccfo32O/Ag4hUWYcchGmuxf9l4Lc3XbE7eK1Qb1sUtW/p 
yxdWHl5anhsykDbYvuWeB+97TUdrKxACXJa+Pe+TcoKolH8PVRnefv52c43B0Db2/fW8q0Hr6uQq 
824p4auUB0+FfCZwaJpAGWH3wus3SD8o0x7FPlX6Tgcvy5NG+u+F93kvvUC5XrrS2/+ti/DeRDi9 
0Pp76+UnEqRXRihZyYqqmnXckjR1EtVNLHrwNg75zDH8/C/zmbD9NKLtC7nstt+zoEMhFVGpbazH 
yPXRN1CgvrEeFWttVSIep7q2DiWfQaoRUokoplSob2zAzKfp67fSa570VbV1KIUMvf0F6uqSGPk0 
m7d0Eq2qozoRBRTWb1jPipUrEYEo0qIwlq7AF7YZ4P/fqa8oXgs7X0CNF3ZbCIGfpp0eKX20XVpB 
68i5lsGPkfQ/d/4X/rTCx5Pw8OCYNSJA16YtnaOzRCiPwle+dPlxVHchvO1Xpq7edDJYH+H/az8M 
rbP3tz2z5UyMOPw55QXzuW3i4aH4Avyu6GB/cB5aRUn3r+dR+fqXubbaPqw9Au840M5u2/j6lfTT 
F96/nnq7PAorvzNZ46YL0vW0qacvuPS9fUZ6xwmB8vA9w1Mfp1zvC/D30bJCKZjMImfIKAllDRdd dhU9qZHc+8wz3P+73
 /GP515j/p1Xs1ODwDR17r7yDPbaez8O3H9/vnH5HcRqm1mzbDEzdt6V68/9 
MocfegA77/cF5r+3hcYqtZj+gP059fu/QqtuZsOq95i+y27ceu4xzJ17BL/763puu+Eq5s3bj2M+ 
/1n22f9IHlrUBlhr96LRaHhVPPXxfi3C6yuL1/bALjVH7eb3SXpZfBbig5CBT6bvZ0lyEcphWNri 
196mKF22yxMYcvF06XANahnBtP7nQXJBsejXP4qaQXkSPjq+Cg5WD4/eK0rrULaNy5UbOoU6WPkh 
aR3JE4D0XJRdRBz0JQXyBtvVn1Z68gfoiGAIg7D5sK6DWk04P8HyBkNA1Q1BmU2Qgg1jUVAiVQxs 
eJiVnZ1M3/YYjp89idd/exuPrFhPsnF7vnjc4by24HZO+8GdfPP7t7JD1TrOuPib7Lv/bLZLwZqV 
y7jjzW35woGHcOMtP+X6V15F9HdzypV3cOolN7Fb0xZOO///2HOfXdhlhMbaFUu5Ois46pCjmD4u 
gTRmc9o5ExgZXc/Z5/2Q7551K19c8EvbZBusm1n1caR9+fqK4rXzRS5p/GJHd+BdBe3c8aLE7zoI 
pzD8rVtFsKOJoWkPzYX33Re/hp5CS9L6tZDB6HlT228j6JQvy5nnvbgD10M7RLj7tBTfp7moEQ8N 
72AP6wvDFUwhPLucFi/Kv/vge/G3W0lfKFtu6dgWwXfqapKyvOwpW/fw+yUcD9JsZYRSoOMEdS0T 
pGmtb0m/9zb3/PqnLG3fnl12nEvni/cCNSx87l+skN0A3PrWe9y0z/YAnHvFBZy70zasvuWnLFjd 
w/J1vwVSLHnhKdapvQD86K33+OmhuwJwxpVXcP3X/xdTb+Oh3z/Kkw/eRzZag65FMTuf8VR5MAzV 
cUKGhITg7ICvHXzxPMW8oSWFy6r3yWuAbqmMCKExHM2itPxi1/SYP74yQ+g57RZCLxTDHtelmtLw 990Oq
 pjDLdMpo1yG4b+r8lFm3j4VvFWuHb20ippmODeDjOVy/Lh82HFaocS3ro8N8a3yYYjtIq2c 
zmyeWegjOfZAJoxo5Jm3nuX+11v5wtXXc83E+Rx7WppIREFLxQCNOXscxKwdGvjfE7/E+D3monS0 
AtBSyGAMpCkAqhBEqmKAyq7zPsPuOzdy3JdOYOzue6H1dwIwI1IgZ0JmyeOc980L6Zp0Hi/esx+f 
P+YVunPDVsLd2gyuiZR+eb0zmbLkq+K57w7gkG9VQIMZSkYNd8xI4ZTrN1NEOWm1dTKpSMVLLqSH 
lsqp8jUotpXDqRMFHaYHDMGft0olmfyBrH4e5bC2ChuSF4Z6WIbXQAlu7xH+vjR06dLzjpwKDa7R 
hfFRcqqwKPPuB0O45Arleai+GOpTcu18V3O1ZitUoTOQH8VPrvouLckejtttKnsdcAQXXzofSKLE 
U8w49Nsk6eTJ+c+yasUK7vrpTehb1pGMWauB+wsGKtADbErrzDjiuzTQy1OvPM3KFSu5+6c3kWtd 
TSpu+Yh6c3kUBdRkNaNboG/Dq/zl/n+ydHWanl5LE+vq6qa7o93fsN7ZFd9si19xl976Inw+jhKT 
UBZp+Z8IT7uVn9UKbWvPl84fjElJOd5f0lsujvu9tCyLDi5/7ob9Zfjylenw41FSnHKC/Hn/lpTn 
K6fI82DxI8E29M0cBYLvHOXJm8dx30oC7eaYfgHhW/6dObOanrI8tMLcBr62cMp02yLQ/tKf1suY 
/5l3pi0wPj3ZvC794jvy+I0C/DoBs6HvNPDuS/L5ygnvs0GEnQsZTK9On7bd5fvutz9NTU3kcjnr 
cACvCi+KvnyhKOj5DKNm7MXBc3ckFlfJZnWm7vIZzvjWqey280RGjZjAwXtsy4oli1i6aiNjZ+zB 
IQcfTE08Qnt7J0cefjgNtdXIQg/b7XUgn5s7l0P3msLK95awdNUGRk+fyyGHHEJtMkp7ew
 dHHHE4 zbW1KHWTmTxuEv2d7xKZOI8DD9yfvXfdif0P2Id8Ps/Ou8xizz3mYRq6xauv49n8U9QiPCsp3GeO 
tHc/OJ4vWPGPKF65waXOV0oUA98ofomdID+HligWVSxDOlx7Z12Ej45P+ZZejUj6n3vy4vQr5z26 
fBY7gf8jVyzTw42nXj61yfOv50Ptto1dnqf+ArutPA5dEQiW9X6hy7WTW0df9a2yLD48Syg89L2a 
ZUmQoq+t7bKEKEnrGR0lbelrc6d4/G1f0v4+itLHhN9X5OQL5HfrbbWrX5sXTkWKo8DHr3D7upcX 
/7/BfmjfC3Y/39ggHA5/vj5nXWqaxupVqxDHHn2UvPTyK5k2bTt6e3rsgwJcCk4zWWXbL9o0TeLV 
tVTFI2SzOWLxJLIwQE9fP7oJyeo6kpokb0hisRh93Z0YCOrq6kn3dpPVDeobGlFzadp7B0hU15OM 
SPK6J70U1NXX05/uJZPJApCqrkFTVYQELaoCgi2bN9Pc3IxQVDratljHipdrD/vf4TkTS+/4VGuP 
/j+k+Ra4VxQhw+WiXLqA+cYQ5ttWotjnBjcphnMnjGdJUYj423m49S/zbtw7lHkv/mdDl/H+2q8c 
r8En/tYdpK1LiDhmqJfDwXvgcPqn915pu5bD+3lrfsRiMZ5+8skyPiWfiue5tgehoqpk+rrp75Eo 
ikJvTw9SKGiqiqpIBno66MdqLNM0ULUIAmjduIFIJIIiBB2tG5BqhIiqDJ3eFjTpnm63SoYtICOR 
CFu2bEFKiEYjrmrrd1AGRbpXLHiu7S9s8UseuB9sD08TlZpWJUmGdW84z/zpSt+V99+tpxieK6yc 
wamXL680LKA0x/DrH0Y3/N5gJsjQZby/9iulE/6kfD1kMGlp7pKwisF729b2z+EHUAyRzh1uHiMu 
RKUqP/vmGaA+88Me39aeuvYD+zw457wwVdPchlIUFWerg1gsViw4al1LKY
 dOb/OhqqpbbVUU/T+R SMTiy6NuW3w61x4VPKyurvD26cRFU8D+LbwxJAIPz0ox2K2CCipw4Qo2ewVH2E4fQZRZkOv/6x3f 
/nHrJ+797bcbBUKES1GfzW6pHJTY6Z4ANhGSN8hXye+hpEW5tIF8UlDi+1A1jYH+fhYufIf2tjZX 
la6ggk89pEQIhREjRjBjh5lEozFbMA2ebVgnSA5KI2Q2w30UtEcHnYeV4Xm22j/yQZ57ngUtvyAX 
0jJdC/k8b7/9NslUks9+7vMfgvehggr+g+DxZHgnMoaTT1EUCoUC8194NkRlAAAgAElEQVR+iYVv 
v83Os2YhhIKzGV65gTJIRLdnXPr2iPD7bGTIgPVT8pxMJop3HRqD2avSTRf+u3gvID0GTWPd8QYG 
FnkpPnPrLPxuRzwan6qqbN60iXw+xyGHHV62HhVU8GnGAQcdzF/vv4/enl7qGxqsBfgekyP4IQ8V 
So5HHydOISCTHLPJ99inEAX2VXKKdhUlr/AQxXiIEvkUWA4QqoYIjx/aoeMV7Q5dp/DADoWe8t2s 
AoT0CEyfVPLDMHT3TLRCoVA5eKGCTxQURaGzo51cLkfL6DHWeW4ea8faz0wN2U/NgmmaaJqGKSW6 
XvD4fIuaUnBIl9kO1/HzOJk8qlaJ38gfDuU4rqORCJlsFmfxYzSeQBo6hUKBaCyGkcuhxGIoArLZ 
nLWCWghiiQSFbBZTSuKJBKpTnqmTzeUwTEtYxGJxtIiKtI9lForAKOjkcjnkIL6uweobei296XAb 
0xuM+WHMzFRQwX8qcrkc/f1pwK9wOAIHLOGl67o74fVBzuYblk/J3VyOUEXFd1/VNHraNrN+fRs7 
7rQ9BQSKEmHVWwvQ6poYO3oEK957j/rJU8guW0pfAWZsvw0DukQWdBa98gojp2xLVUxj4csv0Z0r 
gDSQiUa2324qNTFL6C1etJAtbe2kUimENBkYGKB2VAvbTp
 2KqheQZWbDHI3KmS2TBDW7Yr28dcep /6DuqvAI3woq+G+GEMJ/8rHdzzVNY2BggOuuu46TTz6Z8ePH+wTT4ETLPxqGUJIMtpk/PmNIkqyp 
5am77+CM8y7kZ++t5YiWBnL5VRxyxLF8+RtnccOV53P1977Llx54jOXXXMavl6zjT6+8wS7xHG8s 
eIbdDziOR/79JDuPrOa8M79J7ay5NOW6yI2cy/n/ty0NcYNYPMqTT/2b1954i9YN6+k1BTMnTWb6 
XrszYfsZVBk6sWSSfH+aWE0dwjBs35BBOt0PaozqVBzDMFEVSKfTSFUjEVPJDmQxpfBoie6bKCuZ 
fcsBKkKpgk8YnOVCzjVY0de5XI5TTjmFe++9l6effpo//OEPjBkzhnw+b4XveD/SWzEsyviUPIsk 
bT+MdNQET+ySdx8hx1ekKAoDnd1Uz05wx+/f4NjLPseSv/6C3vEt9PT0gSLoaG8nIwUYafrGKtz3 
p4Xs8vUpLH/mHhg1hUxnJ3rSpLDNdC777W+Z099JnyEwdJ28VCmkM3zta1/nwotH8p0Lzuc9LcWl 
XzqCjnwLdeTJ9/fz2lvv0DhtJ/qe+zdZI80Lr7zHnIOPYs8ZExBmhqcffpD5S9YzY/cDOGj3mWR7 
O1jXqlPXVE9EMTHdRrTrZtddumELFVTw6YSmaei67mpHUkp+9atfcdJJJ/H73/+eUaNGUSgUBjfh 
Qia6HZRfkzEIPa+vOmgkCUAaeaYccBrq/PvpESb3/mUjX/ncNBRVASHQIhEUaaLVjmD6zofS9/Lv 
6ZTw7HN9HHfcNLr7dCKJOGbbJp7/+yP8/eG/8+8336FPjaDa0jcajaEqKol4gsbGOpa8+Rg3/vQ+ 
qqrqWLrwWS674hq0pga+8cUTueY3T5Dv38zFp57H65lqHv/NLdzw28dIpRR+8v3v8PC6Xsw3H+eC 
037EhoE4MS1E7gwiiFzfXUVLquATC2dyyx
 p/XV1dHHLIIVx77bUAfOMb3+Cb3zyTrq4uN53379CU 
iyhvvsnA33LPQ34bpkFjzQh22Rt+dMtN9G03i23qeli6OVusGNCfkcyZNgq5eC13/Ogm1D2/wOTW 
f5ID1EiETOt6nnvkHyzvbUOdvS9Td5pFAzl0FPegAMMwyMoo83b/LPf+6Xu8k72YdfMfYuScr7Nt 
NI0xagonfPcavjKzkQb9GP74i9voev05Dj7qEk44Zk9ii5/g1795isPOO4gLLt+REfEceWMrY40q 
sqiCTxEKhQLNzc2ceOKJ6HoB07QE1bHHHgNYjvFhzUKXCeorO/tmOX+LOW0jzo5Ylr509g/c+CbT 
JFJXz45z5nDCnIO47m8PEh1YwDtvt/uYMLL9VE+fQ9WmXn543mX8deN73Hf1wyhCYAwMULPjbM67 
/mZm928hrUSImlkKQnFn6hxkB7K0TNuWsWMaePzuv7HqrS4+f80BDGzpZURDjCmjIdPVyoRdWlj0 
yHPEagrM/8dfWPbKX8jmx3LwNuNQGsew94Fj6O3sRjeVgPYj3Pgk4fliYLepaV/nctlKSEAFnygY 
RoRCIY8QAt3QyeWyaJpGe3sPra2bmDFjOul0LzU1NSxbtpR4PE5zczPZbN5ey2oiBJjSUiKKuk5x 
cikYMF1WU/LvTYTPZvOGCPgjiexCTJPeAZMdx23L1479KrOnzmb1G89SkE5FrRNLTCNPZybJiXN3 
YeHxF7JrYwN/0nO2imgiFZVUTZRqpQZFQCGXxzD9vJmmiVHIADUcPHMmt957Ep1jLuGWcQkGMv20 
burl2flb2PPQqbzw4CLqDrmYLQ/+kANOOYvTj54NMsvG/hyZte/y2up+pu60HVURw1NOIN4qVLpL 
nNNaPshUaAUV/KfBNE1MW0GRptXHnUjtCy64gFNOOYUvfOELvPLKK1x44YXcfMvNtLS0kMvlUBTF HRferWrA7/YJuoAGjeh2sp
 RET4ZeWxVQgcbGRmriMZpGjeeGB34DwPpF1YwcUQNqxM0hhIKR7mbU 
QQdx69zDiES70W1hoNXU0vnUo3xlz31o0rvo0fbkxusuZ59dNHr7JarqxFJZexj1AYedtD+X/+JK 
5py8N6gqqDGalH7m33kph9+0mR4m8NsvHkbvyDV88+rTeOR3U+jv2MxBt97DV1e/wHXXvM0P/3Qj 
DfEBBkwI3wIkALsZpDStvcIrQqmCTxCkafVra3mIdZ3L5Rg5YgSXXfp9vnX+Bdx+++20tbVx0UUX 
stMOO5Du67MEkh1QKU0zZOSUX5BVZusSwF4CUjRjsIMGS4MKHcRiMVavXkVHYwv7xqLc/8d7MXUD 
VVPR9UlMm5pl2dLl/OGhhyHfyb4/uwNiMXp7+zBNk9yAwncuux1VjaJEVJ54/Q3SmSymkEgSNDep 
DOTA2TKpq7ODM889FxNBoSdPZ/sGImMP5auzxmMYeQq5LPHGEZx7xfcwVm9i0o4705xrZ9QBJ3Df 
tD1ZtGwN1Y0tTBydQBt5FL/+4xEkUhmyuj8w3NsuTnB4sLmsL4qJkErF4V3BJwZCmq4rxzQlpjSR 
BvT09jJn99259dZb+PrXT+ayyy7luOOOo6urCyEEhu3zlVK6134ZVP7jPcguAdJvuAj/M+8SDudR 
JBKhu6uLfzz2GNWpFLquuyvLIlqE7p4upk/fngkTJtLX04NSVYUwTQx7catpCpLJKkvlk5L6US00 
KYpdpEm+ULBXGRc1s3giQSIWY33rIr71tVvZ/fNnMHFCM9lML0JAMlVNddMEdpywDelsjqxhwkCe 
mhHj2Wf0JKQ0KeTymGqc2oSCoetIN07JP/3vus2EV2A5IRPO1gzek3orqOC/G9I0bZNNxTqJWrpb 
FnV3dbHDzJm8+OILRCIROjs6SnbJsDQtGf6F3ypNKbDYyx8dLfzpPD/T6TTbbLMND9z/QNlK9qf7 6OnpsdbLGI
 ZFxbNznuHcA/R8Hj3ImSeMXQiBaRjk8jniWpJvXHY1u+88g2ghTR6BUDWu+OHVjKBA 
70ABCSi2ZNELefSCt40kummdwCvcjeX99SvGbRXbxrMhdcV8q+ATB2n7gxyfktcUE0KQyWQQAnQ7 
LsnZj9yBtSbOPgLN5xXaWk3JkRASEBLh3QqgRMAVbyiKYq2Tad0YTlZKIpGIG+3p3ZBNeGe3fDNd 
pX6doDNZ1w2qakZy8N7j6OvvJ284wge2mTKFQj6P6Sp3dvBnaBWchhM+rcgtN8wqs8sx7CPGK6jg 
kwTDMKiuqQUgne7zR2nbKLfWrbh9trQ3b2RY4TPlHd3SK5sCoeKyRJdyI78VRSEaiYAnXEBgrVQp 
KhdFzkrD0Itmo5tfBH8XpYXTGIZRoLvX8vgrnrKz2aytVXkFuGc60qEpA1uXePgqTl36GMU0TWpr 
azENg3eXLGbSpG2QsmK+VfBJwzClSTCXPQ7ffXcxqVSKRCJZHB/u3moeq8RG+DITHGd2gBFnVwDP 
gLbIitL83jzuXUokqqvyBertLGsRXumI87dIw/tIURTb3+OcgS5c+u4ymUBMhLd8r3O7uNeTJxQg 
ANM0qaqqZrvtprFo0UKWvvsuprn1L6+CCv6zEZxxH46LwsqjKCqRiMa06duTSCbdoGfvgA4qWcPY 
usR77b3wpCveCdwPPCljR7qCSkiK+2l7copAOm/eIA0/QyH5QmiIkAYSgfgJR6A5W5fYzm3DNBg1 
ejQ1tTX09aUrmlIFFXgghCCVqiKZSvruDYZBdwlwdAqvfPRHJuEung8Tnv6jh4RX5rg0/DK4VJPx 
yuVyMjosqkqEPA+jUzYCy07k35PbM7Mg8WhhkmSqiqrqmhDuKqjg0w3TnsFzfE/B7XCD43WQOCVw 
Dsaz/d3+jfOdQVsSJO4vxTEdXWMoIJUc57ETE+WbTpRFHnCKDTjVXKGIl47w8VAsw/rXF5Hum/J
 3 Kun3e3t9XM4hfBKvj8vaHcHagbJivlVQgYXip97rIC/ZPDGQq4xPyTOwPbmFXxq5giSo13jc0D6L 
LVRrs9WS4v5FxYqUqnmlJyEUXVbSV55f+vqfhZXv930JD19BnarImzc0oaOjg67OjpACKqjgUwoJ 
QlGsFR61ta5gCobaBDGoT8lnl4X5lEoo+/1B5T1AJQUWa1GSbnB/UCmNoE+q5MfgeQfL59GknMbV 
VJWVq1axYtlSauvqK2vfKqjAgR1HuGLZMqbPnMmYsWOtda9DbJc76Am57oQV0vWxuIqE/be4VbVH 
WElpBxFKHOtLeuh6mfbdc2wm/FqaY25Jl57/KPHSxnDkhxgkjce+tMuQwkPfk8f6bSd3Y5ms00y6 
u7tZs2oVe+6zL6NGtYS1ZgUVfKqxauUK3nzjDRoa6oknksUFum6ozXB2CShn5tij3bq0ndIi6JrG 
p3C4LiTXKvK6lCnKn5CiQh3bQS1MOA7ooMDzpylbPU/5wsNv0ewV/t8e4SyEoK+vFy0SYdSoFvL5 
vHvEeAUVfBIghLCCj02TWDxuRXgHtJxBgyeFYNLkbXjt1fmk0/0kU1WWUPK5lv15B4noto+pdqKr 
fZqSn4jfd4O1dkwR7tYFltbhFV3e/ZockeIVLR4NyefTKoVD03c0nVsHAs8EpaLOqacnrSi972p9 
xcsSrhz/UgUVfFKgqipbujrp708zZep26AEB5EzyuFuUeOC1OBwZ4HlatswymlK4T0kSdD5b5pcj 
p5xlL4lkEk0YpNMDqLEkqYikP5PzLPUoIplKke1PU1zxVhQapZqSI76KKMqQgCoY4hsK81j56uu9 
titV1DL9PiW/Keo39Sqo4JMES8Eobl7oneRRFIXOzk4aGhpQVTX0XLhQhJpBFoZxQq5fd5EBLSZY 
ZCQepb9jCbf/6m7eXddDPFXHIf/zZfafNQWzkCcSjWIU8iBUTF3nxeeeY+rOs6g
 SElPYezJpEYQ0 MAyJqiqYhoGiRcDUrXU0qgqmgYlKRBMUCro7HW+aBooaQVUkum662ouzAZs0TaR3KYorcwPLTEKj 
m8JqXJRPYeuCKqjgvx1eLcfRiKwQGIVHH32UY445huuuu46zzz7bP8OGRyiVDIvyykeoA8Si4zhR 
PJqD+1f409mFa/EUWrqNC08+m+fXJ/nyV7/KHttV89C/lpAxY1SnIrRt2oyI11KdjFLI5bj8O99l 
o4gSQWJKldq6WvID3WR0lbqaJKYJVTW16P3dFNQYNTXVqKZJNFlDVUSnoztDdW0tmmKd1FlT14CS 
76e7J08ymUBRFUxTEk/EURWNVF0NcU3Yu+kJTz0Z5DrwuyJ3KvgUwxFIDz30EFdddRUXX3wxDz74 
ILfccguapg3z47yV5tvWnpBrmTaCqmSER//6J97RR/DU3deS6u+B/fblf7MGre8u4KKrf0BrJE4+ 
n+KCm35J3aP3smbVKr739RPZ49RzuOjgOTxwy7e5699LiMaSHHvKhXztc3vw8I+/zQ1/fpUxTWMY 
lzTZ5ZrbOGzVI3zl8l8xkMszctbR3HbDOTz827t56vHfsSo7gc9MTtIWm8gXv/RFZkwbxV+v+R6L 
m6cxvq2HMYf+D3tOUenLSlRFuHUKBmoGozmF4wkX4WppRVOq4BOJgPKhKAptbW3ceeed/PjHP2bW 
rFls3ryZU089lX322YfZs2e7kz4f4mkmfvPN79QNN98ECsLoZ2P7U+w0bS9qMdjQlSaSHiASjZAa 
PZ7TL70GTcvx+9tv5rbrf8htV53OuNvv59yrr2Pe+JHMf+JP3PHken75wN/p+9edXPbbXzB+ZoKb 
7nmCC2+7n+3Tr7LXid9jvNnJxVfeyOQjz+f7x83kxKOO467Xj0RtXcNdCxSeuO8ydhlT4ITPfpX5 
++zDzGlZbn/8JU49fWdWzn+L1IBEU7Ad1p6QALvWQfPNDStwQxY
 CjVpxI1XwKYEQwtrOpLqau+++ m9raWvr7+xk5ciR//OMf3SUlzix0eR9rcXwFzbdBNnkrzpb5o6S9M2L2hmjerKaOapiAiqIqaFoE 
LRIn39vK3x/4NRvz1bSuzpCrWkV/dTOpRJzREybRkMyyecODbG6Dh++4he7Vb9HXm2LJU3fRMPEw 
Dp85Ab23lpNn3I/R8Sjtej1n7LUHtU0t/N/sadz7wlpmmwr/c/wBzJ4xDqMA5/3PFH708mb2y8wn 
17Q90w88hs8dexj96QzdGWef72KT+P61ndvFEAF/LIK31s7HwDB0KrZdBZ8kWFvbGq4MsI7ltg6k 
jMdryedzqKpCNpslmUwipSSbzaIoVgbTtI73DgvZ8Y+4IgZZkOtJ6sYYhT2zRZcwQa1mVPNBvPjI 
fDYDLY116EJFEzn+/thP+NfrCg89fCl//MV13PP8MsxCgVxeJ5qIgWag6xq19Q0csN++bNkyk8O+ 
MoNE+i7+cM8qVE1FKAVW9A0wSkuRz/aRs+vZ3T+AEleR/ZAs5DCkJNPdwfZfOJPoqZdy3ZYmZu80 
j22aBD0dmcDSmMBsoqdezoRb+HRfMYeUJhLpHldcQQWfFJhS2oJIUCgUyOdzxGIx1q9fz+2338EF 
F5xPXV09hqFz9dVXc+CBB7DrrrsyMDDgztIpqmJtiYvnky1FqTSyUcbRLX3xRc42HaH/e573Dejs 
v//R7KFu4ozTr+TJl+Zz35038+0f/YuCiBKJZlm/ahnP/+1e+jMZotEILcoAv/jZ7by2YhPb73QK 
8fxqlnRAc1xhXd8KUjNOZbz5NufddCd/uvMmXm5dSaTxcGaNTXL9XXfz8pMPcOOCtXz+oO3J9vXQ 
m8najaFTXTuTQ8et59fPr+aAo05CW/sGP/nW1Ty91KAmITBMb138PiG3zk4zeutbEoWOrS7JYlxE 
5f/K/5+k/z0ixTRNRo0cSV9fL2ec8U1WrFjGRRd
 dzGuvvcbkSZPI5XJuvuL2uBKvFPJbGsVrGGrt 
m/s7XKIFoWfTUD+Rq372K352y43cevPrROM1HHvGERw0dReWvvE9Lv7+DUzd93y+1gI1kQg33PoD 
rv/1X3hhzq6cMu8zXHHeKn7882uQaEzc/3D2mrcvt952C9fdchdLxs3h0DENGDmDK666gouu+wlX 
/+hVPnvGVRw8oRll9m6MUGIUshkkCvGUwtiDP8Pctd3ss2OS7vcEI8aMJBUVuAcslFkXV2ILC3/c 
qa8hpb09g2GWRKdWUMF/M0zDQJoSoSh2HzfIS0k0GuX666/nkksuYcqUbTn66KO54/bbiMfj/jPf 
pLRoBOgGAzC9GHTrEudCClF26xKK4YoIIdAz/cSaJvGDn91DdmCAWCKFnumhL2dy+Y/vRNdNoppE 
iSQ4/7xzeXnBQiaNH836Ky/iqJ/9nN2OOpN7jzyFvClIRBX6OtpYtGA1nz/lHLa8+gDX5lv4XoNK 
lzmNa376G3RDogmdzrZW9j3is6hS0tvbSywe4c1Xnufu217igBN+RDLbRW/jJE794YXkeruKM2/e 
1vIGR9rVL/70bNsZaGGJpeaaUlpR4BVU8AmBKSUmEpViH1ek5TdSVZXLL7+cHXfciYMO+gyxeJxM 
NmudTGSPA1NKDCmDipKFsHsMa+2b4zPyB3gH/SrutaJgFnJs3rQJVVXp7esFoaIq0NnZiaIIdMMk 
oqU55bTT+N+ebktr0VSqaqrp69yMiUABeoFUIoGipfndL25Fxuu5+ZfXUY9BRs/T0Z5xF8tqWoR0 
b68diK0QjcCTz77AiNnHcd4x0+no6ycqBB2b2lBUFUUpRqWWrXvA9+QcbuDz9TuzkIbhnmZSCQuo 
4JMCU1EwdR01qoCt9ThjopAvIAQc/7/HkclkyAwMWALJc4CGlNbYILASA9i6iG7/CvlSmy8kh2eK zlL1NPu3qmruwHdOtY1GrNNMxo4
 Zgzp+vEslm80ipSWVHeZyuTzbHXoSPzriq/biwCwZO4Jb+Ba8 
Sd80ZLrf4LTTz0HTBJn+fkzFalRVUx2O7WUkXhrWk8F2CShVkyxx740ar6CCTwoMXSceT6BqKvl8 
HsC3xk1K6O3t9a2c8MLyw9p/pf9+cVz5lYNwnxIEBqx9XwS1ixD9yzZvgmkl/tBzIYRbycHLAD2X 
oSCLz4unlQivLHR/O/mz2YydR3Ejj8J8Rd7Fwd7d8bx8BHdZcRCJRtH1gmUyxmJhzVlBBf/VqK2r 
s/xDhkEkEtm6zEKQ7utD06yj1fCML/sxQRky+Am5nmBBx5VSvFeUBtJr2rglFYMQBc7UubNTo5e+ 
TaZYbFE7s80ngUAoxXTFyjjnjXh3nCwKEitWwuMAE9Llp1hRLx+ea1tQSUcJdPixSUlpnYnV0NhI 
XW0dL73wAhMmTbK2diht5woq+O+Fd9DZ42A4cAKSV61YTsvoFqqra4qalEunlFgZ882rKXjvOdaK 
E+XsFO5YjM6IxTXnigcHFFOUMOIRAMUKWf/6Dh/w8uM41x2aribloRPk0xaWfutWFMu36VjX9n2H 
Rfsfb1lOyP2MmTNZvnwpy957F9M91yqsZSuo4NMDiURVNVpaWpg4cSKq5jmE1j95PXRE91Db4Ypg 
OopCxJe2lHDoI/eoa2fnR4+Huey6Oy9ZLw07vd9X709dMgngEaD+Td485QnbAPQdLGDNRkSiUWbu 
sCM77GivXamgggqAokUhffdkiOwooqyj238iiLSnxy3toXSbWf+m/K4Ty7MwxbkfFCzS5rx4gq6V 
xxNaVaTgpPPS9NYeXDo+/5H7rKjN+TUgiy9ZzOg64KS3bh51yaEv7GDKQsFAUjm2u4IKgnBWUDhj 
RnpCBILTTFBWUwr89eYSwXSlus/WHEYpvP94D6P0pyhbnvBdhGtqolwFSrI5TqNQVvHINHCc4kKg CFBViRLU0Cqo4FM
 OCZgm6NKZRPL4fAgfL4OsfSseWl1qkPj9PEFNyU/BrxEVR7bjCJNu6hLannTF 
FMHDKoMWqV8T8lL2XpWWEbh2HHHeaAcPTYElfDVVoac3zSMvL2fx6rYArxVU8OmFlBJNVdh56kgO 
2X0KkWgU03SssOLAGpZPqRi5LPGd5FjUwdx0+AasZ2rKjlvwCQS/WlMUAR4B4JpRbrpwj1jx0suA 
Q6dorgnfs6Kq4xVPvhkFh3BgpsF7iol1ae2Kmcvl+NvzS8mYcY45bF/yBR1NG/Tg4Qoq+FTACt0x 
eeqVxTy5YD1H7zud9ECmrNXkYBibvBUduz4/jXstSwWEJx6pOAtXKhE9hHBPyPXFNgUc2h6B5Xdd 
e8rEE1sUqE+Y/erlV4Rce7xmSOHXECOqwvKNHazYnOWK0/enJlHZIaCCCoKYPLqOG+9+gkP32A7V 
p6hYCI7HQR3dlkwpOnaLgYbFgelXfmwtJGT5RkngdKA8R2Gx77ihBxTJFk2qMjw79F2+vMLR87tc 
fX3X0iNuvdqXV8cS1v7guimpTqisWb2av/7tb5x7zjkUCgXUisZUwaccioBoNEKuYNimG9Z4Lquh 
DOpTcuD1AYX7SlzLR4JQBLF4HFUI64nUyeVyGNIbfW0NfGdZRnBZR4mPSoReegoVVNfWkuntQXfK 
CQm/fj9O6KLQFaE0vQ67np5uXnrxJc495xwrhmkQFbXIvl+AhwrID4jiR8YvUIfiZ6j04R8f6ab3 
nR0/RFlbA299htNWYemGW/ZgbbC1NMLaZLjvv9xKg6HqE3weVl45foZ6f+XqWpK+jDemHIYRp2Rf 
FG2h0nQ2FFWlkM2wctFCenMFkAYkGpm6zUSqYxLDpOhrkpJYLIah6ximaY95rzDyrMr3lOd48Ism 
pkAaBv944H5mHngwzarEQJR96e6smYd/38ty6+lrgOK90COW7MbUNKqrq8OatCxKt4n54EJouGUN N0+
 5tY9h9AbbkuLD4Mebb2vKGizvUOk/6MdhMD6H+/7LvYeh6jOc+pbj70Pri67WEnIvBIPs0e2f 
43I8Lf4ddf06WKKqitZ33uS8M8+meodZ1GU70UfvzcXnnsG45ghd3WmkEiWuQayqhqsvuoB5Xzud 
g6aOp6O7Gy2eIhFVMaUAs0C6P0MimUKxHdZCgf50GiUSIxGLWsJMwkBvN6+/8jLj9juYlliURDxq 
++its+ci0SiRaNzaqldTyQ4MUDChqiqFqeugqOTSfZiRKHHFJJMt4MQgBVvPf+RUoNWkdcRTBRVU 
8P4xyB7dpb9LJ9stk8YJMFQUlWxHG4WpM7j87nvYqXcL/UTI9a7l8ac72XXermjZTp5/aQk7bLct 
zz30IBurGikcdCA77TCDmr6N/OXRJ9jQK9j/4MPZcWIjb7y5gLg6wIsvv0Xj1NkcvtfuZPo28c+/ 
PMq6tizTZ+/K3Nk7cuhRn6NZU4ma/Tz9tz/z5tp+5u13KHOmjwC0vOMAACAASURBVGH5smUUMm2s 
WLaCLXo1xxx5OFWawbOP/ZnXF62nZeJkDjj4QGJd7XQaUepr4wG/WljbDH/S/8Myw4YqAz6cr9sH 
4Xdr834UJupwTarhmJjl8n3QNFuTdzim6XDN1+GU/VG4EEoLo6y2NMR2uE5uz9a40rM9ruv2lW4+ 
JRbD7Gjj1Sef4qknn+SVZaswYga/uOIM/vzqFhb8+Wa+d8ejyL5ujFyWNe8u5u3VazBUjR9fdj73 
v7CC3nULuOBb36UjWc3N372EU77/IzZ1d3DF+Zfw3Kbl/Pm3t3DPA68hM228uXgBaVNwzUUX0Jqo 
5a8/v5Lv3/lPBtoWcfrZZ7E0p/DiY//gqC+ewduburn/57fyowcf571lf+eyy3+LVHQWvvY0bYk6 
Vtx2LRdd9ThqPGEJW2+wlxvJPfxjlLzpim1a+n+55+VohKUfLM1w0w9Wh8H4D6P5fvIM
 xutQ9Ris vcPyb23blmuncm03HBrl6lGO3lD3ytVhMD7D+CpHq1z9hio7tExXchSliINhbF3idXR7FsgKi6RP 
jRCgRGL0r13B43++j+buNqLzPsP0Oadz06Xf58yLD2BlYk9u//E1jJ45jjE77MznL/kux+y4PWve 
+jX3vtrPb+47l9GynXWnfYXb/9VGQ32KkUedw+VfPYgZG47n0bffId62lsaJB3PupWcSA3pa16FW 
jSSRn89tjyzgspvv4/A5E2g8/kDueOx1dtIUxu1/HFdceDFrm1UuePttFjSBmRrPSd84m9G11WT7 
e2n97Jc5K9eAmc8XQwPc+g3TS+dtx63wXwzHkby19v5wvnbD8Qttzdfy/fokhso3XN9J2G8v/+/n 
XXyQ9hsuj8O5FxzkW+OrGgzvJ2+5PMPtK+77CFGXQjUlXA8StkNXuJlLzDcHdnsZA2nqdpnLBTfc 
wo0338h3j/8cNf0Zxs7ZnXpzNfntdmLXqQ0Yeh49n6Nz0wb6+iXZ7GIw+vjdzVdx4RXXkp2wD7vV 
RMlLyaxxGjmgRtPp6xzF2ad9j9SWv7LTdjP41g9/SS5RjSI1sr3vUV07itEY9Bkmu4wdR9+GLOmc 
wS7jYwwAhVwWLaex69zz+dK8LAfP3ZUjTziTFT05Rs6ax357TsLUHZ+St35FwTzcfbjfzxdwqC/i 
cLW0crSHqzGFaRjD5X0o7WJryiiXvhy/Q2GosgbTsMqVNdx6htEr167l0g31TgcrZ2vbazha3HDr 
HZ4g/Ha4+eY1yoTAq2R5lS0pnXu48kmaJkRj1NfGqWscQVNDDfUphbtuvInsjmcwb+3j/PKvb6Jq 
UcjkyKdGUJ0SJFJziag1nHfDr/nDH+7jjl/+gH3m1NLXr6PrEAUMKcllOqmfvD2/vO9fvH3fTbzy 
1/t4bI1JtZImUrcbma61LOjKUK0q/GPRIkZPqyMiIJczLLVQgWy2H6KC
 s677LQuXvMGEdS/y45fa ESvf4plX1qA4Rw97FUvnSxCibpbDh2WLfxjaR9izIN0P+uUdbKZuOHxuzWzdR+Wjc9phuLNV3jxb 
W04YHE2jXJsMV4v8oDOjw8XWtFNpAutPsMcM69hubEe2JKRi0jLorP8EWnUtrf/8Cyfsu4GmfDv9 
VYfzg5Nn8uSbm7nlLw9Q/fZ9HH3pLzj6+D059ehdOfe0/+Xp47/GtZdcxNlHPsLRh+zH9DH1tClJ 
Lvvt74mZBqbLtkYyNsADt53NXQ+naVK7mLDbPPYYo/JAJk1WTOM7J3+e8y77Bv/4WYIV+lT+edBs 
7p//Z6RdVSEl8XiM5a/9nG/f+BwNDXE2R8Zy+X5TeeuGU7hh7R7ce/uXMfvTCEVxFEW3EcUgx3aX 
w9ao/x/EQTpU/vfjzN3akADv/Y8zJMDBUOZDmGk2GC/vx/G7NWb3+3HKbw3er/PfEYzvp8xhwTOu 
gpyJY48+Sl56+ZVMm7YdvT09KKrqii5nyYbLlygSK+7AaJt3AhACU9fp2rKZ3oEMJibRRBPrVi5i 
S3cfoxqqKKDQsXE9U3bajbk7TGHZu0vJxGsYN6aFGkVn8TvvsGZLL2MnbcPECWPIdncTSSSJx6Lk 
+3opRGLITDuLF6/AiNSy404zqI0rdHT2kKipoTamsuq9t3mvNcPMnXdlVE2Ent5eTCFIpaowM2ky 
piCi5lix5P+xd96BlhRVwv9Vd9/w8pvIzAAz5JkhDTlKlLAiqCuLGVdlFde0gAEFEUSUFXFREEEF 
XZKIZFCiApKDZBhyGtLkmZdv7Pr+6FRVXd33vgH1W3kH3tzuCidV1alTp6q7n2PZYJ1NNt+COWv1 
M7RiJaOySH9vWYmnJcZZahZK0lEq8OjTL/Pb21/ljK8exJNPPM6P/+c0fv3rX1Or1SgWi3G9NRmA 
46mXN7jWFI/ZSd9unv8WYKOfx1M7xjzLKGXhfSs6sOHP
 +n0rONuh91b5j2DJYIPjf34tPzh8L4Rs 
BPZEGUrRZalU4rZbbsn/mokWPYo9pXSZeDnn+ziuy4w567F2+J2o7p4e/nDNJfz1gQcolspIX1Kp 
VjgIh5233Zq1N5pP0YFKtcoILvO22oFNhUD6TaqVKqVJk+LvTRV7+ihJH9E5h9333gCkpFatUm34 
TJoyBb9RZ6jis87c7Vh/U0GtVqFSq9HV3Y0AGs0GTrmLXgGSbrbeaUaQXq8xVqlR6p9Mp/Cp15tK 
Q+l6UV+HawM/K2MCrPB2GbG3MlD/L8PbYUjawf+3BBN7G8++AcqzaCnLqiIP82vVapw2OjrGsccc 
Q/yS7RAa9RqrVq3EcRzGAISDkD6VsbGERuh5Rbj9ZnCNX6VRS3b+HCFo1OsgBK6Q1KpjVMNsx3Fo 
hp98EaGxC7A0GRutxzIKx8Fv1PEVOVIqk+hvC4jSIs9SSu3zMnad6p6IeZ1Vz3adBbZyZvl2lyNZ 
wey8ZU2r5YZNhizZsnDaBmKrYLTJU1aZdvBl1WlFM0uuVpAVEG/Fj9r+rbzFrGubN9lKV2qek9MX 
bJB9JEA9n6OkJyFwoYZa4hyhLPGkBM9zWbp0aeqzLK7r4IUB5QBHEj524o9ESoWogl997EUFmZSP 
vxmgF0Bvl+CDB1E11QNSxEhwp7AF/LiOoAlsvvmmnHnmz4DgIUSdZ5N+1rUNVDwmziwZW5czcWbz 
asNno9OuTO3gsvPZbh077XyesnXRmn8VdF6zeVHLmnXTeNJ82nSRL8P4ZEzn2fm040kmddcROE70 
TGo634SM5ZsIf5R4UZwljHIW5EZjBe8XsjOR4AuUIKOtPBVHzE+2MDqerLyovubf2eUTxsa/0B87 
kVLSbPqsNaWP3tJr3Hjvi7x7+w1wO3oZqqomewIm4J0JwgmcgxvuXsh6a/VSKriMjdXjVVAWtPXq kth7yFu+xQYj49UlJPEYOz3VGZGJG5Kg
 jctl8UxYJebLWA60crO163CpFh8UlfrpdYBG02fq5F7e 
v+uGXHX30/zx9sfxZa6+J2AC3jEgJTgOTO8r8ZmDtqXRaCTTeoYtgLbe0R14Q3qamR+nhOkCa07G 
aI3wJAZQ9ZSS6zQ9Oy8mGb1eur5QaKmf5jY9JZCKYQ3jZw3J3A1m8PX1ZzE4WmUCJmACiP0KRwh6 
u0ogm9TrjTi+lBdH+xu/hWz8LsP/lWWPGsSs1Ro4jqC/c+KlbhMwAQkEE3mjXqPpy/DjsK0D+219 
OCC40/PeiR8OMPWQLAsdXNdFuBOvw52ACYggjHrgeE1ko6EfX4AkvII+gnNfXZIseNJLNFuOHVN6 
KafemRikxXDkUTP3AK3Ls7bysq+taZrV81m8eBnLly1N1ZmACXingpTgOg7T11qL/kmTwrT0RpU5 
0uxGKfRoYssWLhBTZ0NkVuSaMCajezRZJkw/z6EHt9Xr1mctRBwwV8NIed6cSt96rfATG0wl8O+6 
Lk8tfJIHH3yQgleg3efiJmAC3gngOILaQ1X22msf1p09h1qtGm8kZUGLIwFxghLoTkW6LfWDH9UQ 
5cSok8C4SAyIzTlr95mmdKA735+zPptkGNWYB+XZN9fzWL5sKY899hj77Lsfc+fNz6UzARPwToQn 
Hn+MRx59hNlz1tPGVxa08JSiAR4eMLR6SiEFka6fivRIaTVk6SMBWm4sQXIkwI4DMDwlYeRF8SyR 
qhvlRXKmjgSErKgnul3HYdXKVTQaDebOm4+Usu0TuhMwAf/sEI2VzbfYkjvv+AvVWjU53Z1zJMD+ 
PqXQEJlOUXJ0SDn2nNwl60Xj/IC2DIprKIFtBXc6iG3woCRJmZTQvbrEm4HgURM1vG6Eqy3HHHS+ 
ksygtlYe8H1fO8s1ARMwAeFGVvyoipmbvX7L/UJuMOsrSEWSF6E1h6BwHMqlEo16HeF6lIoFqmMj VJWHXM21WbTTleyuRfRC
 AxLRjquIeIcsdmIUGTs6O6mOjtLMFDxNX3X+Im9M6hYwlllFqxpF0zC1 
87Ck7ZmvvCe61XwTT5Rn0rU9g9XOU/NZz8vZeM+r3+4T+uPVk61uFk95T96bPGbpwHZ4uB29tKKV 
dZ/VblnPAWbpI4v/NdGNTSbbr002HbIn75zDk8pSScjYv0g8JZGKE5U6Olj+ykuc8YtfsKrYQUeh 
zCYLduS9B+yG5/j4TR/fl3gFj2azATgIIfElFLwCzXoNKVzw/SCt4NKoNwJ/rtlEOi5Tpk7jkp/+ 
mOcLXXzls/9BbfkSRKGEIwTNpo8jJH+9717mbLoF03q6ePbBBzjn95fx9R+dRvfKJTQLZTzh02gG 
n90OvJwgPiSbfvCpb+mH5ypc4mfjQgNpM4JZkMTK2o2Ficy8NcGT9dsOz+p1VufKwtcuvbcqXzs4 
W9V9K+VbyW/ej0eHefXU9KyJplXddurYJqa8sjZ8mQ/iZj3eQe7rcJUKMrgXqTw1HYrlDla99DyX 
3HYnvVtux3pTipz331/jS8f+Bscr43hF+id1Mzw0TLHcQ0fJxS100NNZYuXy5VDopiQkXrmL/t4y 
q1auptRVpFhw6OqbQpcLy5cuZ9OddmaPbbeByhi9k6dTokm17tM/qQf8Jt85+lu8RgGvUad/xkwO 
OvBAipUxOvonU2KMkbpLf18X0vcpd3TQ19dHc2wEr7OTkucgvRJ9/d24QhJ8iy6ti78HjOfJ6rcL 
T9YT4+3CeJevb5eMf0saWfX/FrzbPDbz/q3QzcL5dkH7+MbpKWUStKGSYTg4jOHIep2pmy/gQ4d+ 
mM2AT31iT7bc5d+589Mf4L0b+Jxw5Hd4eNEqnJ51OfHkk5hWe5qvHvs9llUd+qb28/WfnMvsV27h 
M8edxgCC7ukf4HMf3YZrzzuB5X6ZKTP258DtOnnZ7WZS3yR+9d3/Qk6ZziMPv8SHjvo+BzSf5uXn nuX4//gU
 exz+ZQ5cdxoP3n8/2+63P4//7kccf+7N+FKyy4eO5PjPHcCpJ3yHgeHXeOr5NxjwZnP2 
z0+lf9F9nHXzmxzw7+9nrY4a9eb4BpvNlc6DvBkl77hCK5xquaylWKslxXiMVNaSoh3Iky1vydLO 
skvF32pQZhmFLI8kbwlrk0Gtn7cMbYUvK72VHlvhydNRlq5NHG1t9ow70G0Eou33KL/htQiYbFQq 
DAzXWfnKS7hr7cqWm6zHA43V/OqMM3hGbMS5l1/FB9ZpcPpvL+C6ey5g0djWXHrZhRxz1JGsU1jN 
kd/8Hv07fZjTT/sJx31hf7zRNznjmqfY69Bj+P7xH+ex++7jkeeew68N8bOrn2Snj36bnx/z71z6 
01N5ZOaebDF/Q/7jW8fx2V22YfSNRdx6xz0MjL3ON350Hod86xR+euLnuPrn3+aBCjx+951cv2Qm 
Z/7vhcwffJqf3vsEYmyIhY++QKXh4KbWa9KQOw3tdIrxuPLjGehCiEz6Jk4Tb54BMjua6q63ayht 
PKr1sgazymMWf2sCWUbB1EWrerbyWcsZFUfWEkvFl2dE8yaeVsat3UktL7+duFM2ZI+jNpZvIv6z 
Lt9EdIYpUhAIx8H1PAoFDweHJj00R5/mpcX3surVJVz4y7N4ZumrvPB4jZnTdsQbvI0vf+MknllW 
ZnLtzzw/VOaLHzyIdWfNYv6CdZGyyW7v3oED9tmajs4OSp2ddJU7qIxW2eNfdmDvXTdii/22Y/t5 
NV55fDWTZk5h9oYbs1ZfN54DfZNmsvrVS3Am7cqhu23BJtv8Cx+b2c11d7zJtGl9fOzDe7FW/1Q+ 
vMVslj33Kt6OB/GTX3+VdboqVBrRbp6pj3xQB16712qarUxWObNOHg9ZddrhKyvPhr8dHlvxkiVP 
K1xZ9614Gk9elp6zdNZO3njkaEeHeXy30l0rmbPw5MlmVCRrHGWcU1IrJ2lSKPGp+DdZvgXlJ
 KJQ pLss6Jkyk9ri23nhlWf42oyZXFJpsu6667Pj1puxfIONOGDqxmw1bzabn7Uh111zDad940iqZx5K 
FxUq9SZusQwImlLS0agHtAlmEV/6CCEYHqsTvleSymgj+OJJpYZXLIHjgpQ0/SbCLVGtDCEdFwfB 
UKVKoeThN32K9So+UPGbOAjwfRoNyxskbQ5iG9CWO/sWIW/GWhNca4rn7yHr20U/a0n2VvG/3fp7 
qzptt75tB+1vBuNevoVGTCqVomspwjEZ3avVhANC8OaTj3Hj9bdwzWX/yycPPYpZu36a7efuwTYb 
78Vry17EmzyHWR2Sga4Rnn3+Sh56XbLvvxzADGcFy7292WX9br531tncd9/d3HzD4wwP1hgcHQ5j 
zILq6CgjYxU6ert5+o6HuOqK27juvGt5+LU+dj1oUyZXR7j4d5ex8PU3qUmHwVVvMnnOoUyqPc4P 
zv8jf778l1wxIPjwbtN4Y8lKas0mDtAYGWbE6aD68J858Rvn8OZoiZKnuOah7HKc7bWmDTyeeu3O 
ZuPB8480LuOFPKNsS4sGXp7ebPWzrlvRWxPI81YjaCf4ncdznqfTCm8rWu2CScHddN7cE/bYcy+m 
Tp1KtVpFOImdipZroS1QFnI6ExEfQoAvHFY//TiPPXAfz76yhK33/zTf+a+P0KiMsNX2W1F79a+c 
c/6l3HHPw0zeYnvWli/zs1N/zQ1/uZtND/gYhx+wIzttvxlP3n49V1x/M2+OTmPn7Tamu6fEgi23 
xmvWGRkZZtaGG1GoSxY98Se6u5pcfdPjfPaob3DAdmszY1KBGy68iDdmbcx2G8yhICTb7rwXu23Y 
y1W/PY9bH13Kp474LvvOn8XSFSuZt+WWrD1zJtWBlZQ2WsC8whCPvzjM5jstoKfQpBkeCYgWsZG8 
nuexfPlyXnvtNXbYcae31DDWxnqbZqzxeg9R2by4Rxb8owxZHl2b/OPhM0t/f
 wuPwjQItntbu6yp p9dKhvHKl4X/rw/cz2abb5HkKWijS8/zePmllzI+sZQipIRUcsD3fbxCkf7+/iStNsrqwWEkAolD 
36TJNMeGcMqduLUxxvwiXWWf4TFJd4fLqlWrwetgUn8XI8NjdHY4jFXqlEsdDKxehY+gs7uHzo4O 
brnqMk4692Kuu/Zy3OFhfMdnYGiMjp5+ejpLMDrMYK1OV3c3AytX4HX30VWAuvRwm2OsGhxl8pQp 
1EZHGa2MUeybTGd9lEHpMamnyODK1TR8J5ZdgvZpqVKpxNNPPcW9997Dl75yxBotocbbSd4KvN3L 
lVaDtZU+1lRW2+D8Wy1R3o4lTR6f4+VjvPy9Ff7fjpCA7/s4jsNZZ57Bhz7y0dyPCOR/Yim0Qokg 
7T375jgOzUaNJW++EbtkjuPiuk7gaUifVcsXIxwXRkaRwsERI4yOCBwHRkdl8D7vZoVlS0ZxXIfR 
0eDlUCMjY7iehwOMDA3SbNSZuva67Lf7TqweGcMbHsR3PDzPpTq8ipGBJsIt4DqCyooVuJ5HbXiQ 
igQhJJLgwwUrV6wIAvOuR21gJRXh4FJj2cgwruehHZ6UMnWiO6u5bFuz5kDN2g3J2snJ2+5Vy7ZT 
zsZnFq9ZstjwZG1T2+Qx69l4NmVvZ1csq5yJ37aLlrc0MmVvRxfjXQrZDJjZDq10beMnK982geT1 
iTw8KrQ0ZDkxJftjJlp5abkK74Ue8waJEA5eoZAIGi57og9bBl8wAVw3ZFxZDrnRKXEH1wsSXVdd 
9wdGwXVdatUq6260MV+aN5/a6BDSK+BFCnVdio4bu3fCdYOll+sGDwUHWgMpcRXP0HFdRGiAPMdB 
SjWIn3FWJCO9HTc7y0jlzf5qLMRMT/HWRicer8e0JnGUdmiofLbCJaV9yz7LOzP1mKWTvEnEdt+O 
TH9PWBPPMYI82dpdGtv0GuOU0RGA9PLNhNw3Tya1U+aIOOqLU
 sxKScY/kWGK34OtgggYj7wSIUT4 lH6YHRu55N5vNqk0GgjHQUQd1cYuJHlC4VIIBMmHEYwKmqg2xFJKisUSAkGlUqFcLusiWQxRSmxj 
sGTlrQmePIO4JvzklX076q+pntS0dnkab/l2+cir04pWK17z0tulOR567bRHq1/XdanVarieh+u6 
SF8xUhn4M777FhgcoRimxCMKESlLGmv98FeGgzr+KIC6dScAqTxcG97HIEOqiiEyDROI8KiAikc3 
mBE/Ml57KZYppJ8kC62WKV2MC0mj0WDWrLWZOWsm1159JdvvsKPyfbu/7yw5ARPw/xs4jqDZbHLv 
PXez6eabUygUqYyNxeM2C3I/260u4+KlWjSeExcmjV5JECoum2UUibFT35Gd1FXccAsOFT8xHt0I 
R3ZOKP+m6Qc3qnypZW9kg0VkcCWu57L7Hnvy7DNPc9eddxAv6Ma3kzoBE/BPBzIMj2wydy6bbrY5 
1UolyRzv8i3xWoBoqSVBhp6RVAZlTEFdkqkDV3uyPnLZjBErE6couJX68jO6liS0o1ecRPSjNWxU 
LmLLzNNAKSyEQldZE5M815cwm0gQKX7b7Xdgl3ftblPnBEzAOxgklbEKIyPDQLLaSfwNkZr8M15d 
Eq0Lw/v4HyVRKaeUslwq/omwFNBwh0tNLfCT5IssvOlMqzx2SGipdDPX3pZdA9/3GRwYwPdX5dCZ 
gAl4Z4LjOPGGki0Ab47OjEC34ppokRU1DawjNBPyyiZ0LIvBceIYb56ZnyefGegOfoUIPiDgTnxi 
aQImIBPa3RHMOKcUBXPDpYsaYAmDLiJe5gRVhDl2RbQMM3AokMTJVVcoMUwm7giHFi+KceqekvoO 
KWl5LiTGqQbJw39MvoSJJwwaJduviiyKDddp6LGqSI64itRNYSSDGh/TzKWCMxW+Eno5oRSM9w5U 
nJquEt6TzcxomzelRp2sSNfX9EEiT4IrwS109
 WrtmNKTMPSuKDS1/6LKrIQIog0RNXSQ6lshUbVs 
qg2M7qVtAivtqDaw2TdMPcZ41GGjyKbKrW/FW/QY8aHgVFAqgtr6k7TGaePKpq4NGfQ0hT+1zyWX 
QItAt7raiweQSJeRiIz6KEFm2SJQLdMKEQYPgDTfWCd0gVIv+9doBP+q3pi+6ktaTO34SQEZf80E 
I53YgGc0SPyPmpAkmXWi8pYqcfnkHFg00qJAvd5uGDo01Jd9r1nJqDPJFLPSrKLoI8U4UV7YUtJW 
xtbPrMXisprxhRA/yQSnIpBKjxVpHWh4DV7MNrBtaAiD59goqvdxWeWbP5JolMR5iQQW/LG10/Gl 
2zp7pWDlSZkMswyvWierX1jpWd44adbKDnSjNki4nR9bZIIBkDZHSX0hEiusDm7VfEeBczVLR6Rx 
LY37pEyycxdyGzaI0OspJdTpKG56kfAey6wSizqNNBQZzxipHmIWSHqyps9EQVKpmwQEEzm02Jaq 
o4RBfSDF99JQvVogGW0SGXvBattotGRUUh0yiWzJTB6UT/WReDApQ1Dr1DJWWcSbdjAwHsbmVK2O 
pkQnNp0mdFV+VMXpchL3qUSiRD5DQrVN1E0TLVntYxbLZqhEpaV6RQk3Cs+qCLG8Sb9WC8R4lXEU 
t4KiQ3O21fpmlC2V9syauNIXKcg+pyRITj/rvkX8kwo2G6X1wHFqPo0ylOWDRN0ia+dwXRyU1/f9 
tXYWGHk6AoW+IqeWno8r5gFhfYNAwrdNL8p0Y872xtSsyS80btVkDOG1c1zxiNQR6fIJ7U5pNqHV 
i/Sj9QIh4n6T2rBAQ60Zd+0Qn1ovpSelrbWp2iAghIlCw63xYeFTzcv6NFhm/DMVyDWWP9LI0WRP 
ixKgTAytPu5Ekp9BWxcvf0xFK4EWdiPdF0MBs169rY4rG58qZJ/othhvjV48kxnvU9LKB0ZGtfZa QyoDJPLA1A9YBk6W3mjpZ250H
 eQF0+I1uNpKqpumBVcU/DZ0SkaKZmLL0zxGfcvEq+jbdBqsHUOa 
HkOA3JjQsibhFC7MOqo42oFUM1NJSRm8NA9JLEedmdOxkNR7u/LkURWq9ctkUOo6VUIJKp1Ihjb1 
kgkqj+2UJ/FYLBl23KYX0y4/FpS55dvpPybijDpq7CtPl+M6PKn+mqsIW/3oOnmmKbtsbP1VmxV1 
pogHE3eE30gyB6bpvdjkivul0K/NDqYGb4XauZW6Ke/AvM+QI3WZ16GFOlOb86CJTOjFcmhrVY22 
sTNupLSgl+Ay5vsMlnP1pJRJebBC92N0Z1X1iDPoxHhRFZHJS266Ogeak2qQmHjbbcRl/q+B7cFu 
LR9dZbkfDshrL7NMXp46cBuNeotaAahnG5rN8N2SVhe6NbTLf9Z1VppqrzzPs772ZQImAClpNptx 
Pw6SdEPkOA6NRoNarZZy4v/PQihjsVTEdT2a4efM1vCcUoiTtGeb8rpyLXuQ5zoutXqN5196npGR 
ERxHGF5nsu0YZEgcz6O3u4d115lDuVii3qjHwT37UjGimD4hqnvmeZZaqSssHpcmtjLbSli6ZAkr 
VizP0cUEvCNBguM6rDVjBt3dPXFa8BsMUNd1WbFiBQufeJyR0VEtfvTPAF1dXWyx5Zb09Pbiy9af 
th/3J5aiX9UdhZyYEoHSVy5Zgeu67Pvu/RkdG8V1HCTGo4doUAAAIABJREFUVxvCYEKj0WB0dIRX 
Xl3EXx+6j83mbc7kyVOo1+spYdJLt+zFamz0FPddXz4ndaNlWqYRDBXruS5PPf0UDz7wAI7jWjia 
gHc2RGs3yf77v4cpU6fG/VhKies4VMbGWPjkk6w7Zw4LttrmH83w2wpSSu675y6eePxxtt9hh+Cj 
r/FYD8ugj9i2lm/RtW24m2GXrDyJxBEOleooy1cuxXXd8Ou0PtIPPgQgfUlT+kEtKdh03ma83tvL w48+xJZbbMX0a
 dOp1WoB7owdiyweozybXHnXpmxquuu6LF++nMceeYS93r0P8zfdLEMTE/BOh3vv 
uZuHH3mYAw54b7BEC/uv4zisWLECgAVbbUOz2fyniisJIdhpl3dx6e8uZnBwkClTp2rLWGhz+aaf 
Do08GdDO1UTl9JpAssSKc0OPI6jr4AgH13GCpZZ0wJGhW+fjhu7dyMgwq1avZN4mm9FoNnhi4WNs 
teU29PX20Ww2LbtwoTmKvBtFWjUvT17btYIklDBZd7quy8qVK6k3GszfdDNkG67pBLzzQAjBTjvv 
wllnnoFv2fqS4Zd5IHiO8p/pcaVmsxm82BGJ77dncK1fM9EfyBXBfyL6gIBIl0tSlHpBhEbdZwje 
5Jh4RcFySfn4X3ALQKFQZKwyxmuvv0axUGTa9Ok89fTC1Exi7rCIMKqk7rhFO38Cu13KelmWFjeK 
cYgU/cDjS9efgAkAkv49AW1BzonuKOirnAQO9+jj54BQTscqZ0XU+mogKvYyQuOEjAyVAuGY9jyP 
1atX88orL7N61WqmTZtOUzZZvOQN1p61buACqktTKXGLRQpAJVziaXQV5OldtOTsks1TivAngXgN 
fYBTkDJM5utoM3Wt0UvXV8uq+SaeKM/2Gtz4BXkxv9n8qHhUSMXzLHLlvd43j1YWPhutrFfYZuna 
5gmbOsnSs+11uFnt1Ypefrwxia2aepcyfHe9Bj6NhszfZ/r/AHKNcUb4N//VJdG/8XJMaYDQa0hG 
olJDOwUXXcpwY00qf8SBpzj+FLo4jnCYNGky/X39jI6OMTw8xJTJk3lzyWLWnrmuQjOAcncvT916 
M/dXHQ7eZ0+84UFkoYAjoNmUOAJ8gveANxrNOCjtN5sIzwPp4/vgOoJmo4lwHeXLCyJ0/5Jn39qZ 
+drxmrK8tDXFp5Zr50R8O7iyjEUWvnbP3IyHv/HoaTw026GVZyzfrjbLgsggXXnWGdz/6pu4jsPM u
 btx6Ef3p1s0aDSDN526noeQPo2Gj+N5CNmg6QtcV9BsSlzXiT161xX4fhBKkbKJxKHguTQa9eCj 
Hn4TXzoUPEGt3sR13bdu/GzDJQOn/WOUqZOZgVcj1LwoXVh23qIZxKAbzRbxnCGCgHbs8QiBcIIz 
G47r4rkuhWKR/kn9rL3O2syesx6jI6OovlWEv1Qu88J9d3HR7XdTLXfRP6kf4dcYqzfp6S3ilrro 
63QYHmvS19+HK3w8z6N30lSKfh28It2dZZrSoWdyH2VP4JudMXL9xumK/z2WdMES9e2h87ce9H8L 
GO/hQ7X8eHger1EbP0ht4o762qX/+xue7Z3B1huvwx/P/hLHnXErjutRLBYpFovUR0eoNh2KpSKi 
PkrDLVIsFmg2XYrFAr7vUygUwmtBoVBACEmhUKRY8Fi1aoBCoYgng8+kFYsOAyN1SqUijpCGM9H+ 
X7aSsrMyTnSHrqdITt0mr8O1PAeXUV/NjwLdwepNNXoyjtXESyUTnQTflxS8QqagEnC9AuVyiR4P 
rvv5CZzxhwcpds5k/w8ey+d2fZ3Dvnoay0erzN7hg5xx4n9y46W/4547r2ZVxeGJl4Y57vs/ZJ8N 
Clz044tZ9z2HsOP6LiPV4BNPkVyJd9faMI13+Wa7b1VeTQ9YzMbVzvLNrJd3GjePl3aXb+ORPU+O 
dnRtK9fu8q1d/OORw17X5oVL3N5+9v/8lzi432F24S5+cNWjcORenHDkl3A6RrjzsX4uO+8H3P+H 
H3PyRXfjdfRw2LfP5l/X+TPf+IXklBMO4Zz/OZk7h7bif49/Dz/64Um85/2HMrO8mqO/9V1WVmCd 
Tedzwve/T2HhjXz5xHMYrlWYs/2/8eNv/TvNen0N5Rl/LM3qKZlWOvIOorRWFjFuyPgcUrD0iWJN 
kQclcIh24xzHDTwkJ7h242sHx3VwHTde/ll5Del1dpZ5/K838v0L7ua/fvAzvveNL/
 P+Xcp88Zvf o3fng/nNuafy2p9/wXkPP8+K11/izFuWc/h3T+fQLadz+hVXsEI6vHj/Q7w54FP0TMdQxrpoBVkG 
QeNXwWNe28qAPghbzUjmoMrisx0w6WbhycprxatpCFvRydKtjaYtL4uHCLctptZKV+MtnwUR/WSj 
ReCNDXPBUV/kW1/5LJ8+6Vk+8o1PAnDx5dfzQu++XH7RSSxedAtH//JPfPfXv+MbH92OH37nSyya 
vjV/+eN5wMvc/sQjnHf2bSDv4557nsN3O7j22lMY7TuQK668jCM/9x90MszhR5zMrp86mgvP+xWV 
28/lpw+8SqFQwEfovLX510pXpp4ydt+SPzUtWqoFf8mOlukxaTGpyMMiMBpCBGczHBEYG8dxEKoB 
chzccAkXGybh4rgOCIEvfXRiagcVOLLC8y9cwdwtP8R7t5vH7PnbMnv6Q7y4qshh++3HjHUXcNQO 
87nnjpeo+i7/evAeLJg1hfdvNY/y8pW8XpzNsReexgFbFFg9KnFdodNC18sEvDVY04Grwpp7JW+d 
9tvBBySvIYkeR4n+GuGZnqbjssF2O7Lvvv/CHjtM547rrwRgnTkz+ffPvp+evi5eX3Qpa290MDuu 
08vuex7MztWl3PrChhw8t8zZF1/N3K224ZDdBrn9kvvpmzWDyRtPZ+N1F7D4qd9zzMlnsLI+lfLQ 
FTy5dBVLH7qDc877PRVZ5bFb3wQkjXqDZrOh8NdI8Zv+awTOiRFUUjVl6i3j8KSpXNHGdRq0U0wy 
mg0D70iE55QiNNZrSHbG/PAtAqmOZBhEBEiXWnUUANd1QHg0ahWaYd2xWg3pCfy6pNSoUQNG6rWA 
r3iGtUmkRchyZc8K4mYFbG354wmwtvKW3kqgNmvZNx5ZWuFuN5CdVy5vOWbyZC7fsvCZ9cdjyMZj 
pILQhqReq9LUzilJPNmk7hXY8yOfYO/JHhts3MmuHzuW4447jFKjij
 cyAFM6qNcl1bEBAPxahZF6 HSmrHLjXZPY5/glO+vwG/MvHp/K+sx7lE9tOZwYwY7+v8Kv1d+LyCy/iqMO/yDGn7023kKy30SZM 
7m6ywdd+xHqzZ1Nr1Cm6PpVqDbfUQVH4jFWqyXW1hs0eSCkRjhN/7y0dDU5DdqDbsnyL8+Jt8Yxt 
TnVDTsEhpUw8IuEkQW3hxss0fRmn3rsIRPrwmQx4cYD62CgrR3022/zjLHryMs67/g4evuvPPPHi 
ArZbr4vTfncpTz74J069/zkOePdcGqPDDI2OBXzWKozUfdyB1znn6JP5y7MNesuCpi91WmsQ6J6A 
bPhHBef/UQF5G8ScSNOfIBxqgtVvvs7NF53PX66/ih98+0Q223gn1gKWDwxRD7vlhnM/yfKX/8Cl 
dz3BpZefy+O9a3Hg3BLlrTbnzeeuo7bWe9l469m8ceO1TJvzfjyGeOjRK3jVn8VHDvkgvWOvsrr8 
AXaYPZWFKytsudnm9JbGGJ0zjcfP+wXHn3szhd5+Hr/gFxz/qxsp9PbzxIW/5Du/uoFmsRNhrmJA 
CQNFYRxFsAzIDXQnFUWCL8qL1mY25CKqLYnWeFEALzp86DhOiM6cVYWVdccJaZsGIaxXrdWYvdV2 
7FsrMG/+9pz0tQ/xP2d8D9E5kw987FhOOfkEjjrmVI469k/s9PFjeP/cdbl5/nyKDYc6UNp4AfuX 
GvRQA6+IKyySBZH+tgLdWUFcWxDVFnjNwqOmtwPtxKZaBYZt96YHZrvO895a4TLLtkO/Fd95PJky 
mDjWZKk3voB3MGn7vq/V8X2fQm8fh3/hi9zw6F1c+LjDzB0/xUlHHA40OejfDmGtksfo6CjrzduF 
Hx55CD/+/leRPetw3PE/ZKpfpTblAD77pWVstuNGiGInn/7Pz7LNbpsBPgNvPsdPfvlb3JLLbod9 
gQ9u2M+7Tz2B4048ncOvO59i/3S+vOVe9LtecJQAwH
 WDIwYAjovnOkjfj5/KMHXg+77FSuR4wwd/ 
4H3yOyecyLx5cxkcGAhevyFluNNkH0iJ0kzrZySHv8VikRdfepGVq1ey2667s2z5EgqFYowzwBe9 
5dBulKT06Sh3cs21V7Hvu/dLN16zSbmnh04BqwaH6OibjCfrNHxBQVQYqLhM7i0xVvUpF2DVqgE6 
e3opCBgYGMDt6qWnIBgerdA1qY/G4Cp95410xyyVSjz91FPce+89fOkrR1iXDq0gy3jZ8tYU2lmq 
ZNHPK2/jL8votqI1HlDlaUdXWQZzTXf61oR/KSVn//wM/v3ThzE6MoLjOEgpKRQKvLZoEc+/8AIH 
HHggA6tXa4+Z9E+axCmnnMJtd93NOjNm4DcbNGoVXnzxRb78X0dxyCGHMLBiOb7jICV09fbhyTq+ 
W0JWhhgaq1MoePT29jE2uIKK9JjU10dlaCXDNUFvbz8FUWG05tBVEqxaPYBb6qa3u4ORoSG6enqo 
rF5Bs7uPLtFg1apBSv1T6BR17Xr1wIg12CqlpFQqcfWVV7LdDtszbfpaNBsNq95KpRK33XJLvqcU 
VFQaNExLTJF6uDAuETg0mH5UuBMiCONKoSGKg+fKfYibODwmkb4DhIe+VKHDX8d1qQwNMQp4rsvI 
6hWxgZM4uE6d5cvHcASMyODE+MjQEBLwvAL+2DArR8F1HFYtXoZwXVwnfSpaVXbEZRa0MwCy4hi2 
PBWnLd2sE5VtN8YTlTHrRbtYebza0tuJKZkyjJdHE1crPm2xJbOMuQuXxeN4jGC+QGE9XyJ9H+k4 
sSc+NDjIAe95D1svWIDjehA/NQHrrzeHlSuWB2ERKRFIhlYuT1YU4WZRo15nyeLFeIUCDuG15+E6 
MLh6KRIHR0hGh8HzXBqVIZaNDOJ6DqNLRnC8AqxawYgUFDyXsZXLGUHgeS5jq5YzIgWu5yL89PLN Dz2l1LpD8WdM16bFq0uS4JRQKqoIMj
 tm+E/sU0mQvtlBooYP/SThJGkoAwIJwic5SS10OiE4rosT 
1olfkQA4ocFz3eDejUyV4yQdzHFjZXiFRC1JByQJumsaynbrx2MM2oXxBKzXlG67xqddPv4Wdcej 
h/HiaTfQ3qqMOSnlrwDD5ZuU2uCuVqust956bLzxxrrX5jhUKhXq4RsH/LCOcJzwYHLQU6N0z3NB 
+sFTDV74NIMfOAgBdYHjROUFjivwfcKVkw/CwRVhvuPgRLiFgyMIjKlNKpk8SqZpTlgvA17z1GRW 
sS/W1KFqd+Wz7hN3SoQeFIjUsE9TMzb1DM8pZyaLPL+Q13T/SkuoeoWmtZdSUigWEQiq1SqlUimH 
8wl4p4HaDwcGBigWixlebnjhhE8RGONkdGwMOTaWWiEI9GVyCu84+bUblXEiSdWXyNBzazcu1+IL 
uQpnkTej5YXLtYz68SxBxJRPo9EMnrEJXCIcP/BinPA+bkh1+RbOIJ7XjLcWI4H1+JbKIwafUZ7N 
5Km+oC5fSjqZGMVGo8GsWWszY+YM/nD1Veyw007xzJS/sJuAdwwIaNTr3HnH7Wy97bb4xruEpJR0 
dHbSbDRYungxvX19oSUQ/+e7UMT+0iWLKZU7KBRLbVm5jLcEJMtS/X1KREtapZz2/RFAeZ9SaDQa 
zSYDg4M4rkuxUGSt6TOVp57Hp/lGo87IyAgdHR1arCOWNfyGV7R8jHmP7y1LsFgmqVybfUNG/4c6 
CAyu53nsvseePP3UQm679RbUJe8EvMMh7D+e47JgwVZsMncuY2NjmnfT9JtMnjSZGTNmct89dzNt 
2lrpA8L/R0GEg3DZsiXMnjOH7u5uZdLOhvy3BCiBodiHSAUN1eGXXjYJIajXaziOwysvvcC1f7wG 
v9k0AuAKihxL2mg0cB2PWq1GuVy28qwu39J5dsgKLkdB/Vg2oZhfmWy1e57HjjvtzG577Ml4jewE vBNAMjY6Gr6fPjkaGM
 dbhGSTuXPp6u5k6ZKl/xxGSQZj0XVc5s6dx1ozZsQ7jq3icjnLtwREavkG 
sZkyvJIUJhkElGevO5uuzi4GBgdaUMvGU/A8pk2dRkdHh2UtnbWUVPOkdq9T15ek8ZJV+Xps4EzJ 
2EhHLpXv+wwMDLQ1C0zAOxPUr/OYu5tBwFgwZ70N2GDDjf+RbL7tIGXwzn1f+ZJJENIhWZIYYDdK 
6rgUyZLFXL5F4zkVHg4rqjsPPT099Pb2vuWdqEi4QCYlCB+vq4IbVWgtz+Q1Ydd6rZaXik0LyCR8 
uK77T/Ua0wn424DtuEA0ThqNBo1G4x/M4T8e7DElTK/IhFCpwu6bRIsc1TKuyYnYPLAfzlOsTopc 
ljG0eH8BUi2oncmDSkrzKDU7nto5sVGOXN5oO1edFIQFn203NIpoqZ+a0g5PJutwK08Yg0aV1YQY 
rymfGucTegxP81HDycLEYZdL6ZWW81/Wg5yxntS6erwzJZMpSxRItPT16HhKq3k2mRSFNtmP5xDn 
PwNoq5scmcf1iaUsM5WNXo8xvV2GKa8xW5vScdIaR75JV1jKvJ33Nt5Shi4DsnBadddCCePRq73F 
9PS86WM8TOTizED2jzIPrQ7KBsZRaAZVOz2Pnfdk4ggnKmPcqAY7RdOYZDW8xoZRuyfl2zHAbQS6 
0WZVLRCc0YRREZ1+OzNClmqzebTdi/gfe9k8XFnXEeK8U1R6YLw9EMaN9gq9NPnx40RtD2EvoJXV 
FJdv2DL0qrd/HrHxyGRpF41+3tSY1mm+ZEZtYe+X7Xo4gbernOXTVZxbT+EiRVfVb6Yh147YpAma 
esjt/7n18uu0P7Kz3hKgkAbCjwJkgLZ+seSpuFqO2FanXv+OII1fwoaI0+2MWhWfp6O3AibO+D7D 
D2prRyFVS/dwW+GQNvrt0Wu7fLQCaHPX1o6jvfItJWmTbPYYUiik+kkbfnq8C/wW+LD1oyheLGWb /abFxN
 +KpgKZb55MfsNXNGlpEV5Ti3oZ9RGMdFmTnlTKSD2qLNvDoeFR+dRiWun6ap406ik3RI+8 
pJehMmQ5/TKrVqCVl3n0seBWZcrWtdoeCf8GrkjtWPQm0NvDxp+KSkpNX5k8R/ltqEyVSaq/mWvV 
dPmEZ5k/hjS1B0dWbO3abnvH/cYYSwk/Fr4j3St9P5ZbGYsyqiKisra2T8ZEojNlbAs7P3HbWxQj 
E8a0+6wJLG/8mdBi+aa4hhb3LO0Cm/VaL/VSdHRUqO5uOzhMfs28fDdcD1qKeOuRZCkjMQZpwmP7 
SwK1ZvZySV9KZevblCnLJVdfpGdhJPhRRmtMX92StC2jTFS29rTxLMKZuw212fpS9FmsgEcTj73v 
RW0qUgPOWjWkYWdS6x95vJvlMvumkmksbe3Lt9BTEihHV7LaHkPfSroinsprjN/CuNmX4jYx+mxa 
ztaNnfndtwSZYlhzQH0ERQ2upWYyBU/WczvmmI86n203KGu2FhHzGWXS9SP+SfEePyYTVZZGDSm1 
+goRBOl6FmaIjjEoEiqERDgRJjtVsYIyHJEojpHy6xVxo8Cn3lECuc22ERb502IkerNowwrBJC8S 
2VJtlQR3TWMhkXFdSNoy83kwg6lgQBq+Tqhrs79pLWP0HfVAbd6zaO30/ThfRqNJ60Fxm2mB7qhv 
xHoMSpr44xEqI+tkdYAt/EZ9IuhTAqzjxpQvMXbhAemonxuB97h8CHZPKTYCOt3YMGcaO2NGVohF 
PKVqCPUz38QD3ErDEnhNOkhcxGJERZyXRz9oSFu6gljRRYw55kGkZrhMWUJIJi4RD+bEgCvIzNkt 
B6k2D2idI9FNIpYw6qZ9EvWYglbW0heSowCJcFmcSoUZ60yrI047AooHaO766DtMBg+qwbEF8xWv 
IeqTdr504cwVhsqAtlzM6mMmD7H+jA+7ap1Cpsqq/GhjyyqkIZ/aV0KiqVVISkb1+Ik6ZpJ
 8bRyR oyuyAt0xAn1akeovkQyWVbVQ8/WSMkzTDLRAydHrmtjT9wmOBI/OQ5KX5lcqZdU3ENhkjfVhzKIm 
TVOSVvcaH0KXKWsuVXWTRCuIU3S8BhZr+1jSRLqsRkfhVW/PbH1o8aAMPkycVt4saSYdta318Wzv 
Q9Y2UeRI1cywnyl+UjOpeq2PCa13Rt6MScA2PmOaZtunx0wWz2abtuonep7M7bNm+9vyIsg9pxTz 
lGXN0S1zXp4yx9tpqOY+o44NRx5Ge0r2XZrfNMRrcktsLS2BHZdpL7PSWl8nnkIWaDk2z8YsbxFA 
jxFl08rjN0lTvJsU7rx6yq/FE5OGx9PiMIOx3Z5VKt2eqWubvmx4M8ZQqxFhK6OnG56HtQ8b1sWU 
PXVMQL1p3epZerCXbT1i2zsS0AYxG+gWsB0k4z/n8/cELbCaWeb/B8joxu01QepyvDuK49HCGh0B 
icQxR/04oF2ZWkrSpqitQh46yJw8vW7iea4JH63rtt32a2okLNDCKOlM29nLY9s8FNCqpO5E21Rm 
W761z00rJee7lub2vS29nSVH1tIkD4e9XHrhYu9ma2bqs9p7TVKSHLM3pTluX/783Ox2aV8fb9ck 
2d4Yie6S6aB9rHmjNEsP2XTGL3d+jcRktcacYZSM4aucxzBX6rYjL5m4ZHJnw5e/Qs4yKFLBmVA0 
S+hD1jSVSa66k2M7Q5OcOcnnxDRgcVBXoaSn6Hm2NXiqC0qVKsqZFCx1ZNyOpvw2+TQ+ZVI2OjqT 
jtmoetMlMSNe9pY0W9rOZyBixJDSntLel9K0E7HS1Gymy+wdRt+xdAS9H0SJ6X6q4g5wRbo2ZTD7 
t2W8SFJpar24trGjqOsuTIvOmUVtn3neTNGMov9WjoHJh1k6J6YUrajTKdYj/1YMap4axdfjMRIZ 
/5p5+TiTe6ncZ6kkC1+kRO1aqNur+biyeIrvDblbydXO+S41FiC0RH3I63G
 FtGba0XGy+hMasaDd 9ELxsYAMfKomJFmxkJw+ZRFDIJDCtm8YQNS/VCT6m7KydZwtSTaoMcZWJVF5y+xr2fN+0hz2mFI0 
Xu2GIqRvxpTiHXMZdbS8Xpii01ac2bKjF0HO8k0RQugpaU8jC4M+S6lWW50jdJx2L0ZNS9PIzrfx 
k+Up2OcwAywD386TTUfSmm/Dl+dTRJh0bebN9uGVpa+k8AtLmuopKVQTPmztqNPQ/QRFIxmn/7Nm 
XBnyiPKrz/bSiiPVS9r2lNKSaJCpUwOjdZymeVXHSzYfljyrHkml6XwkbWD2ufhOJinZ/KP1m1Zj 
0OA8VTr3s91ZczfWdAuWTGuYMytqgdZ8D0RPS3th2WXsOFvP1kqqhc94R6kFfbvnkL7KKqtiMtPT 
HOslsnmzU4dkUrPlpSmlfCdLqfF7SsIqsaJ3YeonXyv67luep6S3ajs07J6SLbUll0qNtH5UzzV7 
983eThomQTrNKG5rkXw6drCNxXF4Smny2lwjJc1mk2azqT2Lg1Em+tViDVJSq9XiNzWqz6ZJY63Z 
2lMy+Mq10jbPyl7XCFsAuvKs55RIBpuuK4yZOT07mDyl55N0+fQzbfl4s/BkpcXtHtMhbkeVP+3e 
glAvn/AsDNxmeStvlvaQYYZJR5/9dSTpfmbXnTngWulTLaPizBuyMX2ZHkOtaJrjppWnZOMj1aZK 
f43iXO14a636rMaLMR5UaPE1E6ndqsfCHdelq6cHIZuMjIylTtQC8VF4xw2+tOY3m/gy+CrolKnT 
GB4aoFKpKu8tjg+xB/VTKoxiGFndJWvmyc4TqfzwWoT0hGGSI10IE0dSJjuWZpa342jrvJSSmfbe 
kqGg6Sv1vJdFJzItc6wLZWa28aqWTRiyy5P2lLJx6rxEciS/6dnevFX7lcAUI1fH2pAxOZOkXDR0 
GZOiIc8pX9oWU7LRVOsl4zOmpelR78+aHIHSNRp6/9TbX3t
 ywcpD+G/cb2ztZ/ZHXVazfMZbAgI8 8W+YFqH2CkWqI2PcfMVlXPvHW/GE/oZJIYLXwwpAOA71SoXR0TGk49LT3cVrry3iwPe+l78++jid 
XV34TT94h7HjgojW+yIUUiAcByc8Mh/kBe87Dj6pnZSX4S5XtHuAIkeShz41qmmR7Kj1jHt0HNLy 
p+FF6DRRcJDwFSVaZ6kYn3lvlyXVfgZdjU9DVkkal41OHh8qv9Y8hRlTJjAeqVB5iXg1flN4FZn0 
dhQ6vQw6Nn1q+tL6g5po0VPUxkpba0//W/pMSq/otKSWlujaTtvQhcGjNOqaOstqvyy8Zr+K2zSr 
H1mmhIy3BEQYw0rqDCscerrLPHLv+bzvY18Bp8RvH3uG963Ty2itTmd3H10dHrVqA+n7lDo6+PHH 
D+bnC1/msocfZGt8hoeHuOnGG/nU4YfjeAW6+vope1D3BUUXVq9aBa5Hf/8kag0fTzYQrsPI8BD1 
psOkSb3UKmN4xTLNRp3V0ffXrTMRiRxRoyrWOeXuCpJ0dUKJcEtFJUKZ8bW2kCFFoaQIkpeFRfoU 
8Uwf8RTsX0Tlzd2MZGaKO5dQJNA8Ic03AMLlklBzQ7rKaWgp0XayVL9VKvInutQkJHlwVpVdoqaA 
DPlQ+5bU60R8Gifn41KKcFqAVYTl1HaMORWKp5WoNG5r1DbTbZDaWzSP0XwHioh0kegtfng21T8T 
2eP21GRWdKw3XvJrdPeYP6VeIocqu0kjqZk8FxgVkfGrrxPPLKgV72OG/SbCZXrV2jOwIU7MtBDc 
TefNPWGPPfdi6tSpVKtVhOOERdRuKeKO6zguRSRXHvMpblo6AM0mg7VtOex9m1H3PcbeeIxfnHkm 
Z/3yPBYNNegSdU7/3vE8sngFwytWM9jVzyZrz2JzlgcrAAAgAElEQVRafx877rwrMyb18PwDN/Hf 
p5zG5dfezJA7hU032YgVixfxo9NOpzz6Or8
 9/3yuvutZFmy2OR1Old/98jR+etY5XHPT7RRKHczf 
eH2q1TqOIzTFJU0hYonMEuq9di3Cu1SfC3WhNKwWeLTRsJQ3w556oNse9lZZEXFDK1KJNGa9dlJG 
lccmn86L0PJMKbXeItTSps7N36Sz2trExmesx/BXCLveheW/BJm9D6R1oVHW+Ea9s/QRsx1VXk2p 
tPZTDFdaj5HoOkd6WqrFDU7UPi21/BiDUPuSSOlLxa5eaXUyIM6zbIJ5nsfLL73U3ju6VSEcx2W0 
8gY/uOpFPnXsEbx+77089sdTefPsT9A38hwf+/C/cv2ji9lmx10Y+tPv6Oz4GK8uHUR09fCXyy6m 
b/d9Wcer8+3jT2D2Zlsys3eUfXf/AJX1NmHDvjq/PudX/P7eh5gjVnPy90/iwlmzmTKtk0cefZrm 
huvzwUm38OmjfsaBn/w8zgsPcO/NDu97zz4MDg3jug7ZnlIiQ3Z+ft3UBKPoJW0E/h5g+mgtqLfD 
nEhf6vHCVvptBSrPQpsx24Z0v7bgydNJ5PG1ptuyRJusty+ibF0kVV59S4KtfZT+aVVHdhu0eud2 
DOOSL79wzolu814i/SZeqYdXr/8xKykzb+MvcOLOM1jyxstceccIow+fwfWPLuY/j76EB++9hbNO 
+SmHfeJjHLLXznT09nHOg09x5nt3o1SvAdDb4fLwH07gTWZy3vm3cceVl7ETDb5z0e1URDcA7/7W 
97np0it5D/CHp19n5dDSgHGnzMGfO5rDvnwEw6tX4rp5X9xNO+L2fGGUtXWQcDFsvLpBy3tLMJ76 
Qvltp1doi/k26Eey2miaZdvBp9YXbWOw82WkpcRXdZLmocXbW/NpWXl6K3hUyGpLe7+Mr0TqQimh 
9mtzLEhDFwadTD1lydGOfPlgN0phXwwCU0nw1W9CZ9nn3POfACqcecbn+Oo1fwZ/gIV/uoThsRGg xPSpmwAl+ibPpCygCQjXoX9
 qF3hFZHgUoNlo0lzxBjCLST3TKff2MacDli73adaDb67vs95kpnWX 
6REwsrrJtnufzSlHHcqqZ27nyx/5IB865icsL3XjyWBnLz5ekBnoTtJ1OQPBswPdiR4ivaRxK7iU 
uuMJdGPQVPnLCnyrUWqVP5Oumq+9e1lLt+hF4c3Ua7qcSt8W6FaUIsOdIZNupCSjL8YxrQy6aPX0 
ILquU5m89cNCx6SR0qOmMzXR4CfVd9oJdCf9t51At0jRTPpCXDbGZfa14F6YPNvkVutb9JXqCypf 
JLKr/Sel0xAyPCVlKaLGLcp9jL1wDZc9fA+FSe/iAztsyLxtPszWAs698UZem/0h+qhy7vlf49wL 
LuC83/wPL0tYryQYeW0RPzr6RJ544UWcQgEAX7jMeNcngAc554KTOeucX3HJGPzbXjPp6gxYGxur 
QrPBiITRyjBvLL6OyVsfxCknf4+9p8JDzy/k+TFBh5PIF8VaiH8s61xlQsqKsZhxiCgtWRcnDlMc 
21DXyu14vXG8yWBKbYdIjjCy3gpvUF5YyimxgihKr9RJ4jMRaVVJaaJWncZVFTrZnAZt1srhE0m8 
IklQf/PB9jpky1gIyxp8xEcO0rJm9iubAJHuIzlEdnERNoZQCqjyqzGllP4iXo2+HeFMxkVIQ5iP 
ZWX0/xCvUGkkPwoLaqfSeRIpPu0KyPgYpXmONbDRHd0lHvn9szhDDp/+1U85/eMLQNa4ZvM3eP+x 
TyNHNubK3xzHx756Gp8/7E4232kX9v38t3n/N/+D376xhMtPOYE9dtuRd81ZK8AqCmy9y+c46bN/ 
4oe/PJkrHZdtDvoCxx18ICtffgiA7s6OwHjN8Ji7zloML1nIMV86A6+rk6qcxTc+8gl26qoztFrg 
hB+o1TahYu6ze6+5Gxd1mmTHxMSV5WBLo5eEkLWKiHhViktN64YcJjuqV67cp3HGjnpcPisYqe/2 WY6iKjT1skl
 +pH8ZMp0X+GzLqkAS2wjbRcQUWtdXX/krwTym06pyphzqjlUuiqi0THi2dgmRrheX 
k0k9dXxmVlZ4FCj6M3Rmvg452o1N8kj3M9Q20Hm19gkbdzlKEwd/4H3yOyecyLx5cxkcGMBx3ZhC 
8i7ghLRwPIrFArJZpVoLllheqUxR+FRrdQrlThqjAyxetprJM9amKGtIr0DRdRECatUaUkpK5TLV 
ahXp+3R0dbJyyZuMNlzWnjWdaqWClJJyuUytWqUpJYVSCadRp0kBvz7E628spXva2kzvKVKt1vCF 
0HSnvqws5j9jdlIHsXmtTsZqA8ZlNERGeZL2FEYx0NtaKBnxebyoHQw8WXgTFMakEgklA9wmn5oc 
pi5UfkxaCVrDeKpfyE3TEWp9dBnNMiZ/ml6k3g62OlYd5wwIa1tJe7A3HrNtWCVtrtJ0LBOvyOBV 
DTJLpV6sd6lMoBlimW2UNWGZCVK5zmo/9V5tc5s+jCFohVKpxG233JKx+xYNXgVDIJgAv0F1rE50 
jgagWa0wGiq2MjqCcErMnDWTZrNGUwqo1xmr1bSGHR0dje9Hhkfo7JtMNzA6MhKnR2UEUB8bC98u 
2EQ4JWavtx7NRp3RSg3hiPjF9jENg/c8MOXMrCcUY2dpsLgxdTWmGkJkXKeMpnGf9dsStzDSLBWt 
Ksow4nF2Rr66pM2lY/KVw0urcW8Dq55a9QVbWkadtj2usJy1PUS6qC3Plq7SH28b2fCqCe32k1Sf 
zNJVBn0btPjuGxBGo6RUDoSF68P4XEVs6UXwyIj0aTQamtXMej0CgOM4+M0mjWYT4TiKgHrrRfSk 
9KnX6viS4FS3TJYZ0TNgameJA4xYFyRKsFJ5Jkom9WJlyAh/QiDCmQQwE/xqVY0fI0/1UvRnBBU8 
0rg3+I6mYxnXs+FJNgJSzxDKiBdNcVrgVUOm0De9RTWomnoeUmmppKyOwzbO1fdbmThMvhRplbpK
  MSlTfGm0NWbscph48yBuD7NPkdX+MqYbe8+aDFKpq+tR711RWbUNpVYuzU+CL2n7hEEbD6rKND2Z 
Y1BNzFFcGw/kJoYhxhMbh1CBscFQailuZxxUFUFdNciGUE8Bh1IqeVGd6CRufALZUYJ0KfNsWAFD 
C1kDQLtuMQXInOyIujozZm9Bq6d/TR6VCJNIUpPJQaen09CXsyYkMbSEf+uSlKRAREMzquavppBE 
KntrhDkZ7r5ZR2DZyhc6D1l8aZhFKkVvsxw9WPFlpCT8tMVVIJsI20Zxcew9V4Gob8Rl9bZVx22S 
LUgUIXXdqVkaD5YjlCJHOsO9Exl5plS5H6PURlVoH9QXtKc+zxOuK22fT8kMB6rr5vgrnyp5w1sy 
eY3QiKR0uuOqmAyPTasrtJP85svoY+TCbDPVn852ca33ap0UPdO3V/Wp/mu0g6oyhaBtUKdbRcEW 
dSSpdnVlkspoD90w2XUV86LhzuLJxKXPGFFnt7YJWX1WKmXtkPQN/bEbjSeLnTDnM5T4mq1wukfq 
lzEf6gwSZ5jo9D4SyZ60u6VPSanxGoGMAlgW1s3XEkXi2fpEFn8ZHGXElFRGQissZEhQi36Grh6h 
lxR6PY7jUCqVECI6Ya2zIKVPJQxmx88FQRwAd6RPpVYHwC2VKdCgUm3EZbVvesnkmTFIPmqo9lIh 
k7xELpHUFwLHEfhNX3EXIg9G8QBlgMXsHLExljIJJJv5UdMJ5YONagNKiZQ+hZ4+Opo1hsYqSJEs 
ZSM3u1DupLeni+bQAKurSpxOWUqptsxvNunq64NajbFqFUc4+L6vdB4ZG9qwdRIk5pJF2zGIOnKi 
ea2Dh90DY6KJ+VNdPUWHQRmpxO6iSSBMkDGW5Fddxiq8R6UiUeJ+kWIo3aZqniaHYuVFlqVR9abQ 
jPuAspMRf0hS00+EP0GvvdMpWk3oqk1oqwYjGssx3zrP8aiQqk51Ddsj+qquI3Hs
 xi2irPGXFREn yyjlzNApF9Aw7L6UDA0Ocv/CJxkaGsJ1XdSVt99s0tHZxZYLtqK7uzt+pxJC4LkuK5Yto+G4TO7t 
AWBs2Zsskx1MndSpvX8pqCJC+RTFq+Mm0oPyb2wElY4jHIdCoUC1WTHqRFfCkk5oWBKDStztwlJG 
fEk1wKlrwC13sOLh+1nUNZXNZ89ENBrafF7qKDKw4gUuOfdG+vZ4L/utP4tmox7jiGgm7S4pdXay 
8IH7kf1TmLv+HESzSbVWS/iKBqlM+Eg85Zx+kOX/CaNDpF2BOE+oKjJxp90NHadaJ0XTxrvBU5s8 
2nnJoJGVrtEUuky5bkWGvlW5zf6e22Y2nuPZI00nF0y9tFkvq28pkHGiWx1ooAYG9YCfRF9vCUql 
Mo8/9iirVq9i7XXXZcrUqUydNj3+m7X2uoyOjvL00wvp7e2j2WwSnZ/onzSZy393MadddR3F7m6K 
nV08c8HpnHregxRKRbxiia7OTjq7uigVPKSUeMUOurq66OrqouAl4kRBOscr0NXVRWdnJx1lD+G6 
dIb3XZ1lOjs7WPzqIk79yek4U6dRlk18CeWOzgBvZyeuA76EUrmTrq5OOro6KXeUcfERXimmXy55 
+L5PqVymo6OLrs4OCqUOyuUCQgT8lDo6KLqO7vE5AU/9Pb288ttz+Mmf7oNyF6VSOcTdSbFUorMx 
zBWnnsRVjy0GISl0dNDZEchfcAW+lHR2doaveQnye7p7uOKXP+emJ5/lmSee4KzzL6J76jQKzQaO 
Vwx009VFuVhMz15qcFRr80TH9u6T9JV0KDjxaqLNk3bADMBrvwZfyX00HZl1Je1/zEvf2NBycgLm 
RkGieGiyUZLgSPOdzovqqumB/rLrJ2WVdjDoqV6amZ8ldzad7D6RVc8GuZ5SYtQsVjq4AUMoz/NY 
vnwZO+y8C/Pnb2ZF/+qiV7jrzttxPc+IV8DypUt5rRuE4wKSsSWv
 8Wp9NV6xm5E3n+H6v9zFYNVj 2113Yf6cWVRWLOIPf/oLfvc67Lf37nS5TcaaEgdwvAIdjHL7Tbfy3OIxtthuD+av5fGXP9/FS8tG 
2Wz7Pdht20145e7bueT3lzJvl3ex/jrrsGD2DBa/8Bh/vvNhpqy/gL13WkBPUbLytae5/rYHWGej 
LdlorR68WXNYWw5x0zU3sWi0i/32349ZvWVefPkVCqzm3r++ypwZk5m20RZMn1TCdV1WvvAsyzun 
s9GUDmpNH3DoLcL9N1/Ni95MukYadJdLlEtFBl55lBtuvY++2Zvz3v1256Vrr+HGu55j+5OP5F9n 
9fHIPbfxyNPP0zNzU/bZa0c8Z5SFC59indnrUioUWP78M1Q325aOjk46PJeFf7qBi2+6nflbb82c 
ORsxhwGuv/7PLF7dYMsddmDTDWcja7VgaafEBlE3IrRuIrS2M7uI7WyPMAu2GVOynq5PLbXstNJ1 
pbW8DUTKk1BRte8d6HIb7NizDAdQWXKp41NZuWa3kRITSy2rhN6+RoxTZrS9mZjX5uOFjJiSTtsM 
I2lLU2VpGVV2PY/K2BgA9XpdebMkuK7L6OgonuehGrTIwHqFAsWCFzPhFIp4sky58AZHfP2bjPWu 
T79cQn3tWcyeVOT4I77IwLQFlJb/gVv/+gw/+sGXEMtXIT2PcqHAGccezhVPN9lp3gwWLV6X7h1r 
/PHaW5k+p4/vHH0tx/73mYg3X2RwYIAbrryCff7zq0x97E6+etzJzN5qZ1665HKe+ew3+c/9N+KI 
z3+G5tx9mXr5RdxRKXPqdTfzx29+gote7WOL7hX87x/+wm2Xn8kZ3zuBu55/lgU7fYQPzv8r3/rp 
1VxxwQ/oKdU4+vDPsNdpv2ez6V1UGz7d/ZO56Zxv892L72OXnbblyZtuYtK+n2XF0/fyjaOOpn/+ 
jiy7/CoWLj2C3YcXsWjFcqpXXMgjvR/n+ouvoDJz
 Js9dcwJ3L/wCp3/rED61975c8Pvfs/n6s/nN 
0UcycOrvmVQqMDYywtArL7Jq6RL++Icb+PCRn+T6U77PXS/CJrMEy5wmG8ybS7laxY9jYUbXy5jk 
tFCLupyQRhpKX5F6XdVJk1j6mcmDUOqYDpNpdyxl4zyTR4OWtc9beEkpBCXPHCMqHpm6tZcz8WfZ 
1hY82kI5sb6z0OTJaeqfjLK2Ohllsh8zCXcMIvcwms/MxzCseKUMg9yBETJ347TgtiGE7weurkDg 
h252U5ag8Rx/fWkJRxx7HJ94/7YAXH3B13l0aD2uvfQ0Vt9+CZ//ztlc/8Rn+ej6sLLRwfLXruai 
O1Zw5a03s16vpDowQLPUydc3Xp/XX3+dJx58kHvu+COHfvILbPXoIs4846d0spzjjjyLrrkHcvIP 
v8ajvziGb19zLT3NqQxO2Yfrzz6VxfdfzX7f+l+GF1/H+Xet4oK/XM1GvYMctvO7+M3C1XR5MOeD 
R3P+sR+nURvk2t/vwR+WOPzb0O9YWNyOM+fOYKRexfM66RBP8fOr7uDLx/2CQ/edz/eWPMUj1SVc 
/cdbqc3Yg5/+z4k8eeEP+Mrvr+CAH5zEQXfew7Y/O5Ptm2Osv8l6PPPYkzxYHuW3156N/60PU/bc 
cPaDQqGAJwTNRp1C/2Q2POhg3lWczFknfxcq93Pas8+w1V7f4rtHHgiywcrlK/DDN4YmPSFp0ziG 
EXfwjJPOEB9mjWJVKYgsUVzBkq/8RjO2UPtgbDVIDxxtFZqMxNRyxaSDYoRCHmUof2q3OR4VOe6O 
Uk6LfxPxo5SXSfk4rh7ykqwo1E+S6fXSljYay8ZYjS2twpPapkpdXSZF81KxEYrR1/qE0VcQtucx 
02CNKYmQgSRir7pniRba917bd+lk06dRKiIcEI6H13RpNgfwvT055ahPcNH/HM7mW+/O1Xc9gCOe YvmrL/O9L3+G487+HZM3fBfr1Meo
 CnCcEiMr7mbqzK1YrzjG628sge4Obrn4Z3z6M1/hjsdfYaTe 
wYhTZ3DVILVqheUN8AdeA/Eiz99/N9/4z8/ws1seZ+6crSiseJhZ07cOmPRnscekflYsv4+1pm/B 
zMYgQ4MOe66zNi88tRqv4LLnZj0MDQ9Tq0r+9WO7cNslt3LNFfex3fv2ptBRQvoS4ZRpDi6k2NHH 
+qUuJLDrpDnMZCVjjWdY9NjDfP0Ln+bH197LRhvtSGnpGwxUaoysrjC06GEO++CHuPimu3h1mcAv 
ClaFLVNwAbdAIVwCg0D6TapDQ1TGRlnRlAxW53HCV47gietOZN7m2/PjC67D7eoG5UMQCKWNLS6J 
3qxST4+XgFGeRB89KJ1KrW8rHxS1b8vrtNPTtjT6bJbrEfwpXT7GLwSGHGmesvCpNCN9qMcSbPoR 
IXIRGUZTfm0sKvzGrCQ8aWXNTSoVhzamJXr7RrypRyvQykRmTNW1vkxNPzmYBbkvedMfzdR/FbXm 
oQjKtBMMRFADtp3icsNDLzLmeEx24E/PPs9aH5hGZWgFOx38Oa7/yBe5/ydf47/OvpLPHrArs+e8 
xGln/hJoMDw6zPBonUpVIrwq3VN3Z9mrP+O50SIbz5oJzZe4/p7ree8nf8BRh+3IivsvZKjmUHah 
3nDo9sDpmw3NDdhs13342Y+/ALJGHcktV7zKr6+4AfgEgysf4arFK9hr2kdZ/MZxLKKP+b0rueml 
Reyx+WSevsLHrwUfSKg3YP7Oh1H++oF819ubcw7akqKsUAV8v4LbuyWN0ZU8OzzEu4Bblz7P62I3 
5jlz2XDr9Tj9598CWWe42WD0iSdo+oKOcplnF17I6r49uPrkE3jgylO44d4aLtBdq/OqmMSm7hh/ 
WrGCTXFwBPhCUJA+VVlkiiuoVVaz4a4HcPnNh/DqNWdx4I/OY6u992e3bhiog2tpVmXIWPOEUsbm 1ScmJeWvZNAyljXK
 r62sWid5XX7W2iJJN1dbNrwmHzYeMcrYZDDpyFgfaQ6kRY+qDqRFy7Yxq2tE 
heSYjK67NL85qy2lX9ik0OtnfVZATcuOKak+WZiWJKUtcQKCpu/jesEj+2o8KSZaKITb+woeYHDV 
EO859ENcfdiRHPzeD7NOeRUPjq3Lbw7clULtYb55zE9ZXp3D8LMPsssHv8xB796NBy77MHt/4OPM 
7akzsMECvn7UkWxcG6LSHGPKOgfyyX2u+n/svXm8Z0dV6Putvfdv/p25T/c5PaTn7qSTdOYECCQk 
zBKQCAgKKsIVg8wKilcfKE+9PKfrU0TBC4gigoiIgJd5NAORTD2kh3Sn5+n06e4z/cY91P1jT1V7 
+PXppEF477c+n985e++qWrVqVdWqVatWVfHKO1/E1euXMrnxFdx+7VN43wfexvG9N/OvX9nHHVfa 
rLxkOZuM49x++/O5688+wH97zVt5w9t/nZe+ZhuD88eo3/lafutFb+bpn38VN//ES7nSarKmblBY 
9lxed/tf83M//RI2Vmc5vPZ2Prp5kNeem2dcuggB3Y7D+svXsX7lAF88t5TN119Ba+EEQlhIt0lL 
buSNL38ev/W7r+feL9/Ivq/fzcDz3s5L7ryLb7zh9bz4Z/cx7kxTeP4reddTr8JuLNDyJBs2vhDn 
0Lt47RvOcWznDoTt4AG//IItvO3nfoZnXrmWA/uOckWhQKfZYm6+xQ3XbeZv/vJ9PO2lr+Vdf/g6 
Dn3wnXxr7wjVmX1svf42Ng5Bqw1GVi+CaNoevvmqulqDxFNzZaqXdOiLhFbGdCb5nGpdGdJOn9Kp 
+QR0qmEZdpC8/KJoUa9JxMwZa1MaXVp5i7UVdbojEhHCKU8SRVSGNAEJJU+bdadBFSJqPw8EuuKf 
lM8hdZhJ+xEm6YqbS1ZdBe/ZpwSoEij6lxZUibFACEGpVOJzn/0MS8aXcv0NN9FsNiL7EkCpXGLn 9u1M
 T0/xUy/7aU6dPEmhUPCL5UmsSoXmuePc++27mZFVbnzaraweqeCywP7dO3l0zzFqSy/haTdd 
zUDJpDN/hu/+x33MdgzWX3Elm9aswHRdJALDNCjS5nv33MOB0y22bH06V6ypc8+3v8YMI2zctJnh 
qsfY2BjzJw+xc+9hxi6/isuXDXPm2OP8x/cexisMcOm117Bh6TDN08c4cHqO49t38OFPf47f++K/ 
c9XsAb5+972caFd5xjNuYVnd4Njx4xTrAwzVqiAKjAzM8c633YW5+rW8750v5NTJGayCgcBfxq+X 
4JH7vstj5wrctHE1xtgw46NDNKcO8+17HsAxa2y+9hrWjg5ydmqK8sRyxgpF9u28nwd3H2Xj1U9n 
rNxmfHI5RWeGu7/5HRYql3Dj2iXI8WXImTO4pSpLR+pMHXyMvcdnWHvNlXB8L99/eD+FoQme+tTr 
GalYdGwvuCWGyA4RjlEpXSXPAS5zZSQKjJuxDCwji5reK20tyFdzuEx1huTYrwolqRbqPLkqjpzJ 
7hM6HJ4PjQzwRCt/SpoUD6X+qPa1yH6m9E9I8CKhnyVWK2KlIicfTRFJbHLP1RkTNOVOkfN0XR/C 
UwLyhZJCayyQ48LoboJCKYdk5txZtm17hLn5OUzD1KZvrutSrVZ5+jNuZWhoiFarhWHEfjue62EV 
S1TKRV/TaLdo2w4Ci0q1jGkI8DxarRa252FZRaqVEgCeY9Nqd2LXeimRwqRWrWAIcJ02rY5HtVpF 
4OE5NrYrsW3H94GqlLGbCzS6DsVyhXLRisrUPX2cz/+v97PTHGb/A99h022/zHvfeAenZloMDdYw 
kbRbTTqOR7lUCjYYS8pllz96z3v43p4F3v3XH2RrZY6mZ2IaoZFQ4kpBtVqlICQdz0N2u3QdF6tY 
plLyD8Rzux3atuNrmd0uDpJSuUrJMnGdDo4nsLsdpLCo1qoY0qHjeshOB6wCwvPoOi7Fc
 oVKyaI9 34BSmVLBQHqSdruF7XqRj1PkPZ9oTsl2oE1ElAWMrOlFGles0MtE+jiNCORQLOhCQRYaZZNTtCw8 
YXZCxu029PDWDbpCMS6HvSDRFTVNQvf4D2nN7ikxB0QgXDI1GKHITdSlpthZWOe1avyObcEq/Tr/ 
w8EiqWxlcVNJJ5TpVyQjkgpKyMZYU/YHoBBBuOMirsOwXOcXSomE+ZqSLvWklFiWycDAEIZpZApG 
KSXNRoN2u62NbjGzPWVVIDCYIv2VOaXQ0aZgVc0UwXYPpQKTaqjaYNWTB8JRJE4XxDFMCobk6GPb 
uH/7AZatv4Kbn3Il9vyCwlidprA6C6bNV75xH2s3XcnWDUuZb9kYgOt5WuNO06TTEKnQUoJhIKTE 
05ZOpH8TjYLLr7N4q48QID119FPKmKBdaPUe/UlWZA9NKWyU+SNjrIFnBidjxxGzNKVMa0VW2vAx 
ny495Q9bU1JoS/a1HppSft4hDh+nrlEmB5YEPT0r6EI1pfNDz/OU/LYktWxVOSgCBmmyX5HgjuMy 
PX0618At8G/YDTWk+GvwpO6ZEyLa62MIhY0iyeA4rj6y6AzS7WHKBZoYCEMd/ZRRXnrYLqzachOX 
Xn8LdrvF/Nw8hmnqNCgNRQCjYyO853f+b770v79IrVphrtFmbuYcd7zoDv74j/6I6elpzWVCp0nn 
Q2yrMaIBQklFvEUk5qUuZMI+pGyJ1VinazkhhINtOLKrLSKUOUFzjzKJ24UfqHod+4NF0MEi/SFD 
wERIQk0p7lspcRJ1Tqk0xpiuaEwXgSYhFV6phQgZpRVe4QF6J411hSxhFeNLemLHaRR3A40/MX5V 
doXp1H4XUhPxLykrEmzRIazzxD5GVYNT609TINQ6T8iMDMGUGgt6CK+epwSoxMTCJ+yAoHyN0oXM 
8Z0jFwdRYyFmbtTJUIgPWpHqnarRRNiGswWRz35dkCXtECkBEZVO0mkt0
 GrM42/gDZfbVV6g7ZI+ e/Ycb37Tr3DXL78ewxCREDYMI7pAM+tEBVXg5NNKog6Czh12elS8oaCFJIKkYEowTu062oibwWUl 
TSxI0xBqF4o2EOHWCpZAm2x3ShqVrihd3DUkO7EAACAASURBVGW1DqwONhF+JV2qSKoYSATnaQQZ 
A2EOBoRIrkQqdCfrRirPaGNgotzJNiPTPAvyCvte1F60oQ7kYsouslInS5qgr4c2tTjJkU1XHKbk 
mpyOxR0sHP2zBcaPHGhqIIBAGAaWELGkDxpO3lFf8YkJxcywJ132ZL30qqfFhOfFSarMTzaPJwOa 
enABdOXhuBj0LAbPYnnPIvFdTDqy2lFIx2JputB67xE/RyglOpnIo1IugpDkqKR+S4xa56MjM25K 
epwnDqRbM6Rad1jmlPaweHpzDa5KWHplI4eeTCSJPM9Hm4YmB39mXWfhOA/fSMZbzLdknWThT+aV 
rFc1TQ6uVNGy8kuG5dCUqw0m88xqpwncIpEmhfPJSOAkz8J8kn0io0+LXnxVeNqTj1k4s+Nk25Rk 
qLRKbR4fatvxqkU2H6MpGPHhVjJCkiiI1B24NAVQ6kzKMD8Rnl4ltb+KYT5Kl2gUIk4fx0exXSjr 
EEpbyBw4ZJw2Wb54u04cJIn5GNsCYmU5pC9y+Y/Kn3Dhj5mo5RuvwMQ0JwWkSBKk8DjKU0kb8zrO 
S594hGnidqOuDmnMiuYdqv+QSDNJqa6UTUnt35rhOMESlOlJxFN0PipTo6x+FwcJLTyy8yQFU+KU 
vXhLVSwA/DTx6pPOnxi/anMO+aXZlIPIWVs7Ihxk8EwNV8qv9kHtbDIy0iXbSdQmdD7pvCFdZwnI 
n75FFSvTnxIExo9hjrGgSJhKcvMJyx4Z0CBd2Rnl0BQNlDl6ajDO2XeTUVFJupQMMiFpDukZHkYR 
icCwolSBkixw5jw+k2w04ZscwDQhnUFzso8lhLwSkKYji
 T+hOQktXmxrSRRN4Y/6X2koKaQJYpKs U5+ETHeePGYqqLMhq8KzPqhSVY+QKntWW4vahw7qPriYbwmCM9twPOBq/VRtNlIRTGpgsozaAEEm 
SxbF7wAu6DjcIFChRRdHId+FITIamk6FdiaMLlk0XDHX9JKkyi4SpdWSpZunJvzVtDlCIBrQFAmv 
jqBSQrLT9mzLWfGEzidNKYo0TrUUvWs42eEjE7TQdLK4fMoXGRAQyxhJsg5yjZVC4VeuxMvw78kp 
SUhpKBwVU7qiTSTbRo5ICuLm1YuExMzCF2KZO7eUGUOYS+b4JkCqh75nN+koPJpVaAj1eolJE4m4 
2SesApFWJhPl05t87/rVtEZ0bS6ZRvWYCBdc85cNYuh5cUAgWmLJmYMsbvy+Ouq5LpZpUSgUKRQK 
2q9YKGJZ/mFoqhNY2PCtQoFarRJPbawipZIZqd1JTVJ9T9HoeWBa1AcGKOKhuDlF8VXuiXB4CDBr 
+QXqdmjnDpdxlbag8cbzXErlMvVqFem5qTEqSTf4p3JW6wNUioXoavMojojjJsuergsR/dW4peFI 
Nsb4p6SIsWY00Dw6BKFvWbq9pMbqDIGUpQhpJQp5LVSydI1e/SLI4lW25pslKLLafESTwtO8uCrN 
yTqMBWxMVcy/uFHlpfXrRs9crVv1vwiIFSKMsxjPLl3NTtZpvAAqUuVX+4R2TnpOniH0PE9JnVNG 
I6yqlYtY+qo5nTtzhvvuu5f5+Tn/OFzFlhF6dN/yzNsYH19Kt9uNlsqtYonpQ4+zY88Zbn3WtWAY 
zB/ZycH5Ea68dGlwSqXhn6cdCrWg9D4ODxlKHiEoVGs4Rx7nM9+9j413voItokPHMDGkxJMeMpou 
CTzPv1jTNE2k5wWCRmCqeUVLsQaI2EnRMAzwPDwpI+fT+uAQD3z9q+yZbXDnnXfC/CzSMAPaXV81 FgIzcHj0PI/a0BBf/uQ/UNx8BTdffhl2p
 61VuNZxlR4tte4HUhnZU/4kYTsWcVVnXdwZ2R+iFz3P 
rCYTL1HHx1qoEiEqhciwpSRfk+0sRKUqbFEb9DNXNezYjpMYUXU1XOOJUlSNBs2eJZJ1kJbXqh0n 
KgPEsy81+1B7URkRFDAatBXcEQ+CMmbNQNT2opZXpPisHkWi4I8pidtNRjk1/icqMNNkodKntjkt 
Ze7Jk+E/RfpliV4lTkhJuVTm4YcfZNnkJM9/4R20ms2gE/tRSsUSu3btZOeO7bzoJ+/k9NQpDMNA 
CEFlYJAd3/oGr3jLO/ir+/byizdtZPtHPsyfbLuFf/jLO/G6FsODZVoth0rJYm5uFkdaDA8PYHc6 
FIpFOo05mjYMDQ5SLBTotOf5yr/8C8ZLXsMNo2Vko4VVquK1FmjZDgAjY0v4hw+8n10dye+//c3M 
T52gW6wzPFim3bIplyxmZ2ewiiWqtUGwmyy0WhTLNQpWEc/uYFoGXRcsJMIyEYaBG9xlZxgGteFR 
pGv7lwEIl5mZeYbGxvDaTUShium1sEplvv35z1GnwjOvuxq73dI6T0qzjg7VT9ZusnEo7/qr3sET 
4ZoWIoWWZx6Eg4RGr5ZfKNj9zial32nPZ1PKGmXDTuZnp9sssuyR0X+pG2STPAn5mKI/UXRNcCe/ 
qygVwZQshEZnKMUCKSCSfEziD2cTyplSml+b/ieWd4oUiOS1SpMyxkXurVl1rg5wWe0iMdj5mnga 
UfJLrkd3+JRUL7Njx6LJMAStdpstK1YwPr40M0Wj0eA/T56IR1P8whtC0FloseaaEf78f36cV33y 
d5Gdtn+TiVGk6hzjY3/xjzy87yRbnvYT/Mzzb2ao1OFb//xh/v3u7Yytu5rXvPJlTAx4fP9/f4JP 
fmcXG6wS1cEhasUC933mr/nHe/ZSKpZ4yev+G5cvHcUTAnv2LHu+8gU+f6bD2PAgNz3nhdxcOsff f+ATfH/PMTbd8Bxe/4oXs
 O3B73P84AM8vOskay97Nusnupw9vZ9779/N0i3P4qU3jfChv/0kxuTV 
vP2XXs2SiWWsH/GYO3OWb3zts7TtFt/+/n7u/Nlf4nk3buIrn/gI396xm4ZT48U/90vcfvUA5UqF 
UqGgaZeRFoI+kqW/xEOxXm/Z2o2GSxnFU2HBBxlFyJZKcZr0CB+DSnPcqjUtsBediW+q3VtqYUme 
6PQlKdJwi+zvKp5kfuF7jpzKxJHNz1gIyAw+6pxTR5KQj4qWnIVTE3LxvrpeR8nofM1pN0lNSQtD 
az9Ju1KSA9mHvEW/cFTTB5rkLwmGEHRt/5YNNzg0TN3f1bU7hCcHJNM77SZX3flGtrS+zUe/Pc3S 
kRK27VItl/ir972XL247w6233cQX/uIP+Nzhs3zvS5/lj//uS1x7+3M58Z3P8v9+7qscOPYYv/57 
f8Lopis5fewePn8W5Jkv8lt/8M9cef1T2bhymKbrxBxBYJXLVKoVSgWLkZFBPvKn7+Of7z/Krc+6 
ma9/6I/59J5j7HzgPl5+1x/QGVzJlZet5sN/8Re87f1f4rJrLuOjf/k/eP2vfoR1V13LV//2r/nU 
7kNsv/u7/O2/fI6m0+W1v/RO/vNshZVlm3e/9/fZb1VozTqs2XI9awdO8tv//feiKkpObTIG7Nz6 
QK03pR6FUo+90mfXdRJfNh4WET/1PcdY3jtN8E0Z7cNce/Eqq0xZdGbFzQ0X+nteufN5r/NKx5Pg 
o0iHK5uGtLC8cmUpkMnyJenrxVe1HnvJhLz2knyG3NtM/F+kxSSfwziQK2FT/hPKs+r4H0nc0N9I 
uhQr47z8VS/i3z74R8xVlmJRBuc+PvPdB3jajU9hzcatPH19gS989qt86T8+y8jK69l6xRZuvWaC 
e796L1/4+idYfuUv8H+9/lW84VfextoC2F4Xr+BhlgZ4wavfxLPWLMe2bTzHpjg0wvLrn8aNt9zK G1/9KrbI+
 /iHb93Njdc+hbWbruSWTQaf/KdHkJ7gqT/zGn7vHXdx1dVr8TC586438qpX3cWrrphA 
PufZ/MKrX8fv3nY59+06hKgOMFyv4bSabLjxabzpHXfx27/2Nq4rzPDtQw4vfNkzMbqzWKObOLPn 
qxyxPUxh5I606ncZqvoSpBT+L4iUiqeoEpK4LiOcUo+v1rWPXyp1L6I4UVw1DaTaihovrucQj5Iw 
QbfeztL06nTKRN4CwjxSCISWr0ZjBg3JuFm8SqYLeRLVSYgLPU0qrtKfNJ4myxvRF9ZN+F9JH9EY 
a1upMgZptbrUyicz00WJFT5obSI7qkZfMiyETKEkkUHbUWsyfhb4bcs3tOV1oRgWtZ1CxCVsdOFZ 
z3sJ4+29fPzzDzI+PoLXOE6hZLPvwfv51N99lKnlz+Rnb1iB9KY4d2g///r3f8PdZ+u88o7nMeId 
p1bxp46ddo0NpQ7liTt5/39/JV/6+J9yxzNu42Pfe5xyuRhR32nM01qY54wDncYpyqUOB7c9wD99 
7MMcGr2BX7z9GtrNJhtHBPNSIj0XAayu+XeoFT2LDZfUaQKm41JyfZuS63l0XVhSkZSBuVOnqRXr 
mM29vO6nX8eOI/MsXbGWQn2QedvVNh2nKyYOEUH9SAFCSP8HfptOxAsv2JEoLS8Mh4T7i+onJaMp 
RIhLBOFh/sGiZGIUV6VgHN+/Djo8pSCgI3u5L9IsYuNw3GWl1i4DFCLWBgnxi9D5V0b4ZcgNJd9I 
k8mggahTygyzic5LqaSTQimDOsor/I/+KnETYi9mTXJ0if7rg78Qet36daRKigzJK0RcR5qaEU8f 
08Z8GdWN1ha09hNDrKmpZdfDQsh1nszQZdLhIjdYAaXSlJWBPJyubdNwZjGH1vOyWzbxpl/9QyZ/ 
9i6MoadTc4e54vkv51fuvAm3NcN8xWDH17ewZNPlvPt3fw3sec4Kyb2f28a2f/4iLX6Ok8e/w6
 eO N3jJ7AGWP+0lfOolr+fvX/s8/vrfH+ann7IJ2l08YEBITs92cIHS2FOpeeNsvv3FvOPVtyFbZ1io 
jPGR73ZotbuYQiCESafTpt31V+3sTptmq0sBcO0ObcfDdRy6to1E0mi2kYBlCtodmDt7NwfdMd7/ 
u79O66F/ZHb6INIsYHc6SMfVKkoSyOyMVbhMboYCS5mkRFUVPKihCTmWUYNSy39RoC2f6TQI9YtU 
AvOKEkXN2pFPVN7zI/FfRCSms0ftzJ0YKYGURp4/JQmQqEt4Cuo0DTJmW0hLevSII0iROE8vo2xq 
JUeFTEfLpCWKpLyJGGVus1DI0PfB9s42x3lS/69ViIJNBJHUriKEwHYcisEmVH83va4tlcsVHMfR 
kEnPv6tt3ebNXMEAJeCOt72Jv/vWPchlw8BS3vfeN/LW97yRT39gjNbCAi//84/x1re/k7e+9U08 
9bYvU2yeZcub3s0fvPg1PPffvsrNtzyPzabNHZddDgvf5w1v/hNOy0HaLfiNN9yI1+0ghGB2vsnz 
7riVr7zjHTz7Jx7lPX//Gf7899/Oz73znXzhY0vozM/y8x/5FKNjowx7VqCSu4yMLaFeKQNQHx1j 
pFrGA4rDo4xUi1TMGiODg1imwfj4uF+JZoGhkTITK1/O8zd+hmfc9BTWrbuC8YnLKWMzMDKKVSkj 
Zeyn5DMwPu4i5L4QiSrOHMlFZn1KJTzEr1evzK53bTpORpreDU8LVbSDuGzZvjOqUI3aW64w0vFo 
wkKEVPSQwqmd9skIMvG9h0Ak1ECSvNTrJvweikytnBpPZLo+Q/5p++tU/EF5e2gwybKKXpFUbUrk 
tLEoLCoYMRcUAZ1BVM+TJ0NkkeOiEMFZKRCJZuVsGiEEhUKBr3/tK3Q6Hdat20An6PghWJbFkcOH 
qdfrPOe5z2d6+jSWZVEsFjlx4gSf/NQ/USmXcGwbaVoULYvmwhxbr7qaO178Ym
 amjnP42EkGl0wy Wi8hTIuCITl04CCyPMjE+AgGUDAcDh8+wfDSlQxXLTqOS6c5w/GTM4wvX8VIvUCn60TLqqZlITyX 
TtdGmCblchm30+DgoaPUx5YxNlgLmC5wXcWnKfAxMkwTIaV/eJtpYkj/gijfB8rDNE1cx4l9kxAI 
6XD40FGGJi5htF6g02ljmhaEeHppJjKsUrVik8eXosgwqbWJuPUEI3f0Go6gGYe8ST2vsI1EdAgl 
TpSP1NQB9TwlqaHufZ5SRLwMnkP6gjz1aELnjwhHdKHzI8TX4zwlKaTe12OG6GXV6kYpcERL1iFv 
IR+S5ykpLFYFX+qQt5gXKs0aPQmHr+xjg9W6TQxX2jiYSKfwOsaVFTedXZaK1fOQN52axCgs1Bf9 
UUpJu93mxpuewsGDBzhzdjp1cYDruixdtpStW69mYWE+ChfCv3Dg7JkzlCtlX90LjJfNZot2u4Pd 
6eCZJdZv2IjnuXiexHMcXAQr1qwD6eG6vhNjxzNZsXoNnuvQ7NoIoFQdYcOmMVzHod11tKNfXccB 
ISgUi0gp6bTbGEaRdWFerqfUjYjKEr57yrN0XdxEJTkBfiFllA4Eq9etxXMdOh1/RVLFqZ4CmVVH 
Iq6s6KM6usbBeoNLDYOLGi5JNKIYn0aHOgKKdLoobgK37l+jty89Ilrbz89TpUs9iC8DXxYP1LgZ 
5cilZTHxhPKQ2MKi1V/eTvqIHpnBi/O8a5AnRBJOBXkCRuVpJGSyaU7K816mgByPbqGMLj6mSDhL 
VeXUEYcdvFyucP31N/k3mmQwzfM8GgsL2u25rVaL5ZOT/M8/+7NMkhy7y7lz5zBNEztwN1CNe472 
zVdXw29GEM/zXLzABmQonT4W3uERs7GHuG17Md5ehpcLhFDoxGUhXuXJgd6ThB7xlBaRNbjqUZUu 
Eq6U5fRZvS2o38PygDqdyySUJLGLoCtTYuUj0ctEonecD7K0iw
 CVYhvqCcG8MxLhCv+zbTIiFRaf DRnz3Z+0pIahFI2+MpPtNJBuK3Fly8g5NwsSfT9BW+/YvaHHeUoi8R4yJqHCJ6Zv4AudmZlzPTuZ 
YRjacbiGYWDbNqdOnkhTIyWmaUbTpexNg7GACUeQaDqgTElQqNfCRehuHx/XEsRKvBNNayKv5Air 
vlqlaaoJemWUPuZn5Mqm0hmufsR/8jVgiWYLTTdUqTzpwiKuqkT9Rp8FqerPmEBGSaT6EuckU28+ 
7qzTR3QIjKxSjZGYCuV0lCht+DXzlhUlTW6BkvEXK1Uz1ak0naHiIwIv7WRglC7dB5Udr1kliuOl 
eJakJ+7Tav2QJCes+5RQVWhTHxOKbK8RNv+M7uz4ejyZUU2B0DBNcxEYfFC9Vi2roIwOCdHY09RP 
HDtzleJCZHVO8oy2FTWRUDNQiF5UjgnNUz3FMuxI0cDec+RScaLFU5plVIYkDnXkTqJadIPQEAb0 
ZjUSJVLIu/OCpjWoQp6Mj+m0cT+J93rljujp8bjHKtP5iY8G82i5uneaaPqaGh9yhKjSNnoQkTGo 
+PWj2rEytWyNtuCzDBWRngWJHy+g/fQ8JSCTqmSmQm108a5/8IVIPM5IrcPFxMaHl8fSW42rpElJ 
9yxaZTDUJeNl4MtMr+aFVrb8FErJRDIs+JZXKUIXQ9nY47hZ73G5VRpyDumNGp8emsUxPU0ozXrx 
jwS/sgRSguae9aHjlZn4kvkm8k+FyUSbzaYuhTe3Uy2GfoV3vdpw0J9kFl/O1/aTbSGZfyq9Uj/J 
OlXbq9Z20+18kbWn9OicUVGBXEN33AAEWuMKw0IlTtUqIxVBH2pk/Kg5ZarLn0kChFKQ3kI2WLtQ 
aU2qE1pYmEJEz36Z1LihVhaj83HK6D0MVqPEGndcvpBJMkyv0SG0ssaH2ofx9b1MIXEiwKmWTT86 
Qv2LYnsTaAFJFvmR4m+Zw1s6PK11hfllpY7Los
 3CM3PISpdRnkR4Rk7npTkvb83ongxb5PCfuzk4 
I0ynNZuO3uVP4EuZLHQicusuSUAql/O0MQXC0wzUmU7yNAM1Ve7RJZHAiPRXlB4oUoZ/Ger54RJt 
1CFDo5yCJxQIUU9OjNqapJOpR1Uo6MXRtSHdbqLrr3GOgkjBTgohZS6j2cfCoqQ/KTgV1TqkNFxA 
CKRgyBf9ZKYgvggz0DfWqqc8hUvcXbsbrf71oQ8/amAVCtHtRtoRyTkaR7bzJChaQdw5tS4dCCYd 
aWLokwGe8FMUrHY+Gc1PY3u0SMRT0IrE/5AiGX+XUhUIMRqhqbhxYNK1Joyr2hFSZ1wnigsq/Zr6 
iNA0JNWRTdUoZCxoVcYqzyqfQh6dOTPNiRPH6XTaGdpCH/rwXwkSIQxq9RqrV6+lXKngRf53cbtO 
ttqc1bcwcmIaknjOt16llXGhSTA9PFYBZcLQmq2KZtOaUHulGqNXZ80rXdaEIE1TiobMrJLlTk8n 
sqnMUcWFP12bm53l1MnjrF23jqXLJs7rUtCHPvwwIXQ03rt7F1NTp9iwcTPtdisMzU3X0yUg/BuP 
+wkbh9RH/KwpksjAmM5NxrOVKHaIV9UUQhf7bBxRisTUTrfxpGlQzt+LdBn9u4olziddOhlMyxav 
sfS+RlmnVY1rGAbT06cZGh5lxarVNBsLF5RvH/qwWFBdfS64jQnBpksv44H//B6edBeVPl9TkvG8 
L1OviaZ2iXQind7/nIxLJHOifEKZkaUtCSIbijbPyqAriUejOVMfEVF51BmmNu+VSU1GNaolNCWV 
tqz3kBa1TGqgZtdSkqrlx/ciF4bwzwD3PISxiMXUPvThAsC0LM5Mn8bzJBOTy2m3W5Ez8mLA8zwK 
4aGFmhE6+J+BqudxuBqCvBlI5mwmSJB07sif+ShZ9T5JoGe+qsRKaVQ5VrXF4k8pL4ugMe9d+6by KEFjymiX4KcixFKyvA99uAggAN
 u2E/sML1BbyjIr9ECRcxll7G8UeR0rRm/VE1p7Dg7B96dP4eTH 
FxI+Pi+xIhbnF1u609MVIQykdDNd2CMxpFmrhSI3ZJDOiAxs4SmYueXI8PSO3oNMffwig4b09C1D 
tECURt2AqVyPIwQgEvQkyx9OKGVg3c/xTepDH54gqIsqUb9R2pkQ/pas8HKNLAQSLmjEzFl9E9p/ 
3QirPEXE+v3T8ySGCbhBRzR84eS5HrbrYJoFfLmld94Ie7TCJeJwKena/u55w0hvUs2iMFSWwrim 
ZSGkQ7vdRphFSkUzOKbXp/tCTN29lB6ByHQm76U4pV1YAnFuGBiA47q9lbNQHiGzG0Uf+vAkQG9X 
Un8PBNLc7Cz1gQFf8fD0I3eio7AvIM9sI0TUy7QlrGyTTOCNbZgWM4f3c3SqhWUYYJiYbouj+x5n 
Zs7m8P69dK0CQnpRYcJl8EijIRZEEXrP48De3XStIkYQObSdqOd+C0Mx3kRMEBimid06y+4d29iz 
dy97d+3g4PFpXAwi1wahaEGReUlE9KlOjZH8NBRtKtQOjXj/nMbOhJe7+k37bvianmmaNOfnmD57 
FmFa/siUqwnJiE5J/9f/XeSf5qtH1M4ALNPi0IHH+ebXvsJju3f5m9yDNCqOzOlbxqcQso/DDXJW 
V8OSncoPl8oURlAsdTl99AjlSgEhDJpzCxw7t8DAsjFWr11HvVjw98R5NvPzC0hhYohQksZ+TzKa 
unhIIVi1biMDJf9IEcOATmMBx/N3+hsBvkaj4V9fJEPhBoZpIJwOux7eiVedYOtVV7NuzXKgTMEs 
YFmCdmOetu1hWfH9dEK6NBsNhGlhCkmrsYAnDN/AJ30NsLUwj+NJ/2wkw8Q0PBrz8zgeWKYR8UY6 
XZrNJkZwTpJlWXhOh/mFJoZpBqcV+LfAdJsL2K6kWCwyM3WKY1PTCNP0z1YyTEzTSFSwLhgJR6X+ r/+7SD/C//H0w2
 95hsH+fXs5efIET735GSwsLLBr585I3mjps6TQhdqUQme+TAQCJIGth/AZpOdS 
W7IG49hOTnYLLBELnJg5zsj4csbLku99/zHWXDOGMXOCnfuOUSiauKLOFZcv5+C+w4xNbKZamOHu 
7x/mhqdejzt/kFNTNlsu38BjO3ew/rpRjux+lLbn4Hoera7J1muuodg+x/Ydj0JlmGJjDrniEjau 
WkXB9Y9FOXvmKO3SIDdft4XO3DmMkUkGRgwM2eaxHQ8x3ZAYQjK+ehNrJ4Z56Hv3YlYrtBstCtUl 
jBS7nDg3i1Ue4frrtrJ320M0WgtgFWm3JJdecw0DNNi5YztdaeFhsmHLlVSFzc5HHqQ0OMT8zCxD 
45dw+Zb1nD28h8eOnKFUFFAcZutVl3Fw+yM02r5Qbbbhyisux56ZZrbtsutRycSmLdRPPs7B+RLr 
N06Aciql2gCk7DH89KEPTwDUFiVlrJQ0m00W5ue59robqNZqDI+OsnvnThoLCwwMDOK4TjRryG6X 
oaBTn3zI0ZRAW44O9LBQVulnuPg3aSAlhUKZ0ZrF2YOnKFmC6ZNtxlauob0wR6NtU6oKdu9+nJWX 
XsvTb72dJcYcxxoWeB5SzuLRYGZOUrJnsOfPYg2spGRJGs0WhWqV5sICcmwDt9z2XFaUJdNeh6NH 
D1GZvJRn3vIMRkYrnLMFtUCrQnp0utOMDowgnA7zzTZ2p43rdZmaOsxUq8itz30uWzetYuroAZpG 
kUazy/Da67jtmTezcOYY3eF1POv22yl3Z5nCwmk26A6t5xm3PosNS4scOTHD8eMH8QZWctuzn8ua 
sTJHTx7HEYKZjsGarTdzyw3X0Fk4w1m3w779x7j0uqfxtJtvpto5zfGGxG036Qys5hm3Ppu1AyYn 
HI/axEqWrlzF9U95KpPlAlIISrUBquXw+Ja4bi5wLaQPfVg8SGW+Fuo8nkepWOSKrVdhGCYL8/MY Qn
 DF1q3UajXcQCD1hiwrtQ+5Fwdk0pf7MZB1VoGBkRGOzZ3ibNejbRZZuaRE85SNVawgu9O40mbm 
+AHuP7KbVtOm1qxyyWCFx+e7jBgul64bYqHV4OyCydjlAzjtecyChZC+rWXl8kHarQbVgsVMs4Eh 
XSaGl2I7LQYKdYYLBq7aaTHxPDuwHQl/GiSg2zrD2OgGCnQRFKlhMb/gMTRQZmKsRGNuhqF6neFV 
Y9gLc1QNE9sWlAomo2vG6DSa1JdV8facQA62WL5kC67XZqBU5fg5QacrGR+rM1I3aZ9tUzErdBsn 
EYbk1OOPcqTTpNk1qDYNSiWTVZNDz7+kkAAAIABJREFUdO0OJVMwaxtYwa3BdqtNa36WwuQaNpYL 
2O12bB0PbGGO4+A4TuqUzz704WKA67oUTAPXcbV2Fq64hT9hGKk9mKGWlNKWkuqRAvmrb1L/oj5L 
CK5aVv29Ja4LI0ODHD99isfuf4zRFZsouF1sDwQeGEVcx2T5mg0M1yxcKTCtMswWmdsxT0t63HTt 
ON/fO8V8E64aKNKc1q8d8mwPt+jnKowiAmh35yhYK2g5XRrCv4DA9SNQrUxycOoU0x1BreIf7O/Y 
Dh4W3e48UEQIaDk25Yp/UqZre3jSL6nbcXym4y+FAszM26wdHMZrO0izjLC6tLsNTGMM13OwhUmp 
ZIIncWz/GF0PD0OUQFqs3ngZRcMDYVKplnn4iKTkejiOjASNkB5SmJTKZewFE9exac51QBjBKmRc 
6U6isfShDxcTXM+lQNG/ht5xsCyLTqfD4YMHWLt+A9VqjXa7zf59e1m+YiX1ej061lkTSjn+TYua 
vuHbmdUBOVg6j//Hq/jxgrjnOlgDo9SKbR47eJxVayfotpoIQ2B3m0hrnMmxQQ4c3M+xo8c4tG83 
h89MI2oT2POHaYhBqmOTzB4/jDDHKBoS28O/RAD/vyd9e5bntGk7JSaXTHLk8B4e3r6
 dU1MnEOFu ZMB1PYZGl7KsJNhx770cOnyEfbu3sXP/FEMja+nMHeWRR3exd/9ejJElLK1ZNFqdyDfJsW3coLxu 
18bxJIZhcPqxPRw6uIedj55idO16lo1OcOLoY+zavZNdh4+zZPkEVeHR6nTB8M/ldrotjNIKxocK 
7Nm3n5PHjvD4/t2cmG/Qbdt40nfhl45Dx3YZqJVpnD7B9h07mBMmneOPs2vPFIZ1QcptH/pw0UFK 
SblcplqtsnvXTqamTrJn1w7KpTLDwyPKGfQ9QGQ+AmBuuXTz79z6zNtYsmSJf3h94ACJCI+61B36 
pEzu1RLRd8MwkFiUC2UmL1nPyqXDNJstJFCt1RkaHGKwXsHptGh3uhjFMkuXjlP0TArlCqs3XELF 
lAizwpqNqynSoWN7VGt1RoaHMaTH2NKlYHeRZoH68CjjwzUKpoFRrFMTBm6xyLLREVy7i0QiDZPh 
JUuw6NLq2JjFGpesXcXYUJWSZdKYm6MyvIItmzch2wsYpQpjo6PY7TaFapXRkRFEtw2VGkuWLeXc 
kQOMrhij27IZnljD5tXjCAwKwmVhocXoyk1sWjVJq7FAbXCYoVqNbqdDcWCYkeFBRgcrtBYW6Ngu 
hUqd8bFRSsDI+DIM18EVBvXRMcYGSiA9XGEwMr6MQreNOTzO2FAB23YxTZMz09OYpsnwyAi2badO 
MuhDH54sGIZBq9nAKhYoVyp0O52onQ2PjmJ3bR558AFWrFzFxs2X0mo1Ad0NRgjB1NQplq9Y2fOI 
HcuyOHjgwIXZlDJB+itwhWKRR7dvY3bmHIVSmWKpwNEju2m12lx+xVYmlq+g25jDFSVWrtmIaQjM 
gonTbtNyuixbvhzLcJmb7zK5YjmW4dBo2ZimxfiyZXTnZxlbvgJhd7Adh8qSCSxLMHvmLJ2OQ6Xu 
sH92hlXL11HEpU1wOYDnASaTazZiCoFlWbh2h/lGh9qSSUYmL8E0Dez
 OPC3bZdnkJHZzAc8wGFs2 gWg36WAwvGyCitdmoeuwYnQVlwzVsT2HxvwstgNLVq5lwrSwTGjOn4NiiSW1AdqNOWSpwmi9AJ0F 
OkaN1RtHMQ2BZZp0Wk2Glk0gpH9xZWl0KXVD0rBhfNV6ysUCTqtJd3QZkwWTTrsbVLhaB/3Vtz78 
YEAGS/rRgrzSzuxul8kVKxgZGWFoeJhGYyFSWtRp23kW31LQc0Nu5FmNfihaaFNCxN/tbpcNmzZT 
q9cR+HedCcPw/YWEwfz8HBJ/vthpN8MS+1Mlw8DpdrFBfxYGQshIOuO5hHepScem4zgYpTLMzXJ6 
qs3qy65m1eQIC7Oz2jEfUko6gQRXtTvP6dKyuwEdvq0mzEsIgdPpIIXAEAK326HpuSxbsZKBokmj 
MUfXcYMLEMDptLGDMgnDQIB/xlE4Fex0ovlwRIuUEMQNDYW4Dh0nmKK2m8y1Ynxtx45oSzWcvlDq 
ww8ApAz/+MpH0qHSc13KlSqtVktJIxPP6gpeRh7o8inn4gCZeA8zCB2ofGdJFPUsnL41Fxai+IqP 
tb9HRomXLLkMtlUASGEQOEwH/daICIk8rYXAQCILZSZWb6RULCBdl4XZWd9InZhqZhmBJSLKJ/wS 
5xULg1B4eK7L0skVmAbYrvQvoEzGjYoU44oETpirSJc/8lJXaJVCYGbECUEQe9lGy7V9wdSHiwoy 
Q8jo7cx1HYBc80HmN9QjkNCkUo7zZMJmhJoo4UmZIDTZOZMdNW2XSrhRJTadZl+nFG3z9Y3InTbd 
divavBtuG1HPik7lGbgNxJtcJdqG10S+Ivjvug6OIyMtTspYeib5llkGkptsZYw/EVeTlxkrF35a 
CMeHvkDqw8WGuK36s5+kkErGzfuWVHS0dp5o2rlndIcNXYQzufA5ubIXOlPq0icVWZWM6aNJYmdM 
wnhqvw7pgZTA81f+DdQLndICSNXZQkaoAotAoCkkSyW
 /KCM/bawBhcXziQu98QUixSOlmAlBq5Qp 
RhC/h3El/hXSClPCK9al4i/Shz5cTHAch4HBIQB/65UwLqidhXHTsyNybUo5ji3RnCBI7f+0maWM 
n6WaDlCFTDSnDGNLtA4UhusFjb8lv2dL4xBnrHnoMsjnQJbtRZ3zSnRaSZRNN94ltJ0edEc8Uufm 
MsGrUCCF6YMwvbxxLXqeZHR0jLnZGaZOnYoOZu9DH35UIDzW5MjhQwwNDyemd2mpEULOIW+hgVt7 
1V8CDUFXeoT+LzkVyZgC5l4/I9KCNOsMbNVPKouG7DhZYTr+NF2JY0sUYZE+gqU3jVo+GXFUNqk4 
dWXUY2BwiFWXrOHUqROcOHEsXbt96MN/IcjARjs4OMT69Ruxu904MM9MwXm3mYQaRqZJ4/xE9bCz 
5OUXTqV+FMH36s6Qllqc85fySdMRLTDA2PgSlk1O9AVSH35kQQLdTic64ztpXklCT5tSll1nkbJF 
H+UXQ3WkEDzBLp2w26RoV8N65J/7rOKROcierETqVQYF1Gmj3bWxu/aTyLQPffjhwGIEEuRO30Kp 
ovSOcP4levXaMH0Ymr7dtWd+JG+ETUKPXp88z1r0COuVNu8ZFKt4MgMVT07YYkBAQkLnQli5IvDz 
upDD3PvQhx8W+HZeL9q8+8Q1pZTQEcqb0OPJQIxk5qFeqtRrahYKIzXvaPKofEsLrTg0yiVDqMX0 
0yNcEwgS4q026dyyVxazGZ2UY71FV95FVCq+uFK7nS7T06dpLMyTNvD3oQ//dSDxD0EcHh1laGjY 
34YW2mJ7NPJFLdlotu1UYH4HSnX9XsrKE/x2vvfFhuVFTqze91IMc/PIs+WfJ+v88NDj3LY5dOiA 
b/QeGDxPqj704YcMQiA9ybGjhxEIli5bRrfbfYLTN3VZXQQjc5CJrjrkiLvoczI8hxjVOahnmh7i NfLxEemomv9PFr1h/onyJSz8vsYjM4o
 Sx5cXYktL0RH8ySpDAoQQnD49hQCuvPpayuVy30+pDxcd 
JPhHPuOfq3RBi1CBvDh1cpRDBw8wMTm5qGTnmb5lvSenbzlJyOhTuZ3sPImj5yeqB12IbqLOsWLB 
HE+LVIGVoDdXYC6SjF6RUuYtg8bCAtVanWKpzNzcXP88pT5cdBBC0Om0kRIqlcoFCyYpJaNjS3hs 
7x79ht0Ln76FzoSqpQbU3ukvjcff88iMtnNEeBUcqjNVhoKkHn0QUZGwS2mHmiuaji4vlLAQfcLx 
UUiBFHFppCJJInkoQXWnjBWx5M7oRB6hNS6gTS1HRL1Urg4P7FlCwa3KR42/SJCef4lC39jdh4sM 
VqHA9NQUnvQYGRmh2WhcUDuTkKPBq9JFb9c9nSfjV6XzJJwnM21KIn5Ibl2TeoQoL00ZSeSrIk77 
NAoNZ3SigSbg4jCS+ST2pUXpEg6kKXoyBFwkSBZBY77BTcS8OK92GJISeNb3p299uMjg72cVGNLE 
89KnBACxWScnvX9ePuk0OZDvpxQljk0dUgSajj+ER4jjbSf+OdphJ/VcNzopUr1VMxRBvkJgUigW 
wLWxHVe7EjixEyMqpGlaCCROoEqKiJZYEwuTGqaJkB6el7bVhFqWCO1fEoRhYJmmf9plgnGaUpb4 
nsheo1vTEkWwzihBqC4EIZNVoZrcC5elKwVmOBnm3Yc+XETQt0wFW6AUm6swDMzghlzP81LCRgbx 
zpMLarvu6ack4t4bbzzVfJiUpfAA59zZM7Q7XTBNagND1GtlXMcJBJAqcASGaeB05nh810HE0pWs 
XjKKEV4flJy6BcLNsCxmp0/TRTA2NoZ0HOVySp+s+Kpwg9a5GdxClYGahespBvsEbvAFWLfZ5MTZ 
MyxdsQrTcxUmKxNVRYPRTyOQqXLGMeN0cXL1dIDwo+KykJiG5k2SZSSVknux+9CHJwmqQJFo7cwy TdrtNrsf3cm6DRsZGhr
 CdoJjTIgFkgyfcyDZrrMto1Hm+rdoMFc0I6RiA5Eej+/exbGZWebPTvHo 
Q//J7v3HwPBln2FamKaJaVpYpoGJZGrfYziDy1m3YoJasYAhBKZV8C9ehEArCog3TYrFInPTU8zb 
Lk7X5rHHHsOq1mNhFhVAYBguD97/nxw5fBCrUvZ30wsDyypgGmZAi8GenTtxCiWKhvCP6zRMiuUy 
hmFgWSaGaWGZZlAGM6DPxLIsf2omREQvylEmETUhLzM35MZ8jLUexc7Wc5SJbVCxmtz/9X8X7yfD 
9hu226DtmqZJq9Vi20MPcnrqFNsfeYjZ2dnIFylsi7GmJdPtPQd6+CkFjooy7h/hf+1wJkXKeY6D 
LJVZe+2NXILNQmOa++95iOmhYVYuqzMzfYrjJ08jChWWr1qDMXuKk2cXqIx6sDDHibNnODs7hzRK 
TK66hHrZYurUSeqDg5QrFVrTUzSGlmCYFoVikebpk5w5d47DBw9QGRhkpFKKGGCYRZqn91IaWELJ 
cDg9Lxg1QRqS2akjnDozg1EaZrRgMTdzlmOHDlEbqDNUqVCvuuB6uO05Dh07Sds1mFhxCSMDZc5O 
T4PscPbsLEZlmEuWT/h3yrVdStUKpqEc/ylVDSjrf1w3KadUtR5kPPJkmpnk+UejPvThiYB6mkUo 
q4Qh6Ha77Ny+jWXLl/OM25/Fgf372Ll9G1uvuZZyqRRN5aSPJANzzsoNPW8zkZHrDsSzmMj+EoXp 
GQrDQDo2zfk5KA8zOlbnnNem1Wqyd89+auMrqdLl4KFD2FYRU/j3RwmriONIRidWUCu02ffYQWqV 
Evv3PYaHoFAoMnvoAMc7HiXTn8MKJKYBhWKRaq2Gpcy0rILgyJFzrL3uCiplg86ZU5TrA5w7dYxH 
9x1hcMky6pUaxYJFoSAwLJP60DC0mzz++H68gsnendtpGHXGBgx27X4Ur1zi6IF97Dp0huHxZcwc O8iprgs
 LZ9m36yiuUYxOsgzPZ4oIAuJtKDJ6FuFMWCg8FZGk0upBrQ8Vszp96//6v4v7U7u4/01K 
ies4rF6zlrVr1zM/N8vE5HI2br40iishwiHJApm7hpNj6FZXx4JRXIZmpNDQTeYKVWw8FkhpUDAr 
zEnB7LnDyOIIy8dHmLPPcvTwLOKSTSwZOUR14xYGnQW6y8aYPTeHNCp0GyfwitdRsCxK5TJID8Mq 
UCqVMAVIIaiMLWVwocX69evpnDtDx88aKQrI5inmurB5aAkzJx/nSLvFSulweuoIqzZcz+YNy2jO 
zyMNSeHYAGsv3UKt3WBqxqVUHUR2T7Lg1rjtuiuhNcvs8bs5OQ/lgsXg+i2sWzWOdfooRxsdVo0u 
ZfO1yxmqClqNJEdUzVJo/NQZp6++aUtwvQzYkrjyZXb196EPTxSk9Ii2gEm/f3ueR7FYpD45SbvZ 
BCGwu13Gly7FdRwc2460JKkKNw0udPUtkECh74zqjRTt80qswGWltwyPTneOYXMZRa+D2/E4dnAf 
zXaXpSvWMlSwOel6WK0mrfYptj24h6Wr1lAt15CmhSNMwAPpIQmN2V5UQNdxcF2XZqvtu69bBf8m 
3aLF2eOzdJpN9ux4EK9xjtPn2oi1wwjTYqBo0lw4y3zTxhQCz3PpNJvQaeFKf/rlOk1KhTqy02B2 
vk25UMTpehQtQc3yaDQWcD0JtodVrlJ1bNrNNuE+QG3TYRaLFNOT5kxOgqfaymOC3QI86dHt2nS6 
3b7zZB8uOnieh2M7lMoWtm3T7XYxTRPHcZg+fZqh4REcp4tlFTh54jiWVaBSqQRH58ZCLDq6OYQe 
A+15bjPRMYSiSUJ8m0mkGQWFkL4xWSA5eXAXJ862ufmalbROzGBVbDZuvQ7RadJ2HNxOG9fxEKaF 
3TmNVxxm65VbOPX4wzjdDgKoSMl0W7Cm0OZkc56KFIBfSFOA63h4RgHLEMGtuCaWbHLi7DQT
 azZy yYoRHFYhH3mQo22TcqHC8dMnGB1fjyVcpOchPI+uNKlbJlKC59lYpWV0mo9ztiMo0+bEQoMtYxVO 
Pub6q3iGLzClMJDteU5NzTM0NkrRlHiJUSFUYEINSAbMVKdjcZ0F1ydlyf0c+a+d7tnXlvpwESH0 
gQNSCzSHDh5gfFmTS1av4cSxYxw9cpjLr9xK1umuMjk1UF6Tk4YclwDtn25cFdlxAAyrgNVusfu7 
X+eAAKNQ5YrrnsFQxUAMTzI0/Sjf+NKXKOJiLJnkqo0bqNXqVEtFqoNrqIqH+MbXvoKgQLVSQ3qS 
NauXsf2Re5mqDWB6JvVSASFMDMOkPjjAAE3u+caXueTKq1hZLSCFoDO/QLdTYv11lzJkNuh6BVav 
HGHfgTlu2LyRBx5+hPvvPYGUNTZdehmXTAyy7VtfZnzzZUyUChRMg2J5jLWTwzxy33cxXJvayktZ 
XjY5LA1KBQukRJgWxXIZ2Zjm2JFZRiYmEbIdCJyYM4IMniV5nKUcJWZu+Q4BylHAfejDRYRo+gXR 
aOp5HoVCgQ2bNrN39y4OHXicYqHIFVuvolQq+ZfaKu4252uVyXYtXvqSF8t3/857ufTSzczNzvqH 
0T9R4vEPCC9Vqhj4S/i4XZrNFh7+eb3S9RCmSX1ggJOHDnBmfp6iVWBkcJByvY7rSqr1AUwcHE/S 
abfwPIlVqlArWdiexGk2MMpVZLeDLSXFUpmCadBpLGBL4dufShXKpgxu6PVtXIViBct0aLddpPSw 
ihXKRWi22hhmkXK5hL0wj2sVsIS/wuBJiVEoU6+WaTfm6DgetVqdTrOBKyWFSg2j08QulCmbLs1m 
N+Vf9IMA07TYu2cXxWKRNWvX0Wg0+tO3Plx0ME2LM2dOU61WGR4eZWFhPmpnpmnSbrXY99geNl92 
OZVKhXa7ndoGZlkWO7Y/wvU3PkU/EjcBpVKJb33jG71PCUju6Uod0BSNzCIK
 9zyPVmMhIsj/bgAS L/DAltKluTDHzMICJv4RHKVaPfBxcOk053x7TZDWMASe3WWu2ya8xolmw+/8QtBpNWnL4NojpH9H 
W7dNQ/rTLANAgt1t0ZVgGOFllG0WOv68Sbod5oPLI+l2ccKSCQFuh7nZFuDvL2sszEfHh9jNBRAG 
otOiIf3l0tB7Xdt8GLMpweoMfuaeUpB9OJY6EvW1pT5cXFCN1PrlGY7jUCgW2Xr1dUjp0Wq19DOT 
wlRZbTI5Z1Ogx/RNarYMfcFNMXpEb+kT5XSJGSVGehLHc1mzdh2lchkh/Jtp2+12gE9gGLH6F/6P 
boeVvuCJ8g6/E9zDlogrA+qja5TwbWKe9Pf1hJDcaBjm7XnxBZJSZl0y6XPACAzcMqEpxVcj+fHU 
hQPtDPOwDNFiQpwmyc+wmmSw+ta/YqkPPwjQbEpKW1PDOx2/32ZdRhneMpSaw/U4DTb7htygf8i4 
n0QCSR28w+fYLhILklirCgOJBEQYrxMJIhlpRDG24HJIQL0kMiX4wo4eaWUyYl7kBBQxSpkbCxEt 
1cc41dMxpVLedLyk3SgMj2kKC50xZ06kUTUlRXbr/Msoe8ynsPL7QqkPFx88z4u8U3pt/M76nunN 
fR7IviE3+puHTOlsoX+NZqgV2v+AvNiVgLiDJe0gUceLBJGIvcozO+X5TcHJsEwvhihOmJl6RK/y 
ORI8iXQZq5URRDzKWkbTv6mH4Wr8k8l0iqYmdI2yD324WOC6LtVqFdMw6bQ7hG3wgtqZUI8CCqDH 
rUBP/gbDTMRhx0qoaOpjhq1EK+hiZU1uvsmEPSaxWZAkv5eMPl94z2zVTJIIlLBorhY3inKlSmNh 
nk67TbFU+oEb1/vw/z+QQL0+EGjivtPkhUKj0aBQKOg26R6NtfdllEJo05fwWzIe6DbvMJ061met 
R4VdTCTyy7L3hniT+cXbX9I0xnEy8lbSJ9Mm6QpWQnU8CTqT
 fArzyNfKlPzCeMnIGeWIp9Ye4+NL aTUbHNi/j3KlGuw36p1fH/pwwaD4IsoLGNvDPjQ/N8eadesih8oYbzau815GqXWELByRnShBUFAA 
ZWxPCzgtp/g2E3XRSqBP2UIjsB4niScUcsnSBGXKoFfFJhTEscAIcEdqp3Jtt/as2tgiFiGUAif1 
uCw6NUUxMQ6EGmWhWGDj5kuZm5uh0WjQl0h9+JGCQCuamFzOwOAgnXAhS+qmnCQs7jLK4DmxGORD 
lk9OFEe/zij3bF/FuKxmoP6NcKStOXGeah4ZsyIhtBQZ9IrsMifjqdZolaYcyZ8S2OkoGXT2wqdP 
dZcsWcayiSfmX9aHPvxAQYJtd2kH7gKLgezVN8I9b6Fs0c/ojo+VTcSL6UiZbbOsPGp+uvEmiUeP 
ly0n9NhZ6bLC1HJkPafyCw3dimDSaUjnkMUfUORbThnz+RoLJs/zaLWafQN3H35kQV3QOt9FlJC7 
+uZrDEldQOuioXYTGXzU9CFI4p3xYYdORJQ+zviCASVObMyJqJBJQ02oXSgG4LQ/j2qbSdAr4/Ii 
pF4+RGoOLdSEEQ2S0MVAqkEZUbVvKtuUcmgsTdi64yz9BIZhRL++WPrxhrCPuK6bGmREMCNxPU8x 
4P4YgCKQPHVTaA/b1JNffevDDx0igRQ01OnpaZqNhVgo9uHHE6SkUq0wOrYkeI2dgD3PY8f27Rw/ 
djQ1+/iRhWCXxejoKFdedVVwesD5qT7/9C30fyEYxdXpjZSR+UXVaiKDMCnFIJv2wMgd+ziGk0Xd 
VhPmF33T8CsTzDCeFImwtIallrfXMxEf4nw0GmQQJhWq0kqkRjMRrXopUvlLnc5w1EQItm1/hO2P 
bMNxHPrw/wEQcMUVV3LjTU+h2+1Gdb770Udpt1u8+M6folgs/VhM1w3DwHFs7rvnbnZse4Rrr78e 
wzDjNn8hq2/REn34V119i9bgw2mP6oUstPTK
 7C2e/mX00FjYhbNB3Vaj0hWt0iVsy5mCJMoixqck 
TYVrtIf5RStngT1Nu80lTUNWU1Ht6BEdIV80hui2pLxpKPj3cR06eJBdj+7iBS98EevWrcdxnfPO 
1/vwowumaXLi+HG+9tUvc+rUKSYnJ2m1WtiezdGjR/nJn/opyuXKouwyPypgWRbPvP3ZfPqT/8jc 
7ByjY2O4rusHXtD0TdWOAjUgFBbhYU36ZZTJ9MTCJoivK0GBtpFYRZJqzw0iq4Is0kR0VSMUZ1FA 
QFosBCLDUKztpC6jRATXI8lI+GlaT0C2ep2UprUFmlwgp6PyxZQnr4IK+BlSFmlMAY3C92TPczew 
LIvDhw8xPDzMuvXrCQ9z/3FprH3Ihsnly1mzdh0HDuxn3br1NJtNkOFpj6XohtofB00J/C0qlmUh 
kbjaoKn0V/QuvajLKMNhXUC82TT4k/KxCffJBNtEIgYKNW5CGyF7jpy1pSTtDxUWLNTrsi+j1KaH 
QkTCTL1gMhJMKHRLzz+0LcCROilBpTNyAs0rR0xjcpRQ46hs6nkIStBY/ccMr/g+/NiBEMLvQxnV 
qLY7ba+j0jZ/bCDHXxFyN+SG+8+UJTjpCyRkvAteWwIPBE+1PoAhPaQQeK5Du92JhULeJFJK7Vjw 
uD6CKVOGzSUlyELtLkGvCPEDhmFSKFh0Ox2lDES0x5qYiPaVVatVCG5mcB2bTqerTS9jimN+KZYv 
jUZ1jIjfFbfR0PVC87rU1MKMyakOqtBcrIBabNxex9hkrRbl4cxLk5WuV9y88Ly8z0fThQj0rPjZ 
G9J7HwG0+KmYjHCHZxQlwXUdcudE/1WwCJ4uSlNS7UZR9GggVztczGjDMDCAf/vwh9hz+iyUqtz2 
kpdz/ZpRmk0HDEHBtHBdB88juDPNw7FdwhmdaRUw8HA86XfQwJBlmBYCF8eRWIUCBhLbcfw+axgg JYZVQODhOG6Ax48TjSKGQbfT
 5tTULMsmlyOcLp4EYZgUCoZ/3rcXl90qFGjNzvDZ//VBjjTaFAfG 
ed6dP8Vlyyq02tKfHwaCK57ygWlZ4Lk4rqc7cqo81LkdCy5VUKJrkT6atI9Wr/q7EMGQ9Z4lHHrB 
E9XUFtM5z0ffE4FegkXNK4+W5POF5LeodMlZSMAjy7I4dWA///rpf+KcB8WBFbzopS9j40QVx3Ew 
DANh+GeLOY6LYVoYIryx2j9PTIYDtRBI6QHxKp8QAjM47NF1ncB0Y2CZ/jE9jrP4KaRMPSjvOSzo 
6WKpbtcQ6L8oTjAtE4YBnTYf/uBfsV1UcA4/xC+/4jV866jN6ECVam0Qw7PpOlCu1SmZHq5RYaBW 
QnoeVrlGxQJpWtSHh7CAgmVRHxqjYko6HYf68DCmdOhKi4F6DaQ/X60PjlIUvsCqDQxQNsAoFCiX 
i9H9U9V6nUN79/DO//5uGBqi7Ll4osDgQAXHdinXBilaAi/cwlEq0zhxjA989GOcGhpn6v5/47Wv 
eRM75sqM1YtRvGK5TAEolEqddP0SAAAgAElEQVTUB4axPJdipYplGkizQG3AvwtO56si4xP/88KT 
z4uFcEk5+VPDs+Inn/PCk3iy0vfKOw9XVt4XkiYv37z3XrxYLO+yeJHHp/PhyINQEDx+z3f4s3/+ 
N9ylq5h+4BO84uffwv5pX4MyDAMBdLsOwvIFkuP6F6ka+OeBmf6VQMEz+EdMG3ieb5uUdgcX/+RJ 
TwpfIEkX8IWi63pcIOk6iMxH4DzTt8ihUTHcJlX20EoC4HRalCZW8NPvehcvL9u0b3gGX/r8NPbY 
x9l7aC/fesDlvb/zm9Rn/p13//m/0DWrvOR1v8arnnMVpx75Cr/2hx+iObiWG0suq97yDuq7H2b7 
9z/PQ/u7POsFv8hlhT186AvfptF2uPFFr+etP/9svvbZf2H39m9w4PgMp9xVvONnns5nPvNxtk+X +e3f/G2u2TjK
 fMtBeB77P/tJHvz+/bztjW/ilte9hV9cZ/P+9/wm39xxnCUbbuKdv/orrKjZNB2/ 
wF6nzeClV/LLv/pmrp59Pj9z9S/wzW+e5nunPsqLXvkGllQsvvYXf0rhVW+m9Zm/5/i5/Ty07SDt 
+nr+6Pd+i9rp3Xz2vhPc8PxbGK842G66EWoztKRhOxXGE2oIWdO5vM7Qa0rWK676LcR/Pq3gia4i 
ZU19euHKirfYvHvx7EJw5NG5eB7ocZxmg1XPvYPfeu2r4bVb2P30N3H2ZAfv5KP8+2c+wq7jXTZc 
/jLe8cbLec9bfptdpxbY+PRX8vtvewFf/vQHMVb9As+5rsNdb34/r/uN97Cp9Ch/87Fv8I53vInP 
fuj/4V/v24vbXODlv/0H/OQV6/nih/8HH//yA1SWrOUtv/Yurl4/SrtjYxm9feNy29CFakqxhA+Z 
0WN0DNUoQBgWXrvF4R27OXDPF/jm1CyX3ricf/jIJ/j4Novf+I27GC5P8X/ae/NAO4oq8f9T3X3v 
fft72SMJSdgTtgQh7IuIAgKyiDiAjsgwwIwMKo6CG8riMjoMKrLMoILrVwdGZRSRAQbEZQQRZCfs 
gUAISd5+3313667fH71VVVffd5Mo2y8FL7e7q+psVXXqnNNV1R88/6ssf+/ZnHHsLnzlovN4xqnz 
uQs/j7fsMM4743B+8Ivv8/MXJlj54D186rv3c9wpp3PA8gX0br07J73/dD74/rfw/y7/PC+tn2Dl 
I/fx2R89zAn/+DFmB09y7JmXc/ip57Kso8KXr7+Oic5+POkjhWDmrrsxf8ECjjvpfRyyzWx++J0r 
uO6RcT71pYtwn7+Nz3/3h8j+aTiBD0iEV6C+fi33/OlhfvmDH/Lc/Lns+uYBvn3Nj6hJSdF1uO/n 
P+Ohustvb/oFX79jhA99+nN4j/6Gr//xYVj/HDf88DbWT3oUHLu7pfVHYcrXzLM3YruplQXSqs6G 
 5rWytNqF3Q5NG+NG5VlFf6nyrWDY4GxsWxR7+3nhpp/xiUu/xqlHnkOw67tYvnMHK+65i49843be 
euIHOfMDe/Olj32MRzsW85V//TQP3PBvfP/eR1nx/BP8+rZfgPMn/uPyn/Dn3z5M+ekfc8NvuoDb 
+fTXbuO0sz7FxRecx55LFvF/N/2Qq258hM9cfg1HLnS4+NJ/Yy2CDhHFl6f4szOTz2dL9021g2Ty 
TB9cUnngdXbir1vDtZ/8CH93zpdZetLfccYB/filfv7+nFM5YL83MznyM2o9+/PPJxzC4cedzrF9 
HVx347UMBXP5h2Pfw9I9D+OMAw9itufj4/Duvz+Jdx+2PwsWboHnjHH3/93G3SsmqKx/hpXj6xFO 
keNOOoIDli3jmCU7sfiYPdl9+W6ctf9uBOtHWVMJKDgCKQQD2y5m9py5HLz/3izqXMO9j/+RYw47 
g+U7LeXco49gzT2P8vRQQEch1P5ORyeVpx7j3z95Dmd98WrmHXgE71jShVPqD2FKSc/ANDodSam7 
m789/QR223EXzt5/CU8/+BRyj6O44sefYdv+GpNNeztI4zfvuZRZ2beTVMsg7y8ul2dRmPBsB8rZ 
nrfCZ8u3Pbfhngq/WVblIw92Kxiq/FS8qqzy4NnozMvLTVHH8X2fIAjX+DQbDYr909hyq23Zffed 
GHn+z6xtADgcfcrxvOfgZfT2Pc4fnlrLh04+nUVbLePCg5dy821r2G3L/Rgcf4Df3nof+514FM7q 
m7jj5y+y7+lvBeaweCuX//7pdTw+0s2bXMlDj/yAcrWPVQ/exXizzIsrXubplUAhjOEGgZ98gzFz 
Ha1Jyh7yZr0k5KClLGRSSY1x6DGl9EGzMoE3dz4fvOJb3HzzzXz9/DNxI6tjJlVqNWg2JnGj867r 
jQBPODSagKwjmjUAao2AQEqaQcAsp85YAxx/Bed97EKC7m04/vh3MHPubCbqPr6U9
 MnwCwnVyTqz u13KQLVapYgTrQ0KSaxXKtQbTRoAfgMpm7hxp5ACGYjoPG4BEvzyGP17Hci1t97K/ddfwvqbr+WW 
hyv0dASIYpFSRyflZpNAgvQD+qnRBKp+E88H4Rbo6e3GdaKjfW0xEuM373lskG7ofK26Kq1msvg6 
7+2aCm+qmM6GxpRaPbfhboXfVlblo9UMngdDlZ+KV5VVHjwbnXl5+Sk0C5rNBrVaOEYmx0eZsXxf 
TjnuKP7poiuZ7T3DtXf8nqZXYpqshH28PITAJ6hVgHDv2fDwBLstLjD5co0vfv5Rrjh1C56uDHL+ 
LS9w4pvBD3biO1ddynazmnztrPfx+etvoikkRSGpj6+nNnsZH/vomWzTW0aKIsKvUa038EoFaCrX 
fp1qrUa9Hv7JINUlCUvZSyBXKRm6S6hztMwpJ0AGjI6NQUcXXlBjcHgMHJexkREmmxKHOrMXnEh5 
9R18/85HefSuG/jJ6tUce+SpzJJDXH7DL1hx3y386P57qBS6qU+UGZ2YxC0AjXUMNess33tfusaf 
5tmH7iXwOqhWJhitTALQmKwwPF4Jm7A6yUh5Al84CAm+hGmdHvXBdfz6/qcoOwvZboud+e/b/5MX 
h9fxrVtupn/JPLaeWaDaCBCOgwwChta+zLMjTQb2OYqD9+jnqiu/wYLePr7/64dZ+eeb+fYDj1Jz 
CkyMj1GuNfCA5sQ4FbdE4/G7+frF3+PFcpGS1+4Z2pv2RunVTpv6RuyVTK8nWkF/u+77TV54+EH+ 
8Mxq7v3Vt3jk4dXsvmArJsdGGR6fCAv1HMDCvhLfvulGxkaf55Lb/8Cy3ebQu+v+jL/8O26+x2Pp 
ocfw1P23sPKhfnadtZDxtXfx8HCVUz9yPqcfuA2/f2iYBQuPx5dllr7tBE4+4mAWLZ2B74/xrYv/ 
ld+vc+itDfMfF/8rv13n0Fcb4eqLv8KdLzbp8cAP4n7fIohkpPwv5
 KpgpEi2ixgnJGlCmjFnLn9z 8snsOW86rgsLorw999ufeQN91OtVBuYs5dJP/C1fuOiDVGUHp33qEnbC4+KrvsoFn/k8F16zO/vO 
3ooOUWbRkp1xRZGgOkmz4wA+evIRfOm8U1i07BD2PfLv2aLUZHK7xQjp4gOzdtiRvRtFHKC41Q7s 
Ixp0BnV8IWhOVlmwZDGnHr4rX/6H9/PsZdfwkX/8KOs++0ned9wJ9C/ag8+dfhqF8SHqwiVoNij2 
D3DwAfszhzrNeomT/uZURn6xkkNOOYFvXHYuD2y5O2cc8U62LzbpXb430+fOog4M7LwHe89dgBwf 
ZPWqddT98A2lrVmyz/Ibrv1m3ZzaSZsSJ3o1kpRBeIIA8OZDj+Ctd/6eay/8BAXhcd7lP+Vti7fg 
5ofmstfSIg1gclxw0YWf45Pnf4Fjjr2Ohft8gLMP3RPo4q0HHUnn7kuALTloj6Mp7LCEKoKiU+Z7 
l17KhWsCvO5ZfOqLb+OAbbpY+9SDvP+dh9PhSLY/+Qw+fdzBrFn5HNPrEuE3eOm5VcypS/AbvPTc 
C8yoBTg4BEHo9WyI+p/iY5TRMJhiNPi+z8DAAP/y5a/w1NNPUfB9JvyAifFx3vnOd3L6GWcwMrgO 
P4qLdHb3IBoVanTQ5TaZaEiGH7iX4d45zCis5aQTz+Xj37qGd+21I9XJSSqVSRCCzu4e6pUJRKGD 
/r5ORgeH8To78ZCMj5cp9vbSAZTL44iuXno8mChP4BN9Bkk4dPX00VkqUB0ZpOw79Pd2MDZWpqu3 
j2ZlnJovk7Ubjlegt6uLytgoNQmFUie9XQVqtSZBo4Z0S3T1dFIdGsTt6SeoTVKp1ij09tPpVyn7 
Dn29RSZGxmkG2dXom5I6Ozu5/X9vY2xsjJPe+7fJ+hLbQNuQt1yb8qZqY9JfCna7b982Bm9e2b+W 
XH7z6zuo1qq87e2HMrh+PVJK/vfWWzjqmGPxXJf16
 9fzqfM/y/Tp0xHREcjjI0M4XpHLr7wSDxiL 
v03oddDT6TBartPX20VlfJyGH9DXP0DBaTA4VKZvYBoFp8HwyATC7aKvx2VocJTegWnIRoVKzadv 
YBq18SHqosRAp8fYxCQ9AwM0xoapBC4DA73Ux0aS68b4KBPNcL1hqVTiv2/4GXvssZxZc+bgN+17 
NFt/jDIWOiTrJ+Nrm34SQlCr1dh7rz1ZsOV8Sh2dgKReq7H99tszOjJM3Q/wXBcBTI6PIYWDQ5nR 
QNLR04esvMC3r/kmq4cnOe6jn+TtOy4KG4R0IVdlfCz83lutwstrynieS6NcThYt1stlaoSLLeVk 
mWEZbnJMliDKgPLoIGOBxPE8XAJGhsdwXIfy6AjCcSKFFB65EDSbDA0Ph2UF+LVJBicr0SfnHGhM 
MDkxjuMVkKPDCOHguC7N8VFGhcABhtZNRnvSsscBazJuI22qpbShiyHNOrY822CP4b+SSwI2tO6G 
lN+Yenk4Wy0JyMMRP5GBpOHXKZVKHHHooQSBn7yMkkB3VxcT4+MEQRCuNZIQ1CsMVyWu4zAyOByu 
VRKC0eEhpBR4nqNdy+YEg4MSz3MZj/u0IxhZvxbhugg5yfqaxHMdhteuRbgeDg2G1q4zrkM8QRCE 
awWj2G47qeWG3FgiScMIAVJGG14FRAPNcRyq1SoHHXQQhUIhKe84DpOTk0xMTOC5biJ0x3UiFA6e 
J2hMTjBjn3dy8e6HEeDR3V0KP//ruNEHIsPhmNQTgkLBC+E5TrKyXDixAgIhXDwny47juCSncka0 
xLSqHT3mwXW9VJYibDiQKf2FiC/XC2WDhGh1uxACz4nfzqRnCMTbWTKdU9mMg8huyM22U9RAWtPl 
l98Yy8D2Bm4qeO0GcTd2kLeCP5XyaKVE88q3ux4qj4a861y80TjLwg1oNBoUCgX+5sS/ycAJgoCR kZHkWs3zpUQ4oQcQT45CoFjYJHUcR
 yQbf0GGL3+iL99KiJRNvJshIADLtQzdtvgPo6eGRISXRl7r 
r5nEnqAQ2sCMMoEoViLDVaJjY2OZDiyESD7lmzZA6srExYNmgOsVcIFq5K5lZ0PdBdIbVOi/1nL5 
b0jMe3tnSS+sdAhhXeBo4lc35ApLGQVNTgQvlHmxVMQfCV+5tjr/eEMGf6s3RRta/5VMrWht983Y 
VLBbXU+Fr50U16vVahRL4U4HiJaCSBCOi6RB0/dZt369Vjce2K36wcYsJ9lUOKFCiowZzdix92uY 
8uTJWHOQH1pSZuuMQCTGrvvsgIXUMklOpVMUkg2d2ID7DKkt8m2IdJpVPzZf02dAxZarIs5WdLTj 
pjUaDbbffjHPPvsMv/vtneyy61L8pr9p/t3m9Kom1/V48vEVrH7xBd5x5FGMl8vJhF4sFnh5zUvM 
mTM3HBevg3aOSRwZHqJQKOJ5hdQKadHJp/iaiTJ84jFoAosnfRn9E79mMgiLlU+GcBHDjoDLyIVR 
LSQFp0jBRfVb3+u4DB5jgCpP8bVI2Qmf67KIy8aWkal44ipCWCwngy6pytbkwYQduXS+79PX18fh 
hx/Bn++7l+t+/CNtkevm9PpLUgYMDEzjkLe9na6uruQLII7jssMOi7n/vnvZcsHC6Dz2135LR1vh 
eWHVc8ybP4/e3r7UrbTpkihNfRxuHEeKkOQeF6uMyMxAzcefwUeEUysr9HLqMxVGLAY1QA+xGWqH 
acLN5y+Wg9TYTd0v1dwVybOpkunu6fgj/Sj0snEMTSIZmDaNI995NK67+bj1130SEPgB5Yly+kki 
KZEEzF+wAMd1eP6552g0Gvos9lpM0eTpOh4LFy1i/vz5UUxYMTY2xFJK/e24bjr6NJ86B2paL1VF 
rcZngo9UuVjLtYCi06WD2JCAa+ugJLT6BvrGxBJMRanFkFpYWDGuRqPB8NDQ624h4OaUk0T4tjl2 22KPRUrJvPlbsmDho
 lebwg1OzWYzPFUjdqSmeFnQ1vS6sa+iN/UV9msttcPPK8Wz+tbItRz4tTm9 
vpNpUUgZuuzJ+davw6T7MvnJHqpP1mak4KwbCPNm5zg2okWUWhCr4csf0lOtmUliaFJHqOZNBTfv 
OnwQWnJSSivvec9bJa24NB6Y6LWXF/k7sLN0p4LJ2zxqqxvzk/sWZornYfVWuGjbA7H1u5ZtlVtX 
h9EO3lbt3RYYmZY169jpbv+omddTarW8RE3520yUeJD+WtoIcETxGpsukaRf/wiD4YYdEQeTo2hu 
GpdRcCjR5ji+ZQRhDLrSDbVWmjHoTfCD7WOU2SC7GiWLL0OaEjdXDy3pA88IsmUD8zpODb8qY5UX 
A6E1oB9LwjZRaTwKRUQGcVIvnJRVedP6TUSMhi+x4UGNUZompsqaUAalMnHp7WrWS2WS9IeEHSVI 
YBehQqrS5zLdN0dRWNo7DYGYfROLfLKkaDAUHsNhqCydsY4P5ZnGQ9QGMv+Q5VZxXF12lrFtSVqf 
yCmTs07JwK3qHGH+WiCLvOtWZS2jRWgF7DAyIC0CFJb8vDyTPyXp4SS1ARQz20KiVfgbUyaT14JY 
G4y84jmyyoTPbO2xwfgMDWtTBm3SmtBnxZnTzkkFaXmexaW1ZzttllNOG4O5fdN4MBV8mzK18p0+ 
s/bhKZo0N7XR/bJ1psbZ8uiSdEbauCRaSz8H38Zi++snnR+7GfraoL7d0bNhUP4aNTfFLdkUWbdb 
9y/VnvlwbDk5mtqiwKyTZNt0yAyUjU+tYWxIUGMKpaTGejY1ted8vzYGtT2p33zLa4S/iKg2Odn8 
M8vjKaoqDtAm4v8LpzREpqQNpbG98lNy0nZMbEMACHtepqjqSm8MHVPXarvtp1ASG9I6GxTolphB 
w6hcpn72UtrKJWBi2K3Lx+VsqJJAYkyWEUxM8nLw512b7r4Z6JbqnxEQlcav+jylW8mPiNfujbKt 4Cog9
 HyzHXPkGP4Z7dtGoDvbTmp1PdeUp01f5rVRS8naAtG2uqYwc+qocKUq1FyaWqQo5mIPdGd5 
j6GaAXGVnzS/teGQfUGlY5MZApR+bWl7aSmn/baQa7tTlVUptehG2ZzMqFKEmtH0rcgy1JEqxExP 
bgVD/cuDPxUNluJT0d4OWVPhNCQmM/TkyTOWmR2unXMTlp1GsxNOaTZr8spTmylCOZXszLptdwc7 
fhn1rZYoW8lhA3I0nFrZPA1CVs5TMCvVf5KbnL6vwVT7h9FXTBAZjW59lE0WZZfSkl9tisWTisea 
BP2EXk4Dnq2X5uR/9UAoG1mT1dcJ6DQyF5drRXMMJy/PZki22vCbvsSJeJMRCJlCk0k9nb62omg6 
Qj12qSwqDcVgmur2SKNWT7s3I9ca6jBJCz3aGx2j/VvwlJOb/sZybENQ9kW7+fyYdGoytSl4tZYW 
Ck32NthpakOh5u/7tPVpobS3HVfmBIe402SIV8tGD4xy+k6ELB7d8hHZPiX0HL0/Z+lop7GnOE8p 
/XSAqeOFUibNlwl5WV0dl8gjSp1PZKJd1GUFKg61m5gWgFRoyNIirTQIhRcr/VHj2+kPjyaJs2yK 
yd6t7WXV8tJ8kKktFMnFylcmyhJ0aUmjblyrpQEUFZBCkMeJTm/afiYYnWahVba1qd4W2fZJVpBk 
9EOr/qYrQpN1odCj8pbl06iXQ7e9n+p9LmO3RIiEFNo8ka2rEyWFiVUpEC/DkDGTUTlhp1sqD9JW 
0yecdAWP3i+EkqdPbGkbGtQlKUcpqTZF2r2NHWrKcwxSjQ6q3OtDQy+lkSwU9ZFoY3P4kVBlU1bp 
rz547SpN33GWqlllVkJis9XS8Wdukklx2NWkubw0zUutIqVlLXj1YafiN0OUapvqtIFiISrrezQn 
R5i2rlou/Vc97kYvp9OiDWwRPxNafpyptkuaH7WHsA1tXf3ZuFdTxr5N+ps6heljIkuTid
 kcE2Yf UOUgMVojHegCK/+aclY6vDkONRWjrmdSYOkjRx/Txigw+iuGtazL0fQ69GTTGmFqeUZ3WNGsLPRy 
2nixNZLSAFYTToWaCjBUrMIAm30XoJny1hLt5WWuM2avTGgIM1RlKnR6Ey7C0tbzlDLl0jKmBJOJ 
zRBHpqG1DqwtezP4VHNFwl4We4ww6gdCbWwTciyXqCsnM6Nt0BrJkF1eOyVKSCryjGeEjH/UYkFK 
Uj6ba8o6HZpT9Z2pnuf1fX1xYqKk9FnaUk9Jmi4w6VXKxqaLaSmZ7rnazFqe2qdENttGV9KFwoLa 
Bvec1MZxuCLhQ02mnrXrvKzGNTuz1EqmOalrq5z6F99n9LWV6pwyer5usxkzkJIXN7ZUKsZjNB4s 
0gJzqvtM38vJT/oSujxji0HHEHKRGU5ChZ3KVMTsWWhVBGBtQ7NYai9JWvuEadqQYLfmssQ/8fUG 
rl1peYiZNO5bEagZlMrppfEzYj2YB8Pei5N/ZMuiiUx0Oebj0vmL6raQnZ5neXMrzYs0xRN2eJ2d 
KmMK1Cf5x+GqS8HjoK5m/oXgrLOagiV/7lIITRpRZvJ0CFl8CSVJgFykQk8ziRWdbeZWtXh6jcEr 
Wm+18hXNvnk05t0nzyL4qoWYN6EI7d9sI2fgxu2YaI6caUTlWe1kItse1t3eMt36EJ86+v+HFB5S 
GGgy0ftmeuTyG2Ef21QpWXoSWdnayxYjmU9abDMxzxlW+7LuSyh9PIMl9pdTFyeuHxeUiv7TFZPN 
ATG1alzG4ulptMdlYyyqXSIsZcPBaVq2Ivm4pTmTJrNh8iQlItlbFNnkaWzLsPkSizAur3GUabyQ 
Ns1GjrYRGCVFSnBWL2et1+SZabohSfcpSEPmCp2RMqrVapTHxzM43lgpDDWUOkr09vYSSIGMzr1W 
U3wUyejICH6zmT/bvO5TqBAc16W3rw/P8+wnG+S9jiTXUtKDuunGS3VQGd
 ZNdGKkMjJVGqPBY0y+ 8aCPR7lm2cTV1QEqlDyRLRMjzLyqNdWYPt70sLZIXaWYpwhvohpkhFMzgSPVq5jpIcmmaW3wJkQq 
o6RWSqM2nBVlqC+wMzVkjCt9XxLzmZRRVIkuoXiDJrpMZeokxJXUSSSRnwjPAxoaHOShBx+g2fTD 
g+QNK/gNlSQEvs/8BVuy/Q6Lw9EhFbmL8CD+hx54gKGhQeMzZm/EJAj8Jl1dXSx78+6USiVdHihx 
UlLLOk65b99SV00ZZKb7pg5Uc/YVIjIM1Nk/vU/I1/AkPEUgoot4IMp4dlaHUGqNxOBjASS4Ffqz 
loHlaxXRf6alpg4/lYzYoIkVjz5LKhAsE0OMWygKV5OvYo7oroFqxikTg1DllJZLThCNFYqajwIC 
UxYKJ4bpaLpv8X2tVuOxxx5l4dZbs3Tpblmm34BpcP06fnvnnfT19rHF/Pk0m81EDbuuy5OPP07D 
b3LMccfjFQqvKq2vRJJScsf/3sYTKx5j12W7Ea9IT/qdspvaHBY5x+G2NrbVWRzj2kwZl6MFXBv+ 
PFrMMlPBaYcG2aJM3n0r+MJ41q5MTXmq9zYLyiybR0u7POTJwSa3TF8QgsrEBNXJKkuX7hZ+0dUW 
e0oAhJ3V9bxcWeZ9vPC1kUIJzJg5iy0XLOCFF1ax5cKFNJvNMFdKXMdl1arnOfAtb8UrFGi+pvnZ 
1BROfJ7nsXyvvfnlz29gp112TdzXdsZGG8fhqte6FZA5gjYxHWLryMgXOdv7EnzhIkTdChEKWBOf 
DtsAl5TJtVxM/BouHUuyTsl6HK6I/s9Z+2urYtBmysfOU1aeGkcW2vNkqUNTyigr9aQS8E9oswbg 
DKWnut9Stv7sj5R4nkcAjDz+BJVVL9CoTOJ1dtC95Tz6d9ghjEs0GojXpNujyMBx7PETkcoQWn8G 
aVOSBNwc2Op34P66SWi6IvkQZZobXyjP9NTeJ5YUC38qq0
 Wvra9raGUtpDGPtJStvPlsqnuzLi3y 8+mKkzKoVTdmCpg2GlvRMRW8VuW02FGSsh0hN9kbcoPokBgWVs7rZuE4uJ7Hy3+8hye/einO808S 
rFsdfuxQSpg+G7ZawnYf+jBz9tk7/LjhKza4NjxNvSRBtlmu/aQaEI5w+PV9z/C7B1bSUQw/1lqt 
N9hzxwUctvd2+P4rLLuN5LONbSZhbCg2EMwBlb5ZstVXQ6UygmOfXdV3Unq++XWPjJow3JfsSgid 
5kxYXMOVqMYIjfpyS6BvJ0mtGp0yU0Zx3Nm04FKe9IEtcp5nriPFqL5sCOPmOTKL2pEcmKh8q8/T 
6poyjpPZBmayLRuIg70P/suXWfPtq1g0p5Pp04p0zZlFwQloCo9qA4ZefogH33s8c874MLt+4lwC 
x7G+3Xp9JN3y3tRkWqEvDY5x1c/uYv9dF1JtSHyggeDyn9zNIXtsg+O8wjKz8Jj0TaXjteW+JTCV 
0ae5FRrefEb1r5kIDU5aRseW3ahhuCwW7WcOkXwc2XyRkyOsDCtL5y1rIPJklKOzW9axPc9c57lv 
eTJrKf/ovoWlJHIL5Csm2/EXcZ959GtfY/0lF/HmfXekUF4H61bj4yPxwXEpOh5zuqcxbZe5PHT5 
l3ikVGSncz5C0/fBiz6TLiUIF89N6Wo0m7iO2NiJOstDECTBab/ZAMfdSCtAd2s3JQVSUvA8hscr 
rHhuHfvsvJCxiSr93XrHG5wAABxASURBVB0sWTSHux9/mWpTsGTruTzz/Boavk+H4+EHPo5bINZP 
0m/iy/Dz9Y4Q4Ps0IpdaRPlBWyZ2a37jtPHuWzwDx4sa1Vc2xuLJrO0CNtdGX/ltoovLK41mIdgG 
I4GvvVaS+ps/45WTSUPm7ZtaT4nzaLupI3hSBxQNfJP3rHUEFrlE8ONYTtIOSlk1bpXnvmGUSxfD 
StJVDjmr3jNvIi1IDLmZdITVcwaglLiFAu
 seephVl13Krrtth3zuCRqjYxR7wJvWQ6HYgfSbNIZH 
aQyOInqGWbJkPvdfdgmz9t+P2cuX06jVEa6D53ngj3DzT3/F6nHB3ge+lR23mk290cRznQhlEIlA 
JAQKlC8yIxIrQgZBJB6R9H2vUODRu//AGunylr33RDYamsWfFWKevCzy2IgkhKDgeawbGudjl/+K 
nq4i++y8kEJkfQ5P1Fk/VmWy4dKxeihclkGoyDyvQH18FT+/4Tb8vi05/Ki30e9BdWKCZ59/njnb 
LWa6JyiPrOKuJ0bYZ/dd6KKJvxEkbyyb9qiYFuiG0EKInxnztZTZxlAUklIyl8r4Vb3dKjCDZPkw 
UjhCm9H1VbQW7a3k6aupRYYJgSAbcI/W9QihUZ5cmUEWDaS6ZECn21Simc08iTwjBLHuNfGr7RjR 
b7OYhILDSo+Gs7WVrMFWlw1EMaFHPvc55nWBs341weQkvZd9j+LJH4TxMsKvQW2S4nlfpePj/0Iw 
PIpXHmZev8cTl10WKQ0Zflpq5BHefeiRXP3z3/P0g7/hnz/8T3zv/4YoFrzo67JO+KHOIMB13fAv 
+uqs53kEEjzPTct6Hrhe8u01Nxrod9/yK358863hgAlevc8ceW5I072PreLCa3/NnFnTaTRDma4d 
LjM4WmHNUIXVgxVGxyeYN1CkWHAJZMj/+LN38I5DT+DmPz/Jr//zqxz97tN4sQGFoZf45KfP50lP 
wOgKTjzmJP70zBjdLjT+orEoqf1YeWwNwHR8bEVy3qiRdZRa9eHMgEuuTRpa05RPjR2erYR6qdOc 
VRhT4czCaE1BO/kpXEP9iDweN9b8jmvb+W4Huum+iUKByvAw/tqX6Cm5NNcP4XoBYtpsSp+6ghrQ 
uOFqvI99He89Z9H8zr8hBfijo/T0zGZo5VOMrVxJ14IFCOAzp38YZ8+/47++dBrg8+KqtZT9Ll58 4Pfc8L+/Y6ha5G3veh/7LJ
 7F4w8/QmXseR599Ele9qdx2ntPor/HY92Tf+RHN9zCpDeHgw89gT13 
KnHzdT/mnsdfZNf9j+SYg3ejVCrR6ZcinnSLOuF1KlNJkcmGxpQCKcM3a8Lhhjsf4qe/fYpD9tmJ 
beb2ceX1d/KBz/8EgaSvu4P7H3uOHhfe9Zad2G+XBdxy1wpkpFfOOfVcdjjpYq780OFAlYtOO5rz 
L/kW3zzrWCZqDYbLQ5x21Ils9c5P8IkT96NRr29U/Mvmtocp676ZqeXRJWlt0ylQnsvoudWa1UPX 
qQltwMB0dURSXx9kWQfOPD3JtuFPzUuhmZaTQVfkikmp8qa6ISgWoUqDmlQ3SGDbZmLSmOXR5qSR 
wjVApHF4q3OWoW0q5zLEo7RbwndaLnXip06e47D2wYfwhtaD1yTARTR9Rj9yEv3fuI7Sp66gsc+h 
eAcfQ+2/rqbyb58kKHXi15t4BPgrn6L87Ep6Fi2C4B5uX/0cV156LACNhuRN82bjOC63fvdpmsUZ 
zA0e45/POY/f/eoa7rzxJ3z2W9dz/gXnced//AfrOmfyueN34/TTz2KLg97DVsVx1r8UcNPvLubK 
O4c56cjdufr8j9N7wy8plYr45SAVzSsYaJdSUix4yCDgiv/6PX98YpBD9l1Kpeazan2FM44/CNeR 
dBYE3SWXzoLDFrP6GRmv8OK6UTzPAaeDYPwW7pmo8D9nHhZae04HJx97Gqdc+zseLr+X6eWVfPy9 
7+foI/+ZL5x7Is1GHRxnE6e0DDek48sOOSemBGlMKRZMEpbQNafNUkre4BjKwxo9VndV5we5U7B2 
yykNG1mO+lDysknlU7k2+I8JkNGvsNApE5wGjQbf5irxRImYdCqKTy+bw49I1ZqWoyiShP6sb6fg 
UPBrRYR2HcsnVYJ2xWTOmBPPPQdD62F6Cd+XiI4ummuHGf2H45h+4/0UDj6G2p03MX7umchigQCB Xw9wfYk/PE
 xteAQXYOIJOr0Cs4MisQvr+wF+4PL2U06meOv/MD7Zx8Q3P8HjQ2WKhQK7v/vvOOt9 
7+NkZ5APP/4wP7rlLgpbHsOVF348ou4xDr7wf3jv2Zdw+Dv2YOI3P+KbP7iP490CyFoqF9muXWRK 
1y6TVqlQcJms1vnEVbfRdDvZf69lvDA4QVdRMCIDxiaGKbpQKkDJExSdgEq9Sb3ewA8Cip6LcKA2 
8Qj9xR5mBYKmlHjAvKJk3stNyhUHf82jPPzgGF//4jsAaPoyep+wKZyayeqCaKnld9+EpX5bE4Rm 
WbThNCkWnamYrGBbwEjKbQDNefxlxnx2pLfIby+J3JvsfbvgM+UUnWjRmXpRG/85TZLPb6hggyCg 
XqviuG7SsQPPpWObrfGnz6bRHA0VzcQksuDQ++GLcBdsQ/OZxykddAS195/N+De/gSy5BAE0qg0Y 
mI43fYAK0FXaiYlqkydq42zhFylXqnR29tBRKPOh95zM+p5FvOvYQ/G6B1hfrVCZrLPjrCISGC+X 
6WgIxkdWMn/WYUCDF9ZK5nc+RmfHJHfd9DMe+t311N0lHLt0a+r33E4QCOpAs15DGgs5vYI3xUpt 
QbPZpF6v02jU8xvAlgKXer2BI0KXqN4IqPuSZjVgcLwJ0qerCD0lh+6SQ5cnQUq2mNnHfU+sZnpf 
B0HTp1BaxnDlap6sVdkmqEN3H09OjPHiFtAphnF2OZrPHPdWPn7MEVx+6/+wz1ZdjI1P4rnOBism 
129Sr9c2jM8o5SwtNa0WQWqgKzNuZIbl0SsjOMnZdmZgNrlO8ZnWlelKmvOT7ShYGz9xXham6nyY 
5pX5Wlmkf5onJ418HUf8xYgUe0qJToeNx/zOEC7bj3HJaPa2aRC1PYWRbzswRudHc1+1NhTJlUmn 
RCJlQCDTIz2klDQqFfqWLKbe00ezEeDXAxqTkr7zL6XntHMoX3s5647dj+of7qTvgsvo/MBZNEa
 r BL6gVpeILbema8EC/IkyFJdx7C5b85mvfJMJt8S0/l4e+fOj/PGeX/Lg4CRf+MplvPvonZDlZ6jL 
AkHQZGKygQAC2aQmC8yauQ9/uvcGJijwph4HvN3w6gMccPI/8PXLruSqK7/Guw6eQ2Wyhu/7BEAg 
U36Sv4jH3CSIxkqgyaOdv2qjSWfJ40tnHswOczx+/8f7mdNXZKImmdZTYtetZ7HD/BlsO286W28x 
nUVbzKCjWODp1cP86NYHOWT3rSg6VYoDB3Hw/C7OveT/UejuA9by1Wu/z+I9D2Dn/jqr16zj7e89 
i4vP3IP3vesDPLK6QU9R0Gj6G0SvKhNLr036bl7KXRKQdLfYjQHFf4vdo1xtFPVXqbgKUqVJaSjl 
oTDiKRn3QZIZc1K90EyutJy0DFTVCkBZAKr6ukY9c4Nqht/olbv1mGTQz342XWppXJi6wYYTSxNk 
fNeIv4S3uIzifmZkFdEppV5c1Uca4/YUB4TVDigbDUrTZ9Cx1VYMrXiIOX29NMdGKS7bk7HvXc3g 
eWcD8PL7j2b2NT+lsNs+NMavoNjfy9C6Ebx9DqV70UIaY6OUK5N87F8uY80Z/8Rb9jmQaZ0+Y4WF 
fPHyKzl+2Q0c/4592HHnXRmuzaHXayLcAiUv2gzrFvCbgn3fcgpP33gjB+7/Fmb1zuLov/1Xrrrk 
bE4463385xULmRge4v0/uIHu7k68ydhzk5m+EEhVYWdTMlXlBoBbp8laA9cRfOjde/GTOx7hut/e 
z15v3pEdF/TznZ/dScFzifuxRFL0HGYPdHHKYbuy787zqTV8fNHkC1+/in/8+w9zwFt/TDC6hrm7 
Hs6/n3UyE889QHdfDyNjkqM//jWeHDyVU888n5/94MtMdys0AtHCCswmKWUok0wGehTAksTxxx4t 
P3vBRSxevANjo6PhStt4fUwc64mA2w55yywRDinS6ocl8/aNoceUJOmreMN9sK0
 GVWEkNGJfp5Qn VOs6Jangi3qUalMkSjoBEuULRakqeRkZJVlKYD4NfqX3SnxJCiOIb1PQwoCpwpFSOWHGTqPtlIBk 
ojCUve2UANd1GRke5k9/uodjjnsX5XI5s9fLKZWYWPUCfzr8MBY2JyhMlpG1SRwhcQoeouBBvY4M 
JIEEp1Ci3tHD810zWHb99fRsuw2NSoX+gX5cN1Qyw2tfYH05YLutFwAwOrSOp554ktLMhcyb2YMg 
sk4Az3WRvk9TSgqFAiXHZ8VjK5gU3Wy9cD4DfZ2MrlvD48+som/Wm5j/ptk4gU8gwfXsCye7urq4 
5+67GR8bZb8DDqRWqyUy6ejo4Oabfsle++7HjBkzaDQamfpTJQEE0W9/byd/eGgV373lUZxCF83J 
Eb569ttZO1Kh4DpAuO6qs+TR3VFkstbA9wOmT5+WNN6aVU/TLM5i/pw+AMrlMtXqZLRIVNBRdBkZ 
GaPY2Y3n5HtDecl1XcrlMrffeguHHnZ44sJnjrhW+lOpVOLXt9+eF1MyFY1IZ3htsZzqdlnq6zgz 
rkUy+YqsW5Z6SHqAXA+YK5O2ovwyqlhbN6XTK826alkhEuMirSA0KyKup65RMnVQ6/u0jn7sb6xg 
Vfwm3+nMqGNAK5cJatv0msJf+kxVjrr8IgLNVtNSoJjyavKrVXq325ZtL7iQJ884na1m9FMQLn6l 
TBD4UPWTCdDt6aVe6GLli2uZ940L6N9lZ2qDg/QPDHDjjb/ke9/9LtNnzgzXGQkYHh7m0EMP5QOn 
nsr2O3fgIPGDgCBIN8IG4Q0eEDSbVITDdjstRciARrNBuTxJqW8mu+8xBxkEoRJxHFzI3XsXxK5z 
CxMglkWwEdtkYgkGwPqhcZZuM5OPHLcLF37n/+juLOAGddygkazDcl2XwPcZn6jiug4DA/1cc+21 
3PTLXzJt+kxc1wn5bTQYGy9zwQWfY+utt2ZychKAyVpAd08Pge+
 zMdsN8yzCzIRpsTHsR5co1kLi H8S927QqFIHF4K3rMBSvRE0igqMDijRz/GZPcY9sjZ7AQCkHhhuW3gtbXZHdES9V902NpShkJE9l 
eqcql1Sd5iQptRXcsTKM8WtvEyOlqU4yJuyEDKEsVIgNpYh2IDmhMuFDkb1quaWPLetyVPoUejTe 
ZJAoujgJoDY8TLDncqrnfJQHr76aRdUm07oGEEJCECA8F0cKhiZqPO5UqZzyAYpLdqTzsceYPWcO 
9VqN+fPncfjhh9PZ1UkQ7c6v1+tsv9121CYnqVeroSIyLeboOuUtoBYNRoTAEeA36vixQROHLVql 
JKbUUishA6nLtc0U09xoNKhWqwwOVikIydlHbc9TLwzz8IqnqDclhYJHsVCgWCxSLJXoKJXo6Oig 
Vqux3bbbcvhhh9HR0RGdGhC6ZPV6ne7ubhr1etLOUsrk+JWNSTKwx5Rs0jGfTbF4Mq4ijSsVWnan 
lRWhza3Ryonwm1UyujOstDwYWSWnwrHR0mqGUjhM3Jw4y+iYmoKLrScdvNCL2mkWNh4s91a4hsqL 
YMlMuxjApEWOpu7NI8Ayw1vxyGjgB5awvhD4jQa1iQnc/fZjVUcHa6//LwprX6azWqW/VmPY86h4 
LhOz38T6g9/CvGVLqYwME8yZjZSSSqXCksWL2X33PUAGakNRq04mbqO0xHpaKgSbwmjDd4lfZkwB 
GhkFyTfYH1LCIa7rUioUqNbr9PeUePN2s6nW63SUwm03XsGjUChQ8MKV6fEZV3suX84BBxyoy0tK 
EA5joyM06g2EwB4L2sAklbCPwYj2Y0ttKCVpuVIfRDOyZtLoRdLZOH8lqzqL65aSRD2iwIyrmBh1 
ODZObIsrLRzGFkWsmEwBx3GzuHAcW1ONKwwDT3me3Crs5fOEFjxP4cbyTM2fdG+bfRlpUtTIbdkP 
FStNi3Pl0JvCjNwVGWSeu4UC8+fPp7enhwVz57B
 m//0ZfGk1jWdXMrR+PfW+XtwttmDL2XNY3t/H 
9L5+Zs2ZTU9PT3I2UKVSoVwuZ/AKJ9xc+sqdIUTyRq112gT3LYLtui6dnZ10dHTQIyW+7+NHZxbF 
Z6PHHyiI3dW47tj4OHJ01Ao/3k7zF9BHCU67PKLe0sKo3HRLSdospfRXd5XasZRMe0Y3EVpbSiK1 
FDLysG1kyZYxK4oWeWl+6q5ZLRprnfjGlF/maDzF2tTvhQXDRltK0a+1T6ZATepznsRKj9wBGERr 
embMnMnMWbPYptkk2GVnmo6DDzhBgCclDiIMfovwnGtzLVDegWmbuul1Q1NoKOVbQPGq/vaUVys8 
el3XDffw2fJNpSwgOi99aribmuLD3bJwp1bGbZw8Gaq0JMSkvkqOerh5eo/xUioUhlHSxBd34tjy 
iNWgefxJZoaP4atv+QyfSA8gZ2mwbsiN6UriR+FF8gZRJjaSwrceO1FjLablgyaX1JJSOTZfVKiK 
Q5dnCjHFleam7y1S09kmR61MKIDEIrNxY4udxc+FEDSjo3CtpzFGSY1bCCEQzSYFQvPfB3xAVvUy 
r8UkI2tQXSiaZoLjuDSD8Nxu3/dfs3z8pZIQAj96G5t1nlvznn90SVw9UkyxOxUHpUW0IMeqXxO8 
UrPWUtAyIVxbwyLUPJJgZDo4Y3iqj6SqM5HA0YuoAyoakJngZ+z66MsTUAYyUqEBRanIlF5EOlmq 
rpVEJIeypXJRgsRSVzBSiOhwuIhWkXKo6ET0GIjU3MGENmKZ6Z5YIgtlf18cG0k+EhAnkcoqAZJI 
IZ1GpJR0dnXR2dHBg/ffz5Idd1ReQrTojC1nan2SeS0lQWitrXnpJQbXr2e77bbPKFo/8Jk3fx6P 
PPQweyxfTkdHR/JC5Y2WYo4ajQYrHnmYuW/aQp/8ErazU2ucWi4J0L/lpefFU7suV6H9hMUVWGZg VsmPSFYcxWybmRaQXt/4tdBgdT1
 My09knyd1hX2tlXqsi6pEE6hCgWHisdCoFs97jSBE+iTLlaXd 
1LKqbEyrUr3Xot85ba3cx3GEYrHIjjvuxAMP3M/zz618RWM7r3SKJV0oFNlywXzmzp2b4df3fbbd 
dnsqExPceccdUf4r616+UimWh+O4DAz0sc222+Ao21TUM62ii0xPanFKgOkKRNaEptfyTLHs81ZG 
WwxzqmbKc/9SClUaMai3sZ+Fm3edwZPVPqQ2S/szYFaean1daq3412HmUaBSOLUspho4Jj2x5esH 
AQPTp7PPvvtSLpeVw9TeiCnkrVgo0tXTkxzzay7CdVyHpct2Y3x8jEajSTtuzOszhfJwHIfunh4K 
hWKS067Lmn9KQDywY8UWuwVSvSFxn3SDJ51tw8axuyjJuidiN0UfBtr2FhQYCrIYZmqPqWusUtrj 
vIQlxQpIjQmZun3KGiwl5ERieZp0xu5WVDfhz+RbcQ3Dw9Z0aySURMxDWiekWxFy7NrppGQttUQL 
Kbxr40Fq7SViWszGSGiMS6mLR1PpxoopkJJCqYMZHZ1vSDdFTXG/VIPY2k6IyIoUjsPAtOlveHkA 
IPU9j8luEEjGfZ4c8r/7lgBRYhFxXmTip0FgraY+gyoB6PA++SfJN2MxkMaw0viLMm7VlAz8CL9A 
6wwp7Uo8x4LfDCqrSkxBYLVlNNoVraDCUmlFcZGSxZpqfE0N2scuoTTuNY0Zx3pEwr8Q6WQRileN 
k4XQozC4IXt9RkuLx4oqCVJpclOBxLzIIODVO6Px1UkJ74mlpCvrVkH/N2pK+rbaV1tYiW28fQsv 
0jEgjHJZ09xmpglI3yrbiI4tJRvNQi/XimZzG4qel48/cy3igWzQoFk2Oo25LmiLiVF9Y2fbZmLC 
bwnX1H3o97qyydIf/ugKO7YCksdatl3OkJ5PZSb1jaGMFJm2nYZWQYH8NWrZNXD6BqiMIyzt/dTE bQYy2km288bMsZP
 HlR5V1a+yZKR8ZNasWbjQcaXlbOsHU4dB3+tqBhBSkqaQUU5ftaW8RQvKT6Tt 
Y3dGHYxSbXYFk0wFq3c0OyWxeyMVDaC6ZGY5G2/pzu10piKTZ6dBSr2BdHwKJkkGdgwzkY2Rp3Og 
1sniiOsn5aXeQaVxr69TSqUVt1sKJ4WnyslGU6Z9M7OE3h42/mL8tgV0Gs0Kr5Y5yIBp2bg8xRu7 
ZPhlZJofmcs8l5HVbsGVv0AwC0OVvd7HTN6VUITWFOmq+Lh+1lOJOTDbSCS/ZnvqfRytz9nWGOX3 
TRWfLbWzTjBMOR8OgHS2i9jUZmHFFZOqS4BaSHH8IsY1Hye9Fga+NKnlDNxamTAvninidTJqvXQW 
kQYMFa9yHbsmmlujy8JOQ5buVEZZ/jNrpDT56gRk9xOq/Mjk3vbiMEujTrtWVClrzsxqG1rhKC5d 
2A4qv8afUC1LacCytb1eTLeZ1Ho6DGHKVJp2oq1fpMVTOWRpsqs3A56I14sJpS9i0CaVSUDoPBu4 
1LFoUZUZ+s2xrOQqMMwxrY+FDCZjLMb9xj5GLW3VQpnnWEoCpG65SBlrVhGZ3dFza30DllIu5NeA 
JyMrxEKHNltgaYWojIzLmuMfNS+2doSRl+JP6FJ4VvmKn0vjOUldofEXpqi8uio6waPUTWgUCQ8a 
rSrKpKJI+rJEqauWi9oqpEMYMHWZavlSgCkr9DZMZK7JLcUtVXlIpd9k5gZDXlo/I57WYnWZyhET 
d/wspUsq8rbNadLaZrGMRfJLDMuQh5liXqXSjnEfUOWTykHhVyEykWNcT4Wv5GdpVurF/cNqk6av 
StQxEvsUqTwsY0Htw1LFZStro8/er2Gq43DVR0L/tZWx1jfK5cU74jIagcKgwYZQWB9pDzM4W+DP 
0K4SJFDezmUBZmTUivap5BLja0W3NMqY9y3gtnWvjxHrewKTNk2GtnGg0CUh/0C8nH5m629G/F2r n5R
 XAUj9ubVfqTCEUVbNtygGK25pocUsawxYu3Vj0GUaMC3a1kKpnSbdqMzA1RG07heZKi36Tpys 
llK8rSDV1JEvrOSl5SyTj/Jcav8mJZQ7FbYBxzSyM2Z3Wibx12P8lpiS4pXrEIyyJl1pXioLnQYd 
DxlupVZSo0R1aRU60zwbbTo0XRoyK0ep5pn0mzD19s0vK432V+WW0qvLw5C/VCVjyiuf9xSKLtes 
3FM6M/EYg2uzroo37E52muwvXvSySd/LxJRk0qds8mknpmTDbtKv851tQx1nTIdOZ0ZiZt9U4E1N 
VVrDljy1SKp00DqWQonyo3fI7EBINJoxsHM6ubSXyXShpBHVR1k4UmXClmcVsp1Gq5lswNcGldRK 
pfnS8iyDD41HadYxFZNJm63dLOVaKiZpe5btB+pzU6ZmMNdCogWG2e6tYGZlZ5d7emFOSfagbP5g 
scHPh9Mani5Pc4yk9bLtaOPbfGZve1tdK04bB9Y+oT9T3fbWikkrCKDFSz2kxHUdioUChUIhd9f1 
5rQ5bU6b018rCSEoFIo4jsCrVCqMjIzw+IoVjI2NblZKm9PmtDm9Kqmjo4OR0VHEv195ufQ8L/Gd 
N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg== "
-       height="349"
-       width="293" />
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
@@ -14347,514 +14369,507 @@
          id="tspan47232"
          sodipodi:role="line"
          style="text-align:start;text-anchor:start" /></text>
-    <g
-       id="g47553"
-       transform="translate(0,660)"
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       y="-1380.1378"
+       x="204.50002"
+       height="186"
+       width="393"
+       id="rect47026"
+       
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999982;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       mask="none" />
+    <rect
+       inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         mask="none"
-         
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999982;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         id="rect47026"
-         width="393"
-         height="186"
-         x="204.50002"
-         y="-2040.1378"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <rect
-         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect47228"
-         width="219"
-         height="33"
-         x="365.5"
-         y="-2025.1378"
-         rx="3.0000002"
-         ry="3"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <rect
-         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         id="rect47287"
-         width="219"
-         height="30.999998"
-         x="365.5"
-         y="-1984.1378"
-         rx="3.8039246"
-         ry="3.8039243"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         sodipodi:linespacing="125%"
-         id="text47246"
-         y="-2003.7721"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       ry="3"
+       rx="3.0000002"
+       y="-1365.1378"
+       x="365.5"
+       height="33"
+       width="219"
+       id="rect47228"
+       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       ry="3.8039243"
+       rx="3.8039246"
+       y="-1324.1378"
+       x="365.5"
+       height="30.999998"
+       width="219"
+       id="rect47287"
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="223.21881"
+       y="-1343.7721"
+       id="text47246"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan47248"
          x="223.21881"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         xml:space="preserve"><tspan
-           y="-2003.7721"
-           x="223.21881"
-           id="tspan47248"
-           sodipodi:role="line">Special type selector</tspan></text>
-      <text
-         xml:space="preserve"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         y="-1343.7721">Special type selector</tspan></text>
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:linespacing="125%"
+       id="text47250"
+       y="-1303.7721"
+       x="223.21881"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-1303.7721"
          x="223.21881"
-         y="-1963.7721"
-         id="text47250"
-         sodipodi:linespacing="125%"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           sodipodi:role="line"
-           id="tspan47252"
-           x="223.21881"
-           y="-1963.7721">Identifier</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         sodipodi:linespacing="125%"
-         id="text47254"
-         y="-1923.7721"
+         id="tspan47252"
+         sodipodi:role="line">Identifier</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="223.21881"
+       y="-1263.7721"
+       id="text47254"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan47256"
          x="223.21881"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         xml:space="preserve"><tspan
-           y="-1923.7721"
-           x="223.21881"
-           id="tspan47256"
-           sodipodi:role="line">Speed</tspan></text>
+         y="-1263.7721">Speed</tspan></text>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect47339"
+       width="219"
+       height="2.9999974"
+       x="365.5"
+       y="1266.0652"
+       rx="1.427389"
+       ry="1.6451885"
+       transform="scale(1,-1)" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       ry="1.59375"
+       rx="1.59375"
+       y="-1269.1277"
+       x="365.53516"
+       height="3"
+       width="60.750004"
+       id="rect47341"
+       
style="color:#bebebe;fill:#729fcf;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12000-4-9-2);enable-background:new"
 />
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:type="arc"
+       
style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.86724788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path47343"
+       sodipodi:cx="312.375"
+       sodipodi:cy="290.25"
+       sodipodi:rx="6.875"
+       sodipodi:ry="6.875"
+       d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z"
+       transform="matrix(1.1530729,0,0,1.1530729,71.0256,-1602.7446)" />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:linespacing="125%"
+       id="text47355"
+       y="-1221.7472"
+       x="223.21881"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-1221.7472"
+         x="223.21881"
+         id="tspan47357"
+         sodipodi:role="line">Flux Capacitor</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       id="g47384"
+       transform="translate(-4330,1545.9999)">
       <rect
-         transform="scale(1,-1)"
-         ry="1.6451885"
-         rx="1.427389"
-         y="1926.0652"
-         x="365.5"
-         height="2.9999974"
-         width="219"
-         id="rect47339"
-         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         ry="2"
+         rx="2"
+         y="-2785.1377"
+         x="4695.5"
+         height="25"
+         width="94"
+         id="rect47376"
+         
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90" />
       <rect
-         
style="color:#bebebe;fill:#729fcf;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12000-4-9-2);enable-background:new"
-         id="rect47341"
-         width="60.750004"
-         height="3"
-         x="365.53516"
-         y="-1929.1277"
-         rx="1.59375"
-         ry="1.59375"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <path
-         transform="matrix(1.1530729,0,0,1.1530729,71.0256,-2262.7446)"
-         d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 
0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z"
-         sodipodi:ry="6.875"
-         sodipodi:rx="6.875"
-         sodipodi:cy="290.25"
-         sodipodi:cx="312.375"
-         id="path47343"
-         
style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.86724788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         sodipodi:type="arc"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         ry="2"
+         rx="2"
+         y="-2785.1377"
+         x="4744.5"
+         height="25"
+         width="45"
+         id="rect47378"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90" />
       <text
-         xml:space="preserve"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         x="223.21881"
-         y="-1881.7472"
-         id="text47355"
+         transform="scale(1.0113976,0.98873084)"
          sodipodi:linespacing="125%"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         id="text47380"
+         y="-2799.2744"
+         x="4656.2646"
+         
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90"><tspan
-           sodipodi:role="line"
-           id="tspan47357"
-           x="223.21881"
-           y="-1881.7472">Flux Capacitor</tspan></text>
-      <g
-         transform="translate(-4330,885.99988)"
-         id="g47384"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           inkscape:export-ydpi="90"
-           inkscape:export-xdpi="90"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="rect47376"
-           width="94"
-           height="25"
-           x="4695.5"
-           y="-2785.1377"
-           rx="2"
-           ry="2" />
-        <rect
-           inkscape:export-ydpi="90"
-           inkscape:export-xdpi="90"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="rect47378"
-           width="45"
-           height="25"
-           x="4744.5"
-           y="-2785.1377"
-           rx="2"
-           ry="2" />
-        <text
-           inkscape:export-ydpi="90"
-           inkscape:export-xdpi="90"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           xml:space="preserve"
-           
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
-           x="4656.2646"
            y="-2799.2744"
-           id="text47380"
-           sodipodi:linespacing="125%"
-           transform="scale(1.0113976,0.98873084)"><tspan
-             sodipodi:role="line"
-             id="tspan47382"
-             x="4656.2646"
-             y="-2799.2744">ON</tspan></text>
-      </g>
-      <text
-         xml:space="preserve"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+           x="4656.2646"
+           id="tspan47382"
+           sodipodi:role="line">ON</tspan></text>
+    </g>
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:linespacing="125%"
+       id="text47390"
+       y="-1343.7721"
+       x="377.21881"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-1343.7721"
          x="377.21881"
-         y="-2003.7721"
-         id="text47390"
-         sodipodi:linespacing="125%"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           sodipodi:role="line"
-           id="tspan47392"
-           x="377.21881"
-           y="-2003.7721">Type 1</tspan></text>
+         id="tspan47392"
+         sodipodi:role="line">Type 1</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       id="g47477"
+       transform="translate(559,-1356.5753)"
+       style="fill:#2e3436">
       <g
-         style="fill:#2e3436"
-         transform="translate(559,-2016.5753)"
-         id="g47477"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <g
-           id="layer9-45"
-           inkscape:label="status"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="layer10-425"
-           inkscape:label="devices"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           style="fill:#2e3436"
-           id="layer11-2"
-           inkscape:label="apps"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="layer13-3"
-           inkscape:label="places"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           style="fill:#2e3436"
-           id="layer14-3"
-           inkscape:label="mimetypes"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="layer15-4"
-           inkscape:label="emblems"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="g71291-0"
-           inkscape:label="emotes"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="g4953-57"
-           inkscape:label="categories"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)" />
-        <g
-           id="layer12-06"
-           inkscape:label="actions"
-           style="fill:#2e3436;display:inline"
-           transform="translate(-341.0002,-807.00001)">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 354.0002,812.93751 -5,5 -5,-5 z"
-             id="path6424-6"
-             sodipodi:nodetypes="cccc"
-             style="fill:#2e3436;fill-opacity:1;stroke:none" />
-        </g>
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="status"
+         id="layer9-45" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="devices"
+         id="layer10-425" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         inkscape:label="apps"
+         id="layer11-2"
+         style="fill:#2e3436" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="places"
+         id="layer13-3" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         inkscape:label="mimetypes"
+         id="layer14-3"
+         style="fill:#2e3436" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="emblems"
+         id="layer15-4" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="emotes"
+         id="g71291-0" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="categories"
+         id="g4953-57" />
+      <g
+         transform="translate(-341.0002,-807.00001)"
+         style="fill:#2e3436;display:inline"
+         inkscape:label="actions"
+         id="layer12-06">
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none"
+           sodipodi:nodetypes="cccc"
+           id="path6424-6"
+           d="m 354.0002,812.93751 -5,5 -5,-5 z"
+           inkscape:connector-curvature="0" />
       </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         y="-1834.1378"
-         x="204.50002"
-         height="186"
-         width="393"
-         id="rect47489"
-         
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999982;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         mask="none" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         ry="3"
-         rx="3.0000002"
-         y="-1819.1378"
-         x="365.5"
-         height="33"
-         width="219"
-         id="rect47491"
-         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         ry="3.8039243"
-         rx="3.8039246"
-         y="-1778.1378"
-         x="365.5"
-         height="30.999998"
-         width="219"
-         id="rect47493"
-         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
-      <text
-         xml:space="preserve"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+    </g>
+    <rect
+       mask="none"
+       
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999982;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="rect47489"
+       width="393"
+       height="186"
+       x="204.50002"
+       y="-1174.1378"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect47491"
+       width="219"
+       height="33"
+       x="365.5"
+       y="-1159.1378"
+       rx="3.0000002"
+       ry="3"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="rect47493"
+       width="219"
+       height="30.999998"
+       x="365.5"
+       y="-1118.1378"
+       rx="3.8039246"
+       ry="3.8039243"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:linespacing="125%"
+       id="text47495"
+       y="-1137.7721"
+       x="354.21649"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-1137.7721"
          x="354.21649"
-         y="-1797.7721"
-         id="text47495"
-         sodipodi:linespacing="125%"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           sodipodi:role="line"
-           id="tspan47497"
-           x="354.21649"
-           y="-1797.7721">Special type selector</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         sodipodi:linespacing="125%"
-         id="text47499"
-         y="-1757.7721"
+         id="tspan47497"
+         sodipodi:role="line">Special type selector</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="354.21649"
+       y="-1097.7721"
+       id="text47499"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan47501"
          x="354.21649"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         xml:space="preserve"><tspan
-           y="-1757.7721"
-           x="354.21649"
-           id="tspan47501"
-           sodipodi:role="line">Identifier</tspan></text>
-      <text
-         xml:space="preserve"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         y="-1097.7721">Identifier</tspan></text>
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       sodipodi:linespacing="125%"
+       id="text47503"
+       y="-1057.7721"
+       x="354.21649"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-1057.7721"
          x="354.21649"
-         y="-1717.7721"
-         id="text47503"
-         sodipodi:linespacing="125%"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           sodipodi:role="line"
-           id="tspan47505"
-           x="354.21649"
-           y="-1717.7721">Speed</tspan></text>
+         id="tspan47505"
+         sodipodi:role="line">Speed</tspan></text>
+    <rect
+       transform="scale(1,-1)"
+       ry="1.6451885"
+       rx="1.427389"
+       y="1060.0652"
+       x="365.5"
+       height="2.9999974"
+       width="219"
+       id="rect47507"
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       
style="color:#bebebe;fill:#729fcf;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12000-4-9-2);enable-background:new"
+       id="rect47509"
+       width="60.750004"
+       height="3"
+       x="365.53516"
+       y="-1063.1277"
+       rx="1.59375"
+       ry="1.59375"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(1.1530729,0,0,1.1530729,71.0256,-1396.7446)"
+       d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z"
+       sodipodi:ry="6.875"
+       sodipodi:rx="6.875"
+       sodipodi:cy="290.25"
+       sodipodi:cx="312.375"
+       id="path47511"
+       
style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.86724788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="354.21649"
+       y="-1015.7472"
+       id="text47513"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan47515"
+         x="354.21649"
+         y="-1015.7472">Flux Capacitor</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       transform="translate(-4330,1751.9999)"
+       id="g47517">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect47507"
-         width="219"
-         height="2.9999974"
-         x="365.5"
-         y="1720.0652"
-         rx="1.427389"
-         ry="1.6451885"
-         transform="scale(1,-1)" />
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="rect47519"
+         width="94"
+         height="25"
+         x="4695.5"
+         y="-2785.1377"
+         rx="2"
+         ry="2" />
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         ry="1.59375"
-         rx="1.59375"
-         y="-1723.1277"
-         x="365.53516"
-         height="3"
-         width="60.750004"
-         id="rect47509"
-         
style="color:#bebebe;fill:#729fcf;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12000-4-9-2);enable-background:new"
 />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         sodipodi:type="arc"
-         
style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.86724788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path47511"
-         sodipodi:cx="312.375"
-         sodipodi:cy="290.25"
-         sodipodi:rx="6.875"
-         sodipodi:ry="6.875"
-         d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 
0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z"
-         transform="matrix(1.1530729,0,0,1.1530729,71.0256,-2056.7446)" />
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="rect47521"
+         width="45"
+         height="25"
+         x="4744.5"
+         y="-2785.1377"
+         rx="2"
+         ry="2" />
       <text
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+         xml:space="preserve"
+         
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         x="4656.2646"
+         y="-2799.2744"
+         id="text47523"
          sodipodi:linespacing="125%"
-         id="text47513"
-         y="-1675.7472"
-         x="354.21649"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         xml:space="preserve"><tspan
-           y="-1675.7472"
-           x="354.21649"
-           id="tspan47515"
-           sodipodi:role="line">Flux Capacitor</tspan></text>
-      <g
-         id="g47517"
-         transform="translate(-4330,1091.9999)"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="2"
-           rx="2"
-           y="-2785.1377"
-           x="4695.5"
-           height="25"
-           width="94"
-           id="rect47519"
-           
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <rect
-           ry="2"
-           rx="2"
-           y="-2785.1377"
-           x="4744.5"
-           height="25"
-           width="45"
-           id="rect47521"
-           
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           transform="scale(1.0113976,0.98873084)"
-           sodipodi:linespacing="125%"
-           id="text47523"
-           y="-2799.2744"
+         transform="scale(1.0113976,0.98873084)"><tspan
+           sodipodi:role="line"
+           id="tspan47525"
            x="4656.2646"
-           
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="-2799.2744"
-             x="4656.2646"
-             id="tspan47525"
-             sodipodi:role="line">ON</tspan></text>
-      </g>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         sodipodi:linespacing="125%"
-         id="text47527"
-         y="-1797.7721"
+           y="-2799.2744">ON</tspan></text>
+    </g>
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="377.21881"
+       y="-1137.7721"
+       id="text47527"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan47529"
          x="377.21881"
-         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         xml:space="preserve"><tspan
-           y="-1797.7721"
-           x="377.21881"
-           id="tspan47529"
-           sodipodi:role="line">Type 1</tspan></text>
+         y="-1137.7721">Type 1</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+       style="fill:#2e3436"
+       transform="translate(559,-1150.5753)"
+       id="g47531">
+      <g
+         id="g47533"
+         inkscape:label="status"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47535"
+         inkscape:label="devices"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
       <g
-         id="g47531"
-         transform="translate(559,-1810.5753)"
          style="fill:#2e3436"
-         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="status"
-           id="g47533" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="devices"
-           id="g47535" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           inkscape:label="apps"
-           id="g47537"
-           style="fill:#2e3436" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="places"
-           id="g47539" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           inkscape:label="mimetypes"
-           id="g47541"
-           style="fill:#2e3436" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="emblems"
-           id="g47543" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="emotes"
-           id="g47545" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="categories"
-           id="g47547" />
-        <g
-           transform="translate(-341.0002,-807.00001)"
-           style="fill:#2e3436;display:inline"
-           inkscape:label="actions"
-           id="g47549">
-          <path
-             style="fill:#2e3436;fill-opacity:1;stroke:none"
-             sodipodi:nodetypes="cccc"
-             id="path47551"
-             d="m 354.0002,812.93751 -5,5 -5,-5 z"
-             inkscape:connector-curvature="0" />
-        </g>
+         id="g47537"
+         inkscape:label="apps"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47539"
+         inkscape:label="places"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         style="fill:#2e3436"
+         id="g47541"
+         inkscape:label="mimetypes"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47543"
+         inkscape:label="emblems"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47545"
+         inkscape:label="emotes"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47547"
+         inkscape:label="categories"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)" />
+      <g
+         id="g47549"
+         inkscape:label="actions"
+         style="fill:#2e3436;display:inline"
+         transform="translate(-341.0002,-807.00001)">
+        <path
+           inkscape:connector-curvature="0"
+           d="m 354.0002,812.93751 -5,5 -5,-5 z"
+           id="path47551"
+           sodipodi:nodetypes="cccc"
+           style="fill:#2e3436;fill-opacity:1;stroke:none" />
       </g>
     </g>
     <g
        id="g48275"
-       transform="translate(-448,620)">
+       transform="translate(-448,2000)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -14932,7 +14947,7 @@
        width="489"
        height="106"
        x="568.5"
-       y="-795.13782"
+       y="584.86218"
        rx="8.999999"
        ry="9" />
     <g
@@ -14940,7 +14955,7 @@
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        style="fill:#888a85;display:inline"
-       transform="translate(1029.0016,-782.6378)"
+       transform="translate(1029.0016,597.3622)"
        id="g48239">
       <g
          transform="translate(-60,-518)"
@@ -14987,7 +15002,7 @@
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 1016.5,-783.1431 0,17.0103"
+       d="m 1016.5,596.8569 0,17.0103"
        id="path48259"
        inkscape:connector-curvature="0" />
     <rect
@@ -14997,7 +15012,7 @@
        width="319"
        height="416.99991"
        x="202.5"
-       y="-755.1377"
+       y="624.8623"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -15007,24 +15022,24 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47829"
-       y="-730.7616"
+       y="649.2384"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-730.7616"
+         y="649.2384"
          x="217.7876"
          id="tspan47831"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-755.1377 317,0"
+       d="m 203.5,624.8623 317,0"
        id="path47872"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-691.76172"
+       y="688.23828"
        id="text47874"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15033,11 +15048,11 @@
          sodipodi:role="line"
          id="tspan47876"
          x="217.7876"
-         y="-691.76172">Item</tspan></text>
+         y="688.23828">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47880"
-       d="m 203.5,-716.1378 317,0"
+       d="m 203.5,663.8622 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <rect
        mask="none"
@@ -15046,7 +15061,7 @@
        width="489"
        height="416.99991"
        x="568.5"
-       y="-755.1377"
+       y="624.8623"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -15054,7 +15069,7 @@
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-652.76178"
+       y="727.23822"
        id="text47894"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15063,11 +15078,11 @@
          sodipodi:role="line"
          id="tspan47896"
          x="217.7876"
-         y="-652.76178">Item</tspan></text>
+         y="727.23822">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47898"
-       d="m 203.5,-677.1379 317,0"
+       d="m 203.5,702.8621 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -15075,29 +15090,29 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47900"
-       y="-613.76196"
+       y="766.23804"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-613.76196"
+         y="766.23804"
          x="217.7876"
          id="tspan47902"
          sodipodi:role="line">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47904"
-       d="m 203.5,-599.1381 317,0"
+       d="m 203.5,780.8619 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-638.138 317,0"
+       d="m 203.5,741.862 317,0"
        id="path47906"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-574.76196"
+       y="805.23804"
        id="text47917"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15106,24 +15121,24 @@
          sodipodi:role="line"
          id="tspan47919"
          x="217.7876"
-         y="-574.76196">Item</tspan></text>
+         y="805.23804">Item</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47923"
-       y="-535.76208"
+       y="844.23792"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-535.76208"
+         y="844.23792"
          x="217.7876"
          id="tspan47925"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-560.1382 317,0"
+       d="m 203.5,819.8618 317,0"
        id="path47927"
        inkscape:connector-curvature="0" />
     <text
@@ -15132,24 +15147,24 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47931"
-       y="-496.76221"
+       y="883.23779"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-496.76221"
+         y="883.23779"
          x="217.7876"
          id="tspan47933"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-521.1383 317,0"
+       d="m 203.5,858.8617 317,0"
        id="path47935"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-457.76233"
+       y="922.23767"
        id="text47937"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15158,17 +15173,17 @@
          sodipodi:role="line"
          id="tspan47939"
          x="217.7876"
-         y="-457.76233">Item</tspan></text>
+         y="922.23767">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47943"
-       d="m 203.50001,-482.1384 316.99998,0"
+       d="m 203.50001,897.8616 316.99998,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-418.76251"
+       y="961.23749"
        id="text47968"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15177,11 +15192,11 @@
          sodipodi:role="line"
          id="tspan47970"
          x="217.7876"
-         y="-418.76251">Item</tspan></text>
+         y="961.23749">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47974"
-       d="m 203.50001,-443.1385 316.99998,0"
+       d="m 203.50001,936.8615 316.99998,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -15189,24 +15204,24 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47978"
-       y="-379.76251"
+       y="1000.2375"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-379.76251"
+         y="1000.2375"
          x="217.7876"
          id="tspan47980"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.50001,-404.1386 316.99998,0"
+       d="m 203.50001,975.8614 316.99998,0"
        id="path47982"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-340.76263"
+       y="1039.2374"
        id="text47984"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15215,11 +15230,11 @@
          sodipodi:role="line"
          id="tspan47986"
          x="217.7876"
-         y="-340.76263">Item</tspan></text>
+         y="1039.2374">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47988"
-       d="m 203.50001,-365.13868 316.99998,-2e-5"
+       d="m 203.50001,1014.8613 316.99998,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <rect
        inkscape:export-ydpi="90"
@@ -15227,7 +15242,7 @@
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        ry="0"
        rx="0"
-       y="-754.63782"
+       y="625.36218"
        x="509"
        height="416.00003"
        width="12.000019"
@@ -15242,7 +15257,7 @@
        width="5.9795446"
        height="92.229691"
        x="512"
-       y="-751.63782"
+       y="628.36218"
        rx="3.4764707"
        ry="3.5" />
     <rect
@@ -15257,12 +15272,12 @@
        
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
        mask="none"
        clip-path="url(#clipPath48483)"
-       transform="translate(8,600)" />
+       transform="translate(8,1980)" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-712.7616"
+       y="667.2384"
        id="text48083"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15271,24 +15286,24 @@
          sodipodi:role="line"
          id="tspan48085"
          x="684.7876"
-         y="-712.7616">Item</tspan></text>
+         y="667.2384">Item</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48089"
-       y="-673.76172"
+       y="706.23828"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-673.76172"
+         y="706.23828"
          x="684.7876"
          id="tspan48091"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-698.1378 285,0"
+       d="m 670.5,681.8622 285,0"
        id="path48093"
        inkscape:connector-curvature="0" />
     <text
@@ -15297,24 +15312,24 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48095"
-       y="-634.76184"
+       y="745.23816"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-634.76184"
+         y="745.23816"
          x="684.7876"
          id="tspan48097"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-659.1379 285,0"
+       d="m 670.5,720.8621 285,0"
        id="path48099"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-595.76202"
+       y="784.23798"
        id="text48101"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15323,16 +15338,16 @@
          sodipodi:role="line"
          id="tspan48103"
          x="684.7876"
-         y="-595.76202">Item</tspan></text>
+         y="784.23798">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-581.1381 285,0"
+       d="m 670.5,798.8619 285,0"
        id="path48105"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path48107"
-       d="m 670.5,-620.138 285,0"
+       d="m 670.5,759.862 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -15340,11 +15355,11 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48109"
-       y="-556.76202"
+       y="823.23798"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-556.76202"
+         y="823.23798"
          x="684.7876"
          id="tspan48111"
          sodipodi:role="line">Item</tspan></text>
@@ -15352,7 +15367,7 @@
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-517.76208"
+       y="862.23792"
        id="text48115"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15361,17 +15376,17 @@
          sodipodi:role="line"
          id="tspan48117"
          x="684.7876"
-         y="-517.76208">Item</tspan></text>
+         y="862.23792">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48119"
-       d="m 670.5,-542.1382 285,0"
+       d="m 670.5,837.8618 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-478.76221"
+       y="901.23779"
        id="text48121"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15380,11 +15395,11 @@
          sodipodi:role="line"
          id="tspan48123"
          x="684.7876"
-         y="-478.76221">Item</tspan></text>
+         y="901.23779">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48125"
-       d="m 670.5,-503.1383 285,0"
+       d="m 670.5,876.8617 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -15392,17 +15407,17 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48127"
-       y="-439.76233"
+       y="940.23767"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-439.76233"
+         y="940.23767"
          x="684.7876"
          id="tspan48129"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-464.1384 285,0"
+       d="m 670.5,915.8616 285,0"
        id="path48131"
        inkscape:connector-curvature="0" />
     <text
@@ -15411,29 +15426,29 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48133"
-       y="-400.76251"
+       y="979.23749"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-400.76251"
+         y="979.23749"
          x="684.7876"
          id="tspan48135"
          sodipodi:role="line">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48137"
-       d="m 670.5,-386.1386 285,0"
+       d="m 670.5,993.8614 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-425.1385 285,0"
+       d="m 670.5,954.8615 285,0"
        id="path48139"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-361.76251"
+       y="1018.2375"
        id="text48141"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15442,10 +15457,10 @@
          sodipodi:role="line"
          id="tspan48143"
          x="684.7876"
-         y="-361.76251">Item</tspan></text>
+         y="1018.2375">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-347.1387 285,0"
+       d="m 670.5,1032.8613 285,0"
        id="path48151"
        inkscape:connector-curvature="0" />
     <text
@@ -15454,11 +15469,11 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48313"
-       y="-712.7616"
+       y="667.2384"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-712.7616"
+         y="667.2384"
          x="932.58301"
          id="tspan48315"
          sodipodi:role="line">Status</tspan></text>
@@ -15466,7 +15481,7 @@
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-673.76172"
+       y="706.23828"
        id="text48317"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15475,12 +15490,12 @@
          sodipodi:role="line"
          id="tspan48319"
          x="932.58301"
-         y="-673.76172">Status</tspan></text>
+         y="706.23828">Status</tspan></text>
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-634.76184"
+       y="745.23816"
        id="text48321"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15489,18 +15504,18 @@
          sodipodi:role="line"
          id="tspan48323"
          x="932.58301"
-         y="-634.76184">Status</tspan></text>
+         y="745.23816">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48325"
-       y="-595.76202"
+       y="784.23798"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-595.76202"
+         y="784.23798"
          x="932.58301"
          id="tspan48327"
          sodipodi:role="line">Status</tspan></text>
@@ -15508,7 +15523,7 @@
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-556.76202"
+       y="823.23798"
        id="text48329"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15517,18 +15532,18 @@
          sodipodi:role="line"
          id="tspan48331"
          x="932.58301"
-         y="-556.76202">Status</tspan></text>
+         y="823.23798">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48333"
-       y="-517.76208"
+       y="862.23792"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-517.76208"
+         y="862.23792"
          x="932.58301"
          id="tspan48335"
          sodipodi:role="line">Status</tspan></text>
@@ -15538,11 +15553,11 @@
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48337"
-       y="-478.76221"
+       y="901.23779"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-478.76221"
+         y="901.23779"
          x="932.58301"
          id="tspan48339"
          sodipodi:role="line">Status</tspan></text>
@@ -15550,7 +15565,7 @@
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-439.76233"
+       y="940.23767"
        id="text48341"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15559,12 +15574,12 @@
          sodipodi:role="line"
          id="tspan48343"
          x="932.58301"
-         y="-439.76233">Status</tspan></text>
+         y="940.23767">Status</tspan></text>
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-400.76251"
+       y="979.23749"
        id="text48345"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -15573,24 +15588,24 @@
          sodipodi:role="line"
          id="tspan48347"
          x="932.58301"
-         y="-400.76251">Status</tspan></text>
+         y="979.23749">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48349"
-       y="-361.76251"
+       y="1018.2375"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-361.76251"
+         y="1018.2375"
          x="932.58301"
          id="tspan48351"
          sodipodi:role="line">Status</tspan></text>
     <g
        id="g48418"
-       transform="translate(544.99998,600.99999)">
+       transform="translate(544.99998,1981)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -15619,7 +15634,7 @@
     <rect
        ry="9"
        rx="8.999999"
-       y="424.86218"
+       y="1684.8622"
        x="568.5"
        height="106"
        width="489"
@@ -15630,7 +15645,7 @@
        inkscape:export-ydpi="90" />
     <g
        id="g48641"
-       transform="translate(1029.0016,437.3622)"
+       transform="translate(1029.0016,1697.3622)"
        style="fill:#888a85;display:inline"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        inkscape:export-xdpi="90"
@@ -15678,7 +15693,7 @@
     <path
        inkscape:connector-curvature="0"
        id="path48661"
-       d="m 1016.5,436.8569 0,17.0103"
+       d="m 1016.5,1696.8569 0,17.0103"
        
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        inkscape:export-xdpi="90"
@@ -15687,7 +15702,7 @@
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       y="464.8623"
+       y="1724.8623"
        x="568.5"
        height="226.99989"
        width="489"
@@ -15697,7 +15712,7 @@
     <g
        id="g48963"
        clip-path="url(#clipPath48995)"
-       transform="translate(0,1220)">
+       transform="translate(0,2480)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -15910,7 +15925,7 @@
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        ry="0"
        rx="0"
-       y="466.36218"
+       y="1726.3622"
        x="1046"
        height="225.00002"
        width="12.000019"
@@ -15925,12 +15940,12 @@
        width="5.9795446"
        height="92.229691"
        x="1049"
-       y="469.36218"
+       y="1729.3622"
        rx="3.4764707"
        ry="3.5" />
     <g
        id="g50582"
-       transform="translate(0,600)">
+       transform="translate(0,1980)">
       <rect
          ry="9"
          rx="8.999999"
@@ -18757,5 +18772,2872 @@
        inkscape:export-filename="/home/aday/checkout/gnome-hig/diagrams/app-menu.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
+    <g
+       inkscape:label="status"
+       transform="translate(585.86153,-1512.169)"
+       id="g4109"
+       style="fill:#4e9a06;display:inline" />
+    <g
+       style="fill:#4e9a06"
+       inkscape:label="devices"
+       transform="translate(585.86153,-1512.169)"
+       id="g4111" />
+    <g
+       style="fill:#4e9a06"
+       inkscape:label="apps"
+       transform="translate(585.86153,-1512.169)"
+       id="g4113" />
+    <g
+       style="fill:#4e9a06"
+       inkscape:label="places"
+       transform="translate(585.86153,-1512.169)"
+       id="g4115" />
+    <g
+       style="fill:#4e9a06"
+       inkscape:label="mimetypes"
+       transform="translate(585.86153,-1512.169)"
+       id="g4117" />
+    <g
+       inkscape:label="emblems"
+       transform="translate(585.86153,-1512.169)"
+       id="g4119"
+       style="fill:#4e9a06;display:inline" />
+    <g
+       inkscape:label="emotes"
+       transform="translate(585.86153,-1512.169)"
+       id="g4121"
+       style="fill:#4e9a06;display:inline" />
+    <g
+       inkscape:label="categories"
+       transform="translate(585.86153,-1512.169)"
+       id="g4123"
+       style="fill:#4e9a06;display:inline" />
+    <flowRoot
+       xml:space="preserve"
+       id="flowRoot13626"
+       
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Cantarell;font-style:normal;font-weight:normal;font-size:14px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Cantarell;font-stretch:normal;font-variant:normal"><flowRegion
+         id="flowRegion13628"><rect
+           id="rect13630"
+           width="397"
+           height="147"
+           x="-305"
+           y="3279" /></flowRegion><flowPara
+         id="flowPara13632"></flowPara></flowRoot>    <g
+       id="g15161"
+       transform="translate(0,-1.000061)"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-incorrect.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect13452"
+         width="458.95996"
+         height="321"
+         x="272.5"
+         y="-752.13782" />
+      <text
+         xml:space="preserve"
+         
style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="296.14456"
+         y="-541.20471"
+         id="text13454"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan13456"
+           x="296.14456"
+           y="-541.20471">Confirm Password</tspan></text>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect13458"
+         width="228.00003"
+         height="27.000002"
+         x="409.54001"
+         y="-559.13782"
+         rx="3"
+         ry="3" />
+      <text
+         xml:space="preserve"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="296.14456"
+         y="-581.20459"
+         id="text13460"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan13462"
+           x="296.14456"
+           y="-581.20459">Password</tspan></text>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999958;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect13464"
+         width="228.00003"
+         height="27.000002"
+         x="409.53983"
+         y="-599.13782"
+         rx="2.9999976"
+         ry="3" />
+      <text
+         sodipodi:linespacing="125%"
+         id="text13466"
+         y="-581.20459"
+         x="415.99994"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-581.20459"
+           x="415.99994"
+           id="tspan13468"
+           sodipodi:role="line">••••••</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="416"
+         y="-541.20471"
+         id="text13496"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan13498"
+           x="416"
+           y="-541.20471">••••••</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text13506"
+         y="-621.20465"
+         x="292.14456"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-621.20465"
+           x="292.14456"
+           id="tspan13508"
+           sodipodi:role="line">Name</tspan></text>
+      <rect
+         ry="3"
+         rx="2.9999976"
+         y="-639.13782"
+         x="399.53983"
+         height="27.000002"
+         width="269"
+         id="rect13510"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999964;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="407.10052"
+         y="-621.20465"
+         id="text13534"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan13536"
+           x="407.10052"
+           y="-621.20465">Angela Avery</tspan></text>
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect13538"
+         width="79"
+         height="79"
+         x="289.54001"
+         y="-735.13782"
+         rx="3"
+         ry="3"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect13540"
+         width="219"
+         height="33"
+         x="399.54001"
+         y="-523.13782"
+         rx="3.0000002"
+         ry="3"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="411.25882"
+         y="-501.77206"
+         id="text13542"
+         sodipodi:linespacing="125%"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan13544"
+           x="411.25882"
+           y="-501.77206">Administrator</tspan></text>
+      <g
+         style="fill:#2e3436"
+         transform="translate(593.04001,-514.57529)"
+         id="g13546"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <g
+           id="g13548"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13550"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g13552"
+           inkscape:label="apps"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13554"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g13556"
+           inkscape:label="mimetypes"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13558"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13560"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13562"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g13564"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             id="path13566"
+             sodipodi:nodetypes="cccc"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+      <text
+         sodipodi:linespacing="125%"
+         id="text13568"
+         y="-501.77206"
+         x="292.14456"
+         
style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-501.77206"
+           x="292.14456"
+           id="tspan13570"
+           sodipodi:role="line">Account Type</tspan></text>
+      <g
+         transform="translate(104.00001,-79.566905)"
+         id="g14062">
+        <g
+           transform="translate(-4399.96,2390.5668)"
+           id="g13582">
+          <rect
+             ry="2"
+             rx="2"
+             y="-2785.1377"
+             x="4695.5"
+             height="25"
+             width="94"
+             id="rect13584"
+             
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90" />
+          <rect
+             ry="2"
+             rx="2"
+             y="-2785.1377"
+             x="4744.5"
+             height="25"
+             width="45"
+             id="rect13586"
+             
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90" />
+          <text
+             transform="scale(1.0113976,0.98873084)"
+             sodipodi:linespacing="125%"
+             id="text13588"
+             y="-2799.2744"
+             x="4656.2646"
+             
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             xml:space="preserve"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90"><tspan
+               y="-2799.2744"
+               x="4656.2646"
+               id="tspan13590"
+               sodipodi:role="line">ON</tspan></text>
+        </g>
+        <text
+           xml:space="preserve"
+           
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+           x="403.04004"
+           y="-377.07086"
+           id="text13622"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan13624"
+             x="403.04004"
+             y="-377.07086">Permanent Login</tspan></text>
+      </g>
+      <g
+         id="g14034"
+         transform="matrix(2.9999997,0,0,2.9999997,305.03998,-720.6378)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g14036">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="csccsssscc"
+             id="path14038"
+             d="m 51.55489,345.09373 c -0.70541,0.62353 -1.53918,0.90625 -2.55469,0.90625 -1.01551,0 
-1.85318,-0.29053 -2.55859,-0.91406 -1.10938,0.36328 -2.43603,1.28775 -2.4375,2.90234 l -0.0039,3.01172 c 
-7.2e-4,0.554 0.446,1.00002 1,1.00002 l 8,0 c 0.554,0 1,-0.44602 1,-1.00002 l 0,-3 c 0,-1.38672 
-1.10231,-2.5558 -2.44531,-2.90625 z"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:type="arc"
+             transform="matrix(1.2,0,0,1.2,-10.3998,-69.00003)"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:ry="2.5"
+             sodipodi:rx="2.5"
+             id="path14040"
+             d="m 52,342.5 c 0,1.38071 -1.119288,2.5 -2.5,2.5 -1.380712,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 
1.119288,-2.5 2.5,-2.5 1.380712,0 2.5,1.11929 2.5,2.5 z"
+             sodipodi:cy="342.5"
+             sodipodi:cx="49.5" />
+        </g>
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g14042" />
+        <g
+           transform="translate(-41.0002,-337)"
+           inkscape:label="apps"
+           id="g14044"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g14046" />
+        <g
+           transform="translate(-41.0002,-337)"
+           inkscape:label="mimetypes"
+           id="g14048"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g14050" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g14052" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g14054" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g14056" />
+      </g>
+      <text
+         xml:space="preserve"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="384.14456"
+         y="-691.63794"
+         id="text14058"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14060"
+           x="384.14456"
+           y="-691.63794">Picture</tspan></text>
+    </g>
+    <g
+       id="g15218"
+       transform="translate(0,-12.999954)"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-correct.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         y="-330.13785"
+         x="272.5"
+         height="231"
+         width="393"
+         id="rect14713"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 />
+      <text
+         sodipodi:linespacing="125%"
+         id="text14715"
+         y="-171.20473"
+         x="395.4502"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-171.20473"
+           x="395.4502"
+           id="tspan14717"
+           sodipodi:role="line">Confirm</tspan></text>
+      <rect
+         ry="3"
+         rx="3.0000002"
+         y="-189.13783"
+         x="407.5"
+         height="27.000002"
+         width="239"
+         id="rect14719"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 />
+      <text
+         sodipodi:linespacing="125%"
+         id="text14721"
+         y="-205.20467"
+         x="395.4502"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-205.20467"
+           x="395.4502"
+           id="tspan14723"
+           sodipodi:role="line">Password</tspan></text>
+      <rect
+         ry="3"
+         rx="2.9999976"
+         y="-223.13783"
+         x="407.49976"
+         height="27.000002"
+         width="239"
+         id="rect14725"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999958;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="417.9599"
+         y="-205.20467"
+         id="text14727"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14729"
+           x="417.9599"
+           y="-205.20467">••••••</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14731"
+         y="-171.20473"
+         x="417.9599"
+         
style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-171.20473"
+           x="417.9599"
+           id="tspan14733"
+           sodipodi:role="line">••••••</tspan></text>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999964;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect14735"
+         width="239"
+         height="29"
+         x="407.49976"
+         y="-311.13785"
+         rx="2.9999976"
+         ry="3" />
+      <text
+         sodipodi:linespacing="125%"
+         id="text14737"
+         y="-290.86386"
+         x="417.9599"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-290.86386"
+           x="417.9599"
+           id="tspan14739"
+           sodipodi:role="line">Angela Avery</tspan></text>
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         ry="2.9999998"
+         rx="2.9999998"
+         y="-311.13785"
+         x="325.49976"
+         height="69"
+         width="69"
+         id="rect14741"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         ry="3"
+         rx="3.0000002"
+         y="-275.13785"
+         x="407.5"
+         height="33"
+         width="239"
+         id="rect14743"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         sodipodi:linespacing="125%"
+         id="text14745"
+         y="-253.77211"
+         x="417.9599"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           style="font-size:14px;fill:#2e3436"
+           y="-253.77211"
+           x="417.9599"
+           id="tspan14747"
+           sodipodi:role="line">Administrator</tspan></text>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         id="g14749"
+         transform="translate(619,-266.57532)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g14751" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g14753" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="apps"
+           id="g14755"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g14757" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="mimetypes"
+           id="g14759"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g14761" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g14763" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g14765" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g14767">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="cccc"
+             id="path14769"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <g
+         transform="translate(-348.00003,9.99996)"
+         id="g14771">
+        <g
+           id="g14773"
+           transform="translate(-3940,2631.9999)">
+          <rect
+             inkscape:export-ydpi="90"
+             inkscape:export-xdpi="90"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             id="rect14775"
+             width="94"
+             height="25"
+             x="4695.5"
+             y="-2785.1377"
+             rx="2"
+             ry="2" />
+          <rect
+             inkscape:export-ydpi="90"
+             inkscape:export-xdpi="90"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             id="rect14777"
+             width="45"
+             height="25"
+             x="4744.5"
+             y="-2785.1377"
+             rx="2"
+             ry="2" />
+          <text
+             inkscape:export-ydpi="90"
+             inkscape:export-xdpi="90"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             xml:space="preserve"
+             
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             x="4656.2646"
+             y="-2799.2744"
+             id="text14779"
+             sodipodi:linespacing="125%"
+             transform="scale(1.0113976,0.98873084)"><tspan
+               sodipodi:role="line"
+               id="tspan14781"
+               x="4656.2646"
+               y="-2799.2744">ON</tspan></text>
+        </g>
+      </g>
+      <text
+         xml:space="preserve"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="395.4502"
+         y="-125.20473"
+         id="text14783"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14785"
+           x="395.4502"
+           y="-125.20473">Permanent Login</tspan></text>
+      <g
+         style="fill:#2e3436"
+         transform="matrix(2.9999997,0,0,2.9999997,335.99976,-301.63782)"
+         id="g14787">
+        <g
+           id="g14789"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 51.55489,345.09373 c -0.70541,0.62353 -1.53918,0.90625 -2.55469,0.90625 -1.01551,0 
-1.85318,-0.29053 -2.55859,-0.91406 -1.10938,0.36328 -2.43603,1.28775 -2.4375,2.90234 l -0.0039,3.01172 c 
-7.2e-4,0.554 0.446,1.00002 1,1.00002 l 8,0 c 0.554,0 1,-0.44602 1,-1.00002 l 0,-3 c 0,-1.38672 
-1.10231,-2.5558 -2.44531,-2.90625 z"
+             id="path14791"
+             sodipodi:nodetypes="csccsssscc"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+          <path
+             sodipodi:cx="49.5"
+             sodipodi:cy="342.5"
+             d="m 52,342.5 c 0,1.38071 -1.119288,2.5 -2.5,2.5 -1.380712,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 
1.119288,-2.5 2.5,-2.5 1.380712,0 2.5,1.11929 2.5,2.5 z"
+             id="path14793"
+             sodipodi:rx="2.5"
+             sodipodi:ry="2.5"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             transform="matrix(1.2,0,0,1.2,-10.3998,-69.00003)"
+             sodipodi:type="arc" />
+        </g>
+        <g
+           id="g14795"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+        <g
+           style="fill:#2e3436"
+           id="g14797"
+           inkscape:label="apps"
+           transform="translate(-41.0002,-337)" />
+        <g
+           id="g14799"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+        <g
+           style="fill:#2e3436"
+           id="g14801"
+           inkscape:label="mimetypes"
+           transform="translate(-41.0002,-337)" />
+        <g
+           id="g14803"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+        <g
+           id="g14805"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+        <g
+           id="g14807"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+        <g
+           id="g14809"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-41.0002,-337)" />
+      </g>
+    </g>
+    <g
+       id="g15269">
+      <rect
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect14071"
+         width="393"
+         height="231"
+         x="272.5"
+         y="32.862186" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="395.45016"
+         y="191.79529"
+         id="text14073"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14075"
+           x="395.45016"
+           y="191.79529">Confirm</tspan></text>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect14077"
+         width="239"
+         height="27.000002"
+         x="407.49997"
+         y="173.86218"
+         rx="3.0000002"
+         ry="3" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="395.45016"
+         y="157.79535"
+         id="text14079"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14081"
+           x="395.45016"
+           y="157.79535">Password</tspan></text>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999958;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         id="rect14083"
+         width="239"
+         height="27.000002"
+         x="407.49979"
+         y="139.86218"
+         rx="2.9999976"
+         ry="3" />
+      <text
+         sodipodi:linespacing="125%"
+         id="text14085"
+         y="157.79535"
+         x="417.9599"
+         
style="font-size:13.00000477px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="157.79535"
+           x="417.9599"
+           id="tspan14087"
+           sodipodi:role="line">••••••</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="417.9599"
+         y="191.79529"
+         id="text14089"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14091"
+           x="417.9599"
+           y="191.79529">••••••</tspan></text>
+      <rect
+         ry="3"
+         rx="2.9999976"
+         y="51.862183"
+         x="407.49979"
+         height="29"
+         width="239"
+         id="rect14093"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999964;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="417.9599"
+         y="72.136169"
+         id="text14095"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14097"
+           x="417.9599"
+           y="72.136169">Angela Avery</tspan></text>
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14099"
+         width="69"
+         height="69"
+         x="325.49979"
+         y="51.862183"
+         rx="2.9999998"
+         ry="2.9999998"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14101"
+         width="239"
+         height="33"
+         x="407.49997"
+         y="87.862183"
+         rx="3.0000002"
+         ry="3"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="417.9599"
+         y="109.22791"
+         id="text14103"
+         sodipodi:linespacing="125%"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan14105"
+           x="417.9599"
+           y="109.22791"
+           style="font-size:14px;fill:#2e3436">Administrator</tspan></text>
+      <g
+         style="fill:#2e3436"
+         transform="translate(618.99997,96.4247)"
+         id="g14107"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <g
+           id="g14109"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14111"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g14113"
+           inkscape:label="apps"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14115"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g14117"
+           inkscape:label="mimetypes"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14119"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14121"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14123"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g14125"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             id="path14127"
+             sodipodi:nodetypes="cccc"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+      <g
+         id="g14129"
+         transform="translate(-348.00003,372.99998)">
+        <g
+           transform="translate(-3940,2631.9999)"
+           id="g14131">
+          <rect
+             ry="2"
+             rx="2"
+             y="-2785.1377"
+             x="4695.5"
+             height="25"
+             width="94"
+             id="rect14133"
+             
style="fill:#5ea3eb;fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90" />
+          <rect
+             ry="2"
+             rx="2"
+             y="-2785.1377"
+             x="4744.5"
+             height="25"
+             width="45"
+             id="rect14135"
+             
style="fill:#eeeeec;fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90" />
+          <text
+             transform="scale(1.0113976,0.98873084)"
+             sodipodi:linespacing="125%"
+             id="text14137"
+             y="-2799.2744"
+             x="4656.2646"
+             
style="font-size:13.14816952px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             xml:space="preserve"
+             inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/switches.png"
+             inkscape:export-xdpi="90"
+             inkscape:export-ydpi="90"><tspan
+               y="-2799.2744"
+               x="4656.2646"
+               id="tspan14139"
+               sodipodi:role="line">ON</tspan></text>
+        </g>
+      </g>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14141"
+         y="237.79529"
+         x="395.45016"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="237.79529"
+           x="395.45016"
+           id="tspan14143"
+           sodipodi:role="line">Permanent Login</tspan></text>
+      <g
+         id="g14145"
+         transform="matrix(2.9999997,0,0,2.9999997,335.99976,61.3622)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g14147">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="csccsssscc"
+             id="path14149"
+             d="m 51.55489,345.09373 c -0.70541,0.62353 -1.53918,0.90625 -2.55469,0.90625 -1.01551,0 
-1.85318,-0.29053 -2.55859,-0.91406 -1.10938,0.36328 -2.43603,1.28775 -2.4375,2.90234 l -0.0039,3.01172 c 
-7.2e-4,0.554 0.446,1.00002 1,1.00002 l 8,0 c 0.554,0 1,-0.44602 1,-1.00002 l 0,-3 c 0,-1.38672 
-1.10231,-2.5558 -2.44531,-2.90625 z"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:type="arc"
+             transform="matrix(1.2,0,0,1.2,-10.3998,-69.00003)"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:ry="2.5"
+             sodipodi:rx="2.5"
+             id="path14151"
+             d="m 52,342.5 c 0,1.38071 -1.119288,2.5 -2.5,2.5 -1.380712,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 
1.119288,-2.5 2.5,-2.5 1.380712,0 2.5,1.11929 2.5,2.5 z"
+             sodipodi:cy="342.5"
+             sodipodi:cx="49.5" />
+        </g>
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g14153" />
+        <g
+           transform="translate(-41.0002,-337)"
+           inkscape:label="apps"
+           id="g14155"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g14157" />
+        <g
+           transform="translate(-41.0002,-337)"
+           inkscape:label="mimetypes"
+           id="g14159"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g14161" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g14163" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g14165" />
+        <g
+           transform="translate(-41.0002,-337)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g14167" />
+      </g>
+      <rect
+         y="121.36218"
+         x="240"
+         height="18"
+         width="470"
+         id="rect14169"
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14679"
+         width="470"
+         height="18"
+         x="240"
+         y="201.36218" />
+      <rect
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14691"
+         width="470"
+         height="6"
+         x="240"
+         y="167.36218" />
+      <rect
+         y="81.362183"
+         x="240"
+         height="6"
+         width="470"
+         id="rect14693"
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-406.99979"
+         x="2.3622"
+         height="12"
+         width="290"
+         id="rect14695"
+         
style="color:#000000;fill:#000000;fill-opacity:0.0807175;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         y="33.362183"
+         x="240"
+         height="18"
+         width="470"
+         id="rect14705"
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14707"
+         width="470"
+         height="18"
+         x="240"
+         y="245.36218" />
+      <rect
+         
style="color:#000000;fill:#000000;fill-opacity:0.08071749;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect14709"
+         width="290"
+         height="18"
+         x="2.3622"
+         y="-290.99979"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-665"
+         x="2.3622"
+         height="18"
+         width="290"
+         id="rect14711"
+         
style="color:#000000;fill:#000000;fill-opacity:0.0807175;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         sodipodi:linespacing="125%"
+         id="text14911"
+         y="-8.6378002"
+         x="281.70364"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"><tspan
+           y="-8.6378002"
+           x="281.70364"
+           id="tspan14913"
+           sodipodi:role="line">18</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         x="655.70386"
+         y="-8.6378002"
+         id="text14915"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14917"
+           x="655.70386"
+           y="-8.6378002">18</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14919"
+         y="-8.6378002"
+         x="400.94565"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"><tspan
+           y="-8.6378002"
+           x="400.94565"
+           id="tspan14921"
+           sodipodi:role="line">12</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         x="230.93652"
+         y="46.173683"
+         id="text14923"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14925"
+           x="230.93652"
+           y="46.173683">18</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14927"
+         y="134.17368"
+         x="230.93652"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"><tspan
+           y="134.17368"
+           x="230.93652"
+           id="tspan14929"
+           sodipodi:role="line">18</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         x="230.93652"
+         y="214.17368"
+         id="text14931"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14933"
+           x="230.93652"
+           y="214.17368">18</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14935"
+         y="258.17368"
+         x="230.93652"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"><tspan
+           y="258.17368"
+           x="230.93652"
+           id="tspan14937"
+           sodipodi:role="line">18</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text14939"
+         y="86.173683"
+         x="230.93652"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         xml:space="preserve"><tspan
+           y="86.173683"
+           x="230.93652"
+           id="tspan14941"
+           sodipodi:role="line">6</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+         x="230.93652"
+         y="172.17368"
+         id="text14943"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan14945"
+           x="230.93652"
+           y="172.17368">6</tspan></text>
+    </g>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-incorrect.png"
+       y="-777.63782"
+       x="180"
+       height="369.99988"
+       width="580"
+       id="rect15347"
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <rect
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect15349"
+       width="580"
+       height="369.99988"
+       x="180"
+       y="-777.63782"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-incorrect.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect15351"
+       width="580"
+       height="279.99985"
+       x="180"
+       y="-367.63779"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-correct.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/visual-alignment-spacing-correct.png"
+       y="-367.63779"
+       x="180"
+       height="279.99985"
+       width="580"
+       id="rect15353"
+       
style="color:#000000;fill:#2e3436;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
+       id="rect15369"
+       width="278"
+       height="278"
+       x="3639"
+       y="-1891.6377"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/progress-bars.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/progress-bars.png"
+       y="-1891.6377"
+       x="3639"
+       height="278"
+       width="278"
+       id="rect15371"
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
 />
+    <g
+       id="g23376"
+       transform="translate(0,-36)"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/progress-bars.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         ry="3"
+         rx="3.0000002"
+         y="-1694.7477"
+         x="3681.7283"
+         height="6.1098633"
+         width="4.2717285"
+         id="rect23357"
+         
style="color:#000000;fill:#ce5c00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="1.9999999"
+         rx="1.9999999"
+         y="-1694.1378"
+         x="3658.5"
+         height="5"
+         width="239"
+         id="rect23361"
+         
style="color:#000000;fill:#d2d2d2;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="1"
+         rx="1"
+         y="-1694.1378"
+         x="3780.5"
+         height="5"
+         width="59"
+         id="rect23363"
+         
style="color:#000000;fill:#5094da;fill-opacity:1;fill-rule:nonzero;stroke:#184472;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="1.9999999"
+         rx="1.9999999"
+         y="-1732.1378"
+         x="3658.5"
+         height="5"
+         width="239"
+         id="rect23368"
+         
style="color:#000000;fill:#d2d2d2;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+      <path
+         
style="color:#000000;fill:#5094da;fill-opacity:1;fill-rule:nonzero;stroke:#184472;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         d="m 3660.5,-1732.1378 93,0 c 0.483,0 1,0.5014 1,1 l 0,3 c 0,0.5198 -0.5014,1 -1,1 l -93,0 c 
-1.108,0 -2,-0.892 -2,-2 l 0,-1 c 0,-1.108 0.892,-2 2,-2 z"
+         id="path23370"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="sssssssss" />
+      <text
+         sodipodi:linespacing="125%"
+         id="text23372"
+         y="-1742.6378"
+         x="3778.1257"
+         
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#888a85;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-1742.6378"
+           x="3778.1257"
+           id="tspan23374"
+           sodipodi:role="line">About 4 minutes left</tspan></text>
+    </g>
+    <g
+       id="g23515"
+       transform="translate(10.942627,14.199338)"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sliders.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/hbons/layer4.png"
+         
style="color:#000000;fill:#cecece;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23385"
+         width="239"
+         height="2.9999974"
+         x="4007.5574"
+         y="1781.337"
+         rx="1.4273889"
+         ry="1.6451885"
+         transform="scale(1,-1)" />
+      <rect
+         ry="1.59375"
+         rx="1.59375"
+         y="-1784.3995"
+         x="4007.5923"
+         height="3"
+         width="60.750004"
+         id="rect23387"
+         
style="color:#bebebe;fill:#4a90d9;fill-opacity:1;stroke:#184472;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12000-4-9-2);enable-background:new"
 />
+      <path
+         sodipodi:type="arc"
+         
style="color:#000000;fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:#9d9d9d;stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path23389"
+         sodipodi:cx="312.375"
+         sodipodi:cy="290.25"
+         sodipodi:rx="6.875"
+         sodipodi:ry="6.875"
+         d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 
0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z"
+         transform="matrix(1.0909091,0,0,1.0909091,3732.2273,-2099.4734)" />
+      <rect
+         transform="scale(1,-1)"
+         ry="1.6451885"
+         rx="1.4273889"
+         y="1749.337"
+         x="4007.5574"
+         height="2.9999974"
+         width="239"
+         id="rect23509"
+         
style="color:#000000;fill:#cecece;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-filename="/home/hbons/layer4.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <path
+         transform="matrix(1.0909091,0,0,1.0909091,3832.2273,-2067.4734)"
+         d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 
0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z"
+         sodipodi:ry="6.875"
+         sodipodi:rx="6.875"
+         sodipodi:cy="290.25"
+         sodipodi:cx="312.375"
+         id="path23513"
+         
style="color:#000000;fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:#9d9d9d;stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sliders.png"
+       y="-1891.6377"
+       x="3999"
+       height="278"
+       width="278"
+       id="rect23522"
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
 />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
+       id="rect23524"
+       width="278"
+       height="278"
+       x="3999"
+       y="-1891.6377"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sliders.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       transform="translate(998.99951,-908)"
+       id="g30509">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2956.1377"
+         x="4035.5005"
+         height="33"
+         width="163.99976"
+         id="rect30511"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="4049.3926"
+         y="-2934.7471"
+         id="text30513"
+         sodipodi:linespacing="125%"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan30515"
+           x="4049.3926"
+           y="-2934.7471">Value 1</tspan></text>
+      <g
+         id="g30517"
+         transform="translate(4171,-2947.5753)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g30519" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g30521" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="apps"
+           id="g30523"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g30525" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="mimetypes"
+           id="g30527"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g30529" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g30531" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g30533" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g30535">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="cccc"
+             id="path30537"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+    </g>
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+       d="m 5007.5,-3824.1377 94,0 14,-12 14,12 98,0 c 3.324,0 6,2.676 6,6 l 0,277 c 0,3.324 -2.676,6 -6,6 l 
-220,0 c -3.324,0 -6,-2.676 -6,-6 l 0,-277 c 0,-3.324 2.676,-6 6,-6 z"
+       id="path30539"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="scccssssssss" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="rect30541"
+       width="209.00002"
+       height="156"
+       x="5013.5"
+       y="-3810.1377" />
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+       d="m 5013.5,-3771.1377 209,0"
+       id="path30543"
+       inkscape:connector-curvature="0" />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       sodipodi:linespacing="125%"
+       id="text30545"
+       y="-3746.7617"
+       x="5028.7876"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-3746.7617"
+         x="5028.7876"
+         id="tspan30547"
+         sodipodi:role="line">Value 2</tspan></text>
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:connector-curvature="0"
+       id="path30549"
+       d="m 5014.199,-3732.1377 207.602,0"
+       
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="5028.7876"
+       y="-3707.7617"
+       id="text30551"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan30553"
+         x="5028.7876"
+         y="-3707.7617">Value 3</tspan></text>
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+       d="m 5014.3727,-3693.1377 207.2546,0"
+       id="path30555"
+       inkscape:connector-curvature="0" />
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="5028.7876"
+       y="-3785.7617"
+       id="text30557"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan30559"
+         x="5028.7876"
+         y="-3785.7617">Value 1</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       style="fill:#2e3436;display:inline"
+       transform="translate(5089.9383,-3798.5752)"
+       id="g30561">
+      <g
+         inkscape:label="status"
+         transform="translate(-61.000665,-787)"
+         id="g30563"
+         style="fill:#2e3436;display:inline" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="devices"
+         transform="translate(-61.000665,-787)"
+         id="g30565" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="apps"
+         transform="translate(-61.000665,-787)"
+         id="g30567" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="places"
+         transform="translate(-61.000665,-787)"
+         id="g30569" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="mimetypes"
+         transform="translate(-61.000665,-787)"
+         id="g30571" />
+      <g
+         inkscape:label="emblems"
+         transform="translate(-61.000665,-787)"
+         id="g30573"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="emotes"
+         transform="translate(-61.000665,-787)"
+         id="g30575"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="categories"
+         transform="translate(-61.000665,-787)"
+         id="g30577"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="actions"
+         transform="translate(-61.000665,-787)"
+         id="g30579"
+         style="fill:#2e3436;display:inline">
+        <path
+           inkscape:connector-curvature="0"
+           d="M 72.9375,790.9375 68,795.875 l -1.9375,-1.9375 -2.125,2.125 3,3 1.0625,1.0625 1.0625,-1.0625 
6,-6 -2.125,-2.125 z"
+           id="path30581"
+           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
 />
+      </g>
+    </g>
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="5028.7876"
+       y="-3668.7615"
+       id="text30583"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan30585"
+         x="5028.7876"
+         y="-3668.7615">Value 4</tspan></text>
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+       d="m 5014.199,-3654.1377 207.602,0"
+       id="path30587"
+       inkscape:connector-curvature="0" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
+       id="rect30593"
+       width="278"
+       height="278"
+       x="4979"
+       y="-3871.6377"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/text-fields.png"
+       ry="3.8039243"
+       rx="3.8039246"
+       y="-3615.1377"
+       x="5013.5"
+       height="30.999998"
+       width="209"
+       id="rect30830"
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       sodipodi:linespacing="125%"
+       id="text30832"
+       y="-3624.7615"
+       x="5016.7876"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+       xml:space="preserve"><tspan
+         y="-3624.7615"
+         x="5016.7876"
+         id="tspan30834"
+         sodipodi:role="line">Set a Custom Value</tspan></text>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+       ry="3"
+       rx="3.0000002"
+       y="-3577.1377"
+       x="5013.5"
+       height="33"
+       width="209"
+       id="rect30836"
+       
style="color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+       sodipodi:linespacing="125%"
+       id="text30840"
+       y="-3555.772"
+       x="5116.4995"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+       xml:space="preserve"><tspan
+         y="-3555.772"
+         x="5116.4995"
+         id="tspan30842"
+         sodipodi:role="line">Set</tspan></text>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+       y="-2943.6377"
+       x="5419"
+       height="384.99991"
+       width="620"
+       id="rect31028"
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.9999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
 />
+    <g
+       inkscape:label="status"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31002"
+       style="fill:#2e3436;display:inline" />
+    <g
+       style="fill:#2e3436"
+       inkscape:label="devices"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31004" />
+    <g
+       style="fill:#2e3436"
+       inkscape:label="apps"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31006" />
+    <g
+       style="fill:#2e3436"
+       inkscape:label="places"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31008" />
+    <g
+       style="fill:#2e3436"
+       inkscape:label="mimetypes"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31010" />
+    <g
+       inkscape:label="emblems"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31012"
+       style="fill:#2e3436;display:inline" />
+    <g
+       inkscape:label="emotes"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31014"
+       style="fill:#2e3436;display:inline" />
+    <g
+       inkscape:label="categories"
+       transform="translate(5469.9376,-3607.5752)"
+       id="g31016"
+       style="fill:#2e3436;display:inline" />
+    <g
+       style="fill:#888a85;display:inline"
+       id="g31138"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="status" />
+    <g
+       id="g31140"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="devices"
+       style="fill:#888a85" />
+    <g
+       id="g31142"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="apps"
+       style="fill:#888a85" />
+    <g
+       id="g31150"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="places"
+       style="fill:#888a85" />
+    <g
+       id="g31152"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="mimetypes"
+       style="fill:#888a85" />
+    <g
+       style="fill:#888a85;display:inline"
+       id="g31154"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="emblems" />
+    <g
+       style="fill:#888a85;display:inline"
+       id="g31156"
+       transform="translate(5323.0031,-3510.6385)"
+       inkscape:label="categories" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.9999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;display:inline"
+       id="rect32085"
+       width="620"
+       height="424.99991"
+       x="5419"
+       y="-2443.6377"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-elaborate.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       transform="translate(2099.9995,532)"
+       id="g32089">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2956.1377"
+         x="4035.5005"
+         height="33"
+         width="163.99976"
+         id="rect32091"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="4049.3926"
+         y="-2934.7471"
+         id="text32093"
+         sodipodi:linespacing="125%"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan32095"
+           x="4049.3926"
+           y="-2934.7471">Custom Value 1</tspan></text>
+      <g
+         id="g32097"
+         transform="translate(4171,-2947.5753)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g32099" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g32101" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="apps"
+           id="g32103"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g32105" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="mimetypes"
+           id="g32107"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g32109" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g32111" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g32113" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g32115">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="cccc"
+             id="path32117"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+    </g>
+    <path
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+       d="m 6108.5,-2384.1377 94,0 14,-12 14,12 98,0 c 3.324,0 6,2.676 6,6 l 0,93 c 0,3.324 -2.676,6 -6,6 l 
-220,0 c -3.324,0 -6,-2.676 -6,-6 l 0,-93 c 0,-3.324 2.676,-6 6,-6 z"
+       id="path32119"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="scccssssssss" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="rect32121"
+       width="209.00002"
+       height="39"
+       x="6114.5"
+       y="-2370.1377" />
+    <text
+       xml:space="preserve"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       x="6129.7876"
+       y="-2345.7617"
+       id="text32137"
+       sodipodi:linespacing="125%"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         sodipodi:role="line"
+         id="tspan32139"
+         x="6129.7876"
+         y="-2345.7617">Custom Value 1</tspan></text>
+    <g
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       style="fill:#2e3436;display:inline"
+       transform="translate(6240.9383,-2358.5752)"
+       id="g32141">
+      <g
+         inkscape:label="status"
+         transform="translate(-61.000665,-787)"
+         id="g32143"
+         style="fill:#2e3436;display:inline" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="devices"
+         transform="translate(-61.000665,-787)"
+         id="g32145" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="apps"
+         transform="translate(-61.000665,-787)"
+         id="g32147" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="places"
+         transform="translate(-61.000665,-787)"
+         id="g32149" />
+      <g
+         style="fill:#2e3436"
+         inkscape:label="mimetypes"
+         transform="translate(-61.000665,-787)"
+         id="g32151" />
+      <g
+         inkscape:label="emblems"
+         transform="translate(-61.000665,-787)"
+         id="g32153"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="emotes"
+         transform="translate(-61.000665,-787)"
+         id="g32155"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="categories"
+         transform="translate(-61.000665,-787)"
+         id="g32157"
+         style="fill:#2e3436;display:inline" />
+      <g
+         inkscape:label="actions"
+         transform="translate(-61.000665,-787)"
+         id="g32159"
+         style="fill:#2e3436;display:inline">
+        <path
+           inkscape:connector-curvature="0"
+           d="M 72.9375,790.9375 68,795.875 l -1.9375,-1.9375 -2.125,2.125 3,3 1.0625,1.0625 1.0625,-1.0625 
6,-6 -2.125,-2.125 z"
+           id="path32161"
+           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
 />
+      </g>
+    </g>
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+       ry="3"
+       rx="3.0000002"
+       y="-2322.1377"
+       x="6114.5"
+       height="33"
+       width="209"
+       id="rect32169"
+       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       sodipodi:linespacing="125%"
+       id="text32171"
+       y="-2300.697"
+       x="6218.9551"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-2300.697"
+         x="6218.9551"
+         id="tspan32173"
+         sodipodi:role="line">Add a Value...</tspan></text>
+    <g
+       id="g32217"
+       transform="translate(1779.9995,532)"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect32219"
+         width="163.99976"
+         height="33"
+         x="4035.5005"
+         y="-2956.1377"
+         rx="3.0000002"
+         ry="3"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         sodipodi:linespacing="125%"
+         id="text32221"
+         y="-2934.7471"
+         x="4049.3926"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2934.7471"
+           x="4049.3926"
+           id="tspan32223"
+           sodipodi:role="line">No value set</tspan></text>
+      <g
+         style="fill:#2e3436"
+         transform="translate(4171,-2947.5753)"
+         id="g32225">
+        <g
+           id="g32227"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32229"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g32231"
+           inkscape:label="apps"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32233"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g32235"
+           inkscape:label="mimetypes"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32237"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32239"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32241"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g32243"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             id="path32245"
+             sodipodi:nodetypes="cccc"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+    </g>
+    <path
+       sodipodi:nodetypes="scccssssssss"
+       inkscape:connector-curvature="0"
+       id="path32247"
+       d="m 5788.5,-2384.1377 94,0 14,-12 14,12 98,0 c 3.324,0 6,2.676 6,6 l 0,113 c 0,3.324 -2.676,6 -6,6 l 
-220,0 c -3.324,0 -6,-2.676 -6,-6 l 0,-113 c 0,-3.324 2.676,-6 6,-6 z"
+       
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/text-fields.png"
+       ry="3.8039243"
+       rx="3.8039246"
+       y="-2344.1377"
+       x="5794.5"
+       height="30.999998"
+       width="209"
+       id="rect32249"
+       
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#729fcf;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+    <rect
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+       ry="3"
+       rx="3.0000002"
+       y="-2304.1377"
+       x="5904.5"
+       height="33"
+       width="99"
+       id="rect32251"
+       
style="color:#000000;fill:#f4f4f2;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+       sodipodi:linespacing="125%"
+       id="text32253"
+       y="-2282.772"
+       x="5953.748"
+       
style="font-size:14.30000019000000044px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#919494;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         id="tspan32255"
+         y="-2282.772"
+         x="5953.748"
+         sodipodi:role="line">Select</tspan></text>
+    <text
+       inkscape:export-ydpi="90"
+       inkscape:export-xdpi="90"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list.png"
+       sodipodi:linespacing="125%"
+       id="text32257"
+       y="-2354.697"
+       x="5797.0259"
+       
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-2354.697"
+         x="5797.0259"
+         id="tspan32259"
+         sodipodi:role="line">Enter a value:</tspan></text>
+    <path
+       inkscape:connector-curvature="0"
+       id="path32267"
+       d="m 5800.5,-2339.1491 0,21.0335"
+       
style="fill:none;stroke:#2e3436;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
+    <g
+       id="g32609"
+       
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect30950"
+         width="163.99976"
+         height="33"
+         x="5475.5"
+         y="-2924.1377"
+         rx="3.0000002"
+         ry="3"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text30952"
+         y="-2902.7471"
+         x="5489.3921"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2902.7471"
+           x="5489.3921"
+           id="tspan30954"
+           sodipodi:role="line">Preset Value 1</tspan></text>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         style="fill:#2e3436"
+         transform="translate(5610.9995,-2915.5753)"
+         id="g30956">
+        <g
+           id="g30958"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30960"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g30962"
+           inkscape:label="apps"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30964"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g30966"
+           inkscape:label="mimetypes"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30968"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30970"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30972"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)" />
+        <g
+           id="g30974"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-341.0002,-807.00001)">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             id="path30976"
+             sodipodi:nodetypes="cccc"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+         d="m 5448.5,-2884.1377 94,0 14,-12 14,12 98,0 c 3.324,0 6,2.676 6,6 l 0,289 c 0,3.324 -2.676,6 -6,6 
l -220,0 c -3.324,0 -6,-2.676 -6,-6 l 0,-289 c 0,-3.324 2.676,-6 6,-6 z"
+         id="path30978"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="scccssssssss" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="rect30980"
+         width="209.00002"
+         height="234"
+         x="5454.5"
+         y="-2872.1377" />
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 5454.5,-2833.1377 209,0"
+         id="path30982"
+         inkscape:connector-curvature="0" />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text30984"
+         y="-2808.7617"
+         x="5469.7876"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2808.7617"
+           x="5469.7876"
+           id="tspan30986"
+           sodipodi:role="line">Preset Value 2</tspan></text>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:connector-curvature="0"
+         id="path30988"
+         d="m 5455.199,-2794.1377 207.602,0"
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5469.7876"
+         y="-2769.7617"
+         id="text30990"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan30992"
+           x="5469.7876"
+           y="-2769.7617">Preset Value 3</tspan></text>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         
style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 5455.3727,-2755.138 207.2546,0"
+         id="path30994"
+         inkscape:connector-curvature="0" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5469.7876"
+         y="-2847.7617"
+         id="text30996"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan30998"
+           x="5469.7876"
+           y="-2847.7617">Preset Value 1</tspan></text>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         style="fill:#2e3436;display:inline"
+         id="g31018"
+         transform="translate(5515.9376,-3647.5752)"
+         inkscape:label="actions">
+        <path
+           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path31020"
+           d="M 72.9375,790.9375 68,795.875 l -1.9375,-1.9375 -2.125,2.125 3,3 1.0625,1.0625 1.0625,-1.0625 
6,-6 -2.125,-2.125 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5469.7876"
+         y="-2730.7615"
+         id="text31022"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan31024"
+           x="5469.7876"
+           y="-2730.7615">Custom Value 1</tspan></text>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 5455.199,-2716.1377 207.602,0"
+         id="path31026"
+         inkscape:connector-curvature="0" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2628.1377"
+         x="5454.5"
+         height="33"
+         width="209"
+         id="rect31052"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text31032"
+         y="-2606.697"
+         x="5558.9551"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2606.697"
+           x="5558.9551"
+           id="tspan31034"
+           sodipodi:role="line">Add Custom Value</tspan></text>
+      <path
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 5455.199,-2716.1378 207.602,0"
+         id="path31098"
+         inkscape:connector-curvature="0"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path31100"
+         d="m 5455.3727,-2677.138 207.2546,0"
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path31102"
+         d="m 5455.199,-2638.1377 207.602,0"
+         
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text31112"
+         y="-2690.7615"
+         x="5469.7876"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2690.7615"
+           x="5469.7876"
+           id="tspan31114"
+           sodipodi:role="line">Custom Value 2</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5469.7876"
+         y="-2650.7615"
+         id="text31116"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan31118"
+           x="5469.7876"
+           y="-2650.7615">Custom Value 3</tspan></text>
+      <rect
+         
style="color:#000000;fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         id="rect31120"
+         width="12.000019"
+         height="232.99989"
+         x="5651.0205"
+         y="-2871.6377"
+         rx="0"
+         ry="0"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         ry="3.5"
+         rx="3.4764707"
+         y="-2868.6377"
+         x="5654.0205"
+         height="92.229691"
+         width="5.9795446"
+         id="rect31122"
+         
style="opacity:0.8;color:#000000;fill:#9b9d9e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2924.1377"
+         x="5815.5"
+         height="33"
+         width="163.99976"
+         id="rect31254"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5829.3921"
+         y="-2902.7471"
+         id="text31256"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan31258"
+           x="5829.3921"
+           y="-2902.7471">Value 1</tspan></text>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         id="g31260"
+         transform="translate(5950.9995,-2915.5753)"
+         style="fill:#2e3436">
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="status"
+           id="g31262" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="devices"
+           id="g31264" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="apps"
+           id="g31266"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="places"
+           id="g31268" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           inkscape:label="mimetypes"
+           id="g31270"
+           style="fill:#2e3436" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emblems"
+           id="g31272" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="emotes"
+           id="g31274" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="categories"
+           id="g31276" />
+        <g
+           transform="translate(-341.0002,-807.00001)"
+           style="fill:#2e3436;display:inline"
+           inkscape:label="actions"
+           id="g31278">
+          <path
+             style="fill:#2e3436;fill-opacity:1;stroke:none"
+             sodipodi:nodetypes="cccc"
+             id="path31280"
+             d="m 354.0002,812.93751 -5,5 -5,-5 z"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <path
+         sodipodi:nodetypes="scccssssssss"
+         inkscape:connector-curvature="0"
+         id="path31282"
+         d="m 5788.5,-2884.1377 94,0 14,-12 14,12 98,0 c 3.324,0 6,2.676 6,6 l 0,113 c 0,3.324 -2.676,6 -6,6 
l -220,0 c -3.324,0 -6,-2.676 -6,-6 l 0,-113 c 0,-3.324 2.676,-6 6,-6 z"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         ry="3.8039243"
+         rx="3.8039246"
+         y="-2844.1377"
+         x="5794.5"
+         height="30.999998"
+         width="209"
+         id="rect31030"
+         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#729fcf;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2804.1377"
+         x="5904.5"
+         height="33"
+         width="99"
+         id="rect31036"
+         
style="color:#000000;fill:#f4f4f2;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text30944"
+         y="-2782.772"
+         x="5953.748"
+         
style="font-size:14.30000019000000044px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#919494;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           id="tspan31524"
+           y="-2782.772"
+           x="5953.748"
+           sodipodi:role="line">Done</tspan></text>
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:linespacing="125%"
+         id="text31518"
+         y="-2854.697"
+         x="5797.686"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2854.697"
+           x="5797.686"
+           id="tspan31520"
+           sodipodi:role="line">Enter a custom value:</tspan></text>
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect31530"
+         width="99"
+         height="33"
+         x="5794.5"
+         y="-2804.1377"
+         rx="3.0000002"
+         ry="3"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <text
+         xml:space="preserve"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         x="5843.6802"
+         y="-2782.772"
+         id="text31532"
+         sodipodi:linespacing="125%"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"><tspan
+           sodipodi:role="line"
+           id="tspan31534"
+           x="5843.6802"
+           y="-2782.772">Cancel</tspan></text>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:connector-curvature="0"
+         id="path31544"
+         d="m 5800.5,-2839.1491 0,21.0335"
+         
style="fill:none;stroke:#2e3436;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 />
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0"
+         id="path31546"
+         d="m 5692.5,-2612.1378 30,3e-4 0,-210.0001 33.5382,-3e-4"
+         
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL)"
 />
+      <g
+         id="g32460"
+         transform="translate(5624,-2743.6378)"
+         style="fill:#2e3436;display:inline"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <g
+           style="fill:#2e3436;display:inline"
+           id="g32462"
+           transform="translate(-60,-518)" />
+        <g
+           id="g32464"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32466"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32468"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436">
+          <g
+             style="fill:#2e3436;display:inline"
+             id="g32470"
+             transform="translate(19,-242)">
+            <path
+               
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono"
+               id="path32472"
+               d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+        <g
+           id="g32474"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32476"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32478"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+      </g>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         style="fill:#2e3436;display:inline"
+         transform="translate(5624,-2704.6378)"
+         id="g32480">
+        <g
+           transform="translate(-60,-518)"
+           id="g32482"
+           style="fill:#2e3436;display:inline" />
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32484" />
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32486" />
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32488">
+          <g
+             transform="translate(19,-242)"
+             id="g32490"
+             style="fill:#2e3436;display:inline">
+            <path
+               inkscape:connector-curvature="0"
+               d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+               id="path32492"
+               
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono" />
+          </g>
+        </g>
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32494" />
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32496" />
+        <g
+           style="fill:#2e3436"
+           transform="translate(-60,-518)"
+           id="g32498" />
+      </g>
+      <g
+         id="g32500"
+         transform="translate(5624,-2665.6378)"
+         style="fill:#2e3436;display:inline"
+         
inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/drop-down-list-custom-values.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <g
+           style="fill:#2e3436;display:inline"
+           id="g32502"
+           transform="translate(-60,-518)" />
+        <g
+           id="g32504"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32506"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32508"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436">
+          <g
+             style="fill:#2e3436;display:inline"
+             id="g32510"
+             transform="translate(19,-242)">
+            <path
+               
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono"
+               id="path32512"
+               d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+        <g
+           id="g32514"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32516"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+        <g
+           id="g32518"
+           transform="translate(-60,-518)"
+           style="fill:#2e3436" />
+      </g>
+    </g>
+    <g
+       id="g32528"
+       transform="translate(0,500)">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2804.1377"
+         x="5794.5"
+         height="33"
+         width="99"
+         id="rect32522"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
+         sodipodi:linespacing="125%"
+         id="text32524"
+         y="-2782.772"
+         x="5843.6802"
+         
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2782.772"
+           x="5843.6802"
+           id="tspan32526"
+           sodipodi:role="line">Cancel</tspan></text>
+    </g>
   </g>
 </svg>
diff --git a/hig3/C/figures/visual-alignment-correct.png b/hig3/C/figures/visual-alignment-correct.png
new file mode 100644
index 0000000..c02511e
Binary files /dev/null and b/hig3/C/figures/visual-alignment-correct.png differ
diff --git a/hig3/C/figures/visual-alignment-incorrect.png b/hig3/C/figures/visual-alignment-incorrect.png
new file mode 100644
index 0000000..056c986
Binary files /dev/null and b/hig3/C/figures/visual-alignment-incorrect.png differ
diff --git a/hig3/C/figures/visual-alignment-spacing.png b/hig3/C/figures/visual-alignment-spacing.png
new file mode 100644
index 0000000..f97947d
Binary files /dev/null and b/hig3/C/figures/visual-alignment-spacing.png differ
diff --git a/hig3/C/icons-and-artwork.page b/hig3/C/icons-and-artwork.page
index f444e50..8a29462 100644
--- a/hig3/C/icons-and-artwork.page
+++ b/hig3/C/icons-and-artwork.page
@@ -67,7 +67,7 @@
 
 </section>
 
-<section id="app-icons">
+<section id="application-icons">
 <title>Application Icons</title>
 
 <p>Every application should have a unique and beautiful application icon. It is the face of the application, 
and the first visual element a user sees when browsing for new applications.</p>
diff --git a/hig3/C/keyboard-input.page b/hig3/C/keyboard-input.page
index 9407a5e..8f3226c 100644
--- a/hig3/C/keyboard-input.page
+++ b/hig3/C/keyboard-input.page
@@ -75,7 +75,139 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
 <section id="system-shortcuts">
 <title>System reserved shortcuts</title>
 
-<p>Unicode entry shortcuts: Shift+Ctrl+A-thru-F or Shift+Ctrl+0-thru-9, as these combinations are used to 
enter unicode characters in text fields.</p>
+<p>GNOME 3 and its constituent systems make use of standard system-level shortcuts that should work 
universally, and should not be overridden by applications.</p>
+
+<p>Modern GNOME 3 system shortcuts all incorporate the <key>Super</key> key, often known as the windows key. 
<key>Super</key> is used independently for entering and leaving the Activities Overview, and in combination 
with other keys. The <key>Super</key> key is intended as a system-level key, and should not be used by 
applications.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Function</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p>Switch window</p></td>
+<td><p><keyseq><key>Alt</key><key>Tab</key></keyseq> and 
<keyseq><key>Shift</key><key>Alt</key><key>Tab</key></keyseq></p></td>
+<td><p>Switches focus to the next/previous top level window</p></td>
+</tr>
+<tr>
+<td><p>Switch system area</p></td>
+<td><p><keyseq><key>Ctrl</key><key>Alt</key><key>Tab</key></keyseq> and 
<keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Tab</key></keyseq></p></td>
+<td><p>Switches focus to the primary areas of the system: windows, top bar, message tray</p></td>
+</tr>
+<tr>
+<td><p>Log out</p></td>
+<td><p><keyseq><key>Ctrl</key><key>Alt</key><key>Del</key></keyseq></p></td>
+<td><p>Logs the user out of their session. This shortcut is typically disabled by default.</p></td>
+</tr>
+<tr>
+<td><p>Window menu</p></td>
+<td><p><keyseq><key>Alt</key><key>Space</key></keyseq></p></td>
+<td><p>Opens the window menu for the current window</p></td>
+</tr>
+<tr>
+<td><p><gui>Close</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F4</key></keyseq></p></td>
+<td><p>Closes the focused window</p></td>
+</tr>
+<tr>
+<td><p><gui>Restore</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F5</key></keyseq></p></td>
+<td><p>Restores the focused window to its previous state</p></td>
+</tr>
+<tr>
+<td><p><gui>Switch secondary windows</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F6</key></keyseq> and 
<keyseq><key>Shift</key><key>Alt</key><key>F6</key></keyseq></p></td>
+<td><p>Switch focus to the next or previous secondary window associated with the application</p></td>
+</tr>
+<tr>
+<td><p><gui>Move</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F7</key></keyseq></p></td>
+<td><p>Move the focused window</p></td>
+</tr>
+<tr>
+<td><p><gui>Resize</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F8</key></keyseq></p></td>
+<td><p>Resize the focused window</p></td>
+</tr>
+<tr>
+<td><p><gui>Hide</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F9</key></keyseq></p></td>
+<td><p>Hide the focused window</p></td>
+</tr>
+<tr>
+<td><p><gui>Maximize</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F10</key></keyseq></p></td>
+<td><p>Maximize the focused window</p></td>
+</tr>
+<tr>
+<td><p><gui>Maximize</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>F10</key></keyseq></p></td>
+<td><p>Maximize the focused window</p></td>
+</tr>
+</table>
+
+<section id="widget-navigation">
+<title>Standard widget navigation shortcuts</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Shortcut</p></td>
+<td><p>Function</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><key>Tab</key> and <keyseq><key>Shift</key><key>Tab</key></keyseq></p></td>
+<td><p>Moves keyboard focus to the next/previous control</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>Tab</key></keyseq> and 
<keyseq><key>Shift</key><key>Ctrl</key><key>Tab</key></keyseq></p></td>
+<td><p>Moves keyboard focus out of the enclosing widget to the next/previous control, in those situations 
where Tab alone has another function</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>F1</key></keyseq></p></td>
+<td><p>Shows a tooltip for the the currently-focused window or control</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Shift</key><key>F1</key></keyseq></p></td>
+<td><p>Show context-sensitive help for the currently-focused window or control</p></td>
+</tr>
+<tr>
+<td><p><key>F6</key> <keyseq><key>Shift</key><key>F6</key></keyseq></p></td>
+<td><p>Give focus to the next/preivous pane in a GtkPaned window</p></td>
+</tr>
+<tr>
+<td><p><key>F8</key></p></td>
+<td><p>Give focus to the splitter bar in a paned window</p></td>
+</tr>
+<tr>
+<td><p><key>F10</key></p></td>
+<td><p>Give focus to a window/s menu bar</p></td>
+</tr>
+<tr>
+<td><p><key>Space</key></p></td>
+<td><p>Toggle the state of a focused check box, radio button, or toggle button</p></td>
+</tr>
+<tr>
+<td><p><key>Return</key></p></td>
+<td><p>Activate focused button, menu item, etc</p></td>
+</tr>
+<tr>
+<td><p><key>Return</key> <key>End</key></p></td>
+<td><p>Select/move to the first item in a selected widget</p></td>
+</tr>
+<tr>
+<td><p><key>PageUp</key>, <keyseq><key>Ctrl</key><key>PageUp</key></keyseq>, <key>PageDown</key> and 
<keyseq><key>Ctrl</key><key>PageDown</key></keyseq></p></td>
+<td><p>Scroll the selected view by one page up/left/down/right</p></td>
+</tr>
+</table>
+
+<p>In addition, the shortcuts for Unicode character entry should also be avoided. This includes 
<keyseq><key>Shift</key><key>Ctrl</key><key>A</key></keyseq> through to 
<keyseq><key>Shift</key><key>Ctrl</key><key>F</key></keyseq>, or 
<keyseq><key>Shift</key><key>Ctrl</key><key>0</key></keyseq> through to 
<keyseq><key>Shift</key><key>Ctrl</key><key>9</key></keyseq>.</p>
+
+</section>
 
 </section>
 
@@ -84,8 +216,33 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
 
 <p>If your application uses any of the standard functions listed in the following tables, use the 
recommended standard keyboard shortcut for that function.</p>
 
-<section id="file">
-<title>Standard file shortcuts</title>
+<section id="application">
+<title>Standard application shortcuts</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Function</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Help</gui></p></td>
+<td><p><key>F1</key></p></td>
+<td><p>Show the help content pages for the current application</p></td>
+</tr>
+<tr>
+<td><p><gui>Quit</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
+<td><p>Quit the application</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="content">
+<title>Standard content shortcuts</title>
 
 <table>
 <thead>
@@ -120,11 +277,6 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
 <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
 <td><p>Close the current document</p></td>
 </tr>
-<tr>
-<td><p><gui>Quit</gui></p></td>
-<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
-<td><p>Quit the application</p></td>
-</tr>
 </table>
 
 </section>
@@ -148,7 +300,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
 <tr>
 <td><p><gui>Redo</gui></p></td>
 <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Z</key></keyseq></p></td>
-<td><p></p></td>
+<td><p>Redo the last operation</p></td>
 </tr>
 </table>
 
diff --git a/hig3/C/notifications.page b/hig3/C/notifications.page
index 6615996..2c0325f 100644
--- a/hig3/C/notifications.page
+++ b/hig3/C/notifications.page
@@ -15,12 +15,26 @@
 
 <p>Notifications enable you to inform the users about events when they are not using your application. They 
also provide the ability for users to quickly respond to those events, using notification actions.</p>
 
+<section id="when-to-use">
+<title>When to use</title>
+
+<p>Use notifications to inform the user about events they will be interested in while they are not using 
your application. This can include new messages in messaging applications, the completion of long-running 
tasks, reminders for calendars, and so on.</p>
+
+<p>Notifications shouldn't be used as a substitute for feedback that is provided by your application 
windows, which should be able to inform the user about events without the need for notifications.</p>
+
+</section>
+
 <section id="notification-elements">
 <title>Notification elements</title>
 
 <p>Notifications in GNOME 3 have a number of standard components:</p>
 
 <table>
+<thead>
+<tr>
+<td><p>Element</p></td><td><p>Description</p></td>
+</tr>
+</thead>
 <tr>
 <td><p>Application Icon</p></td><td><p>Indicates which application sent the notification.</p></td>
 </tr>
@@ -68,23 +82,18 @@
 </section>
 </section>
 
-<section id="dont-distract">
-<title>Don't distract</title>
-
-<p>People do not enjoy being needlessly distracted, and it does not help them with their work. So, avoid 
showing too many notifications.</p>
-
-<p>One strategy that can help with this is to combine multiple events into a single notification. An email 
application can periodically show a notification that indicates how many new emails there are, rather than 
showing a notification for each individual message, for example.</p>
+<section id="general-guidance">
+<title>General guidance</title>
 
-</section>
-
-<section id="general-guidelines">
-<title>General guidelines</title>
-
-<p>Notifications are primarily intended to keep the user informed when they are not using your application, 
and they shouldn't be relied upon to inform the user while they are using your application.</p>
-
-<p>Ensure that your application window provides sufficient feedback that users are informed about events 
without the need for notifications.</p>
-
-<p>Remove notifications when your application window is focused.</p>
+<list>
+<item><p>It is important not to needlessly distract users with notifications. This can easily become 
annoying and frustrating, and will not incline users to like your application. Therefore, always be critical 
when using notifications, and question whether users really need to be informed about the events you want to 
communicate.</p></item>
+<item><p>Applications that deal with lots of events, such as email or social media messages, run a 
particular risk of distracting users with too many notifications. These applications should place 
restrictions on how frequently they send notification messages. Instead of showing a notification for each 
new message, it is a good idea for each notification to provide a summary of new messages.</p></item>
+<item><p>Notifications in GNOME 3 persist after they have been initially displayed. It is therefore 
important to remove notification messages that are no longer relevant to the user.</p>
+<list>
+<item><p>Your application window should provide feedback on all the events that have been communicated by 
notifications. As a result, when your application window is focused, notification messages should be treated 
as having been read, and should be removed.</p></item>
+<item><p>Ensure that your application removes notifications that are no longer valid. For example, a 
notification for a weather warning that has been revoked should be removed.</p></item>
+</list></item>
+</list>
 
 </section>
 </page>
diff --git a/hig3/C/progress-bars.page b/hig3/C/progress-bars.page
index bbb8cf0..bc35e42 100644
--- a/hig3/C/progress-bars.page
+++ b/hig3/C/progress-bars.page
@@ -12,16 +12,18 @@
 
 <title>Progress bars</title>
 
-<p>Progress bars are visual indicators of the progress of a task being carried out by the application, and 
provide important feedback.</p>
+<p>Progress bars are visual indicators of the progress of a task being carried out by the application.</p>
 
-<p>Progress bars are visual indicators of the progress of a task being carried out by the application, and 
provide important feedback</p>
+<p>There are three main types of progress bar: time-remaining, typical-time, and intermediate.</p>
+
+<media type="image" mime="image/png" src="figures/progress-bars.png"/>
 
 <section id="guidelines">
 <title>Guidelines</title>
 
 <list>
-<item><p>Always use a measured progress bar when the length of a task can be precisely or approximately 
predicted. Otherwise, use an indeterminate progress indicator or a checklist window.</p></item>
-<item><p>Ensure that a measured-progress bar measures an operation's total time or total work, not just that 
of a single step. An exception is a progress bar that measures the total time or work of the current step in 
a progress checklist.</p></item>
+<item><p>Accuracy is preferable for progress bars. Where possible, use a time-remaining progress bar, 
followed by typical-time. Try to avoid using intermediate progress bars.</p></item>
+<item><p>Ensure that a time-remaining and typical-time progress bars measure an operation's total time or 
total work, not just that of a single step.</p></item>
 </list>
 
 </section>
@@ -29,27 +31,25 @@
 <section id="time-remaining-progress-bar">
 <title>Time-remaining progress bar</title>
 
-<p>An animation consisting of a bar whose changing length indicates how much time remains in an operation, 
and text stating how much time remains before the operation will be complete. Time-remaining bars are the 
most useful type of progress bar.</p>
+<p>Time-remaining progress bars indicate how much time remains in an operation. They also include a text 
which states how much time remains before the operation will be complete. Time-remaining bars are the most 
useful type of progress bar.</p>
 
-<p>Use a time-remaining bar if your application will display an initial estimate of an operation's remaining 
time and then periodically display updated estimates. Each updated estimate should be based on changes that 
have occurred and that will cause the operation to finish more quickly or more slowly. If the operation will 
finish more slowly, your application can display an updated estimate that is greater than the estimate 
previously displayed.</p>
+<p>Use a time-remaining bar if you can display an initial estimate of an operation's remaining time and then 
periodically display updated estimates. Each updated estimate should be based on changes that have occurred 
and that will cause the operation to finish more quickly or more slowly. If the operation will finish more 
slowly, your application can display an updated estimate that is greater than the estimate previously 
displayed.</p>
 
 </section>
 
 <section id="typical-time-progress-bar">
 <title>Typical-time progress bar</title>
 
-<p>A bar whose changing length indicates how much time remains if an operation takes as long as it typically 
does. Typical-time bars are the least precise type of measured-progress bar, but they are more useful than 
indeterminate-progress bars.</p>
-
-<p>For some operations, you cannot estimate the time remaining or the proportion of work completed. However, 
if you can estimate the typical time for that operation, you can provide feedback with a typical-time bar.</p>
+<p>Typical-time progress bars indicate how much time remains if an operation takes, based on how long that 
operation typically takes. They are more useful than indeterminate-progress bars, but not as effective as 
time-remaining progress bars.</p>
 
 <p>If your application overestimates the completed amount of work, the length of the bar can indicate 
"almost complete" until the operation is complete. If your application underestimates how much work is 
complete, the application can fill the remaining portion of the bar when the operation is complete.</p>
 
 </section>
 
 <section id="indeterminate-progress-bar">
-<title>Indeterminate-progress bar</title>
+<title>Indeterminate progress bar</title>
 
-<p>An animated bar indicating only that an operation is ongoing, not how long it will take. One example is 
the "throbber" in a web browser. Indeterminate-progress bars are the least precise type of progress bar.</p>
+<p>Indeterminate progress bars only indicate that an operation is ongoing, not how long it will take.</p>
 
 <p>Use an indeterminate-progress bar to provide feedback only for operations whose duration you cannot 
estimate at all.</p>
 
diff --git a/hig3/C/sliders.page b/hig3/C/sliders.page
index f6459ac..0d03de9 100644
--- a/hig3/C/sliders.page
+++ b/hig3/C/sliders.page
@@ -12,20 +12,36 @@
 
 <title>Sliders</title>
 
-<p>A slider allows the user to quickly select a value from a fixed, ordered range, or to increase or 
decrease the current value. The control looks like the type of slider that you might find on an audio mixing 
desk or a hi-fi's graphic equalizer. In gtk, you implement a slider using the GtkHScale or GtkVScale 
controls, for horizontal or vertical sliders respectively.</p>
+<p>A slider allows the user to quickly select a value from a range. In GTK+, sliders can be implemented 
using the GtkHScale or GtkVScale controls, for horizontal or vertical sliders respectively.</p>
+
+<media type="image" mime="image/png" src="figures/sliders.png"/>
+
+<section id="when-to-use">
+<title>When to use</title>
+
+<p>Sliders can be used to either change a value, or for navigation within a content item, such as video, 
audio or even documents. Common uses include seeking through audio or video, changing a zoom or volume level, 
or setting values in image editors.</p>
+
+<p>Use a slider when:</p>
+
+<list>
+<item><p>The range of values is fixed and orderded, and when adjusting the value relative to its current 
value is more important than choosing an absolute value.</p></item>
+<item><p>It is useful for the user to control the rate of change of the value in real time.</p></item>
+</list>
+
+</section>
 
 <section id="guidelines">
 <title>Guidelines</title>
 
 <list>
-<item><p>Use a slider when:</p></item>
+<item><p>Ensure that real time feedback is provided, in order to enable the user to make live adjustments. 
Examples of this include sound from speakers, indicating volume changes, or live feedback in an image 
editor.</p></item>
+<item><p>Take care to ensure that the purpose of a slider is clearly identified.</p>
 <list>
-<item><p>adjusting the value relative to its current value is more important than choosing an absolute 
value. For example, a volume control: the average user will usually think about turning the volume up or down 
to make a sound louder or quieter, rather than setting the peak output to a specific decibel value.</p></item>
-<item><p>it is useful for the user to control the rate of change of the value in real time. For example, to 
monitor the effects of a color change in a live preview window as they drag the RGB sliders.</p></item>
-</list>
-<item><p>Label the slider with a text label above it or to its left, using sentence capitalization. Provide 
an access key in the label that allows the user to give focus directly to the slider.</p></item>
+<item><p>In cases where it is common to use a slider, follow placement conventions. For example, in video 
players, it is common to situate a horizontal seek bar along the bottom of the window. Simply placing a 
slider in this position is enough to identify it.</p></item>
+<item><p>In other cases, label the slider with a text label above it or to its left, using <link 
xref="writing-style#capitalization">sentence capitalization</link>. Provide an <link 
xref="keyboard-input#access-keys">access key</link> in the label that allows the user to give focus directly 
to the slider.</p></item>
+</list></item>
 <item><p>Mark significant values along the length of the slider with text or tick marks. For example the 
left, right and center points on an audio balance control in Figure 6-7.</p></item>
-<item><p>For large ranges of integers (more than about 20), and for ranges of floating point numbers, 
consider providing a text box or spin box that is linked to the slider's value. This allows the user to 
quickly set or fine-tune the setting more easily than they could with the slider control alone.</p></item>
+<item><p>For large ranges of integers (more than about 20), and for ranges of floating point numbers, 
consider providing a <link xref="text-fields">text box</link> or <link xref="spin-boxes">spin box</link> that 
is linked to the slider's value. This allows the user to quickly set or fine-tune the setting more easily 
than they could with the slider control alone.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/tabs.page b/hig3/C/tabs.page
index 4e64ef6..eef4a78 100644
--- a/hig3/C/tabs.page
+++ b/hig3/C/tabs.page
@@ -16,11 +16,18 @@
 
 <media type="image" mime="image/png" src="figures/tabs.png"/>
 
+<section id="when-to-use">
+<title>When to use</title>
+
+<p>Use fixed tabs when a dialog contains too many controls (or too much information) to comfortably present 
them at the same time.</p>
+
+<p>Dynamic tabs are primarily useful for browser or editor applications, where a user might want to use 
several locations or content items simulatenously.</p>
+
+</section>
+
 <section id="fixed">
 <title>Fixed tabs</title>
 
-<p>The primary use of fixed tabs is to break down a dialog window into a set of mutually exclusive views.</p>
-
 <list>
 <item><p>Do not use too many tabs. If you cannot see all the tabs without scrolling or splitting them into 
multiple rows, you are probably using too many and should use a list control instead.</p></item>
 <item><p>Label tabs with <link xref="writing-style#capitalization">header capitalization</link>, and use 
nouns rather than verbs, for example <gui>Font</gui> or <gui>Alignment</gui>. Try to give tab labels a 
similar length.</p></item>
@@ -34,7 +41,22 @@
 <section id="dynamic">
 <title>Dynamic tabs</title>
 
-<p>Dynamic tabs are a common pattern for browser or editor applications.</p>
+<list>
+<item><p>Tabs often have a constrained width, so ensure that tab labels are short and concise, and that the 
most useful part of the label is displayed first. This ensures that the label continues to be useful even 
when ellipsized.</p></item>
+<item><p>If the content of a tab changes or requires attention, a visual hint can be displayed.</p></item>
+<item><p>Provide a context menu on each tab. This menu should only include actions for manipulating the tab 
itself, such as <gui>Move Left</gui>, <gui>Move Right</gui>, <gui>Move to New Window</gui>, and 
<gui>Close</gui>.</p></item>
+</list>
+
+<section id="full-and-partial-integration">
+<title>Full and partial integration</title>
+
+<p>If tabs are an important part of the application, make the tab bar permanently visible, so that the first 
tab is visible when the application is launched. A new tab button can also be placed in the header bar or 
toolbar.</p>
+
+<p>Dynamic tabs can also be used in cases where tabs will not always be used, or do not form a core part of 
the application's functionality. In these cases, tabs provide an additional extra function for those users 
who want to use them, without introducing superfluous controls for those who only view a single location or 
content item within each window.</p>
+
+<p>In these cases, the tab bar should only be displayed when two or more tabs are open, and a new tab button 
should not be displayed in the header bar or toolbar. Keyboard shortcuts or menu items should be used to 
allow new tabs to be opened.</p>
+
+</section>
 
 </section>
 </page>
diff --git a/hig3/C/toolbars.page b/hig3/C/toolbars.page
index d34618a..9935aeb 100644
--- a/hig3/C/toolbars.page
+++ b/hig3/C/toolbars.page
@@ -16,18 +16,25 @@
 
 <media type="image" mime="image/png" src="figures/toolbar.png"/>
 
-<p>Careful and consistent toolbar design speeds up the user's task by giving direct access to functions that 
would otherwise be hidden on a menu. Use them only for the most important functions, however. Having too many 
toolbar controls reduces their efficiency by making them harder to find, and too many rows of toolbars 
reduces the amount of screen space available to the rest of the application.</p>
+<section id="when-to-use">
+<title>When to use</title>
 
-<p>The effectiveness of toolbars is increased by maintaining a level of consistency between different 
applications. For example, the main toolbar in an office application will nearly always have New, Open and 
Save as its first three toolbar buttons. Similarly, the first few buttons in a browser application should 
always include Back, Forward, Stop and Reload, in that order.</p>
+<p>Use a toolbar to provide access to common actions, tools or options in primary windows. <link 
xref="header-bars">Header bars</link> also perform this role, and a toolbar is generally not required if you 
are using header bars.</p>
+
+<p>While toolbars are a common approach, there are cases where they are not the most effective. Interfaces 
that focus on direct manipulation, or which make heavy use of progressive disclosure, may provide a better 
alternative. Each of these approaches requires more time and effort at the design stage, and should only be 
pursued by those who are confident in pursuing more original design solutions.</p>
+
+</section>
 
 <section id="general-guidelines">
 <title>General guidelines</title>
 
 <list>
+<item><p>Only include controls for the most important functions. Having too many toolbar controls reduces 
their efficiency by making them harder to find, and too many rows of toolbars reduces the amount of screen 
space available to the rest of the application.</p></item>
+<item><p>Utilise conventions for toolbars to increase familiarity. For example, the main toolbar in an 
office application will nearly always have New, Open and Save as its first three toolbar buttons. Similarly, 
the first few buttons in a browser application should always include Back, Forward, Stop and Reload, in that 
order.</p></item>
 <item><p>Place only the most commonly-used application functions on your toolbars. Don't just add buttons 
for every menu item.</p></item>
-<item><p>All functions that appear on your toolbars must also accessible via the main menu bar, either 
directly (i.e. an equivalent menu item) or indirectly (e.g. in the Options ▸ Settings dialog).</p></item>
-<item><p>Arrange toolbar buttons in the same order and groupings as their equivalents on the main menu bar. 
In particular, always group sets of mutually-exclusive toolbar buttons.</p></item>
-<item><p>Don't add buttons for <gui>Help</gui>, <gui>Close</gui> or <gui>Quit</gui> to your toolbar by 
default, as these are rarely used and the space is better used for more useful controls. Similarly, only 
provide buttons for <gui>Undo</gui>, <gui>Redo</gui> and the standard clipboard functions if there is space 
on the toolbar to do so without sacrificing more useful, application-specific controls.</p></item>
+<item><p>If you are using a <link xref="menu-bars">menu bar</link>, ensure that it includes all the 
functions that appear on you toolbar, either directly (i.e. an equivalent menu item) or indirectly (e.g. in 
the Options ▸ Settings dialog).</p></item>
+<item><p>Toolbars shouldn't include buttons for <gui>Help</gui>, <gui>Close</gui> or <gui>Quit</gui>, as 
these are rarely used and the space is better used for more useful controls. Similarly, only provide buttons 
for <gui>Undo</gui>, <gui>Redo</gui> and the standard clipboard functions if there is space on the toolbar to 
do so without sacrificing more useful, application-specific controls.</p></item>
+<item><p>Toolbar <link xref="buttons">buttons</link> should have a relief, and icon buttons should use <link 
xref="icons-and-artwork#color-vs-symbolic">symbolic icons</link>.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/ui-elements.page b/hig3/C/ui-elements.page
index 6f78d94..e547576 100644
--- a/hig3/C/ui-elements.page
+++ b/hig3/C/ui-elements.page
@@ -10,9 +10,9 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-<title>User Interface Elements</title>
+<title>User interface elements</title>
 
-<p>User interface elements are the building blocks for application interfaces. The guidelines in this 
section are intended to help you get the details of your design right. It is recommended that you ensure that 
you are familiar with the various design patterns before you use this section.</p>
+<p>User interface elements are the building blocks for application interfaces. The guidelines in this 
section are intended to help you get the details of your design right. It is recommended that you ensure that 
you are familiar with the <link xref="patterns">design patterns</link> before you use this section.</p>
 
 <table>
 <tr>
@@ -34,9 +34,9 @@
 </tr>
 <tr>
 <td><p><link xref="progress-bars">Progress bars</link></p></td>
-<td><media type="image" mime="image/png" src="figures/switches.png"/></td>
+<td><media type="image" mime="image/png" src="figures/progress-bars.png"/></td>
 <td><p><link xref="sliders">Sliders</link></p></td>
-<td><media type="image" mime="image/png" src="figures/switches.png"/></td>
+<td><media type="image" mime="image/png" src="figures/sliders.png"/></td>
 </tr>
 <tr>
 <td><p><link xref="switches">Switches</link></p></td>
diff --git a/hig3/C/visual-layout.page b/hig3/C/visual-layout.page
index 0b1741a..91cada1 100644
--- a/hig3/C/visual-layout.page
+++ b/hig3/C/visual-layout.page
@@ -12,36 +12,55 @@
     <desc>Arranging elements within a user interface.</desc>
   </info>
 
-<title>Visual Layout</title>
+<title>Visual layout</title>
 
-<p>The layout of controls and content on the screen should convey information about how it works, and should 
make your application easy to understand. This should also make it visually elegant.</p>
+<p>The visual layout of controls, information and content affects how easy it is to understand your 
application, as well as how beautiful it is. It is important to recognise that visual design has a strong 
impact on how much work is involved in using an application - poor layout results in users having to put 
inadditional effort, while good layout requires less effort.</p>
 
-<section id="guidelines">
-<title>General Guidelines</title>
+<p>Following these visual layout guidelines will help you to produce an application that is both beautiful, 
easy to understand, and efficient to use.</p>
+
+<section id="general-guidelines">
+<title>General guidelines</title>
 
 <list>
 <item><p>An alignment point is an imaginary vertical or horizontal line through your window that touches the 
edge of one or more labels or controls in the window. Minimize the number of these - the fewer there are, the 
cleaner and simpler your layout will appear, and the easier it will be for people to understand.</p></item>
 <item><p>Align content and controls in your layout exactly. The eye is very sensitive to aligned and 
unaligned objects. If visual elements do not lines up, it will be hard for someone to scan them. Elements 
that do not quite line up will be distracting.</p></item>
-<item><p>Be consistent. Use the same amounts of spacing and component sizes. Reuse the same amounts of 
spacing throughout.</p></item>
-<item><p>Communicate that visual elements and controls are related by placing them close to one another or 
by aligning them with each other.</p></item>
-<item><p>Organize visual elements from top-to-bottom and left-to-right. This is the direction that people 
from western locales tend to read an interface, so that the items at the top-left will be encountered first. 
This ordering gives interfaces a hierarchy: those components that are viewed first are perceived to have 
priority over those that come after them. For this reason, you should place dominant controls above and to 
the left of the controls and content that they affect. Header bars are a key design pattern in this 
respect.</p></item>
-<item><p>Horizontally align to the left, center and right. These alignment points are already provided by 
the top bar and can be used to create layouts that are both in harmony with the system and are consistent 
with other GNOME 3 applications.</p></item>
+<item><p>Be consistent. Use the same amounts of spacing throughout.</p></item>
+<item><p>Organize related controls and information into groups, and use spacing to differentiate them. This 
makes an interface far easier to read and understand.</p>
+<list>
+<item><p>As a rule of thumb, leave space between elements in increments of 6 pixels, going up as the 
relationship between related elements becomes more distant.</p></item>
+<item><p>Between labels and associated components, leave 12 horizontal pixels.</p></item>
+<item><p>For vertical spacing between groups of components, 18 pixels is adequate.</p></item>
+<item><p>A general padding of 18 pixels is recommended between the contents of a dialog window and the 
window borders.</p></item>
+</list></item>
+<item><p>Indent elements by 12 pixels to denote hierarchy and association.</p></item>
+<item><p>Avoid using frames with visible borders to separate groups of controls - use spacing and headers 
instead.</p></item>
 </list>
 
+<p>Incorrect spacing and alignment:</p>
+<media type="image" mime="image/png" src="figures/visual-alignment-incorrect.png"/>
+
+<p>Correct spacing and alignment:</p>
+<media type="image" mime="image/png" src="figures/visual-alignment-correct.png"/>
+
+<p>Correct spacing, with units (pixels):</p>
+<media type="image" mime="image/png" src="figures/visual-alignment-spacing.png"/>
+
 </section>
 
-<section id="groups">
-<title>Groups of Controls</title>
+<section id="label-alignment">
+<title>Label alignment</title>
 
-<list>
-<item><p>As a basic rule of thumb, leave space between elements in increments of 6 pixels, going up as the 
relationship between related elements becomes more distant. For example, between icon labels and associated 
graphics within an icon, 6 pixels are adequate. Between labels and associated components, leave 12 horizontal 
pixels. For vertical spacing between groups of components, 18 pixels is adequate. A general padding of 12 
pixels is recommended between the contents of a dialog window and the window borders.</p></item>
-<item><p>Indent elements by 12 pixels to denote hierarchy and association.
-Avoid using frames with visible borders to separate groups of controls - use spacing and headers 
instead.</p></item>
-<item><p>If possible, right-justify labels (see the diagram below). This will avoid large gaps between 
labels and their associated controls. This type of right-justification is not possible if you have indented 
controls: here left-justification should be used instead.</p></item>
-</list>
+<p>If possible, right-justify labels (see the diagram below). This will avoid large gaps between labels and 
their associated controls. This type of right-justification is not possible if you have indented controls: 
here left-justification should be used instead.</p>
 
 <media type="image" mime="image/png" src="figures/label-alignment.png"/>
 
 </section>
 
+<section id="hierarchy">
+<title>Visual hierarchy</title>
+
+<p>Organize visual elements from top-to-bottom and left-to-right. This is the direction that people from 
western locales tend to read an interface, so that the items at the top-left will be encountered first. This 
ordering gives interfaces a hierarchy: those components that are viewed first are perceived to have priority 
over those that come after them. For this reason, you should place dominant controls above and to the left of 
the controls and content that they affect. Header bars are a key design pattern in this respect.</p>
+
+</section>
+
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]