<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello everyone,<i><span style="font-size:
6.5pt;font-family:"Helvetica",sans-serif;color:#767171;mso-themecolor:background2;mso-themeshade:128;mso-style-textfill-fill-color:#767171;mso-style-textfill-fill-themecolor:
background2;mso-style-textfill-fill-alpha:100.0%;mso-style-textfill-fill-colortransforms:
lumm=50000;border:none windowtext 1.0pt;mso-border-alt:none
windowtext 0cm; padding:0cm;mso-ansi-language:EN-US"
lang="EN-US"></span><o:p></o:p></i></p>
<p>I want to mux one video stream (h264) and one audio stream
(opus). My pipelines (not the best) that produce the streams are
from an rpi0:</p>
<p>gst-launch-1.0 -v v4l2src device=/dev/video1 !
video/x-h264,width=1440,height=1080,framerate=15/1 ! h264parse !
rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.2
port=8004 sync=false async=false <br>
</p>
<p>gst-launch-1.0 -v alsasrc ! audio/x-raw, channels=2, rate=8000,
depth=16, format="S16LE" ! queue ! opusenc audio-type=voice
bitrate=12000 bandwidth=narrowband frame-size=60 bitrate-type=vbr
! audio/x-opus, rate=8000, channels=2, channel-mapping-family=0 !
queue ! rtpopuspay pt=127 ! queue ! udpsink host=192.168.1.2
port=8002 sync=false async=false </p>
<p><br>
</p>
<p>In the receiving end my pipeline doesn't seem to roll (no
Redistribute latency... message) and it creates a 0 byte file.:</p>
<p>gst-launch-1.0 udpsrc port=8004 !
application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer
! rtph264depay ! queue ! mp4mux name=mux ! filesink
location="video.mp4" udpsrc port=8002
caps="application/x-rtp,encodingcoding-params=2,media=audio,
clock-rate=48000,encoding-name="OPUS",payload=127" ! queue !
rtpopusdepay ! mux.</p>
<p><br>
</p>
<p>Data doesn't seem to pass through mp4mux. This pipeline produces
no significant output:</p>
<p>gst-launch-1.0 -v udpsrc port=8004
caps="application/x-rtp,encoding-name=H264,payload=96" !
rtpjitterbuffer ! rtph264depay ! queue ! mp4mux name=mux !
fakesink dump=true <br>
</p>
<blockquote>
<p><font size="-1"><br>
</font></p>
<font size="-1">Setting pipeline to PLAYING ...</font><br>
<font size="-1">/GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src:
caps = application/x-rtp, encoding-name=(string)H264,
payload=(int)96, media=(string)video, clock-rate=(int)90000</font><br>
<font size="-1">New clock: GstSystemClock</font><br>
<font size="-1">/GstPipeline:pipeline0/GstRtpJitterBuffer:rtpjitterbuffer0.GstPad:sink:
caps = application/x-rtp, encoding-name=(string)H264,
payload=(int)96, media=(string)video, clock-rate=(int)90000</font><br>
<font size="-1">/GstPipeline:pipeline0/GstRtpJitterBuffer:rtpjitterbuffer0.GstPad:src:
caps = application/x-rtp, encoding-name=(string)H264,
payload=(int)96, media=(string)video, clock-rate=(int)90000</font><br>
<font size="-1">/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:sink:
caps = application/x-rtp, encoding-name=(string)H264,
payload=(int)96, media=(string)video, clock-rate=(int)90000</font><br>
<font size="-1">/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:src:
caps = video/x-h264, stream-format=(string)avc,
alignment=(string)au,
codec_data=(buffer)01640028ffe1001027640028ac2b402d0113f2c03c489a8001000528ee025cb0,
level=(string)4, profile=(string)high</font><br>
</blockquote>
<p><br>
</p>
<p>While this pipeline gives the continuous hex output:</p>
<p>gst-launch-1.0 -v udpsrc port=8004
caps="application/x-rtp,encoding-name=H264,payload=96" !
rtpjitterbuffer ! rtph264depay ! queue ! fakesink dump=true</p>
<p><br>
</p>
<p>Also, this pipeline for audio with oggmux and its output:</p>
<p>gst-launch-1.0 -v udpsrc port=8002
caps="application/x-rtp,encoding-params=2,media=audio,
clock-rate=48000,encoding-name="OPUS",payload=127" ! queue !
rtpopusdepay ! oggmux ! fakesink dump=true</p>
<blockquote>
<p><font size="-1">Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: caps =
application/x-rtp, encoding-params=(int)2,
media=(string)audio, clock-rate=(int)48000,
encoding-name=(string)OPUS, payload=(int)127<br>
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps =
application/x-rtp, encoding-params=(int)2,
media=(string)audio, clock-rate=(int)48000,
encoding-name=(string)OPUS, payload=(int)127<br>
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps =
application/x-rtp, encoding-params=(int)2,
media=(string)audio, clock-rate=(int)48000,
encoding-name=(string)OPUS, payload=(int)127<br>
/GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0.GstPad:src: caps =
audio/x-opus, channel-mapping-family=(int)0<br>
/GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:audio_1941964111: caps =
audio/x-opus, channel-mapping-family=(int)0<br>
/GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0.GstPad:sink: caps =
application/x-rtp, encoding-params=(int)2,
media=(string)audio, clock-rate=(int)48000,
encoding-name=(string)OPUS, payload=(int)127<br>
/GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps =
application/ogg, streamheader=(buffer)<
4f676753000200000000000000004f05c07300000000fe1a62aa014918e074ce494cf6782d85bdf3d7b01f9be4e5e7e2ea47bb64d2368aaf89e435872ebca27f5270821dffa9adb6c01ae98b63c9503a2a6ef1dea84e52d21f6f36c9e342eb52c5d63107b0
><br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps
= application/ogg, streamheader=(buffer)<
4f676753000200000000000000004f05c07300000000fe1a62aa014918e074ce494cf6782d85bdf3d7b01f9be4e5e7e2ea47bb64d2368aaf89e435872ebca27f5270821dffa9adb6c01ae98b63c9503a2a6ef1dea84e52d21f6f36c9e342eb52c5d63107b0
><br>
00000000 (0x7fd74400a090): 4f 67 67 53 00 02 00 00 00 00 00 00
00 00 4f 05 OggS..........O.<br>
00000010 (0x7fd74400a0a0): c0 73 00 00 00 00 fe 1a 62 aa 01 49
18 e0 74 ce .s......b..I..t.<br>
00000020 (0x7fd74400a0b0): 49 4c f6 78 2d 85 bd f3 d7 b0 1f 9b
e4 e5 e7 e2 IL.x-...........<br>
00000030 (0x7fd74400a0c0): ea 47 bb 64 d2 36 8a af 89 e4 35 87
2e bc a2 7f .G.d.6....5.....<br>
00000040 (0x7fd74400a0d0): 52 70 82 1d ff a9 ad b6 c0 1a e9 8b
63 c9 50 3a Rp..........c.P:<br>
00000050 (0x7fd74400a0e0): 2a 6e f1 de a8 4e 52 d2 1f 6f 36 c9
e3 42 eb 52 *n...NR..o6..B.R<br>
00000060 (0x7fd74400a0f0): c5 d6 31 07
b0 ..1.. <br>
</font></p>
</blockquote>
<p>But I have succefully oggmuxed video and beep with this pipeline,
but of sorter duration than I expected:</p>
<p>gst-launch-1.0 udpsrc port=8004 !
application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer
! rtph264depay ! queue ! decodebin ! videoconvert ! queue !
videorate ! video/x-raw,framerate=15/1 ! queue ! theoraenc ! queue
! oggmux name=mux ! filesink location="video.ogg" udpsrc port=8002
caps="application/x-rtp,encoding-params=2,media=audio,
clock-rate=48000,encoding-name="OPUS",payload=127" ! queue !
rtpopusdepay ! opusdec ! audioconvert ! audioresample ! opusenc !
mux.</p>
<p>Also, decoding and re-encoding produces a valid, playable file: <br>
</p>
<p>gst-launch-1.0 -v udpsrc port=8002
caps="application/x-rtp,encoding-params=2,media=audio,
clock-rate=48000,encoding-name="OPUS",payload=127" ! queue !
rtpopusdepay ! opusdec ! audioconvert ! audioresample ! opusenc !
oggmux ! filesink location=audio.ogg<br>
</p>
<p>So, what is wrong with these pipelines and I can't write to .mp4?<br>
</p>
<p>I use Gstreamer 1.16.2, Ubuntu 20.04.1 LTS</p>
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="WordSection1"> <u9:p></u9:p></div>
<!--[if gte mso 9]><xml>
<u10:DocumentProperties>
<u10:Version>16.00</u10:Version>
</u10:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<u10:OfficeDocumentSettings>
<u10:AllowPNG/>
</u10:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<u12:WordDocument>
<u12:View>Normal</u12:View>
<u12:Zoom>0</u12:Zoom>
<u12:TrackMoves/>
<u12:TrackFormatting/>
<u12:PunctuationKerning/>
<u12:ValidateAgainstSchemas/>
<u12:SaveIfXMLInvalid>false</u12:SaveIfXMLInvalid>
<u12:IgnoreMixedContent>false</u12:IgnoreMixedContent>
<u12:AlwaysShowPlaceholderText>false</u12:AlwaysShowPlaceholderText>
<u12:DoNotPromoteQF/>
<u12:LidThemeOther>EL</u12:LidThemeOther>
<u12:LidThemeAsian>X-NONE</u12:LidThemeAsian>
<u12:LidThemeComplexScript>X-NONE</u12:LidThemeComplexScript>
<u12:Compatibility>
<u12:BreakWrappedTables/>
<u12:SnapToGridInCell/>
<u12:WrapTextWithPunct/>
<u12:UseAsianBreakRules/>
<u12:DontGrowAutofit/>
<u12:SplitPgBreakAndParaMark/>
<u12:EnableOpenTypeKerning/>
<u12:DontFlipMirrorIndents/>
<u12:OverrideTableStyleHps/>
</u12:Compatibility>
<u12:BrowserLevel>MicrosoftInternetExplorer4</u12:BrowserLevel>
<u14:mathPr>
<u14:mathFont u14:val="Cambria Math"/>
<u14:brkBin u14:val="before"/>
<u14:brkBinSub u14:val="--"/>
<u14:smallFrac u14:val="off"/>
<u14:dispDef/>
<u14:lMargin u14:val="0"/>
<u14:rMargin u14:val="0"/>
<u14:defJc u14:val="centerGroup"/>
<u14:wrapIndent u14:val="1440"/>
<u14:intLim u14:val="subSup"/>
<u14:naryLim u14:val="undOvr"/>
</u14:mathPr>
</u12:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<u14:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="376">
<u14:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
<u14:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
<u14:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/>
<u14:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/>
<u14:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/>
<u14:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/>
<u14:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/>
<u14:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
<u14:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/>
<u14:LsdException Locked="false" Priority="39" Name="Table Grid"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/>
<u14:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
<u14:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
<u14:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
<u14:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/>
<u14:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
<u14:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
<u14:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
<u14:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
<u14:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
<u14:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
<u14:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
<u14:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
<u14:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
<u14:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
<u14:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
<u14:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
<u14:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
<u14:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
<u14:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
<u14:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
<u14:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/>
<u14:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/>
<u14:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/>
<u14:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/>
<u14:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
<u14:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/>
<u14:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
<u14:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
<u14:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
<u14:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
<u14:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
<u14:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
<u14:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/>
<u14:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/>
<u14:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
<u14:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
<u14:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
<u14:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
<u14:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/>
<u14:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/>
<u14:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/>
<u14:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
<u14:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
<u14:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
<u14:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
<u14:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/>
<u14:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Mention"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Smart Hyperlink"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hashtag"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Unresolved Mention"/>
<u14:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Smart Link"/>
</u14:LatentStyles>
</xml><![endif]--> </div>
</div>
</div>
</body>
</html>