<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><font
        face="Times New Roman, Times, serif">Hi All,<span
          style="font-size:12.0pt"><o:p></o:p></span></font></p>
    <font face="Times New Roman, Times, serif">
      <u1:p></u1:p>
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><font
        face="Times New Roman, Times, serif"><u1:p> </u1:p><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">I am working
          for adding the DRM Client cap for
          the aspect ratio support as part of the series: <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"><a
            href="https://patchwork.freedesktop.org/series/10850/"><span
              style="font-size:
              12.0pt">https://patchwork.freedesktop.org/series/10850/</span></a>
          : <i>Picture
            aspect ratio support in DRM layer</i> by Shashank Sharma.<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"><u1:p> </u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">I have an
          open as to how to go about it.<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"> <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">I was going
          through the existing DRM Client Cap
          like DRM_CLIENT_CAP_STEREO_3D, DRM_CLIENT_CAP_ATOMIC.<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"> <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">On Similar
          lines, I was able to add the new DRM_CLIENT_CAP_ASPECT_RATIO.
          I also added a member 'aspect_ratio_required' in drm_file
          structure,<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">which is
          set, when the client calls
          drm_setclientcap( ), for aspect ratio, just like its being
          done for other DRM
          Client Caps. <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"> <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">Now what I
          want to do is <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p
style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;text-indent:-.25in"><font
        face="Times New Roman, Times, serif"><span style="font-size:
          11pt;">1.<span style="font-size-adjust: none;
            font-stretch: normal;font-feature-settings:
            normal;font-language-override: normal;
            font-kerning: auto;font-synthesis: weight style"></span><span
            style="font-size: 7pt;">     </span></span><span
          style="font-size: 11pt;">Setting the
          aspect-ratio flag-bits (19-22) in drmModeModeInfo <u>only if</u>
          the client
          advertises that it requires the aspect-ratio.<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt;text-indent:.5in"><font
        face="Times New Roman, Times, serif"><span style="font-size:
          11pt;">So I need to have
          this information (that client requires aspect ratio) available
          in the function:<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt;text-indent:.5in"><font
        face="Times New Roman, Times, serif"><b><span style="font-size:
            11pt;">drm_mode_convert_to_umode(
            )</span></b><span style="font-size: 11pt;">
          : Where the flag bits are actually set<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"><u1:p> </u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p
style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;text-indent:-.25in"><font
        face="Times New Roman, Times, serif"><span style="font-size:
          11pt;">2.<span style="font-size-adjust: none;
            font-stretch: normal;font-feature-settings:
            normal;font-language-override: normal;
            font-kerning: auto;font-synthesis: weight style"></span><span
            style="font-size: 7pt;">     </span></span><span
          style="font-size: 11pt;">Similarly in case of
          modeset request from the client, we would want to parse the
          aspect ratio bits
          from the requested<span style="mso-spacerun:yes">  </span>drmModeModeInfo
          only
          if the client requires aspect ratio. <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p
