<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>The benefit would be the added convenience of seeing meaningful DNS names instead of numeric IPs for those that prefer this.  The added load on stunnel would be trivial for reverse dns lookups on separate process threads.<br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 12.8px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">-----------------</span></div><!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->

<div>What would be the benefit? It would slow stunnel down. </div>

<div class="MsoNormal">On Jul 26, 2013 5:47 PM, "<a href="mailto:mkanet@yahoo.com">mkanet@yahoo.com</a>" <<a href="mailto:mkanet@yahoo.com">mkanet@yahoo.com</a>> wrote:</div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Thanks,
I guess I could do the equivalent with a batch file; but, was really hoping for
buitin support for this in stunnel.  It would be nice to see in the
upcoming 5.00 release as an option.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">-----------------</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Don't
know on windows, but did a little test with a script to get the hostnames.
First did a test using you records, and then used my current stunnel.log</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">script
stlog.chk</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">==================</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">grep
-Eo '([0-9]{1,3}\.){3}[0-9]{1,3}' /var/log/stunnel.log | sort | uniq </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">>stout</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">echo
"" >stout2</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">for
a in `cat stout` ; do</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
echo -n $a " ">>stout2;</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
host $a | awk '{print $5}' >>stout2;</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">done</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">The
results of stout2 are</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">127.0.0.1 
localhost.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""><a href="tel:173.194.74.108" target="_blank" value="+17319474108">173.194.74.108</a> 
<a href="http://qe-in-f108.1e100.net/" target="_blank">qe-in-f108.1e100.net</a>.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""><a href="tel:173.194.74.109" target="_blank" value="+17319474109">173.194.74.109</a> 
<a href="http://qe-in-f109.1e100.net/" target="_blank">qe-in-f109.1e100.net</a>.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">192.168.128.201 
3(NXDOMAIN)</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">74.125.25.108 
<a href="http://pa-in-f108.1e100.net/" target="_blank">pa-in-f108.1e100.net</a>.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">74.125.25.109 
<a href="http://pa-in-f109.1e100.net/" target="_blank">pa-in-f109.1e100.net</a>.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Probable
would want to add some code to filter out private address. </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Final
step would be to scan original log and add the name on </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">each
of the lines with an ip. </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">+----------------------------------------------------------+</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
Michael D. Setzer II -  Computer Science
Instructor      </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
Guam Community College  Computer Center
                 </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
<a href="mailto:mikes@kuentos.guam.net" target="_blank">mailto:mikes@kuentos.guam.net</a>                           
</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
<a href="mailto:msetzerii@gmail.com" target="_blank">mailto:msetzerii@gmail.com</a></span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
<a href="http://www.guam.net/home/mikes" target="_blank">http://www.guam.net/home/mikes</a></span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
Guam - Where America's Day
Begins                       
</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
G4L Disk Imaging Project maintainer </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> 
<a href="http://sourceforge.net/projects/g4l/" target="_blank">http://sourceforge.net/projects/g4l/</a></span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">+----------------------------------------------------------+</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""><a href="http://setiathome.berkeley.edu/" target="_blank">http://setiathome.berkeley.edu</a>
(Original)</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Number
of Seti Units Returned:  19,471</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Processing
time:  32 years, 290 days, 12 hours, 58 minutes</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">(Total
Hours: 287,489)</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">BOINC@HOME
CREDITS</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">SETI       
15540600.945971   |   EINSTEIN   
12495097.479852</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">ROSETTA     
8051875.704643   |  
ABC         16197684.012277</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal" style="mso-outline-level:1">----- Forwarded Message -----<br>
<b><span style="font-family:"Arial","sans-serif"">From:</span></b><span style="font-family:"Arial","sans-serif""> "<a href="mailto:mkanet@yahoo.com" target="_blank">mkanet@yahoo.com</a>" <<a href="mailto:mkanet@yahoo.com" target="_blank">mkanet@yahoo.com</a>><br>
<b>To:</b> "<a href="mailto:stunnel-users@stunnel.org" target="_blank">stunnel-users@stunnel.org</a>"
<<a href="mailto:stunnel-users@stunnel.org" target="_blank">stunnel-users@stunnel.org</a>>
<br>
<b>Sent:</b> Friday, July 26, 2013 11:16 AM<br>
<b>Subject:</b> Fw: Reverse DNS lookup in stunnel log possible?</span></div>

<div class="MsoNormal"> </div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I
haven't posted on this mail list in a while.  Is there anyone still out
there?  I hope I'm sending to the correct mail-list.  Is there a
better place I can ask my question below?</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I'm
pretty sure I can't be the first person who wanted to see reverse DNS name
lookup in the stunnel log.  I tried looking in the settings and
documentation; but, didn't see anything related to this.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal" style="margin-bottom:12.0pt">----- Forwarded Message -----</div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I
currently have stunnel strip SSL from incoming https connections; which then
passes the connections to a proxy before ultimately reaching my web
server.  So, the only easy way to see where incoming connections are
coming from are in the stunnel log.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Below,
is a small example of what my stunnel log looks like (no, those arent the real
IPs <img id="_x0000_i1025" src="https://s.yimg.com/ok/u/assets/img/emoticons/emo1.gif" alt="*:) happy" border="0">). 
The information below would be much more useful to me if it included the DNS
names in addition to their numeric IP.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:9.5pt;font-family:"Arial","sans-serif"">I
currently have the latest Windows version of stunnel installed.  It would
be great to know how to get it to resolve DNS names as well in the log file;
preferably without impeding general stunnel performance.  I tried several
debug levels; but none them did reverse DNS lookup.  Hopefully someone
know how to do this on a Windows stunnel setup.</span></div>

<div class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> </span></div>

<div class="MsoNormal"><span style="font-size:9.5pt;font-family:"Arial","sans-serif""><a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23 10</a>:16:00
LOG5[10152:15136]: Service [stunnel-sslh] connected remote server from <a href="http://24.12.152.129:58773/" target="_blank">24.12.152.129:58773</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:16:00 LOG3[10152:15136]: SSL_read: Connection reset by peer
(WSAECONNRESET) (10054)<br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:16:00 LOG5[10152:15136]: Connection reset: 272 byte(s) sent to SSL, 96
byte(s) sent to socket<br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:4000]: Service [stunnel-sslh] accepted connection from <a href="http://71.194.51.232:5535/" target="_blank">71.194.51.232:5535</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:4000]: connect_blocking: connected <a href="http://24.12.152.129:7777/" target="_blank">24.12.152.129:7777</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:4000]: Service [stunnel-sslh] connected remote server
from <a href="http://24.12.152.129:58799/" target="_blank">24.12.152.129:58799</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:13212]: Service [stunnel-sslh] accepted connection from
<a href="http://71.194.51.232:5508/" target="_blank">71.194.51.232:5508</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:3348]: Service [stunnel-sslh] accepted connection from <a href="http://71.194.51.232:5509/" target="_blank">71.194.51.232:5509</a><br>
<a href="tel:2013.07.23%2010" target="_blank" value="+12013072310">2013.07.23
10</a>:17:53 LOG5[10152:2884]: Service [stunnel-sslh] accepted connection from <a href="http://71.194.51.232:5519/" target="_blank">71.194.51.232:5519</a></span></div>

<div class="MsoNormal" style="margin-bottom:12.0pt"> </div>

<div class="MsoNormal" style="margin-bottom:12.0pt"> </div>

<div class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
stunnel-users mailing list<br>
<a href="mailto:stunnel-users@stunnel.org">stunnel-users@stunnel.org</a><br>
<a href="https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users" target="_blank">https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users</a></div>

<!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[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="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267">
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]--><!--[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:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> </div> </div>  </div></body></html>