style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt"><font
        face="Times New Roman, Times, serif"><span style="font-size:
          11pt;">This
          will require change in the function:<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt;text-indent:.5in"><font
        face="Times New Roman, Times, serif"><b><span style="font-size:
            11pt;">drm_mode_convert_umode()</span></b><span
          style="font-size: 11pt;">  : Where
          the flag bits of  drm_mode_mode_info are read by the drm layer
          to
          determine the aspect ratio and set in drm_display_mode)<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"> <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">The problem
          is that, both these functions have
          drm_mode_mode_info and drm_display_mode as the only arguments,
          but our flag
          aspect_ratio_required is in file_priv (struct drm_file).<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;"> <u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p style="margin:0in;margin-bottom:.0001pt"><font face="Times New
        Roman, Times, serif"><span style="font-size: 11pt;">To do this
          there are two ways I can think of:<u1:p></u1:p></span><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      margin-left:27.0pt;text-indent:-.25in;tab-stops:list
      .5in;vertical-align:middle"><font face="Times New Roman, Times,
        serif">1.<span style="font-size-adjust: none;
          font-stretch: normal;font-feature-settings:
          normal;font-language-override: normal;
          font-kerning: auto;font-synthesis: weight style"></span><span
          style="font-size: 7pt;">     </span>Change the
        drm_mode_convert_umode() to include aspect_ratio_required flag.<o:p></o:p></font><font
        face="Times New Roman, Times, serif"><br>
      </font></p>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      margin-left:27.0pt;text-indent:-.25in;tab-stops:list
      .5in;vertical-align:middle"><font face="Times New Roman, Times,
        serif">        Before calling this function, the
        file_priv->aspect_ratio_required will be
        checked and the flag will be set accordingly.<o:p></o:p></font><font
        face="Times New Roman, Times, serif">
      </font></p>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      margin-left:27.0pt;text-indent:-.25in;tab-stops:list
      .5in;vertical-align:middle"><font face="Times New Roman, Times,
        serif">2.<span style="font-size-adjust: none;font-stretch:
          normal;font-feature-settings: normal;
          font-language-override: normal;font-kerning:
          auto;font-synthesis: weight style"></span><span
          style="font-size: 7pt;">    
        </span>While getting
        the drmClientCap from client, instead of storing this
        information in file-priv,
        store this info in some other structure.<u1:p></u1:p><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      vertical-align:middle"><font face="Times New Roman, Times, serif"><u1:p> </u1:p><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      vertical-align:middle"><font face="Times New Roman, Times, serif">Is
        my
        understanding correct or is there any other way I should handle
        the drm client
        cap?<o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      vertical-align:middle"><font face="Times New Roman, Times, serif"><o:p> </o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      vertical-align:middle"><font face="Times New Roman, Times, serif">Thanks
        and
        Regards,<o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
    </font>
    <p class="MsoNormal"
      style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
      vertical-align:middle"><font face="Times New Roman, Times, serif">Ankit<br
          style="mso-special-character:line-break">
      </font>
      <!--[if !supportLineBreakNewLine]--><font face="Times New Roman,
        Times, serif"><br style="mso-special-character:line-break">
      </font>
      <!--[endif]--><font face="Times New Roman, Times, serif"><o:p></o:p></font></p>
    <font face="Times New Roman, Times, serif">
      <u1:p></u1:p></font>
    <meta name="ProgId" content="Word.Document">
    <meta name="Generator" content="Microsoft Word 15">
    <meta name="Originator" content="Microsoft Word 15">
    <link rel="File-List"
href="file:///C:%5CUsers%5CAKNAUTIY%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml">
    <!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]-->
    <link rel="themeData"
href="file:///C:%5CUsers%5CAKNAUTIY%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx">
    <link rel="colorSchemeMapping"
href="file:///C:%5CUsers%5CAKNAUTIY%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml">
    <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves/>
  <w:TrackFormatting/>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-US</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:EnableOpenTypeKerning/>
   <w:DontFlipMirrorIndents/>
   <w:OverrideTableStyleHps/>
  </w:Compatibility>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="--"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
  DefSemiHidden="false" DefQFormat="false" DefPriority="99"
  LatentStyleCount="371">
  <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 6"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 7"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 8"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index 9"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" Name="toc 9"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Normal Indent"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="footnote text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="annotation text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="header"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="footer"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="index heading"/>
  <w:LsdException Locked="false" Priority="35" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="table of figures"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="envelope address"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="envelope return"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="footnote reference"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="annotation reference"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="line number"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="page number"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="endnote reference"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="endnote text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="table of authorities"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="macro"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="toa heading"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Bullet"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Number"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Bullet 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Bullet 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Bullet 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Bullet 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Number 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Number 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Number 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Number 5"/>
  <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Closing"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Signature"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="true"
   UnhideWhenUsed="true" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text Indent"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Continue"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Continue 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Continue 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Continue 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="List Continue 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Message Header"/>
  <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Salutation"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Date"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text First Indent"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text First Indent 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Note Heading"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text Indent 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Body Text Indent 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Block Text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Hyperlink"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="FollowedHyperlink"/>
  <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Document Map"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Plain Text"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="E-mail Signature"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Top of Form"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Bottom of Form"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Normal (Web)"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Acronym"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Address"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Cite"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Code"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Definition"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Keyboard"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Preformatted"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Sample"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Typewriter"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="HTML Variable"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Normal Table"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="annotation subject"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="No List"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Outline List 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Outline List 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Outline List 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Simple 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Simple 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Simple 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Classic 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Classic 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Classic 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Classic 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Colorful 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Colorful 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Colorful 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Columns 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Columns 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Columns 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Columns 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Columns 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 6"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 7"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Grid 8"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 6"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 7"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table List 8"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table 3D effects 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table 3D effects 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table 3D effects 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Contemporary"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Elegant"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Professional"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Subtle 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Subtle 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Web 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Web 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Web 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Balloon Text"/>
  <w:LsdException Locked="false" Priority="39" Name="Table Grid"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   Name="Table Theme"/>
  <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" QFormat="true"
   Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" QFormat="true"
   Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" QFormat="true"
   Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" QFormat="true"
   Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" QFormat="true"
   Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" QFormat="true"
   Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" SemiHidden="true"
   UnhideWhenUsed="true" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
  <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
  <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
  <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
  <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
  <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
  <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
  <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
  <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
  <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 1"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 1"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 1"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 2"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 2"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 2"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 3"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 3"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 3"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 4"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 4"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 4"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 5"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 5"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 5"/>
  <w:LsdException Locked="false" Priority="46"
   Name="Grid Table 1 Light Accent 6"/>
  <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
  <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
  <w:LsdException Locked="false" Priority="51"
   Name="Grid Table 6 Colorful Accent 6"/>
  <w:LsdException Locked="false" Priority="52"
   Name="Grid Table 7 Colorful Accent 6"/>
  <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
  <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
  <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 1"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 1"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 1"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 2"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 2"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 2"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 3"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 3"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 3"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 4"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 4"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 4"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 5"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 5"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 5"/>
  <w:LsdException Locked="false" Priority="46"
   Name="List Table 1 Light Accent 6"/>
  <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
  <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
  <w:LsdException Locked="false" Priority="51"
   Name="List Table 6 Colorful Accent 6"/>
  <w:LsdException Locked="false" Priority="52"
   Name="List Table 7 Colorful Accent 6"/>
 </w:LatentStyles>
</xml><![endif]-->
    <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-alt:"Calisto MT";
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:-536870145 1107305727 0 0 415 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-alt:"Century Gothic";
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-536859905 -1073732485 9 0 511 0;}
@font-face
        {font-family:"Intel Clear";
        panose-1:2 11 6 4 2 2 3 2 2 4;
        mso-font-alt:Arial;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-520091905 1073766651 40 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-noshow:yes;
        mso-style-priority:99;
        color:#0563C1;
        mso-themecolor:hyperlink;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-noshow:yes;
        mso-style-priority:99;
        color:#954F72;
        mso-themecolor:followedhyperlink;
        text-decoration:underline;
        text-underline:single;}
p
        {mso-style-noshow:yes;
        mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        mso-fareast-font-family:"Times New Roman";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-size:10.0pt;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.WordSection1
        {page:WordSection1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman",serif;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <u1:OfficeDocumentSettings>
  <u1:AllowPNG/>
 </u1:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <u2:WordDocument>
  <u2:View>Normal</u2:View>
  <u2:Zoom>0</u2:Zoom>
  <u2:TrackMoves/>
  <u2:TrackFormatting/>
  <u2:PunctuationKerning/>
  <u2:ValidateAgainstSchemas/>
  <u2:SaveIfXMLInvalid>false</u2:SaveIfXMLInvalid>
  <u2:IgnoreMixedContent>false</u2:IgnoreMixedContent>
  <u2:AlwaysShowPlaceholderText>false</u2:AlwaysShowPlaceholderText>
  <u2:DoNotPromoteQF/>
  <u2:LidThemeOther>EN-US</u2:LidThemeOther>
  <u2:LidThemeAsian>X-NONE</u2:LidThemeAsian>
  <u2:LidThemeComplexScript>X-NONE</u2:LidThemeComplexScript>
  <u2:Compatibility>
   <u2:BreakWrappedTables/>
   <u2:SnapToGridInCell/>
   <u2:WrapTextWithPunct/>
   <u2:UseAsianBreakRules/>
   <u2:DontGrowAutofit/>
   <u2:SplitPgBreakAndParaMark/>
   <u2:EnableOpenTypeKerning/>
   <u2:DontFlipMirrorIndents/>
   <u2:OverrideTableStyleHps/>
  </u2:Compatibility>
  <u3:mathPr>
   <u3:mathFont u3:val="Cambria Math"/>
   <u3:brkBin u3:val="before"/>
   <u3:brkBinSub u3:val="--"/>
   <u3:smallFrac u3:val="off"/>
   <u3:dispDef/>
   <u3:lMargin u3:val="0"/>
   <u3:rMargin u3:val="0"/>
   <u3:defJc u3:val="centerGroup"/>
   <u3:wrapIndent u3:val="1440"/>
   <u3:intLim u3:val="subSup"/>
   <u3:naryLim u3:val="undOvr"/>
  </u3:mathPr>
 </u2:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <u4:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="371">
  <u4:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
  <u4:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
  <u4:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/>
  <u4:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/>
  <u4:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/>
  <u4:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/>
  <u4:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/>
  <u4:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
  <u4:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/>
  <u4:LsdException Locked="false" Priority="39" Name="Table Grid"/>
  <u4:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/>
  <u4:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
  <u4:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
  <u4:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
  <u4:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/>
  <u4:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
  <u4:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
  <u4:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
  <u4:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
  <u4:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
  <u4:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
  <u4:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
  <u4:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
  <u4:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
  <u4:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
  <u4:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
  <u4:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
  <u4:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
  <u4:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
  <u4:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
  <u4:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
  <u4:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/>
  <u4:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/>
  <u4:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/>
  <u4:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/>
  <u4:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
  <u4:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/>
  <u4:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
  <u4:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
  <u4:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
  <u4:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
  <u4:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
  <u4:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
  <u4:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/>
  <u4:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/>
  <u4:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
  <u4:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
  <u4:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
  <u4:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
  <u4:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/>
  <u4:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/>
  <u4:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/>
  <u4:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
  <u4:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
  <u4:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
  <u4:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
  <u4:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/>
  <u4:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/>
 </u4:LatentStyles>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <u1:OfficeDocumentSettings>
  <u1:AllowPNG/>
 </u1:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <u5:WordDocument>
  <u5:View>Normal</u5:View>
  <u5:Zoom>0</u5:Zoom>
  <u5:TrackMoves/>
  <u5:TrackFormatting/>
  <u5:PunctuationKerning/>
  <u5:ValidateAgainstSchemas/>
  <u5:SaveIfXMLInvalid>false</u5:SaveIfXMLInvalid>
  <u5:IgnoreMixedContent>false</u5:IgnoreMixedContent>
  <u5:AlwaysShowPlaceholderText>false</u5:AlwaysShowPlaceholderText>
  <u5:DoNotPromoteQF/>
  <u5:LidThemeOther>EN-US</u5:LidThemeOther>
  <u5:LidThemeAsian>X-NONE</u5:LidThemeAsian>
  <u5:LidThemeComplexScript>X-NONE</u5:LidThemeComplexScript>
  <u5:Compatibility>
   <u5:BreakWrappedTables/>
   <u5:SnapToGridInCell/>
   <u5:WrapTextWithPunct/>
   <u5:UseAsianBreakRules/>
   <u5:DontGrowAutofit/>
   <u5:SplitPgBreakAndParaMark/>
   <u5:EnableOpenTypeKerning/>
   <u5:DontFlipMirrorIndents/>
   <u5:OverrideTableStyleHps/>
  </u5:Compatibility>
  <u6:mathPr>
   <u6:mathFont u6:val="Cambria Math"/>
   <u6:brkBin u6:val="before"/>
   <u6:brkBinSub u6:val="--"/>
   <u6:smallFrac u6:val="off"/>
   <u6:dispDef/>
   <u6:lMargin u6:val="0"/>
   <u6:rMargin u6:val="0"/>
   <u6:defJc u6:val="centerGroup"/>
   <u6:wrapIndent u6:val="1440"/>
   <u6:intLim u6:val="subSup"/>
   <u6:naryLim u6:val="undOvr"/>
  </u6:mathPr>
 </u5:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <u7:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="371">
  <u7:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
  <u7:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
  <u7:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/>
  <u7:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/>
  <u7:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/>
  <u7:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/>
  <u7:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/>
  <u7:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
  <u7:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/>
  <u7:LsdException Locked="false" Priority="39" Name="Table Grid"/>
  <u7:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/>
  <u7:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
  <u7:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
  <u7:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
  <u7:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/>
  <u7:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
  <u7:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
  <u7:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
  <u7:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
  <u7:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
  <u7:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
  <u7:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
  <u7:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
  <u7:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
  <u7:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
  <u7:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
  <u7:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
  <u7:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
  <u7:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
  <u7:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
  <u7:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
  <u7:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/>
  <u7:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/>
  <u7:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/>
  <u7:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/>
  <u7:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
  <u7:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/>
  <u7:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
  <u7:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
  <u7:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
  <u7:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
  <u7:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
  <u7:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
  <u7:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/>
  <u7:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/>
  <u7:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
  <u7:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
  <u7:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
  <u7:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
  <u7:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/>
  <u7:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/>
  <u7:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/>
  <u7:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
  <u7:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
  <u7:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
  <u7:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
  <u7:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/>
  <u7:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/>
 </u7:LatentStyles>
</xml><![endif]-->
  </body>
</html>