<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Murray Sargent: Math in Office</title><link>http://blogs.msdn.com/b/murrays/</link><description>I&amp;#39;m a software development engineer in Microsoft Office and have been working mostly on the RichEdit editor since 1994. In this blog I focus on mathematics in Office along with some posts on RichEdit and the early Windows days</description><dc:language>en</dc:language><generator>Telligent Community 5.6.583.20496 (Build: 5.6.583.20496)</generator><item><title>RichEdit Character Formatting</title><link>http://blogs.msdn.com/b/murrays/archive/2012/02/08/richedit-character-formatting.aspx</link><pubDate>Wed, 08 Feb 2012 19:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10265563</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10265563</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2012/02/08/richedit-character-formatting.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;RichEdit&amp;rsquo;s name derives from its ability to represent rich text. Such text is comprised of text runs with different sets of character and paragraph formatting properties along with embedded objects, such as images. Some discussion of paragraph formatting is given in an earlier &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/11/22/paragraphs-and-paragraph-formatting.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;post&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;. The present post discusses how character formatting is represented in RichEdit and how it differs from &lt;/span&gt;&lt;a href="http://www.w3.org/standards/webdesign/htmlcss"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;CSS&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; (cascading style sheet) formatting used, for example, with HTML.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Typical character formatting properties include bold, italic, underline, text color, background color and font. These properties affect how the characters are displayed. Other properties may attach special behaviors to the text in addition to affecting the display. Such properties include the hidden-text, math-zone, protected-text, and &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/09/24/richedit-friendly-name-hyperlinks.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;hyperlink&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; effects. Much relevant information is given in the documentation of RichEdit&amp;rsquo;s character formatting APIs, such as the &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb774230(v=vs.85).aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;EM_SETCHARFORMAT&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; message and the &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb774054(v=vs.85).aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;ITextFont&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; interface. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;The APIs can change most any combination of properties. This capability is implemented by allowing properties to have a &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/05/07/ninch-and-emu.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;NINCH&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; value (no input, no change). As such, any or even all properties can remain unchanged by the API. For EM_SETCHARFORMAT, property NINCHs are represented by zero mask flags&amp;nbsp; in &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb787881(v=vs.85).aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;CHARFORMAT&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;::dwMask. For ITextFont duplicates, the ITextFont::Reset(tomDefault) method sets all properties to be the NINCH value.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The ability to specify a partial set of properties is reminiscent of CSS. For CSS, a subset of properties can be applied to a text node in a document tree. Properties that are not specified for a node are inherited from those active at a higher node in the tree. A full set of properties is defined at the highest node (the root). A feature of such a structure is that if a root property is changed, the new property value is used for lower nodes unless one or more intervening nodes have explicit values for that property.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;RichEdit has a relatively flat model with two formatting levels: the edit instance&amp;rsquo;s default formatting set and modified sets resulting from invoking formatting APIs on text runs. The former is a little like root-node formatting. But these two levels do not work as a two-level CSS tree. Internally RichEdit stores character formatting properties in a CCharFormat structure, which contains a superset of the public &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb787883(v=vs.85).aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;CHARFORMAT2&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; properties. Unlike CHARFORMAT2, CCharFormat does not have a mask (dwMask); all its properties are defined. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;To see how this differs from the CSS inheritance approach, start with an empty instance and insert some plain text like &amp;ldquo;Hello world&amp;rdquo; that doesn&amp;rsquo;t result in any &lt;i&gt;automatic&lt;/i&gt; character formatting. That is, all the characters can be displayed using the default font, no complex scripts are involved, no &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/09/01/automatic-richedit-hyperlinks.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;automatic hyperlinks&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; or math zones exist, etc. As such there is a single text run with character formatting completely specified by the default CCharFormat.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Let&amp;rsquo;s suppose that the default character formatting isn&amp;rsquo;t bold and apply bold to the &amp;ldquo;Hello&amp;rdquo;. That text run will then have a new CCharFormat that&amp;rsquo;s identical to the default CCharFormat except for being bold. What&amp;rsquo;s different about this model from CSS is that once a new CCharFormat is created, it remains unchanged if the default properties are changed later on. In this example, if the default CCharFormat is now changed to be underlined, the bold &amp;ldquo;Hello&amp;rdquo; will not be underlined, but the &amp;ldquo;world&amp;rdquo; will be underlined, since the &amp;ldquo;world&amp;rdquo; still uses the default format.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Another way of saying this is that a CCharFormat is a fully populated character-formatting property set. It&amp;rsquo;s not a &amp;ldquo;property bag&amp;rdquo; that contains only some properties, allowing the remaining properties to be inherited from higher nodes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;A good example of where RichEdit needs to add property bags is to store &lt;/span&gt;&lt;a href="http://www.microsoft.com/typography/otspec/"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;OpenType&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; properties. Such a property has a 32-bit identifier &lt;i&gt;id&lt;/i&gt; and a 32-bit value &lt;i&gt;value&lt;/i&gt;. By default the text has no such properties. A generic mode could apply default OpenType properties to the text, e.g., properties like standard English ligatures and pair kerning. To apply discretionary properties, such as elegant swash glyph variants, the RichEdit client could call ITextFont2::SetProperty(&lt;i&gt;id&lt;/i&gt;, &lt;i&gt;value&lt;/i&gt;). The ITextFont2 interface was defined in RichEdit 6.0 along with several other interfaces which I&amp;rsquo;ll post about sometime soon. Up through RichEdit 8.0, which will ship with the next version of Office, support of discretionary OpenType properties isn&amp;rsquo;t implemented. Of course, a lot of OpenType features have been supported for a while, including those for complex scripts (since RichEdit 3.0) and for mathematical typography (since RichEdit 6.0).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In principle this property-bag approach could be used for the CCharFormat properties instead of creating CCharFormat&amp;rsquo;s for text runs. This alternative would allow the default character format properties to be used on text runs that don&amp;rsquo;t have explicit values for those properties in a property bag. This two-level model is not as fast as using fully defined CCharFormat&amp;rsquo;s, but the flexibility might be worth the performance hit.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10265563" width="1" height="1"&gt;</description></item><item><title>Math in Office Links</title><link>http://blogs.msdn.com/b/murrays/archive/2012/01/09/math-in-office-links.aspx</link><pubDate>Mon, 09 Jan 2012 16:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10254620</guid><dc:creator>MurrayS3</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10254620</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2012/01/09/math-in-office-links.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;I started this blog in 2006 and now it&amp;rsquo;s 2012. How time flies! At this point it seems worthwhile to post links to previous posts grouped according to subject. The present post provides links relevant to the main theme of the blog, math editing and display in Microsoft Office. Eventually it would be nice to have a book on this subject. A future post will provide links to a secondary theme, RichEdit-specific documentation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;A number of readers have provided auxiliary information, &amp;ldquo;cheat sheets&amp;rdquo;, short cuts, etc. I&amp;rsquo;d like to collect a list of these, so if you have links to such information please send them to me and I&amp;rsquo;ll post them. Also please feel free to add such links as comments to this post.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Editing Math Using Keyboard&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/10/31/math-accents.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Accents&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2006/09/06/742274.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Formula Autobuildup in Word 2007&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/03/13/linear-format-version-3.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Linear Format Version 3&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/02/09/keyboard-entry-of-subscripts-and-superscripts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Keyboard Entry of Subscripts and Superscripts&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/06/22/math-keyboard-shortcuts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Keyboard Shortcuts&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/02/05/negated-operators.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Negated Operators&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/12/02/keyboard-operator-shortcuts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Keyboard Operator Shortcuts&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/08/18/entering-matrices.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Entering Matrices&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/03/30/equation-arrays.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Equation Arrays&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/08/26/the-invisibles.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;The Invisibles&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/09/29/using-left-right-arrow-keys-in-mathematical-text.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Using Left/Right Arrow Keys in Mathematical Text&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/06/30/math-selection.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Selection&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/06/29/subscript-and-superscript-bases.aspxhttp:/blogs.msdn.com/murrays/archive/2008/06/29/subscript-and-superscript-bases.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Subscript and Superscript Bases&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/04/27/empty-math-zone-place-holders.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Empty Math Zone Place Holders&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2006/11/12/user-spaces-in-math-zones.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;User Spaces in Math Zones&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/07/14/automatic-arguments.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Automatic arguments&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/04/15/when-formula-autobuildup-occurs.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;When Formula Autobuildup Occurs&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/08/31/linear-format-notations-for-mathematics.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Linear Format Notations for Mathematics&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Editing Math using Ribbon, Dialogs, Context Menus&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/03/03/math-ribbon-entry-of-subscripts-and-superscripts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Ribbon Entry of Subscripts and Superscripts&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/03/30/math-context-menus.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Context Menus&lt;/span&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&lt;span&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/11/04/more-on-math-context-menus.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;More on Math Context Menus&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/05/07/math-handwriting-recognition.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Handwriting Recognition&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/09/30/office-insert-symbol-dialog.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Office Insert Symbol Dialog&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Formatting&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/05/30/using-math-italic-and-bold-in-word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Using Math Italic and Bold in Word 2007&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/08/29/sans-serif-mathematical-symbols.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Sans Serif Mathematical Symbols&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/12/19/the-math-paragraph.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;The Math Paragraph&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/11/22/paragraphs-and-paragraph-formatting.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Paragraphs and Paragraph Formatting&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/04/30/two-math-typography-niceties.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Two Math Typography Niceties&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/02/16/richedit-paragraph-indents.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Restricted Math Zone Character Formatting&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/09/01/breaking-equations-into-multiple-lines.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Breaking Equations into Multiple Lines&lt;/span&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/10/27/default-document-math-properties.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Default Document Math Properties&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Math Font&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/01/12/special-capabilities-of-a-math-font.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Special Capabilities of a Math Font&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/12/01/high-fonts-and-math-fonts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;High Fonts and Math Fonts&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/11/06/stix-beta-fonts.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;STIX Beta Fonts&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Equation Numbering&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/10/15/equation-numbering-prototype.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Equation Numbering Prototype&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/02/24/cool-equation-number-macros-for-word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Cool Equation Number Macros for Word 2007&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Versions&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/11/22/mac-word-2011-and-math.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Mac Word 2011 and Math&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/07/14/math-in-office-2010.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math in Office 2010&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/07/28/improved-mathml-support-in-word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Improved MathML support in Word 2007&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Demos&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/06/18/article-video-on-murray-sargent-and-math-in-office.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Article/Video on Murray Sargent and Math in Office&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/microsoft_office_word/archive/2006/10/04/Equations-in-Word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Equations in Word 2007&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/05/07/entering-math-via-the-linear-format.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Entering Math via the Linear Format&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Background&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2006/09/13/752206.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;High-Quality Editing and Display of Mathematical Text in Office 2007&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; &lt;/span&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/04/15/creating-math-web-documents-using-word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Creating Math Web Documents using Word 2007&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/11/13/directionality-in-math-zones.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Directionality in Math Zones&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2008/02/17/hidden-math-features-in-word-2007.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Hidden Math Features in Word 2007&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/12/02/smart-canvasses.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Smart Canvasses&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/03/16/math-find-replace-and-rich-text-searches.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math Find/Replace and Rich Text Searches&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2007/02/12/converting-equations-from-mathtype-to-word-2007-s-equation-format.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Converting Equations from MathType to Word 2007's Equation Format&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2006/09/21/764012.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;How I got into technical WP&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10254620" width="1" height="1"&gt;</description></item><item><title>Keyboard Operator Shortcuts</title><link>http://blogs.msdn.com/b/murrays/archive/2011/12/02/keyboard-operator-shortcuts.aspx</link><pubDate>Fri, 02 Dec 2011 23:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10243847</guid><dc:creator>MurrayS3</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10243847</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/12/02/keyboard-operator-shortcuts.aspx#comments</comments><description>&lt;p&gt;The previous &lt;a href="http://blogs.msdn.com/b/murrays/archive/2011/11/21/klinke-s-streamlined-math-input-notation.aspx"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;post&lt;/span&gt;&lt;/a&gt; introduces Hermann Klinke&amp;rsquo;s math input notation, which he developed to speed up entry of equations for real-time note taking in OneNote. The post is followed by a very interesting set of comments comparing high-speed, and yet easy-to-remember, input sequences. Some of these involve hot keys and some can be done with math autocorrect. Both approaches are significantly faster than TeX input. In a future post, I&amp;rsquo;ll write about possible use of hot keys in math zones, which seems like a really powerful feature (MathType has it). The present post deals with a simple, intuitive way of entering 129 Unicode operators.&lt;/p&gt;
&lt;p&gt;Over the years I&amp;rsquo;ve played with simple keyboard sequences for entering operators, such as +- giving &amp;plusmn;. Some such sequences work in math zones of Office 2007/2010. This post gives a table of a larger set of 129 sequences that are reasonably unambiguous. Note that ^ and _ are not used since a user may want to superscript or subscript an operator. Even the case +- giving &amp;plusmn; could be ambiguous, since one might want to write a + &amp;minus;b. The user can enter this by typing a+-&amp;lt;undo&amp;gt;b, so counting on undo is a possible way to free up some other natural sequences. An interesting example is &amp;lt;-, which has a mathematical meaning as illustrated by the relation &lt;i&gt;a&lt;/i&gt; &amp;lt; &amp;minus;&lt;i&gt;b&lt;/i&gt;. Accordingly, the sequence &amp;lt;- isn&amp;rsquo;t used to produce &amp;larr;. In contrast, -&amp;gt; has no mathematical meaning and therefore produces &amp;rarr; unambiguously. Fortuitously &amp;rarr; is much more common in mathematics than &amp;larr;, since &amp;rarr; is used in limit expressions. The +- and -&amp;gt; are included in the math autocorrect file that ships with Microsoft Office. You can add the new ones in this post to your math autocorrect file.&lt;/p&gt;
&lt;p&gt;The operator-sequence table given below includes keyboard sequences for operators that can be produced using the ASCII operators !+-./:&amp;lt;=&amp;gt;`' and ~. I couldn&amp;rsquo;t resist adding the somewhat unintuitive characters `, which transforms &amp;lt; and &amp;gt; into ≺ and ≻, respectively, and ', which transforms &amp;lt; and &amp;gt; into &amp;sub; and &amp;sup;, respectively. These transformations provide access to 44 additional operators. To input the entire Unicode operator repertoire, one needs a notation that uses additional characters or falls back on TeX notation.&lt;/p&gt;
&lt;p&gt;In the present scheme, = usually adds a horizontal bar under the preceding operator. For example, &amp;gt;= produces &amp;ge;. An additional = converts &amp;ge; into ≧. For cases where Unicode lacks the single-bar character but has the double-bar character, a single = produces the double-bar character directly. For example, ≷ = &amp;rarr; ⪒. Amazingly enough ⪒ actually exists in Unicode! Similarly, ~ puts a ~ under the preceding character, as in ~~ &amp;rarr; &amp;asymp;, etc.&lt;/p&gt;
&lt;p&gt;Unicode has 18 negated operators defined by the corresponding unnegated characters followed by the slanted-bar combining mark U+0338 as shown in Table 2.8 of &lt;a href="http://www.unicode.org/reports/tr25/"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Unicode Technical Report #25&lt;/span&gt;&lt;/a&gt; &lt;i&gt;Unicode Support for Mathematics&lt;/i&gt;. Table 2.8 also has 18 negated operators that have the vertical bar combining mark U+20D2. It would be easy to add the former to the table, but our current fonts don&amp;rsquo;t display them very well. Using the vertical bar for the corresponding combining mark can be ambiguous and needs further analysis.&lt;/p&gt;
&lt;p&gt;In the table the characters in the shaded cells result from typing the characters in the unshaded cells to their left. Note that the Office formula autobuildup facility automatically replaces the ASCII - by U+2212 (&amp;minus;), so technically there are no entries for the ASCII -. In the table, the shaded characters are followed by their Unicode code points without the U+ prefix for simplicity.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;table style="border-collapse: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in;" class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"&gt;
&lt;td style="border: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;char&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;char&lt;sub&gt;2&lt;/sub&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top" colspan="2"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;New char&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;char&lt;sub&gt;3&lt;/sub&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top" colspan="2"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;New char&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;char&lt;sub&gt;4&lt;/sub&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top" colspan="2"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;New char&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;char&lt;sub&gt;5&lt;/sub&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: solid windowtext 1.0pt; border-left: none; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top" colspan="2"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif';"&gt;New char&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;!&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;!&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;‼&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;203C&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;*&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩮&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A6E&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;minus;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;plusmn;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;00B1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩲&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A72&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;minus;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;∓&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2213&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;minus;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;∹&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2239&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 7;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;minus;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;equiv;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2261&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≣&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2263&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 8;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;minus;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;rarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2192&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 9;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;∸&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2238&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≐&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2250&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≑&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩧&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2251&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A67&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 10;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩪&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A6A&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;∻&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩭&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;223B&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A6D&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 11;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≮&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;226E&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;'&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;`&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≰&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≴&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≸&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nsub;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊀&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2270&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2274&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2278&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2284&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2280&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊈&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2288&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 12;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;ne;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2260&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≢&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2262&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 13;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≯&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;226F&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;'&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;`&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≱&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≵&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≹&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊅&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊁&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2271&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2275&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2279&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2285&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2281&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊉&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2289&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 14;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≁&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2241&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≄&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≉&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2244&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2249&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≇&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2247&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 15;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;∷&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2237&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩴&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A74&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 16;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≔&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2254&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 17;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪇&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋦&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A87&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22E6&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≨&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪉&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2268&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A89&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 18;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≪&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;226A&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋘&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22D8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 19;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;le;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2264&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≦&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋚&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2266&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22DA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪋&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A8B&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 20;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≶&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2276&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪑&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A91&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 21;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≲&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2272&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪅&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪏&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A85&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A8F&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 22;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;'&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;sub;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2282&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;sub;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;sube;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫕&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫓&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫇&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2286&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AD5&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AD3&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AC7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊊&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫅&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫉&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;228A&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AC5&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AC9&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫋&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ACB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 23;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;`&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≺&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;227A&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≺/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪯&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪻&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≾&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AAF&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ABB&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;227E&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪱&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋨&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪳&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪷&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB1&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22E8&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB3&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪵&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪹&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB5&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB9&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 24;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋜&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22DC&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 25;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩵&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A75&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩶&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪙&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪚&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩳&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A76&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A99&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A9A&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A73&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 26;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋝&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22DD&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 27;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≕&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2255&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 28;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≂&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2242&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 29;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪈&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋧&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A88&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22E7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≩&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪊&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2269&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A8A&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 30;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;ge;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2265&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≧&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋛&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2267&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22DB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪌&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A8C&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 31;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≫&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;226B&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋙&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22D9&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 32;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≷&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2277&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪒&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A92&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 33;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;'&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;sup;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2283&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;sup;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;supe;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫔&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫖&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫈&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2287&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AD4&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AD6&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AC8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⊋&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫆&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫊&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;228B&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AC6&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ACA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⫌&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ACC&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 34;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;`&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≻&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;227B&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≻/&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪰&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪼&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≿&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB0&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ABC&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;227F&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪲&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⋩&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪴&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪸&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB2&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;22E9&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB4&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪶&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪺&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AB6&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2ABA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 35;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≳&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2273&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪆&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪐&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A86&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A90&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 36;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~/&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≆&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2246&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 37;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪝&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A9D&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪟&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A9F&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 38;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≃&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2243&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;cong;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩬&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2245&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A6C&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 39;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪞&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A9E&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⪠&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2AA0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 40;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;asymp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2248&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;~&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≊&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;≋&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;224A&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;224B&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;=&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;⩰&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;2A70&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 41; mso-yfti-lastrow: yes;"&gt;
&lt;td style="border: solid windowtext 1.0pt; border-top: none; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: white; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; text-align: center; line-height: 13.0pt; text-autospace: none;" class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border: none; border-bottom: solid windowtext 1.0pt; background: #EEECE1; padding: 2.15pt 2.9pt 2.15pt 2.9pt;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-family: 'Cambria Math','serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; background: #EEECE1; padding: 0in 0in 0in 0in;" valign="top"&gt;
&lt;p style="margin-top: 2.0pt; margin-right: 0in; margin-bottom: 2.0pt; margin-left: 0in; line-height: 13.0pt; text-autospace: none;" class="MsoNormal"&gt;&lt;span style="font-size: 11.0pt; font-family: 'Segoe UI','sans-serif';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10243847" width="1" height="1"&gt;</description></item><item><title>Klinke’s Streamlined Math Input Notation</title><link>http://blogs.msdn.com/b/murrays/archive/2011/11/21/klinke-s-streamlined-math-input-notation.aspx</link><pubDate>Mon, 21 Nov 2011 04:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238997</guid><dc:creator>MurrayS3</dc:creator><slash:comments>34</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10238997</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/11/21/klinke-s-streamlined-math-input-notation.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Hermann Klinke has designed and instrumented an input notation on top of the Microsoft Office math facility that you may want to try. It significantly reduces the number of keystrokes needed to input mathematical text. His motivation is to have a way to enter equations in real time while taking lecture notes. He has &lt;/span&gt;&lt;a href="http://dl.dropbox.com/u/6237073/eMath.one"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; and an augmented math &lt;/span&gt;&lt;a href="http://dl.dropbox.com/u/6237073/MSO0127.acl"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;AutoCorrect list&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. This blog post includes&amp;nbsp;an abbreviated&amp;nbsp;version of the tutorial given in the documentation. The OneNote format used in the documentation allows easy display of mathematical text, whereas I&amp;rsquo;ve only been partly able to coax the blog facility to display such text (via images inserted laboriously by hand into HTML&lt;/span&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;). The full version has lots of nice examples of built-up mathematical constructs. For that version, please click on the documentation link.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What is it?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;It's an easy to learn and intuitive short hand notation that leverages Office's new powerful Math facility to quickly enter professionally formatted math formulae and technical symbols into Office documents.&amp;nbsp; The short hand notation is ergonomically optimized for the standard U.S. keyboard layout, but also works very well on other standard country-specific keyboard layouts. There is no faster and easier way to enter math on a standard keyboard than this!&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What can you do with it?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;- Take notes in real-time during mathematical or technical lectures or presentations&lt;/p&gt;
&lt;p&gt;- Quickly publish mathematical or technical documents or books&lt;/p&gt;
&lt;p&gt;- Do mathematical or technical homework as fast as with pen and paper&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why is it better than the status quo?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;TeX is the de-facto standard for publishing mathematical or technical documents or books. Many universities even only accept papers and final theses written in TeX. It's very mature and produces the exact same results on all computers. But it requires special software and has a big learning curve. Learning TeX is like learning a new programming language: There are hundreds of keywords, differenent tools and libraries and the source even looks similar to the source code of a programming language. The source is very hard to read and it takes many months to be proficient in TeX.&amp;nbsp; The commands are in English and not necessarily consistent, so remembering them is not easy, especially for foreign users. It is also very difficult to write fast enough with it to take notes in real-time during lectures or presentations because each commands usually consists of more than 3 characters.&lt;/p&gt;
&lt;p&gt;Microsoft Word 2007 introduced the Math Ribbon which is also part of OneNote 2010 and PowerPoint 2010. It allows you to enter math formulae by choosing math formulae and symbols from the Math Ribbon. While this works very well and looks great (just like TeX!), it's very slow if you need to enter lots of math. Naturally, it also cannot include all mathmatical symbols due to space constraints. In addition, it is not very well documented at this point in time.&lt;/p&gt;
&lt;p&gt;This notation aims to solve these shortcomings. It is fast, intuitive and does not require any special software. It is as language-agnostic as math itself (unlike TeX), so it should be appealing to international users and it similar to writing math by hand where you create math symbols stroke by stroke. Here you compose math symbols character by character and what you see is what you get (so there is no need to compile your source as in TeX). And best of all, you don't need to remember hundreds of commands or leave familiar tools just because you want to enter a few formulas, because you can write any math formulae or symbol using only 13 different "modifiers" right inside of Office 2010.&lt;/p&gt;
&lt;p&gt;The documentation that comes with this notation includes general information on how to use the Math facility in Office and more advanced features that I discovered through trial and error, from reading this blog and technical documents about the "&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;linear format&lt;/span&gt;&lt;/a&gt;" used internally in Math in Office.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How does it work?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;It uses Microsoft Office built-in "Math AutoCorrect" facility to replace a sequence of characters with another character or math symbol when you hit the space key (the space key triggers "Math AutoCorrect"). This works just like the familiar AutoCorrect functionality in Office that corrects mistyped words automatically for you. This short hand notation is basically just a modified Math AutoCorrect file which tells Office which combinations of characters to replace.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What do you need to use it?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;- Microsoft Office 2010 (specifically OneNote 2010, Word 2010 or PowerPoint 2010)&lt;/p&gt;
&lt;p&gt;- The modified &lt;a href="http://dl.dropbox.com/u/6237073/MSO0127.acl"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Math AutoCorrect file&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How do I install it?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;AutoCorrect lists are stored in the local Office directory which is %userprofile%\Application Data\Microsoft\Office on Windows XP and&amp;nbsp; %userprofile%\AppData\Roaming\Microsoft\Office on Windows Vista and Windows 7. You can navigate to these directories by copying the corresponding path to the clipboard, hitting Windows key together with the letter r, pasting the path into the text box that appears and pressing the "OK" button. AutoCorrect lists are files of the form mso*.acl, where * is the language ID. The math language ID is 127, so the math AutoCorrect list is mso0127.acl. You need to replace that one with the AutoCorrect list you can download below. I recommend making a backup of your AutoCorrect list because you will lose the default Math AutoCorrect list and all changes you might have made to it when you overwrite it with the file that you can download below.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How do I use it?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The basic principle is to prepend or append so called "modifiers" (characters that have a special meaning) inside a "Math Zone" to characters you would like to be modified. These will be converted to another character as soon as you press the space key (to prevent accidental conversion) and sometimes Office is smart enough that it converts it automatically for you if you enter certain characters (more on that later). You can always undo a conversion by using the "Undo" button or pressing Ctrl+Z. This allows you to "build up" characters on the fly and does not require a lot of memorization. Once you've understood the basic principle of how it works, you can even extend this notation with your own shortcuts.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Math Zones &amp;amp; Modifiers&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Math Zones are special text areas that you need to create inside Office to enter math formulae. Math AutoCorrect is only applied to text you enter inside a Math Zone. You can create a Math Zone by choosing "Insert" and then clicking on "Equation" in the ribbon. This will show the Math Ribbon and the text area will look like this: &amp;nbsp;If you enter something there, your math will have a gray background while you caret is inside it. There is also a shortcut for creating a Math Zone quickly by pressing the Alt key and = key at the same time (note: this shortcut might be different on non-US keyboard layouts). Inside these Math Zones, you can prepend or append modifiers that are part of this notation to other characters to change those characters. To get you started, a short introduction to the modifiers follows. There is also an overview of the modifiers on the "Modifiers" page in the documentation. What you need to enter exactly for a certain formula can be found on the other pages in the documentation (what you see in the "Professional" column is what is produced when you enter what you see in the "ASCII" column).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Modifiers for Greek letters, Script letters, Fraktur Letters, Double Struck symbols and Dotted Symbols&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Greek letters are entered by appending a question mark to the corresponding Latin letter. So, if you want to enter the Greek beta, you enter b?&amp;nbsp;and press the space key. This will turn b?&amp;nbsp;into &lt;em&gt;&amp;beta;&lt;/em&gt;. If you want to enter a capital Greek letter, then you just append the question mark to a capital Latin letter. For example, G?&amp;nbsp;produces &amp;Gamma;. This works similarly for Script letters, Fraktur letters, double struck symbols and dotted symbols. Append the grave symbol to produce a Script Letter, append the tilde symbol to produce a Fraktur letter, append quotation marks to produce double struck symbols and append a dot to produce dotted symbols.&lt;/p&gt;
&lt;p&gt;Examples:&lt;/p&gt;
&lt;p&gt;S? produces &amp;Sigma;&lt;br /&gt;R` produces ℛ&lt;br /&gt;R~ produces &amp;real;&lt;br /&gt;R" produces ℝ&lt;br /&gt;|. producess ⋮&lt;/p&gt;
&lt;p&gt;See the documentation for a full list of modified letters and dotted symbols.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Modifiers for Math symbols and Compositions&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There are several modifiers that turn letters into math symbols, but they are easy to remember like the others. A semicolon turns a letter that looks similar to a math symbol into that math symbol. For example, v; produces &amp;or;, a logical disjunction or c; produces &amp;sub;, a subset. Similarly, a colon rotates a letter to create a mathematical symbol. v: produces &amp;and;&amp;nbsp;and c: produces &amp;sup;. These symbols can further be composed to variations of these symbols. Appending = to &amp;sub; produces &amp;sube; and appending / to that turns it into ⊊. Another example is e? which produces ϵ, the Greek letter epsilon. Append ; to that and you get &amp;isin;, and append another / to negate it to &amp;notin;. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Examples of commonly used math symbols:&lt;br /&gt;-; produces &amp;not;&lt;br /&gt;.; produces &amp;middot;&lt;br /&gt;x; produces &amp;times;&lt;br /&gt;o; produces ∘&lt;br /&gt;u; produces &amp;cup;&lt;br /&gt;u: produces &amp;cap;&lt;br /&gt;A: produces &amp;forall;&lt;br /&gt;E:&amp;nbsp;produces &amp;exist;&lt;br /&gt;8: produces &amp;infin;&lt;br /&gt;O/ produces &amp;empty;&lt;br /&gt;+&amp;minus; produces &amp;plusmn;&lt;br /&gt;=/ produces &amp;ne;&lt;br /&gt;-&amp;gt; produces &amp;rarr;&lt;br /&gt;&amp;lt;-&amp;gt; produces ⟷&lt;br /&gt;=&amp;gt; produces &amp;rArr;&lt;br /&gt;&amp;lt;=&amp;gt; produces &amp;hArr;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;See the documentation for a full list of math symbols and how to compose them.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Modifiers for Superscripts, Subscripts and Decoration&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Usually superscripts are entered in Math in Office by prepending a circumflex ( ) or prepending an underscore ( ) for subscripts. I noticed that these characters are very hard to hit on most keyboard layouts and that this was slowing me down considerably when taking notes during lectures,&amp;nbsp;so I chose to make the apostrophe turn into ^ for superscripts and make a comma turn into _&amp;nbsp;for subscripts, which are both much easier to hit. The comma is also used to add decoration below an expression and the apostrophe is also used to add decoration above an expression, so this choice is consistent with the idea of superscripts and subscripts being just something that is attached above or below something else. Now you can think of the comma as a command that sends something down and the apostrophe that sends something up when you append it. To make this easier to remember:&amp;nbsp; The comma is at the bottom of the line and sends something down and the apostrophe is at the top of the line and sends something up. A few examples:&lt;/p&gt;
&lt;p&gt;x,1 produces x_1 which is turned into &lt;em&gt;x&lt;/em&gt;&amp;sup1;&amp;nbsp;and x'5 produces x^5 which is turned into &lt;em&gt;x&lt;/em&gt;⁵&amp;nbsp;(make sure to press space after comma or apostrophe to turn them to ^ and _ which the Math linear format uses for subscripts and superscripts).&lt;/p&gt;
&lt;p&gt;Similarly, you can add decoration to an expression by appending a comma or apostrophe to a character or symbol.&amp;nbsp; A few examples:&lt;/p&gt;
&lt;p&gt;x-' puts a bar above the x&lt;/p&gt;
&lt;p&gt;x ~' puts a tilde above the x&lt;/p&gt;
&lt;p&gt;x-&amp;gt;&amp;prime; puts an arrow above the x&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Modifier to enter punctuation, separate strings and prevent other modifers from being applied&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Another modifier which is very useful in various contexts is prepending a dot to an expression. A single dot is turned into a "zero width space". This is a space that is invisible. One use is to prevent other modifiers from being applied. For example, I've just described that a comma is turned into an underscore. If want to enter a comma instead, then you would prepend it with a dot like this: .,. Similarly, to prevent a dot from being turned into a zero width space, you prepend it with another dot. So ..&amp;nbsp;produces .. Another example is that if you wanted to enter A:, you would write A.:&amp;nbsp;to prevent the colon from turning the A:&amp;nbsp;into &amp;forall;.&lt;/p&gt;
&lt;p&gt;The zero widthspace is also very useful if you want to enter expressions that look like strings but what you really mean is a product of single variables or constants which is common convention in math. For example, the circumference &lt;em&gt;c&lt;/em&gt;&amp;nbsp;of a circle can be calculated from its diameter &lt;em&gt;d&lt;/em&gt;&amp;nbsp;using the formula &lt;em&gt;c = d&amp;sdot; &amp;pi;&lt;/em&gt;, which can also be written as &lt;em&gt;c=d&amp;pi;&lt;/em&gt;. But entering&amp;nbsp;&lt;em&gt;dp?&lt;/em&gt;&amp;nbsp;does not produce &lt;em&gt;d&amp;pi;&lt;/em&gt;&amp;nbsp;because Math AutoCorrect is always applied to entire strings and the string &lt;em&gt;d&amp;pi;&lt;/em&gt;?&amp;nbsp;is not defined in the Math AutoCorrect file. What you really mean in this case is the variable &lt;em&gt;d&lt;/em&gt;&amp;nbsp;followed by the constant &lt;em&gt;&amp;pi;&lt;/em&gt;&amp;nbsp;and to treat them as separate letters, you need to prepend dot to &amp;pi;&amp;nbsp;to separate &amp;pi;&amp;nbsp;from d. So to enter &lt;em&gt;d&amp;pi;&lt;/em&gt;&amp;nbsp;you need to type d.p?.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Modifier for equation arrays, (augmented) matrixes, vectors, cases, linear combinations and binomial coefficients&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;To enter any of the multi-line constructs mentioned in the title, you append &amp;nbsp;to other characters or use it by itself. For example, =# creates the an equation array which produces something that looks like a placeholder , but can be expanded line by line by pressing enter (see "How to"). Another common use is &amp;nbsp;followed by the number of rows and (optionally) number of columns, which produces a matrix with the the specified number of rows and columns. For example, to create a 2&amp;times;3 Matrix, you would enter #23&amp;nbsp;and to create a 3&amp;times;1 matrix you just need to specify the number of rows like this: #3. So if you want to enter a 3-dimensional vector, you just need to enter (#3). Similarly, cases are produced by appending #&amp;nbsp;to {&amp;nbsp;followed by the number of rows. For example, {#3&amp;nbsp;produces a case expression with three rows.&amp;nbsp; Binomial coefficients are either produced by typing (nk#)&amp;nbsp;to use parentheses or &amp;lt;;nk#&amp;gt;; to use&amp;nbsp;wide angle brackets (bra and ket).&lt;/p&gt;
&lt;p&gt;See the documentation for a full list of precomposed matrixes, vectors, cases and linear combinations. You can append rows to precomposed multi-line constructs by entering &amp;nbsp;inside of any cell or append extra columns by entering &amp;nbsp;inside of any cell.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Background&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This is not a product or extension by Microsoft, I don't work for Microsoft and I didn't get anything to work on this notation. I only created it because I didn't like the status quo and I wanted to quickly enter math into OneNote so I could take notes in real-time during math and computer science lectures. Other students were also interested in this so I thought it might be a good idea to share it, so I joined Microsoft Student Partners and wrote this tutorial among other documentation for this notation. If you find any inconsistencies or something does not work as expected, or have questions that are not answered in this tutorial or the documentation, then please feel free to post in the comments.&lt;/p&gt;
&lt;p&gt;This completes this tutorial and should be enough to get you started with this notation. Please check the documentation to see how to create the other mathematical or technical symbols.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238997" width="1" height="1"&gt;</description></item><item><title>Math Accents</title><link>http://blogs.msdn.com/b/murrays/archive/2011/10/31/math-accents.aspx</link><pubDate>Mon, 31 Oct 2011 03:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10231506</guid><dc:creator>MurrayS3</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10231506</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/10/31/math-accents.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Accents are quite common in mathematical text. For example, in physics one uses one- to four-dot accents to designate the first through fourth time derivatives, respectively. Primes are often used on integration variables. Transforms can be designated by tildes and averages by overlines. While accents are usually applied to a single base character, they can in principle be applied to any mathematical expression. This differs considerably from natural language accents, which generally apply to a single character. Accordingly no attempt to handle math accents using fully composed characters was made in Unicode even though most accented characters for natural language have managed to sneak into Unicode as fully composed characters. Instead for math accents, one needs a special accent object that sizes the accent to fit the base.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;To enter math accents in Microsoft Office applications, you can use the approach described in the Unicode &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;linear format paper&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. Since Unicode combining marks follow the associated base characters, the linear format accent operators do so too. For example for &amp;auml;, one would type a\ddot followed by an operator or, if no operator is needed, by two spaces. You can also enter one of the math accent structures on the math ribbon and then fill in the base and accent. The linear format approach is significantly faster, but not as easily discovered.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;One thing the linear format paper doesn&amp;rsquo;t discuss (at least in the current version) is what happens to the dots on i and j. With Unicode, the dots vanish when a combining mark follows. Similarly in the linear format, the dots vanish when an accent operator follows an i or a j. This is kind of handy and is simpler than the method in TeX, which requires use of \imath and \jmath for dotless i and j, respectively.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The question then arises as to whether the dots should vanish when the base is part of a mathematical expression. Should one have&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7120.image001.png"&gt;&lt;img style="border: 0px currentColor; margin-right: auto; margin-left: auto; display: block;" src="http://blogs.msdn.com/resized-image.ashx/__size/100x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7120.image001.png" width="100" height="24" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Generally it should be the latter. In PowerPoint 2010 and OneNote 2010, the dot is only removed if the base consists of i or j alone. In Word 2010, the dots are removed even when the base has more than one character. We need to fix this, but fortunately you can force either choice. In fact, the tilde expressions above were both created in Word 2010 (although their images appear blurred here).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;To force a dot to appear, enter i\dot or j\dot. So the second tilde expression above can be entered as (\i\dot+\j\dot)\tilde. This works in all three applications. If you want the first tilde expression, you can also get it in all three applications by using \imath and \jmath to get dotless i and dotless j, respectively as in TeX.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Math accents are also discussed in Unicode Technical Report #25, &lt;/span&gt;&lt;a href="http://www.unicode.org/reports/tr25/"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;Unicode Support for Mathematics&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10231506" width="1" height="1"&gt;</description></item><item><title>Office Insert Symbol Dialog</title><link>http://blogs.msdn.com/b/murrays/archive/2011/09/30/office-insert-symbol-dialog.aspx</link><pubDate>Fri, 30 Sep 2011 05:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10218453</guid><dc:creator>MurrayS3</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10218453</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/09/30/office-insert-symbol-dialog.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;This blog post describes a cool insert-symbol facility built into Office applications like Word, PowerPoint, Excel, and Outlook. The facility is handy for locating mathematical symbols as well as other characters. And with the developments in Unicode these days, that means a lot of symbols! Recently the &lt;/span&gt;&lt;a href="http://www.unicode.org/"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;Unicode Technical Committee&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; and the ISO WG2 Committee accepted the &lt;/span&gt;&lt;a href="http://www.unicode.org/charts/PDF/U1F300.pdf"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;emoji&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; characters popular on Japanese cell phone networks (DoCoMo, KDDI, and SoftBank) and more symbols will be accepted soon. These all add to the many symbols, mathematical and otherwise, that Unicode 5.0 had already offered. The Office math ribbon has a nice selection of Unicode mathematical symbols, but it doesn&amp;rsquo;t show other kinds of symbols.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In Microsoft Office 2010, you can see many Unicode symbols using Cambria Math and Segoe UI Symbol with the InsertSymbol dialog. Click on the Insert tab followed by the Symbol icon. For some applications, you need to click once more, namely on &amp;ldquo;More symbols&amp;hellip;&amp;rdquo;. Then you see something like&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/0676.InsertSymbolDialog.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x550/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/0676.InsertSymbolDialog.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;This example of the dialog lists the Unicode range &amp;ldquo;Mathematical Operators&amp;rdquo;, the Unicode name and code of the character selected, &amp;ldquo;For All&amp;rdquo;, as well as the shortcut key 2200 alt+x. (It might also be nice to show the autocorrect entry if one exists, e.g., \forall).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Using this facility you can scroll through the characters in any font, just by changing the &amp;ldquo;Font:&amp;rdquo; entry. In particular, check out Segoe UI Symbol, which is a great font for symbol characters unless you&amp;rsquo;re particularly interested in displaying mathematics. You can also scroll through Chinese and Japanese fonts to see what Han Ideographs they have in Plane 2 (U+2xxxx) and on the Basic Multilingual Plane (BMP, which doesn&amp;rsquo;t mean bitmap in this context!). &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;This facility is noticably more powerful than the Windows Accessories CharMap applet. That applet can only display characters on the BMP. In particular, it cannot display the Mathematical Alphanumerics (U+1D400..U+1D7FF) that are so handy for mathematical formulas. In contrast, the InsertSymbol dialog can display the Mathematical Alphanumerics and other Plane-1 characters, although it currently doesn&amp;rsquo;t give their Unicode character names.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10218453" width="1" height="1"&gt;</description></item><item><title>Sans Serif Mathematical Symbols</title><link>http://blogs.msdn.com/b/murrays/archive/2011/08/29/sans-serif-mathematical-symbols.aspx</link><pubDate>Mon, 29 Aug 2011 18:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10201811</guid><dc:creator>MurrayS3</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10201811</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/08/29/sans-serif-mathematical-symbols.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;Most mathematical documents and books use fonts with &lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Serif"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;serifs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;, such as Times Roman. However mathematical expressions can also be&amp;nbsp;displayed with &lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Sans-serif"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;sans-serif&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt; letters, such as the font this post uses. In fact, sans-serif letters are used sufficiently often in mathematical typography that six sets of them are included in the Unicode &lt;/span&gt;&lt;a href="http://www.unicode.org/charts/PDF/U1D400.pdf"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;Mathematical Alphanumeric Symbols&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;. Further rationale for these Unicode symbols is given in Section 2.2 of &lt;/span&gt;&lt;a href="http://www.unicode.org/reports/tr25/"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;Unicode Technical Report #25, Unicode Support for Mathematics&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. People have asked how to use sans-serif variables in Microsoft Office math zones. The way to do this isn&amp;rsquo;t as simple as toggling italic on and off using the italic tool or the ctrl+i hot key. But this posts shows that it can be done.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;One way any character can be entered into Word or OneNote (but not into PowerPoint, sigh) is to type the Unicode value of the character followed by the alt+x hot key as described in the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2007/05/30/using-math-italic-and-bold-in-word-2007.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;post&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. The 52-character sans-serif upright alphabet starts at Unicode U+1D5A0, which is upper-case A. To enter A, type 1D5A0 alt+x. The lower-case letters follow the upper-case letters, so the lower-case a has the code U+1D5BA. This can be entered by typing 1D5BA alt+x. The 52-character sans-serif bold, italic, and bold-italic sets follow the upright set and start at U+1D5D4, U+1D608, and U+1D63C, respectively. In addition there are bold and bold-italic Greek sets, which start at U+1D756 and U+1D790, respectively.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Entering symbols using alt+x is useful, but if you want to enter lots of symbols, it&amp;rsquo;s not very convenient. Clearly it would be nice to have a sans-serif button on the math ribbon to toggle between sans serif and serif letters. In this connection, it would also be handy to have bold and italic buttons on the math ribbon, but currently they&amp;rsquo;re only available on the Home ribbon. Another way to enter sans-serif letters does exist: add the letters you need to math autocorrect.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;To add an AutoCorrect entry for any Unicode character, go to the AutoCorrect dialog (the math AutoCorrect dialog for entries into math zones), and in the Replace text box type the AutoCorrect name you want to use and in the With text box type the Unicode hex code of the desired character followed by alt+x. The method works the same way as using alt+x directly in the document, except that you assign a simple string to enter the character instead of entering the character into the document. For example, you could assign the string &amp;ldquo;\A&amp;rdquo; to enter U+1D5A0, that is, to enter upper-case sans-serif A. It doesn&amp;rsquo;t take long to add such strings for all 52 letters in a sans-serif alphabet. (The reason this works for entering math autocorrect symbols is because the text boxes are RichEdit controls, which support alt+x). You can add math autocorrect entries using any Office application that supports math zones and the entries are shared by all Office applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If sans-serif italic letters are what you need the most, you might want to use &amp;ldquo;\A&amp;rdquo;, etc., for them and use some longer name for the upright characters, such as &amp;ldquo;\uA&amp;rdquo;. Note that once you&amp;rsquo;ve entered a sans-serif letter, you can change its bold and italic properties by selecting the character and using the bold and italic hot keys and buttons.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10201811" width="1" height="1"&gt;</description></item><item><title>Rendering MathML in HTML5</title><link>http://blogs.msdn.com/b/murrays/archive/2011/07/31/rendering-mathml-in-html5.aspx</link><pubDate>Sun, 31 Jul 2011 14:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10191473</guid><dc:creator>MurrayS3</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10191473</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/07/31/rendering-mathml-in-html5.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;As you can see in this &lt;/span&gt;&lt;a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tree-construction"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;document&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;, Presentation &lt;/span&gt;&lt;a href="http://www.w3.org/Math/"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;MathML&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; is part of HTML5. This is very exciting, since HTML5 is becoming the primary new web standard format. You might think that this would automatically make it easy to render MathML in a browser. In fact, FireFox does a decent job of rendering MathML, having incorporated MathML into its HTML renderer quite a few years ago. WebKit used by Safari and some other browsers also has recently added support for MathML. The present post points out some of the things one needs to do to render MathML using the Microsoft Office display engines (&lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2006/11/15/lineservices.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;LineServices&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; and Page/TableServices). The form needed for these engines is closely represented by &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/01/16/omml-specification-version-2.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;OMML&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; in file formats. To convert MathML to this form, more has to be done than simple parsing of a MathML tree.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Many MathML constructs map nicely onto the LineServices model. For example, the elements &amp;lt;mfrac&amp;gt;, &amp;lt;msqrt&amp;gt;, &amp;lt;mroot&amp;gt;, &amp;lt;mfenced&amp;gt;, &amp;lt;menclose&amp;gt;, &amp;lt;msub&amp;gt;, &amp;lt;msup&amp;gt;, &amp;lt;msubsup&amp;gt;, &amp;lt;munder&amp;gt;, and &amp;lt;mover&amp;gt; all map directly to counterparts in the LineServices model. Some others map with minor manipulation, such as &amp;lt;munderover&amp;gt;, &amp;lt;mmultiscripts&amp;gt;, &amp;lt;mphantom&amp;gt;, and &amp;lt;mpadded&amp;gt;. The element &amp;lt;mtable&amp;gt; typically maps well onto the LineServices matrix object, although advanced cases of &amp;lt;mtable&amp;gt; are beyond the scope of the matrix object.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Integrals and n-ary objects have a more complicated relationship and need some processing to convert. MathML doesn&amp;rsquo;t have a single element for these objects, using various combinations of &amp;lt;msub&amp;gt;, &amp;lt;msup&amp;gt;, &amp;lt;msubsup&amp;gt;, &amp;lt;munder&amp;gt;, &amp;lt;mover&amp;gt; and &amp;lt;munderover&amp;gt; to do the job. In contrast, OMML has the element &amp;lt;nary&amp;gt;, which takes three subelements: the lower limit, upper limit and n-aryand, e.g., integrand or summand. The &amp;lt;nary&amp;gt; element is quite convenient, since you can change the number of limits and the limit placements using element properties instead of having to manipulate the corresponding MathML tree. To convert to &amp;lt;nary&amp;gt; from the various combinations of MathML elements, you need to recognize that an n-ary object is being represented by those combinations. A key part of this recognition is to note that one of the operators in a combination is a Unicode n-ary operator and then to interpret the surrounding subscripts and superscripts (or over/under elements) as limits.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Furthermore, delimited expressions can be represented just using operator &amp;lt;mo&amp;gt; elements surrounding text elements, with no clue that a delimited expression is involved except for the semantics of the delimiter operator characters. For example a parenthesized expression can be written in MathML as &amp;lt;mo&amp;gt;(&amp;lt;/mo&amp;gt;&lt;i&gt;content&lt;/i&gt;&amp;lt;mo&amp;gt;)&amp;lt;/mo&amp;gt;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Similarly a MathML linear fraction doesn&amp;rsquo;t use &amp;lt;mfrac&amp;gt; with a &amp;ldquo;linear&amp;rdquo;property (as in the LineServices model). Instead the linear fraction is represented by &amp;lt;mrow&amp;gt; &lt;i&gt;numerator&lt;/i&gt; &amp;lt;mo&amp;gt;/&amp;lt;/mo&amp;gt; &lt;i&gt;denominator&lt;/i&gt; &amp;lt;/mrow&amp;gt;. To convert this to the &amp;lt;f&amp;gt; object for LineServices, one has to carry out significant parsing.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;In some ways the pattern recognition needed to convert Presentation MathML for use with LineServices is akin to that needed to convert the Unicode &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;linear format&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; for math for use with LineServices. In the Microsoft Office implementations of the linear-format and MathML converters, a subset of Version 2 of the &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb787607(VS.85).aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;TOM&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; interfaces is used. A rich-text string stack is employed for converting infix expressions into the prefix form required by the rendering technology. This is similar to the code one might write to implement a scientific calculator. The human being prefers infix notation like a + b, while the calculator wants the operator first as in +ab, as in the old HP Polish-prefix calculators.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The bottom line is that complex parsing is needed to convert Presentation MathML into a form usable by math display engines such as those in Microsoft Office.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10191473" width="1" height="1"&gt;</description></item><item><title>Math Keyboard Shortcuts</title><link>http://blogs.msdn.com/b/murrays/archive/2011/06/22/math-keyboard-shortcuts.aspx</link><pubDate>Tue, 21 Jun 2011 23:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10177614</guid><dc:creator>MurrayS3</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10177614</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/06/22/math-keyboard-shortcuts.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;Nali commented on the post &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2006/09/13/752206.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;Office 2007 Math Editing/Display&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; that it would be nice to have keyboard hot keys to switch between Professional and Linear format (build up/down), and between Display and Inline mode of equations. This is a great idea especially for those of us who like to use keyboards to speed up math entry. The present post mentions the main alt+= hot key for toggling math zones on and off and then considers other possible hot keys for math.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;To insert a math zone at the insertion point, type alt+=. If the selection is nondegenerate (highlights one or more characters), alt+= toggles a math zone on and off. This hot key first shipped with Word 2007 and it also works in Office 2010 applications and Mac Word 2011 (type control+=, since the Mac doesn&amp;rsquo;t have an alt key). In some locales, the hot key may be different, but since most keyboards have an equal sign, alt+= is pretty general.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;To maintain this international generality, we could use ctrl+alt+= to build a (Professional) math zone down to the &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;linear format&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; and shift+ctrl+alt+= to build a math zone up from the linear format. The alt+= hot key typically requires the use of both hands, so including ctrl and shift+ctrl is reasonably natural, especially if you&amp;rsquo;re a pianist&lt;/span&gt;J&lt;span style="font-family: Calibri;" face="Calibri"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;It seems worthwhile to support Word&amp;rsquo;s standard subscript and superscript hot keys: ctrl+= and shift+ctrl+=, respectively. These hot keys toggle their respective states. For example, if you type some text, ctrl+=, and some more text, the latter will be subscripted up until you type ctrl+= again to go back on line. If you type one of these hot keys while some text is selected, that text&amp;rsquo;s script character will be toggled accordingly. In the linear format, subscripts and superscripts are usually entered with the _ and ^ &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/02/09/keyboard-entry-of-subscripts-and-superscripts.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;operators&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt; as in [La]TeX or via the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/03/03/math-ribbon-entry-of-subscripts-and-superscripts.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;ribbon&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. But the standard hot keys can be handy too provided the scripts are not nested.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;Word math zones are displayed inside an acetate enclosure that has a drop-down menu with Professional, Linear, Display/Inline, and Justification options. So you might wonder how Word converts from Display to Inline and vice versa. The essential feature is that if a math zone completely fills a &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/11/22/paragraphs-and-paragraph-formatting.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;hard or soft paragraph&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;, it is shown in Display mode and is a display math zone. If one or more characters appear in the paragraph but not in the math zone, the math zone is displayed in Inline mode and is an inline math zone. To convert a display math zone to an inline math zone, Word inserts a space directly following the math zone. To convert an inline math zone to a display math zone, Word deletes the space for the previous case. More generally, Word inserts a carriage return before and/or after the math zone, depending on how much is needed to obtain a math zone that completely fills its paragraph.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;It&amp;rsquo;s pretty easy to convert between inline and display modes on the keyboard using the space bar and the enter key as necessary. So maybe we don&amp;rsquo;t need a hot key for it. But if we do, shift+alt+= is currently undefined. Using that along with the others above would define all combinations of ctrl, shift, alt and = that don&amp;rsquo;t distinguish between left and right control/shift/alt keys. The fact that they all involve the equal sign suggests they are math hot keys and makes them easier to remember. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" size="3" face="Calibri"&gt;Other hot keys that are handy in math zones include the home/end and arrow keys. In some applications, the [shift+]tab moves between elements in a matrix. The [shift+]tab key is also used to change the indentation of &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2007/09/01/breaking-equations-into-multiple-lines.aspx"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" size="3" face="Calibri" color="#0000ff"&gt;manual line breaks&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;. In my old PS Technical Word Processor, hot keys were used to enter Greek and math symbols. For example, alt+a inserted &amp;alpha;. But TeX&amp;rsquo;s symbol notation is generally so easy to use, it doesn&amp;rsquo;t seem necessary to have hot keys for symbols. If you use &amp;alpha; a lot, you might want to add the autocorrect entry \a for &amp;alpha;, which is certainly faster than typing \alpha. Hopefully at some point, I&amp;rsquo;ll add autocomplete to the math autocorrect facility and then the difference between typing \a and \alpha will be even smaller. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;alt+x is another useful hot key that toggles between a character and its Unicode hexadecimal value. In fact, I entered the &amp;alpha;&amp;rsquo;s here by typing 3b1 alt+x. Admittedly to use this approach, you have to be a bit of a Unicode geek.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10177614" width="1" height="1"&gt;</description></item><item><title>NINCH and EMU</title><link>http://blogs.msdn.com/b/murrays/archive/2011/05/07/ninch-and-emu.aspx</link><pubDate>Sat, 07 May 2011 22:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10162159</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10162159</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/05/07/ninch-and-emu.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;People have been asking about a couple of acronyms fairly often these days, so here&amp;rsquo;s a blog post on them. They are described on the web already if you type the right queries, but a little more motivation might be useful. The acronyms are NINCH for &amp;ldquo;no input no change&amp;rdquo; and EMU for &amp;ldquo;English Metric Unit&amp;rdquo;, not the large Australian flightness bird so popular in crossword puzzles.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-size: small;"&gt;NINCH&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Some programming object models, such as RichEdit&amp;rsquo;s TOM and Word&amp;rsquo;s Object Model, have formatting objects that you can apply to a range of text. These objects, such as the TOM &lt;a href="http://msdn.microsoft.com/en-us/library/bb774054(VS.85).aspx"&gt;ITextFont&lt;/a&gt;, work in two distinct modes: immediate and acquire. In the immediate mode, a specific property is applied to the associated range of text. For example in Visual Basic notation, r.font.bold = tomTrue sets the text in the range r to bold. In this mode, only a single property is changed; all other properties remain unchanged.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;In the acquire mode, the programmer gets a &amp;ldquo;duplicate&amp;rdquo; formatting object that isn&amp;rsquo;t associated with a range or even a text story and sets values for whatever properties need to be changed. Setting the properties is very fast, since they are not yet being applied to text. When all the desired properties are set, the programmer can apply the object to a range of text all in one fell swoop. In effect, the object is a specialized &amp;ldquo;format painter&amp;rdquo;, if you&amp;rsquo;re familiar with the little paint-brush icon on the Word Home ribbon. In this format-painter mode, the properties that should not be altered need to have a special value to convey this fact. The value is the NINCH value, meaning &amp;ldquo;no input no change&amp;rdquo;. &amp;nbsp;It&amp;rsquo;s called tomUndefined in TOM and wdUndefined in Word, and it works with longs, floats, and COLOREFs. For strings, such as the font name, NINCH is represented by the null string. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;A related value is needed when properties for a range are retrieved using the formatting object. Specifically if the characters in the range do not all have the same value of a property, the value returned should indicate ambiguity. Such a value is useful for displaying a grayed check box or empty field in property dialogs. The term tomUndefined sort of makes sense, whereas NINCH really doesn&amp;rsquo;t since no input is involved. Maybe tomAmbiguous would be a reasonable name. In practice, we just use the tomUndefined (or wdUndefined) value and interpret it appropriately on set and get operations. In addition, TOM and Word can toggle simple binary properties by setting them equal to tomToggle and wdToggle, respectively. As such a binary property like bold can be set with four possible values: tomTrue, tomFalse, tomUndefined, and tomToggle (or True, False, wdUndefined, wdToggle for Word). To distinguish such values from ordinary booleans, we call their type &amp;ldquo;tomBool&amp;rdquo;. By the way, technically bold is not a binary property: fonts may one or more weights. But for years people have concentrated on two: normal and bold.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-size: small;"&gt;EMU&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Back in 1959, one of the greatest years for Bordeaux wines, the three nearly equal definitions of the inch became standardized so that the inch equals exactly 2.54 centimeters. The centimeter itself was still defined as one hundredth the length of a special meter long bar until 1983. At that time, the meter was redefined very slightly to be the distance light travels in vacuum in 1/299,792,458 of a second. Advances in physics had allowed people to measure time far more accurately than distance, but I digress. The choice of 2.54 cm/in allows one to define a length unit that is equally at home with both English and metric units: the EMU. There are 914400 EMUs per inch. Note the 1440 in the middle of 914400. You may recognize 1440 as the number of twips/inch, where a twip is 1/20 of a point and a point is 1/72 of an inch. And sure enough there are exactly 914400/1440 = 635 EMUs in a twip and 914400/2.54 = 360000 EMUs in a centimeter. This gives lots of resolution to describe paper sizes around the world accurately and still to be usable with 32-bit integers (4294967296/360000 &amp;cong; 11,930 cm).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;It&amp;rsquo;s nice to have word processing software that lays out a page without depending on the printer or screen resolution and the EMU is handy for that purpose. Another popular unit is the floating-point point, since font heights are usually given in points, single-precision floating-point arithmetic offers reasonably high resolution, and today&amp;rsquo;s computers are facile with floating point arithmetic. And for what it&amp;rsquo;s worth an Australian emu may very well be 65,620,800 EMUs in height (6 feet).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10162159" width="1" height="1"&gt;</description></item><item><title>Two Math Typography Niceties</title><link>http://blogs.msdn.com/b/murrays/archive/2011/04/30/two-math-typography-niceties.aspx</link><pubDate>Sat, 30 Apr 2011 15:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10159731</guid><dc:creator>MurrayS3</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10159731</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/04/30/two-math-typography-niceties.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Roughly eight years ago,
some colleagues and I had the good fortune to spend an extraordinary
afternoon with Donald Knuth, the primary author of TeX, at his home on the
Stanford University campus. Among many things, Donald showed us how he uses TeX
to typeset his computer-science papers and books exactly the way he wants them
to look. In particular, he applies special tweaks to achieve perfection, such
as &amp;ldquo;smashing the descender&amp;rdquo; on one radicand to make a sum of square roots line
up in a pleasing way, and such as shimming characters to place them more
beautifully in a formula.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The present post illustrates a couple typographical niceties
that Knuth might add to his documents. At the outset I need to warn the reader
that such &amp;ldquo;tweaking&amp;rdquo; is a fine art. Knuth mentioned that he could recognize some
authors by the way they tweak their TeX documents. Furthermore many TeXies don&amp;rsquo;t
understand the technique that well. Barbara Beeton of the American Mathematical
Society (AMS) and a key person in having the AMS adopt TeX told me that the AMS
has to delete most user tweaking before publication because it doesn&amp;rsquo;t meet AMS
standards. With that caveat emptor, here are two examples.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;A favorite equation of mine is the mode locking equation&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7558.image001.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7558.image001.png" width="238" border="0" height="53" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;I wrote several papers and two book sections showing how
this equation describes mode locking phenomena in coupled clocks, coupled oscillators
in general, and lasers in particular. Looking at it, you can see that there&amp;rsquo;s a
little too much room between the 2&amp;pi; and the integrand. You can pull the
integrand to the left under the &amp;pi; by &amp;ldquo;smashing&amp;rdquo; its width. Inside the upper
limit, you type \hsmash \pi , and the &amp;nbsp;displays, but has no horizontal width as in&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/5025.image005.png"&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/5025.image005.png" width="229" border="0" height="53" /&gt;&lt;/a&gt; Doesn&amp;rsquo;t that look better? We thought about automating such
refinements, but if we had, we wouldn&amp;rsquo;t have had enough time to ship Word 2007,
so we left it to the user (as did Knuth).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The example Knuth showed us is adding the square root of x
to the square root of y. If you just use the default layout in TeX (or
Microsoft Office), you get&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt; &lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7635.image007.png"&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/7635.image007.png" width="68" border="0" height="30" /&gt;&lt;/a&gt;As you see, the square root of the y is a bigger than that
of the x, since the y has a descender. But it would look better if we &amp;ldquo;smashed&amp;rdquo;
the y&amp;rsquo;s descender (type \sqrt\dsmash y ) so that both square roots have the
same size&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/8228.image009.png"&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-70-95/8228.image009.png" width="67" border="0" height="27" /&gt;&lt;/a&gt; We also thought about automating such smashing, but the
general case doesn&amp;rsquo;t appear to be described by a simple algorithm. Tweaking is
an art! Hopefully you don&amp;rsquo;t need to tweak that often.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;(As you see here, I still haven't been able to make technical documents display in this blog the elegant way they display in Word. Some day, hopefully!)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10159731" width="1" height="1"&gt;</description></item><item><title>Equation Arrays</title><link>http://blogs.msdn.com/b/murrays/archive/2011/03/30/equation-arrays.aspx</link><pubDate>Wed, 30 Mar 2011 21:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10147923</guid><dc:creator>MurrayS3</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10147923</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/03/30/equation-arrays.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: x-small;"&gt;One user (Leperkawn) &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/03/13/linear-format-version-3.aspx"&gt;&lt;span style="font-size: x-small;"&gt;commented&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: x-small;"&gt; "There is basically no documentation on the \eqarray command so I'll post a quick example that I had to figure out from trial and error." Before looking at his interesting example, here's the text in Section 3.19 of the &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="font-size: x-small;"&gt;linear format paper&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: x-small;"&gt; describing how to type in equation arrays:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;To align one equation relative to another vertically, one can use an equation array, such as&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95/2133.image001.png" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;which has the linear format █(10&amp;amp;x+&amp;amp;3&amp;amp;y=2@3&amp;amp;x+&amp;amp;13&amp;amp;y=4), where █ is U+2588. This character can be entered by typing&amp;nbsp;\eqarray. Here the meaning of the ampersands alternate between &lt;i&gt;align&lt;/i&gt; and &lt;i&gt;spacer&lt;/i&gt;, with an implied &lt;i&gt;spacer&lt;/i&gt; at the start of the line. So every odd &amp;amp; is an alignment point and every even &amp;amp; is a place where space may be added to align the equations. This convention is used in AmSTeX.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;To make this a little easier to understand, we can highlight the align ampersands red and the spacers green. Then the linear format of equation above looks like&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;█(&lt;a href="mailto:10&amp;amp;x+&amp;amp;3&amp;amp;y=2@3&amp;amp;x+&amp;amp;13&amp;amp;y=4"&gt;10&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;y=2@&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;13&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;y=4&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;You can also use the equation array to format the "cases" construct, such as&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95/7455.image002.png" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;which has the linear format "|x| = {█ (&amp;amp;x" if "x &amp;ge; 0@-&amp;amp;x" if "x &amp;lt; 0)┤" Here the two&amp;nbsp;&amp;amp;'s align the leading x's. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;Highlighting the aligns in red and the spacers in green, Leperkawn's example is (note: line breaks after the @'s are included only for readability; they should not be used inside equation arrays)&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;█(Z-3x_1&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;-5&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;-6&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;0 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;2x_1&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+x_4&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;x_1&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+2&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_5&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;x_1&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+2&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_6&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;x_1&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_7=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;3)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;This displays as&lt;/span&gt;&lt;/p&gt;
&lt;p style="TEXT-ALIGN: center"&gt;&amp;nbsp;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95/4722.image003.png" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;It's pretty nicely aligned, but note that the first x_3&amp;nbsp;is a little to the right of the subsequent ones. A choice that aligns them accurately puts an align &amp;amp; immediately before each of the first three variables in each equation and puts the corresponding spacer after, rather than before, the binary operator that follows. This is the pattern used in the first example above. The linear format becomes&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;█(Z-3&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_1-&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;5&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_2-&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;6&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_3&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;0 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_1+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_2+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_3+x_4&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_1+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_2+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_3+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_5&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_1+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_2+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;2&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_3+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_6&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;4 @&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_1+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_2+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;x_3+&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="background-color: #339966;"&gt;&amp;amp;&lt;/span&gt;x_7=&lt;span style="background-color: #ff0000;"&gt;&amp;amp;&lt;/span&gt;3)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;which builds up to&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&amp;nbsp;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95/2816.image005.png" border="0" /&gt;&lt;/p&gt;
&lt;p style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;Now all the variables are aligned correctly.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10147923" width="1" height="1"&gt;</description></item><item><title>Plain Text Math in Bidirectional Contexts</title><link>http://blogs.msdn.com/b/murrays/archive/2011/02/28/plain-text-math-in-bidirectional-contexts.aspx</link><pubDate>Mon, 28 Feb 2011 21:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10135100</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10135100</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/02/28/plain-text-math-in-bidirectional-contexts.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;In plain text, bidirectional text (text including some Arabic or Hebrew) is generally displayed according to the &lt;/span&gt;&lt;a href="http://www.unicode.org/reports/tr9/"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;Unicode Bidi Algorithm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; (UBA). Since we&amp;rsquo;re interested in math, it&amp;rsquo;s pertinent to study a bit how simple mathematical expressions appear according to the UBA. Ideally math is displayed using higher-order protocols that overrule the UBA &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/11/13/directionality-in-math-zones.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;appropriately&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, but in this post let&amp;rsquo;s consider only very simple overrides that fix balanced parentheses, brackets and braces. An earlier &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/05/07/bidi-paragraph-with-parenthesized-text.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;post&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; presents such an algorithm, which makes some mathematical expressions look reasonable in contrast to how they look with the UBA. The present post compares results using that algorithm with one that&amp;rsquo;s slightly different and yields better results. Mathematical text should be formatted according to rules for math zones. But plain text is still very common, so it&amp;rsquo;s useful to know how to make it do a better job at displaying simple formulae.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;First some background Bidi stuff (skip this and the next paragraph if you already know the UBA). Bidi text runs are assigned a Bidi level, 0, 1, 2, &amp;hellip; The even levels are displayed left-to-right (LTR) and the odd levels are displayed right-to-left (RTL). The Arabic and Hebrew scripts are displayed RTL and almost all other scripts are displayed LTR. The one major exception is that numbers are always displayed LTR even if they use Arabic-Indic digits like &lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;١٢٣&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; (123). A consequence of this exception is that even pure Hebrew text and pure Arabic text are Bidirectional (have both LTR and RTL text runs) if they contain numbers.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The complexity of the UBA enters in the handling of so-called neutral characters of various kinds, e.g., punctuation including parentheses, brackets, and braces, along with the overall placement of numbers. In a pure math zone, all such neutrals (except for period, comma, and space) have the directionality of the math zone itself. But outside math zones, the rules are given by the UBA and are considerably more complicated. The reason this statement applies to pure math zones is that &amp;ldquo;impure&amp;rdquo; math zones contain one or more runs of embedded normal text that typically follow the rules of the UBA.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Okay, so here&amp;rsquo;s the first UBA surprise: an LTR paragraph consisting of &amp;ldquo;a(b)&amp;rdquo; displays this text as such, but alone in an RTL paragraph it displays as &amp;ldquo;(a(b&amp;rdquo;. This is because in the RTL paragraph (base level 1) the opening parenthesis is between two strong LTR characters and accordingly all three are assigned the level 2 to force them to be display LTR. But the closing parenthesis is between the &amp;ldquo;b&amp;rdquo; and the end-of-paragraph mark and the UBA assigns the directionality of the paragraph (1) to that parenthesis and therefore that it be mirrored and placed to the left. Clearly this isn&amp;rsquo;t what you want.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;What does the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/05/07/bidi-paragraph-with-parenthesized-text.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;parentheses algorithm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; do? It displays the text as &amp;ldquo;(b)a&amp;rdquo; when alone in an RTL paragraph. This is actually exactly how it would be displayed in an RTL math zone. But more involved expressions don&amp;rsquo;t share the same fortune. Consider the LTR &amp;ldquo;f(x)+g(y)&amp;rdquo;. In an RTL math zone, this should be displayed as &amp;ldquo;(y)g+(x)f&amp;rdquo;, i.e., right to left. The UBA displays it as &amp;ldquo;(f(x)+g(y&amp;rdquo; and the parentheses algorithm displays it as &amp;ldquo;(y)f(x)+g&amp;rdquo;. Similarly alone in an RTL paragraph the LTR expression &amp;ldquo;f(x)g(y)&amp;rdquo; displays as &amp;ldquo;(f(x)g(y&amp;rdquo; according to the UBA and &amp;ldquo;(y)f(x)g&amp;rdquo; according to the parentheses algorithm. The UBA is clearly suboptimal in all cases, but although the parentheses algorithm does display parentheses as you would expect, it doesn&amp;rsquo;t succeed in a reasonable ordering of the text units.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;To see if we can improve this situation, let&amp;rsquo;s modify the parentheses algorithm in a way proposed by Windows developer Robert Steen. The original algorithm sets the parentheses pair level equal to the smaller of the two parenthesis levels and then increments that level if the level doesn&amp;rsquo;t have the same directionality as the paragraph (or more generally, the current embedding). Instead, Robert chooses the larger of the two parenthesis levels for the pair. In both choices, if characters inside the parentheses have a level less than that of the pair, the levels of those characters are incremented by 2 to keep the characters inside the parentheses and to keep their same directionality.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;According to this modified algorithm, the LTR &amp;ldquo;f(x)+g(y)&amp;rdquo; displays the same way alone in an RTL paragraph. Okay, this isn&amp;rsquo;t the way it should display in an RTL math zone, but at least it&amp;rsquo;s readable and understandable. Ditto for &amp;ldquo;f(x)g(y)&amp;rdquo;. Let&amp;rsquo;s check it out using Arabic variables.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Alone in an LTR paragraph the logically ordered &amp;ldquo;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)+&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&amp;rdquo; displays according to the UBA as &amp;ldquo;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;+(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&amp;rdquo;. Alone in an RTL paragraph it displays as &amp;ldquo;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;+(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;, which is how it displays in an RTL math zone.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;According to the parentheses algorithm alone in an LTR paragraph, &amp;ldquo;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)+&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&amp;rdquo;displays as &amp;ldquo;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;+(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&amp;rdquo;, which isn&amp;rsquo;t what you want. Alone in an RTL paragraph it displays as &amp;ldquo;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;+(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;, which is also the way it displays in an RTL math zone.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;According to the modified parentheses algorithm alone in an LTR or RTL paragraph, &amp;ldquo;&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)+&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&amp;rdquo; displays as &amp;ldquo;(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ل&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ك&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;+(&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;)&lt;/span&gt;&lt;span lang="AR-SA" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi"&gt;ف&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;, the way it displays in an RTL math zone. So with this algorithm, simple math expressions using either all LTR variables or all RTL variables display with the directionality of the variables in paragraphs of either directionality. This seems to be a better plain-text compromise for mathematics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10135100" width="1" height="1"&gt;</description></item><item><title>Check out Live Writer</title><link>http://blogs.msdn.com/b/murrays/archive/2011/01/01/check-out-live-writer.aspx</link><pubDate>Sat, 01 Jan 2011 19:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10110807</guid><dc:creator>MurrayS3</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10110807</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2011/01/01/check-out-live-writer.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Cambria"&gt;This is a test to see how I can use Live Writer to make blog posts more nicely. In particular, it’s desirable to display equations by copying them from Word. For example, this is the mode locking formula&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95-metablogapi/6622.clip_5F00_image002_5F00_46E7AD18.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95-metablogapi/3482.clip_5F00_image002_5F00_thumb_5F00_4A391EF3.png" width="240" height="53" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Cambria"&gt;which you can enter by typing \integral&amp;lt;space&amp;gt; in a math zone. In PowerPoint 2010, it builds up automatically, but in Word 2010, you need to choose the Professional option from the context menu or from the acetate box dropdown.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Cambria"&gt;This is the Pythagorean Theorem displayed inline: &lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95-metablogapi/6622.clip_5F00_image0025_5F00_346F3696.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; float: none; border-top-width: 0px; border-bottom-width: 0px; vertical-align: bottom; border-left-width: 0px; padding-top: 0px" title="clip_image002[5]" border="0" alt="clip_image002[5]" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-70-95-metablogapi/8371.clip_5F00_image0025_5F00_thumb_5F00_48F48614.png" width="110" height="27" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;font face="Cambria"&gt;. Note that the inline formula is not aligned quite right with the text base line. I used vertical-align: bottom. Does anyone know of a CSS attribute that can align it properly? The image has to have a text baseline spacing.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Cambria"&gt;&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10110807" width="1" height="1"&gt;</description></item><item><title>MathML To-Do List</title><link>http://blogs.msdn.com/b/murrays/archive/2010/12/31/mathml-to-do-list.aspx</link><pubDate>Fri, 31 Dec 2010 22:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10110700</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10110700</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/12/31/mathml-to-do-list.aspx#comments</comments><description>&lt;p&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;In my MathML 3.0 &lt;a href="http://blogs.msdn.com/controlpanel/b/murrays/archive/2010/10/28/mathml-3-0.aspx"&gt;post&lt;/a&gt;, I noted that several things were postponed for future consideration. The present post lists math document properties and equation numbers. Other members of the MathML Working Group can undoubtedly add to the list.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Default Document Math Properties&lt;/h3&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;A number of math display properties have document defaults. They are the ones used if explicit attributes do not appear. The properties generally pertain to &amp;ldquo;displayed&amp;rdquo; math zones, that is, math zones that begin either at the start of the document or at a hard/shift Enter (CR/VT) and end at the following hard/shift Enter. The options determine math indents and things such as whether integral limits are positioned below and above the integral or as subscript and superscript. In Russia, for example, it is common to see integral limits below and above the integral, while in the United States integral limits are displayed as subscript and superscript. &lt;/span&gt;&lt;span&gt;MathML does not formalize document defaults for math, but MathML math zones can inherit them depending on the implementation. Therefore, such defaults are compatible with MathML and currently need to be expressed in some way outside of MathML.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;The feeling of the MathML 3.0 working group is that these concepts belong to the document container in which the MathML &amp;lt;math&amp;gt; elements reside. However, presumably the MathML specification should list math document properties along with recommendations for default values, since they&amp;rsquo;re important and no other W3C group offers such information. An example of a current problem is that one browser currently left aligns equations by default, whereas the common convention is to center equations. An earlier blog &lt;a href="http://blogs.msdn.com/controlpanel/b/murrays/archive/2008/10/27/default-document-math-properties.aspx"&gt;post&lt;/a&gt; gives a detailed discussion of math document properties. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;A possible syntax would be to express default math properties as new attributes in a leading, empty MathML &amp;lt;math&amp;gt; element. In principle, this could work today, since MathML allows undefined attributes to be added with the caveat to ignore them if you do not know what they mean. &lt;/span&gt;&lt;span&gt;The following table gives math document properties with default values for the United States listed first and possible attributes for use with the MathML &amp;lt;math&amp;gt; element. The values listed are the same as for the OMML &amp;lt;mathPr&amp;gt; element.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;table style="border: currentColor; margin-right: 0.1in; margin-left: 0.1in; border-collapse: collapse;" class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0" align="left"&gt;
&lt;thead&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="border: 1pt solid windowtext; padding: 0in 5.4pt;" valign="top"&gt;
&lt;p&gt;&lt;b&gt;&lt;span lang="EN"&gt;Parameter&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;b&gt;&lt;span lang="EN"&gt;Values&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;b&gt;&lt;span lang="EN"&gt;Attribute&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Math font&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Cambria Math, STIX&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;mathFont&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Equation alignment (justification)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Center as a group, left, right, center&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;defJc&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Display n-ary limit placement&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Over/under, subscript/superscript&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;naryLim&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Display integral limit placement&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Subscript/superscript, over/under&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;intLim&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Break on operator&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Before, after, duplicate&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;brkBin&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Break on - duplicate&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;--, -+, +-&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;brkBinSub&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Reduce nested-fraction size&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Current text size, up 1 script level&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;smallFrac&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Use math display spacings&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;True (false: use para spacings)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;dispDef&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Display left margin indent&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;lMargin&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Display right margin indent&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;rMargin&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Display left margin wrapped indent&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;1"&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;wrapIndent&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Right align wrapped display equations&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;false&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;wrapRight&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Space before set of equations&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;preSp&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Space after set of equations&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;postSp&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;Intraequation spacing between &lt;span&gt;&amp;nbsp;&lt;/span&gt;lines in an equation&lt;/span&gt;&lt;span lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;intraSp&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;Spacing between equations&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;interSp&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;Style for &lt;span&gt;&amp;nbsp;&lt;/span&gt;differential d and related characters (U+2145..U+2149)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;Math italic, upright, open slant&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span lang="EN"&gt;ddStyle&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;What to display for invisible times (U+2063) if line break occurs at invisible times&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;&amp;times; (U+00D7)&lt;/span&gt;&lt;span lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;visiTimes&lt;/span&gt;&lt;span lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="page-break-inside: avoid;"&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;Equation number alignment (justification)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;right, left&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 0in 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" valign="top"&gt;
&lt;p&gt;&lt;span&gt;eqnoJc&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;/table&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span lang="EN"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span lang="EN"&gt;Equation Numbering&lt;/span&gt;&lt;/h3&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;The current number one feature request for Microsoft Office math is native equation numbering. Clearly, equation numbering is a very important part of technical documents and should be part of a math specification like MathML. Hang ups in implementing equation numbers seem to be that people want all the generality of section numbering and want a user interface consistent with other numbering features. Such wants are not trivial to implement.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;One approach that handles the vast majority of cases would be to use a &amp;lt;math&amp;gt; element with an &amp;ldquo;eqno&amp;rdquo; attribute. The content of the &amp;lt;math&amp;gt; element could include a &amp;lt;semantics&amp;gt; tag that has both what a basic Presentation MathML renderer would display along with an &amp;lt;annotation&amp;gt; element containing what the parent application would display. Attributes could be included to specify that section/chapter numbers should appear as prefixes, etc. CSS could also be useful in such specifications. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;&lt;span&gt;By default the equation number would be right aligned relative to the display &amp;lt;math&amp;gt; element that precedes it. Additional attributes could specify other alignments, such as left-aligned and/or vertically centered relative to a consecutive set of equations (display &amp;lt;math&amp;gt; elements). &lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;A reference to an equation number could be inline empty &amp;lt;math&amp;gt; element with the same eqno attribute.&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 6pt;"&gt;This approach to equation numbering is similar to the one described in an earlier &lt;a href="http://blogs.msdn.com/controlpanel/b/murrays/archive/2009/10/15/equation-numbering-prototype.aspx"&gt;post&lt;/a&gt;. There an equation (display &amp;lt;math&amp;gt; element) contains a simple unused construct (noop phantom) instead of an eqno attribute, since OMML is not as friendly toward undefined attributes as MathML is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10110700" width="1" height="1"&gt;</description></item><item><title>Mac Word 2011 and Math</title><link>http://blogs.msdn.com/b/murrays/archive/2010/11/22/mac-word-2011-and-math.aspx</link><pubDate>Mon, 22 Nov 2010 21:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10095135</guid><dc:creator>MurrayS3</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10095135</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/11/22/mac-word-2011-and-math.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/mac/products/why-office2011"&gt;Office for Mac 2011&lt;/a&gt; has many cool additions. The best of them all (well you know my bias!) is that Mac Word 2011 has the elegant Office math editing and display facility! Although I do not own a Mac, my next-door neighbor Dylan Tom does and we gave the math facility a check out run. Dylan goes to the &lt;a href="http://en.wikipedia.org/wiki/Lakeside_School"&gt;Lakeside School&lt;/a&gt; well known for its famous computer-oriented alumni.&lt;/p&gt;
&lt;p&gt;Mac Word 2011 has the math ribbon, which one might expect since the Office for Mac 2011 applications all have their standard ribbons. The math options button is missing, but the options are available in the Preferences dialog (Word menu, Preferences menu item, Math Options button, or Cmd+,). To enter a math zone, type control+=, which plays the role of alt+= on the PC. The "center-as-a-group" default alignment leaves the equations left aligned, but you can use the acetate dropdown at the right side of the math zone to center equations. You can also use that dropdown to align multiple equations in a math paragraph at their equal signs.&lt;/p&gt;
&lt;p&gt;The math facility has the formula autobuildup and build-down methods. For these, the Office for Mac team ported over the parts of RichEdit that are responsible for the methods. Accordingly, the methods use the same &lt;a href="http://www.unicode.org/notes/tn28/"&gt;linear format&lt;/a&gt; as on the PC. The facility has the Word math context menus, which you get by typing control+click, which plays the role of the PC's right click. For example, you can use a context menu to insert a manual break on an operator. The tab-key option to shift the manual break over under an operator on the first line of the equation is not yet implemented.&lt;/p&gt;
&lt;p&gt;Both summations and integrals are displayed by default with subscript and superscript limits in display mode, whereas on the PC, only integrals are displayed that way by default. You can use a context menu to change the location of the limits for both integrals and &lt;i&gt;n&lt;/i&gt;-ary operators as on the PC.&lt;/p&gt;
&lt;p&gt;To enter a character using its Unicode value, Mac Word works &lt;a href="http://en.wikipedia.org/wiki/Unicode_input#Hex_input"&gt;differently&lt;/a&gt; than PC Word. Select the Unicode Hex Input keyboard, hold the Option key down and type in a four-hexadigit code. Releasing the Option key inserts the corresponding Unicode character. This works in general on the Mac, whereas PC Word's alt+x input method currently only works in Word and RichEdit. You can &lt;a href="http://mac.sillydog.org/archives/001703.php"&gt;insert&lt;/a&gt; a variety of special characters directly using the Option key, including some handy math characters like &amp;radic;, &amp;int;, and &amp;sum;, in case you don't want to type \sqrt, \int, and \sum, respectively. PC Word's alt+x Unicode input method is more flexible since it allows you to edit the code, insert higher-plane characters (like math italic and fraktur) and do the inverse: replace a character by its Unicode value. &lt;/p&gt;
&lt;p&gt;It would be nice if Apple generalized the Option code entry to allow five hexadigits to be read as a UTF-32 value, since that is the way the characters are referenced in the Unicode Standard. Then if you held down the Option key, typed 1D509 and released the Option key, you would see a math fraktur F. Alternatively, you can type \frakturF. With the Mac Unicode Hex Input keyboard, you can enter this character with its UTF-16 representation as Option+D835DD09.&lt;/p&gt;
&lt;p&gt;The great news is that the lion's share of the Office math features are up and running in Mac Word 2011 and make upgrading well worthwhile even if you don't need all the other Mac Word 2010 cool additions.&lt;/p&gt;
&lt;p&gt;Posted from 36,000 feet thanks to free GoGo Inflight Internet!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10095135" width="1" height="1"&gt;</description></item><item><title>MathML 3.0</title><link>http://blogs.msdn.com/b/murrays/archive/2010/10/28/mathml-3-0.aspx</link><pubDate>Thu, 28 Oct 2010 20:23:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10082401</guid><dc:creator>MurrayS3</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10082401</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/10/28/mathml-3-0.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;The W3C announced October 21, 2010 that the MathML 3.0 specification is a W3C Recommendation. This post describes some of the features added to MathML in version 3.0. The specification also includes numerous clarifications that are helpful for people wanting to implement MathML 3.0. The specification&amp;rsquo;s introductory section &amp;ldquo;Status of this Document&amp;rdquo; concludes with a summary of the features.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Improved Unicode Alignment&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;In February 2001 when the &amp;ldquo;&lt;/span&gt;&lt;a href="http://www.w3.org/TR/2001/REC-MathML2-20010221/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;first edition&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;rdquo; of MathML 2.0 became a W3C Recommendation, Unicode/ISO 10646 was still officially missing many math symbols. Unicode 3.1 (May, 2001) added the Unicode math alphanumerics (U+1D400.U+1D7FF) and the differential-d set (U+2145..U+2149). Unicode 3.2 (March, 2002) added the lion&amp;rsquo;s share of remaining math symbols in the &lt;/span&gt;&lt;a href="http://www.stixfonts.org/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;STIX&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; set, including the arrows and math operators in the range U+2900..U+2AFF. The &amp;ldquo;&lt;/span&gt;&lt;a href="http://www.w3.org/TR/2003/REC-MathML2-20031021/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;second and current edition&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;&amp;rdquo; of MathML 2.0 was released in October 2003 partly to re-align with Unicode and to include math character blocks instead of private use area code points. The operator dictionary did not include Unicode code points.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;MathML 3.0 is fully aligned with Unicode 6.0+. In addition to the discussions of the Unicode math character sets in &lt;/span&gt;&lt;a href="http://www.unicode.org/versions/Unicode5.2.0/ch15.pdf"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Chapter 15 of The Unicode Standard&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, &lt;/span&gt;&lt;a href="http://www.unicode.org/reports/tr25/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Unicode Technical Report #25&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, and &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Unicode Technical Note #28&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, MathML 3.0 adds a thoroughly revamped math &lt;/span&gt;&lt;a href="http://www.w3.org/TR/MathML3/appendixc.html#oper-dict.entries-table"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;operator dictionary&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; featuring Unicode and giving basic operator properties. Complementing this is the new W3C Recommendation &lt;/span&gt;&lt;a href="http://www.w3.org/TR/2010/REC-xml-entity-names-20100401/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;XML Entity Definitions for Characters&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, which incorporates all standard entities used for mathematics. In particular, Section 3 of this document features Unicode blocks of characters that you can mouse over to see relevant math properties. Each character is displayed twice, once with a &lt;/span&gt;&lt;a href="http://www.stixfonts.org/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;STIX font&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; and once with a png.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Right-to-Left Math&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;The earlier posts &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/04/07/tailoring-the-unicode-bidi-algorithm.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Tailoring the Unicode Bidi Algorithm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; and &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/11/13/directionality-in-math-zones.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Directionality in Math Zones&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; discuss right-to-left (RtL) math and give useful references for further study, notably &lt;/span&gt;&lt;a href="http://www.w3.org/TR/2006/NOTE-arabic-math-20060131/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Arabic mathematical notation&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;. MathML 3.0 includes full support for RtL math zones, including a directionality attribute, dir, which can appear on most elements. If the dir attribute does not appear, the directionality of the &amp;lt;math&amp;gt; element and children is inherited from the current Bidi embedding. Adil Allawi of &lt;/span&gt;&lt;a href="http://diwan.com/"&gt;&lt;span style="color: #0000cc;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;D&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;iwan Software Limited&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt; notes (in a private communication) that the right-to-left features of MathML 3.0 make &amp;ldquo;it possible, for the first time, to build standards-based and truly interoperable electronic maths books for students in the Arab countries."&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Elementary math&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;People write long division and multiplication in various ways around the world. Particularly for educational purposes, it is desirable to have an interchangeable format to represent such conventions on the web and in other electronic media. Accordingly, MathML 3.0 defines elements to handle many such conventions. The facility allows special alignments as well as borrow/carry annotations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Accessibility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;MathML is supported by various accessibility tools and has been incorporated into the &lt;/span&gt;&lt;a href="http://www.daisy.org/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;DAISY&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; Standard. Adding MathML 3.0&amp;rsquo;s elementary math capabilities widens the range for accessible math.&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;CSS for math&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;In a companion &lt;/span&gt;&lt;a href="http://www.w3.org/TR/mathml-for-css/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;specification&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;, a subset of MathML 3.0 is described that can be rendered with CSS. This allows browsers that do not have sophisticated math layout engines to display many mathematical formulas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Line breaking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;MathML 3.0 includes a very rich set of attributes. Office 2010 implements a subset that handles the most common scenarios, including options to display duplicated operator as ++, +-, --, but it is not nearly as general. For example, MathML 3.0 allows breaking at an arbitrary character position with a wealth of possible indents/alignments for the wrapped line(s).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;href's everywhere&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;You can put an href (hyperlink) attribute on most any element in MathML 3.0. This makes it easy, for example, to provide links on a fraction numerator or denominator. Such links can aid the teaching of mathematics as well as to define the meanings of expressions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Padding&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;The &amp;lt;mpadded&amp;gt; element has been generalized and clarified.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;This can be useful for tweaking the positioning of arguments for printing. Caveat emptor: since math layout engines often differ in their spacing choices, tweaking for one engine may spoil the spacing for another engine. The elements &amp;lt;mglyph&amp;gt; and &amp;lt;maction&amp;gt; are also motivated and described more thoroughly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Content MathML&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;A substantial effort has gone into improving Content MathML, notably in allowing a rigorous correspondence to &lt;/span&gt;&lt;a href="http://www.openmath.org/"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;OpenMath&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; with its content dictionaries. This work is valuable for symbolic and numerical computations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;Mixing Markup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;One reason Microsoft Office went with its own &amp;ldquo;Office MathML&amp;rdquo;, that is, OMML, was to be able to combine a math XML with parent namespaces, such as WordProcessingML. MathML 3.0 has generalized the &amp;lt;semantics&amp;gt; element and clarified various scenarios to make such mixing of namespaces more convenient.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;What&amp;rsquo;s not yet done&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;A number of things were postponed for future consideration. &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/10/27/default-document-math-properties.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;Document math defaults&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; have not been specified. These include the default math font, equation alignment(s), space before/after, breaking conventions, n-ary/integral limit placements, all of which are specified in the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2009/01/16/omml-specification-version-2.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;OMML&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; &amp;lt;mathPr&amp;gt; element. The power of the OMML &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/12/19/the-math-paragraph.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;math paragraph&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; is also missing, although to some degree it can be emulated by the &amp;lt;mtable&amp;gt; element. Equation numbering is not represented, nor is it in OMML. The feeling of the MathML working group is that these concepts belong to the document container in which the MathML &amp;lt;math&amp;gt; elements reside. However, I think that some discussion should be given to lend a degree of interoperability to these concepts, which are clearly very important for the electronic representation of mathematical text. An example of the problem is that one browser currently left aligns equations by default, whereas the common convention is to center equations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN: 10pt 0in 0pt"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="font-size: small;"&gt;What becomes of WG?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;When the MathML 2.0 Working Group finished the MathML 2.0 specification, the group dissolved. It took some time to put it back together for MathML 3.0. Therefore, the plan for the future is to keep the group active with no specific agenda other than to maintain the spec, answer questions, and dream about the future. Something as complex and important as MathML needs a live pool of expertise.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;See also Neil Soiffer&amp;rsquo;s &lt;/span&gt;&lt;a href="http://news.dessci.com/2010/10/mathml-3-now-official-w3c-recommendation.html"&gt;&lt;span style="font-family: Calibri; color: #0000cc; font-size: small;"&gt;blog&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; about MathML 3.0.&lt;span style="FONT-FAMILY: Code2001"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10082401" width="1" height="1"&gt;</description></item><item><title>Nathan Myhrvold</title><link>http://blogs.msdn.com/b/murrays/archive/2010/09/29/nathan-myhrvold.aspx</link><pubDate>Tue, 28 Sep 2010 23:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10069006</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10069006</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/09/29/nathan-myhrvold.aspx#comments</comments><description>&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;This is a post about some of the early days in the life of an amazing person, Nathan Myhrvold. Nathan and his good friend and colleague, Chuck Whitmer, had completed PhD&amp;rsquo;s in theoretical physics at Princeton. They wanted to investigate advanced behaviors in a field called deterministic chaos. This field deals with how dynamical systems can be extraordinarily dependent on small variations in initial conditions. To pursue these studies, Nathan and Chuck felt they needed a more powerful computer operating system and to this end they started the company Dynamical Systems in 1984. They gathered together a bunch of very smart guys, including some other physicists, and occupied the loft of a building in Oakland, CA. There they had a ring of souped up IBM AT PC&amp;rsquo;s. The usual speed for the IBM AT at that time was 6 MHz, but Nathan and Chuck found they could run up the clocks to a screaming 8 or even 9 MHz! This is an early example of how Nathan loved and continues to love to push the envelope.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The DS team developed a multitasking operating system on top of DOS called Panorama (later on, Mondrian)&amp;nbsp;that ran 16 processes way faster than IBM&amp;rsquo;s Top View system could run two processes even though Panorama used only 64 K RAM while Top View used 400 K. Tiny numbers by today&amp;rsquo;s standards, but you have to remember that there was only 640 K available in DOS.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;To develop such a system Nathan needed powerful debugging facilities and noticed me demoing my SST debugger at the computer mecca show, Comdex. Perhaps intrigued that SST could execute backward as well as forward, he bought three copies. Physicists are intrigued by time reversal. Then every week or so he&amp;rsquo;d call up and ask for a new feature to facilitate debugging. Often the features weren&amp;rsquo;t too hard, for example, one week he wanted a built-in assembler in addition to the disassembler. So I&amp;rsquo;d implement the features and send up new copies. Then one day he called and said calmly that 640 K RAM wasn&amp;rsquo;t enough for running multiple serious applications and wanted me to add protected mode support to SST. This wasn&amp;rsquo;t nearly so easy, but I got intrigued and implemented his request.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Meanwhile Steve Ballmer got interested with what Nathan &amp;amp; Co were doing and decided to acquire Dynamical Systems, partly as a bargaining chip to use in negotiating with the ever demanding IBM. Soon thereafter Nathan arranged to have me come up to Microsoft to improve the Microsoft CodeView debugger using SST technology. In the process, another Dynamical Systems physicist David Weise and I used SST to get &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2006/12/07/saving-windows-from-the-os-2-bulldozer.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Windows into protected mode&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;, blowing away the 640K DOS RAM barrier and ultimately IBM&amp;rsquo;s OS/2 operating system as well. So you see Windows dominance was crucially dependent on Nathan dreaming a few of his big dreams.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;At Microsoft, Nathan did many things, but probably his proudest achievement was convincing Bill and Steve to support research and then to develop Microsoft Research. He hired many very talented folks, such as the current and long time director of MSR, Rick Rashid. While Nathan ran MSR, he wrote insightful memos every month or so, predicting the course of computing. Many of his predictions have come true over time and even seem to be self-evident now, however controversial at the time. For example during the big debate we had in switching to Unicode, which used 16 bits for characters instead of 8, he pointed out that the size of the text in files was typically negligible compared to the size of associated properties and embedded objects. That observation helped a lot in steering Microsoft to the right approach, years before the competition caught on. Nathan started Windows Mobile and I can&amp;rsquo;t help but think that if Nathan had stayed interested in the area, especially in view of his stimulating ideas about interactive TV, that Microsoft would have had iPhone pizzazz before Apple. One of his predictions remains to be fulfilled: he wrote that he could not be sure what the form of the most intelligent being on earth would be in the year 2030, but he was quite sure it would not be human.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10069006" width="1" height="1"&gt;</description></item><item><title>Linear Format Notations for Mathematics</title><link>http://blogs.msdn.com/b/murrays/archive/2010/08/31/linear-format-notations-for-mathematics.aspx</link><pubDate>Tue, 31 Aug 2010 01:52:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10056076</guid><dc:creator>MurrayS3</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10056076</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/08/31/linear-format-notations-for-mathematics.aspx#comments</comments><description>&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;I have been having a great discussion with Christian Lerch about computer-oriented mathematical notations. He has a program that lets you input MathML using a pure ASCII syntax. It is similar to &lt;span style="color: #1f497d; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;&lt;a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html"&gt;ASCIIMathML&lt;/a&gt;.&lt;/span&gt; A lightly commented EBNF grammar of his MathEL language as implemented for the time being (still beta and evolving a bit) is given in &lt;/span&gt;&lt;a moz-do-not-send="true" href="http://km-works.eu/mathel-interactive/img/MathEL-ebnf.txt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;http://km-works.eu/mathel-interactive/img/MathEL-ebnf.txt&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;. Christian has a more elaborate reference manual in the works. One interesting feature is that he omits the leading backslash in the TeX-like names for symbols. This approach is definitely more readable and is the choice for eqn/troff distributed with Unix. TeX loomed so large in our thinking that we just automatically used the [La]TeX names by default. Office&amp;rsquo;s autocorrect facility allows users to define any names they want so users can add names without leading backslashes. Perhaps I can add an option that does not require the backslashes in math zones. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Another approach has been discussed, along with many earlier mathematical notations, in the article &lt;/span&gt;&lt;a moz-do-not-send="true" href="http://www.stephenwolfram.com/publications/recent/mathml/"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;Stephen Wolfram's Mathematical Notation: Past and Future (2000)&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;.&lt;span style="color: #1f497d; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt; &lt;/span&gt;Wolfram&amp;rsquo;s discussion is both edifying and entertaining to read. I think he makes considerable progress with Mathematica&amp;rsquo;s notation, including introducing the five special characters we ended up adding to Unicode (U+2145..U+2149) for things like differential d (U+2146). However, his thinking is a little constrained by a very desirable goal: whatever math you write should be computable by Mathematica.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;Something like Presentation MathML has sufficient flexibility to produce mathematics that cannot be computed without additional context and semantics. Once you allow a notation to have such ambiguity, you can go farther than Wolfram is willing to go. Wolfram calls the linear format &amp;ldquo;StandardForm&amp;rdquo; and the presentation format &amp;ldquo;TraditionalForm&amp;rdquo;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;I think that a linear format resembles traditional math notation far more closely if one &lt;/span&gt;&lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;&lt;span style="color: windowtext; text-decoration: none; text-underline: none;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;uses&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; Unicode symbols whenever possible. Having an autocorrection facility translate ASCII names for operators and Greek letters into Unicode symbols provides a convenient way to input the desired symbols, but the real format is defined in terms of Unicode symbols, not the ASCII names for these symbols. In addition to looking more mathematical, the notation is then automatically globalized, aside from some Arabic locales. The [La]TeX ASCII symbol names have a minor English-language prejudice. Hopefully this bias isn&amp;rsquo;t too objectionable to non-English-language speakers. The Unicode symbols are international by their very nature. As such an international linear format for math should use Unicode symbols, rather than ASCII, although it is fine to use the latter for input. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;In addition it is nice to have little fix ups that reduce the number of brackets/parens needed to overrule operator precedence. For example, int_-infty^infty should be okay, since it&amp;rsquo;s clear by context that the &amp;ndash; in &amp;ndash;infty must be a unary minus. Also it&amp;rsquo;s nice to have a^b^c mean something (treat it right associatively), unlike in TeX, where it&amp;rsquo;s an error. &lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;OTOH, a^b_c is different, since TeX&amp;rsquo;s meaning for it is quite handy. Expressions like 1/.2 should create a fraction with .2 in the denominator rather than two sentence fragments. So the ASCII period and comma end up being handled differently when part of a number than in ordinary text. &lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;You also need a way to bind in n-aryands, like integrands and summands. So I introduced the glue operator U+2592, which both glues the n-aryand to the n-ary operator and terminates a limit, if one appears. To keep things looking natural, I considered a simple operand to be an alphanumeric span, rather than TeX&amp;rsquo;s single letter. The expression a_123 is a sub 123 rather than a sub 1 multiplied by 23. A complex operand can include parenthesized expressions so that f(x)/g(x) builds up to the ratio of f(x) to g(x). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Another requirement is to be able to round-trip the presentation (Professional/built-up) format through the linear format and back. This feature is very handy, since it lets us represent essentially arbitrary mathematical expressions/equations in &amp;ldquo;plain&amp;rdquo; text. One particular use is for user definable autocorrect entries. For example, you can assign \binomial with the linear format&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt; (a+b)^n=&amp;sum;_(k=0)^n &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif';"&gt;▒&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;(n&lt;/span&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;"&gt;&amp;brvbar;&lt;/span&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;k)a^k b^(n-k)&lt;/span&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast;"&gt; and presto! When you type \binomial &amp;lt;space&amp;gt; or carriage return, it builds up to the binomial formula. Well not yet in Word 2010 (you need to select Professional Format explicitly), but it does in PowerPoint 2010 and OneNote 2010.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;&lt;span style="font-family: Calibri;"&gt;For special edge cases, I needed a couple of somewhat arcane constructs like the lenticular brackets&lt;/span&gt;&lt;/span&gt;&lt;span lang="ZH-TW" style="font-family: 'MS Mincho'; mso-fareast-language: ZH-TW;"&gt;〖〗&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;for round-tripping compound arguments since if parentheses were used, the parentheses would be displayed. The result is that the&lt;span style="color: #1f497d;"&gt; &lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;Unicode linear format&lt;/a&gt; &lt;/span&gt;is a very general mathematical notation, but it is not a context-free grammar. This would certainly upset Wolfram and it does make it harder to implement and maintain in its full generality, although it is quite efficient in practice. It is the closest to a true mathematical notation that I could define. Let me hasten to add that many, many people, inside and outside Microsoft, have contributed ideas that shaped the&lt;span style="color: #1f497d;"&gt; &lt;a href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;version&lt;/a&gt; &lt;/span&gt;that Microsoft Office 2010 offers.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 6pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;Bertrand Russell once &lt;/span&gt;&lt;span class="MsoHyperlink"&gt;&lt;a href="http://www.kfs.org/~jonathan/witt/aintro.html"&gt;wrote&lt;/a&gt;&lt;/span&gt;&lt;span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri;"&gt;, &amp;ldquo;A good notation has a subtlety and suggestiveness which at times make it seem almost like a live teacher&amp;hellip;and a perfect notation would be a substitute for thought.&amp;rdquo; The Unicode linear format certainly isn&amp;rsquo;t a substitute for thought, but it is a more mathematically natural notation than previously available on computers.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10056076" width="1" height="1"&gt;</description></item><item><title>Which Languages a Font Supports</title><link>http://blogs.msdn.com/b/murrays/archive/2010/07/28/which-languages-a-font-supports.aspx</link><pubDate>Wed, 28 Jul 2010 00:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10043224</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10043224</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/07/28/which-languages-a-font-supports.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;A recent &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2010/06/10/richedit-font-binding.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;post&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; describes how RichEdit chooses default fonts for Unicode characters. The method assigns a character repertoire (CharRep) to each character and queries fonts to find out which CharRep&amp;rsquo;s they support. If the current font doesn&amp;rsquo;t support the CharRep for a character, RichEdit chooses a font that does. A variety of heuristics are used to fix up tricky cases.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;A simple extension reveals whether a font supports a given language. Although many languages may use the same CharRep, e.g., most Western European languages use the LATIN CharRep, very few languages use more than one CharRep. RichEdit has a table mapping languages to CharRep&amp;rsquo;s, a table useful for sophisticated clients like OneNote and PowerPoint that typically know or &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/goglobal/dd156834.aspx#ELS8"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;guess&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; the language(s) for text runs, but don&amp;rsquo;t know the CharRep&amp;rsquo;s.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;A simple language descriptor suffices for font binding purposes, namely the Win32 Local ID (&lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/goglobal/bb896001.aspx"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;LCID&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;). In fact to get the appropriate CharRep, most cases need only the primary language ID (PLID) given by the low-order 10 bits of the LCID. A few cases need the secondary language ID (SLID&amp;mdash;next six bits) to choose among possible CharRep&amp;rsquo;s, e.g., Simplified vs. Traditional Chinese or Cyrillic vs. Turkish.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;div sizset="0" sizcache="3" align="center"&gt;
&lt;table cellpadding="0" cellspacing="0" border="1" class="MsoTableGrid" style="border-collapse: collapse; mso-border-alt: solid black .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184; mso-border-themecolor: text1;"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"&gt;
&lt;td valign="top" style="padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; border: black 1pt solid;"&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;CharRep&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: black 1pt solid; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;PLID&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: black 1pt solid; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Language&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: black 1pt solid; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Comment&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;00&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Undefined&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;01&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;02&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bulgarian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;03&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Catalan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;GB2312&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;04&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Chinese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;SLID gives traditional vs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;simplified&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;05&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Czech&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 7;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;06&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Danish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 8;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;07&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;German&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 9;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Greek&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;08&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Greek&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 10;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;09&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;English&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 11;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Spanish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 12;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Finnish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 13;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;French&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 14;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hebrew&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hebrew&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 15;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hungarian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 16;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Icelandic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 17;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Italian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 18;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;ShiftJis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;11&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Japan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 19;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hangul&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Korea&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 20;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;13&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Dutch&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 21;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;14&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Norwegian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 22;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;15&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Polish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 23;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Portuguese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 24;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;17&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Rhaeto-Romanic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 25;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;18&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Romanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 26;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;19&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;CYRILLIC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 27;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Croatian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 28;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Slovak&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 29;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Albanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 30;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Swedish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 31;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Thai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Thai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 32;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Turkish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;1F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Turkish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 33;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Urdu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 34;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;21&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indonesian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 35;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;22&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ukranian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 36;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;23&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;ByeloCYRILLIC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 37;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EastEurope&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;24&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Slovenian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 38;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Baltic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;25&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Estonia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 39;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Baltic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;26&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latvian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 40;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Baltic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;27&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Lithuanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 41;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;28&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tajik&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tajikistan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 42;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;29&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Farsi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 43;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Viet&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Vietnanese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 44;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Armenian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Armenian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 45;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Turkish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Azeri&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;SLID gives Latin/Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 46;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Basque&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 47;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sorbian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 48;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;2F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;FYROM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Macedonian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 49;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sutu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 50;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;31&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tsonga&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 51;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;32&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tswana&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 52;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;33&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Venda&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 53;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;34&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Xhosa&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 54;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;35&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Zulu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 55;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;36&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Africaans&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 56;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Georgian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;37&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Georgian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 57;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;38&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Faerose&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 58;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;39&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hindi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 59;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Maltese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 60;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sami&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 61;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gaelic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 62;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hebrew&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yiddish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 63;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Malaysian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 64;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;3F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kazakh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 65;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;40&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kyrgyz&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 66;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;41&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Swahili&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 67;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;42&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Turkmen&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 68;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Turkish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;43&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Uzbek&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;SLID gives Latin/Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 69;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;44&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tatar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 70;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bengali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;45&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bengali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 71;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gurmukhi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;46&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Punjabi Gurmukhi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 72;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gujarati&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;47&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gujarati&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 73;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Oriya&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;48&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Oriya&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 74;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tamil&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;49&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tamil&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 75;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Telugu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Telugu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 76;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kannada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kannada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 77;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Malayalam&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Malayalam&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 78;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bengali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Assamese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 79;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Marathi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 80;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;4F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sanskrit&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 81;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mongolian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;50&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mongolian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mongolia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 82;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tibetan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;51&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tibetan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tibet&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 83;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;52&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Welsh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Wales&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 84;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Khmer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;53&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Khmer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cambodia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 85;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Lao&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;54&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Lao&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Lao&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 86;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Myanmar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;55&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Burmese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Myanmar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 87;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;56&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gallego&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Portugal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 88;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;57&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Konkani&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 89;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bengali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;58&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Manipuri&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 90;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gurmukhi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;59&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sindhi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Indic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 91;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Syriac&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Syriac&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Syria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 92;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sinhala&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sinhalese&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sri Lanka&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 93;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cherokee&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cherokee&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 94;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Aboriginal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Inuktitut&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 95;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Amharic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 96;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;5F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tamazight&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Berber/Arabic, also Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 97;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;60&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kashmiri&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 98;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;61&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nepali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nepal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 99;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;62&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Frisian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Netherlands&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 100;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;63&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Pashto&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Afghanistan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 101;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;64&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Filipino&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 102;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Thaana&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;65&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Maldivian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Divehi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 103;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;66&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Edo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 104;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;67&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Fulfulde&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 105;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;68&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hausa&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 106;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;69&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ibibio&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 107;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yoruba&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 108;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Quechua&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bolivia, Ecuador, Peru&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 109;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sesotho sa Leboa&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 110;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Baskir&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 111;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Luxembourgish&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Luxembourg&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 112;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;6F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Greenlandic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Greenland&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 113;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;70&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Igbo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 114;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;71&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kanuri&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Nigeria&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 115;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;72&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Oromo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 116;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;73&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tigrigna&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopia/Eritrea&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 117;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;74&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Guarani&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Paraguay&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 118;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;75&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hawaiian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;United States&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 119;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;76&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 120;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;77&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Somali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Somalia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 121;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;78&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;China&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 122;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;79&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Papiamentu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 123;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mapudungun&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Chile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 124;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 125;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mohawk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 126;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 127;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Breton&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;France&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 128;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;7F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 129;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;80&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Uighur&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;China Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 130;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Maori&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 131;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;82&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Occitan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;France&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 132;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;83&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Corsican&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;France&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 133;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;84&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Alsatian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;France&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 134;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cyrillic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;85&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yakut&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Russia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 135;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;86&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;K'iche&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Guatemala&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 136;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;87&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kinyarwanda&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Rwanda&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 137;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;88&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Wolof&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Senegal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 138;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;89&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 139;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8A&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 140;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8B&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 141;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Arabic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Dari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Afghanistan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 142;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Malagasy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Madagascar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 143;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Latin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8E&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 144;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;TaiLe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;8F&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tai Le&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;China&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 145; mso-yfti-lastrow: yes;"&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: black 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;NewTaiLu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;90&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;New Tai Lu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: black 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: black 1pt solid; padding-top: 0in; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-themecolor: text1; mso-border-top-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;China&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;In this table, the EastEurope, Baltic and Turkish CharRep&amp;rsquo;s use the Latin script, but are distinct since they correspond to distinct charset&amp;rsquo;s. The PLIDs are in hexadecimal.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;To tell RichEdit 5.0 or later to format a text run with the CharRep for a given LCID, send the message EM_SETCHARFORMAT with wparam containing the flag SCF_CHARREPFROMLCID (0x0100) and lparam pointing to a CHARFORMAT2 with the LCID.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10043224" width="1" height="1"&gt;</description></item><item><title>Article/Video on Murray Sargent and Math in Office</title><link>http://blogs.msdn.com/b/murrays/archive/2010/06/18/article-video-on-murray-sargent-and-math-in-office.aspx</link><pubDate>Fri, 18 Jun 2010 05:31:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10026855</guid><dc:creator>MurrayS3</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10026855</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/06/18/article-video-on-murray-sargent-and-math-in-office.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;font color="#000000"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;The article &lt;a href="http://www.microsoft.com/presspass/features/2010/jun10/06-17mathinoffice.mspx"&gt;Professor's Laser Focus Gets Math into Office&lt;/a&gt; tells some of the story behind the Math in Office project. It also gives a link to a video that includes a sequence of me showing how easy it is to type in the binomial theorem. Hope you like it &lt;span style="font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;&lt;span style="mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;J&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10026855" width="1" height="1"&gt;</description></item><item><title>RichEdit Font Binding</title><link>http://blogs.msdn.com/b/murrays/archive/2010/06/10/richedit-font-binding.aspx</link><pubDate>Thu, 10 Jun 2010 00:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10022665</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10022665</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/06/10/richedit-font-binding.aspx#comments</comments><description>&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Suppose a user pastes some plain text into a document. In principle, that text can contain any Unicode character. That includes virtually all characters used in the current languages of the world along with many from ancient scripts and a plethora of symbols, mathematical and otherwise, that don&amp;rsquo;t belong to any language in particular. The question arises as to what font(s) to use for the pasted characters. In general the same font cannot be used for all characters, since TrueType glyph indices are 16-bit numbers thereby limiting fonts to 64K characters. Meanwhile Unicode has over 100,000 assigned characters. Furthermore even if a font could contain glyphs for all Unicode characters, it wouldn&amp;rsquo;t be able to render them all without compromises in quality. East Asian characters, for example, ideally have different baselines from Latin characters. This post describes the way RichEdit chooses fonts for characters not present in the active font. This process is call &amp;ldquo;font binding&amp;rdquo;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The first section describes RichEdit character repertoires. The second section explains how a character is assigned to a character repertoire. The third section describes how to find out what character repertoires are supported by a font. The fourth section shows how these two kinds of information are combined to bind fonts to characters in a context-dependent way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin: 10pt 0in 0pt;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;RichEdit Character Repertoires&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;RichEdit&amp;rsquo;s approach to font binding is an extension of the GDI CreateFont() functionality that ensures the created font matches a given charset. If the font named in the call supports the charset, then the font is used, but if not, GDI instantiates a font that does. Before Unicode became popular, charsets defined character encodings for character repertoires typically associated with language systems, like Western European languages and Japanese. As such they were used for two purposes: to define the encodings &lt;i&gt;and&lt;/i&gt; to define character repertoires supported by fonts. The GDI CreateFont charset functionality addresses the latter purpose. This facility, which is a kind of &amp;ldquo;font fallback&amp;rdquo;, is very handy, since it&amp;rsquo;s usually easy to choose the charsets for characters that have charsets. In contrast it&amp;rsquo;s hard to choose the correct languages for characters in general. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Charsets correspond to code pages. The Windows code pages are described &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/goglobal/bb964654.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. For reference, the Windows charsets supported by RichEdit are&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center" sizcache="4" sizset="0"&gt;
&lt;table style="border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;" class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"&gt;
&lt;td style="padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;ANSI_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;EASTEUROPE_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;RUSSIAN_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;GREEK_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;TURKISH_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;HEBREW_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;ARABIC_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;BALTIC_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;VIETNAMESE_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;DEFAULT_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;SYMBOL_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;THAI_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;SHIFTJIS_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;GB2312_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;HANGUL_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;CHINESEBIG5_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;PC437_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;OEM_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6; mso-yfti-lastrow: yes;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;MAC_CHARSET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;When Windows 2000 added support for Indic and several other South East Asian scripts, the decision was made not to add charsets for new scripts since it was clear that Unicode was the best way to represent characters on computers. Unfortunately that decision limited GDI&amp;rsquo;s convenient font &amp;ldquo;fallback&amp;rdquo; mechanism to character repertoires that have charsets. RichEdit needed to generalize this usage of charset. Accordingly we defined the charrep, a character repertoire index. There&amp;rsquo;s a charrep for each Windows charset. In addition, there are charreps for &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center" sizcache="4" sizset="1"&gt;
&lt;table style="border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;" class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"&gt;
&lt;td style="padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Armenian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Syriac&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Thaana&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Devanagari&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Bengali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gurmukhi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Gujarati&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Oriya&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tamil&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Telugu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kannada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Malayalam&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sinhala&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Lao&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Tibetan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Myanmar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Georgian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Jamo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ethiopic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Cherokee&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Aboriginal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Ogham&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Runic&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Khmer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Mongolian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Braille&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Yi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Math General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Math Alphanumeric&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Limbu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6; mso-yfti-lastrow: yes;"&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Taile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Newtailu&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Sylotinagr&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kharoshthi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-bottom: windowtext 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; background-color: transparent; padding-left: 5.4pt; padding-right: 5.4pt; border-top: #f0f0f0; border-right: windowtext 1pt solid; padding-top: 0in; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;" valign="top"&gt;
&lt;p style="line-height: normal; margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p style="margin: 6pt 0in 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Most of these are described in &lt;/span&gt;&lt;a href="http://www.unicode.org/versions/Unicode5.2.0/"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;The Unicode Standard&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin: 10pt 0in 0pt;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Determining a Character&amp;rsquo;s Charrep&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;RichEdit does a kind of binary range search to find out which charrep a character nominally belongs to. ASCII is treated specially, since almost all fonts support &amp;ldquo;low ASCII&amp;rdquo;, the &amp;ldquo;neutral&amp;rdquo; range U+0020..U+003F. High ASCII, the range U+0040..U+007F is supported by most fonts as well. The ANSI_CHARSET includes ASCII and the Western European ANSI set contained in Windows code page 1252. For the range U+00A0..U+00FF, there&amp;rsquo;s a charrep named &amp;ldquo;high Latin 1&amp;rdquo;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;East Asian (CJK&amp;mdash;Chinese Japanese Korean) fonts all support ASCII&amp;nbsp;and high Latin 1. Chinese characters are used in Japanese, in both simplified and traditional Chinese, and in Korean. The CJK fonts often have a lot of Unicode symbol characters (not SYMBOL_CHARSET discussed shortly), so a CJK charrep may be returned for those. An exception occurs in math zones, where a math charrep is preferred. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;The default charrep is assigned to the Unicode Private Use Area characters, U+E000..U+F8FF, since these characters have no standardized semantics. Special attention is given to SYMBOL_CHARSET fonts, which by definition don&amp;rsquo;t use Unicode. But characters in the range &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/murrays/archive/2008/01/24/weird-f020-f0ff-characters-in-word-s-rtf.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;U+F020..U+F0FF&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; are assigned the SYMBOL_CHARSET charrep, since Microsoft TrueType SYMBOL_CHARSET fonts use those locations as aliases for U+0020..U+00FF. These charrep assignments are similar to some assignment models based on scripts. But note that natural language isn&amp;rsquo;t used. This is because it&amp;rsquo;s much easier and more reliable to figure out a reasonable charrep for a character than a natural language for a character.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin: 10pt 0in 0pt;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Determining what Charreps a Font Supports&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Windows GDI has a handy structure known as the &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd318064(VS.85).aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;FONTSIGNATURE&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;, which has bits claiming support for various code pages and Unicode ranges. Some fonts don&amp;rsquo;t have reliable values, so buyers beware. Nevertheless, it&amp;rsquo;s fast and useful, so RichEdit uses it to fill in a bit mask for supported character repertoires and has some back-up code to handle errant fonts. Some fonts claim to support a given character repertoire, but only partially support it. For example Japanese fonts claim to support Greek and Cyrillic, but they only have glyphs for basic Greek and Cyrillic characters. RichEdit classifies other characters in these repertoires as &amp;ldquo;extended&amp;rdquo;, which means that they need &amp;ldquo;cmap&amp;rdquo; verification. The cmap is a TrueType font&amp;rsquo;s character-to-glyph map. If it returns 0 for a character, the character is missing and will display a missing-character glyph, usually an empty box. The cmap approach is valuable for other cases in which the FONTSIGNATURE may be inadequate. For example, a font may not claim to support Latin 1, but it nevertheless supports low and/or high ASCII. By checking the cmap for &amp;lsquo;0&amp;rsquo; and &amp;lsquo;a&amp;rsquo;, respectively, one can find out the amount of ASCII support available. This approach can also be useful for finding out about new Unicode ranges not yet in the FONTSIGNATURE, e.g., &lt;/span&gt;&lt;a href="http://sites.google.com/site/unicodesymbols/Home/emoji-symbols"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;emoji&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin: 10pt 0in 0pt;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Binding Fonts&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Given the information in the two preceding sections, we need to ensure appropriate fonts are bound to characters. Let&amp;rsquo;s start with the basic algorithm and then consider some of many fix-ups. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The simple algorithm is: assign a character flag (bit) to each character repertoire (charrep) and AND the resulting bit mask for a character against the bit mask for the current font. If a nonzero value results, the font claims to support the character&amp;rsquo;s charrep and the font can continue to be used. If the result is zero, font binding is needed. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;In an attempt to keep the current user font choices when font binding, RichEdit scans the text runs backward from the insertion point looking for a font that supports the desired charrep. If one is found, it is used unless it was introduced by font binding. Otherwise the default font for the charrep is used. The RichEdit client can change the default font for a charrep by using the EM_SETCHARFORMAT message with the SCF_ASSOCIATEFONT flag and an LCID (locale ID) that corresponds to the desired charrep.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Special considerations apply to math zones and Chinese characters (among other scenarios). In math zones, a math font is used whenever it can handle the characters. This includes not only Unicode math symbols and math alphanumerics, but also Latin, Greek and Cyrillic text. Many Chinese characters are used in Japanese, but a Chinese font may not look pleasing to a Japanese person. In particular, the simplified Chinese fonts look quite different from the more traditional look of the same characters rendered with a Japanese font. So to bind appropriately, we scan forward and backward around an inserted Chinese character to see if any Hiragana or Katakana characters are present. If so, it&amp;rsquo;s most likely to be Japanese text and a Japanese font should be used. Similarly if Hangul characters are found, a Korean font should be used. Other heuristics involve noting what the user locale is.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;If even with its many heuristics RichEdit still cannot find a reasonable font and a Microsoft Office application is running, RichEdit queries the Office mso.dll for advice. Also various kinds of &amp;ldquo;font fallback&amp;rdquo; may kick in at display time to save a character from rendering as a missing-character glyph. Font binding is an area of active research, since new character scripts continue to be added to Windows and Unicode continues to add new characters. In general RichEdit does a good job of it, but it could be better.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10022665" width="1" height="1"&gt;</description></item><item><title>Bidi Paragraph with Parenthesized Text</title><link>http://blogs.msdn.com/b/murrays/archive/2010/05/07/bidi-paragraph-with-parenthesized-text.aspx</link><pubDate>Fri, 07 May 2010 00:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10008846</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=10008846</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/05/07/bidi-paragraph-with-parenthesized-text.aspx#comments</comments><description>&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The previous post described four tailorings of the Unicode Bidi Algorithm (UBA) in situations where the UBA display is confusing or even misleading. The present post adds another set of scenarios to this list, namely strange renderings of paragraphs that contain parenthesized or quoted text. An algorithm for displaying such text in a reasonable way is given. This algorithm first shipped in Microsoft Office 2007 and you can see it in action by typing bidi text into Excel 2007/2010 cells. The problem is sort of mathematical in nature, since parenthesized text is like a parenthesized expression. It can be nested and the text should display inside the parentheses.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;Nevertheless, according to the UBA, there are cases for which both parentheses of a parenthesized expression have the same glyph. In a rich-text editor like Microsoft Word if you type&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-language: AR-EG"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt; mso-layout-grid-align: none" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-language: AR-EG"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;(a)b&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;using an English keyboard and type Ctrl+RightShift to switch to an RtL paragraph you see&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;
&lt;P style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal align=right&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;(a)b&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;This is because the parentheses are stamped with LtR directionality by the keyboard language’s directionality, thereby overruling the UBA. In NotePad, which follows the UBA, the LtR paragraph version looks the same as in Word, but the RtL version looks like&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal align=right&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;a)b)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-language: AR-EG"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Here the UBA classifies the opening parenthesis as RtL, thereby appearing first (on the far right) and mirrored instead of to the left of the letter a. Similarly a(b) appears as (a(b in an RtL paragraph.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;As a more complicated example, consider the nested case a(b&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG" dir=rtl lang=AR-EG&gt;ف&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG" dir=rtl lang=AR-EG&gt;ف&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;c)dc)d&lt;/SPAN&gt;&lt;SPAN style="COLOR: black; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'"&gt;. According to the UBA, this displays in an LtR paragraph as &lt;/SPAN&gt;&lt;SPAN style="COLOR: black; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'"&gt;a(b&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'" dir=rtl lang=AR-SA&gt;ف(ف&lt;/SPAN&gt;&lt;SPAN style="COLOR: black; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;c)dc)d and in an RtL paragraph as&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt; unicode-bidi: embed; DIRECTION: rtl" dir=rtl class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;SPAN style="COLOR: black; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'" dir=ltr&gt;&lt;FONT face=Calibri&gt;a(b&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'" lang=AR-SA&gt;ف(ف&lt;/SPAN&gt;&lt;SPAN style="COLOR: black; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman'" dir=ltr&gt;&lt;FONT face=Calibri&gt;c)dc)d&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Neither of these renderings preserves the visual nesting of the characters.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;We can fix such parenthesized text displays using a bidi-parenthesis-matching algorithm due to Ayman Aldahleh. A basic idea is to ensure that both parentheses of a matched pair have the same directionality and that what’s inside the parentheses has bidi level(s) greater than or equal to the parenthesis pair level. The algorithm uses an open-parenthesis stack along with a parenthesis-pair information array. The algorithm can be easily generalized to handle brackets, braces, and other character pairs, but for simplicity we stick with ASCII parentheses and assume that Unicode bidi embeddings aren’t present.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 6pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-language: AR-EG; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;1)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Run the UBA on a paragraph noting the bidi levels of the characters.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 6pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-language: AR-EG; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;2)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Scan the paragraph for parentheses. When an open parenthesis is found (U+0028), record its bidi level and character position in the next information element and push the element index onto the open-parenthesis stack. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 6pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-language: AR-EG; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;3)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;If a close parenthesis is found (U+0029) and the stack has an entry, a matched pair is found. Use the element index on the top of the stack to find the corresponding pair information element. If both parentheses have the same bidi level, use that for the pair. If they differ, start by setting the pair level equal to the smaller level. If in an RtL/LtR paragraph, the pair level isn’t odd/even, increment the pair level. Set both parenthesis levels equal to the resulting pair level and record the character position ending the pair.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 6pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-language: AR-EG; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;4)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;If an unpaired or improperly nested parenthesis is found, abandon the matching process.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 6pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-language: AR-EG; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;5)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Process the pair information elements from first to last. For each element, if any character inside the pair has a level smaller than the pair level, increment the level by 2. This forces the character to display inside the pair and doesn’t change its directionality.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;This last step is recursive, since outer pair elements precede elements for any pairs they contain and increment the latters’ levels. When an inner pair is processed, its level is guaranteed to be greater than or equal to the parent pair, etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;For the simple paragraph above in an RtL paragraph, the (a)b appears as (a)b, since the opening parenthesis is promoted to level 2. In a case like a(b&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG" dir=rtl lang=AR-EG&gt;ف&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;FONT face=Calibri&gt;c)d in an RtL paragraph, the a(b and c)d all have level 2 and the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG" dir=rtl lang=AR-EG&gt;ف&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-EG"&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt; is bumped up to level 3. To see more cases, type various parenthesized expressions into an Excel cell and click on the paragraph direction tool to change the paragraph direction. If you have properly matched parentheses, the results will always look properly nested. It also works with brackets [] and braces {}.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10008846" width="1" height="1"&gt;</description></item><item><title>Tailoring the Unicode Bidi Algorithm</title><link>http://blogs.msdn.com/b/murrays/archive/2010/04/07/tailoring-the-unicode-bidi-algorithm.aspx</link><pubDate>Tue, 06 Apr 2010 23:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991452</guid><dc:creator>MurrayS3</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=9991452</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/04/07/tailoring-the-unicode-bidi-algorithm.aspx#comments</comments><description>&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;The &lt;/span&gt;&lt;a href="http://www.unicode.org/reports/tr9/"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Unicode Bidi Algorithm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; is a very useful, general, and standard approach for displaying text that contains right-to-left scripts, such as Arabic and Hebrew. But there are situations in which it is awkward to use and/or is visually confusing. This post considers three such situations: math zones, International Resource Identifiers (IRIs), and HTML spans with a directionality attribute. In each of these cases, tailoring the Unicode Bidi Algorithm improves the result. The post starts with a summary of the original case of tailoring, namely the popular keyboard &amp;ldquo;higher-level protocol&amp;rdquo; used in rich-text applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="LINE-HEIGHT: normal; MARGIN: 10pt 0in 6pt"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Keyboard-Driven Bidi Algorithm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;For the first example of tailoring the Unicode bidi algorithm, consider keyboard input into rich-text editors, such as Word and RichEdit rich-text edit controls. For this kind of input, the directionality of neutral characters, such as space and parentheses, is determined by the keyboard language. Specifically if the keyboard language is Arabic, Hebrew, or some other right-to-left (RTL) language, the neutrals are treated as RTL characters. If the keyboard language is left-to-right (LTR), the neutrals are treated as LTR characters. Spans of digits, possibly including embedded commas and periods, are always displayed LTR even when entered with an RTL keyboard, but the directionality given to the number they comprise has the directionality of the keyboard language.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Users generally like this approach to bidi text, since it&amp;rsquo;s simple and predictable. If runs of text could always be reliably stamped by the input language, the Unicode Bidi Algorithm would only have to handle some esoteric text embeddings and ensuring that numbers are displayed LTR. But plain text is commonplace and hence there has to be a way to display bidi text correctly without language attributes. Unfortunately in order to handle the wide variety of special character combinations, the resulting algorithm is very complicated, involving the set of special override codes LRM, RLM, LRO, RLO, LRE, RLE, and PDF. In a real sense, these override codes are used to encode a rich-text directionality attribute in plain text. The justification for this is the Unicode principle that &amp;ldquo;plain text must contain enough information to permit the text to be rendered legibly and nothing more&amp;rdquo; (see Plain Text subsection of Sec. 2.2 in &lt;/span&gt;&lt;a href="http://www.unicode.org/versions/Unicode5.2.0/ch02.pdf"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Chapter 2&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; of the &lt;/span&gt;&lt;a href="http://www.unicode.org/versions/Unicode5.2.0/"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Unicode Standard&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Note that plain text pasted into a rich-text instance is treated using the Unicode Bidi Algorithm; the keyboard language doesn&amp;rsquo;t play a role in pastes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="LINE-HEIGHT: normal; MARGIN: 10pt 0in 6pt"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Bidirectional Text in Math Zones&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Consider next the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/11/13/directionality-in-math-zones.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;directionality of math text in math zones&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. The guiding principle is that neutrals other than the period and comma are given the directionality of the math zone. This includes math operators and spaces. Alphabetic spans of characters having the same directionality are displayed with that directionality relative to one another, but the span as a whole is treated as object with the directionality of the math zone. As with the Unicode Bidi Algorithm, spans of digits, possibly including embedded commas and periods, are displayed LTR, but analogously to keyboard language tailoring, the number they comprise has the directionality of the math zone.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Normal text embedded in a math zone obeys the directionality rules of normal text. Typically this is given by the Unicode Bidi Algorithm, but the keyboard language algorithm is used if the text is entered by keyboard.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="LINE-HEIGHT: normal; MARGIN: 10pt 0in 6pt"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Internationalized Resource Identifiers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;a href="http://www.ietf.org/rfc/rfc3987.txt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Internationalized Resource Identifiers (IRIs)&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; are a generalization of &lt;/span&gt;&lt;a href="http://www.w3.org/Addressing/URL/uri-spec.html"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Universal Resource Identifiers (URIs)&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; that can contain many nonASCII characters, such as most alphabetic characters and Chinese characters. Complications occur when bidi characters are used in IRIs especially when displayed in an RTL context. For example according to the Unicode Bidi Algorithm, http://&lt;/span&gt;&lt;span lang="AR-EG" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;شس.يب.ثق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span lang="AR-EG"&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="mso-bidi-language: AR-EG"&gt;&lt;span style="font-family: Calibri;"&gt;displays in a right-to-left paragraph as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" dir="rtl" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt; unicode-bidi: embed; DIRECTION: rtl"&gt;&lt;span style="font-size: small;"&gt;&lt;span dir="ltr"&gt;&lt;span style="font-family: Calibri;"&gt;//:http&lt;/span&gt;&lt;/span&gt;&lt;span lang="AR-EG" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;شس.يب.ثق&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Or more confusing yet, http://exchange.&lt;/span&gt;&lt;span lang="AR-EG" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;شس.ثق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="mso-bidi-language: AR-EG"&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; displays in an RTL paragraph as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" dir="rtl" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt; unicode-bidi: embed; DIRECTION: rtl"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span dir="ltr"&gt;http://exchange&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="AR-EG" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;.شس.ثق&lt;/span&gt;&lt;span dir="ltr" style="mso-bidi-language: AR-EG"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;As the IRI reference discusses, use of the Unicode Bidi Algorithm at least is consistent in the way such IRIs are displayed in plain text, but in some sense the RTL versions are nearly unreadable. The IRI reference does recommend that IRIs always be displayed in LTR display order. But that requires being able to recognize an IRI in the first place.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;So assuming an IRI can be recognized, something that RichEdit does on the &lt;/span&gt;&lt;a href="http://blogs.msdn.com/murrays/archive/2009/08/31/automatic-richedit-hyperlinks.aspx"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;fly&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;, we can enforce a more readable display order. Namely we force the delimiters '#', '.', '/', ':', '?', '@', '[', ']' to follow the paragraph (or embedding) direction. With this condition, http://exchange.&lt;/span&gt;&lt;span lang="AR-EG" dir="rtl" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;شس.ثق&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; displays in an RTL paragraph as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" dir="rtl" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt; unicode-bidi: embed; DIRECTION: rtl"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span dir="ltr"&gt;http&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="AR-EG" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;://&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span dir="ltr" style="mso-bidi-language: AR-EG"&gt;exchange&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="AR-EG" style="FONT-FAMILY: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-language: AR-EG"&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;&lt;/span&gt;.ثق.شس&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="mso-bidi-language: AR-EG"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;i.e., the alphanumeric spans in between the special delimiters appear in the reverse order from the way they appear in an LTR paragraph and the Unicode Bidi Algorithm is not used to resolve the neutrality of the slash and period. The alphanumeric spans themselves (in effect the &amp;ldquo;leaves&amp;rdquo; of the structure) are displayed in the order determined by the Unicode Bidi algorithm.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="mso-bidi-language: AR-EG"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;This approach appears to be ideal. The only problem is that it&amp;rsquo;s not trivial to identify IRIs using heuristics. Both Word and RichEdit can identify IRIs, but ambiguities can occur when spaces appear at the ends. Word allows the user to overrule the IRI recognition, but RichEdit 7.0 and earlier versions do not. The IRI and URI specifications require that spaces be &amp;ldquo;escaped&amp;rdquo;, that is, replaced by their ASCII hexadecimal code %20.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="LINE-HEIGHT: normal; MARGIN: 10pt 0in 6pt"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Additional Requirements for Bidi in HTML&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;The paper &lt;/span&gt;&lt;a href="http://www.w3.org/TR/html-bidi/"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Additional Requirements for Bidi in HTML&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt; describes a number of situations in HTML when application of the Unicode Bidi Algorithm yields bizarre, or at least unwanted, results. These situations don&amp;rsquo;t cause problems in Word or RichEdit rich-text controls, since every format run (similar to &amp;lt;span&amp;gt; in HTML) is assigned directionality. But in HTML, a &amp;lt;span&amp;gt; with a particular directionality influences the way the text next to it is displayed unless that text also has an assigned directionality. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;Even simple things can display in surprising ways. For example,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; TEXT-INDENT: 0.5in; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;10 main st&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;displays in an RTL context as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align="right" class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;.main st 10&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;This happens because the number at the start of an RTL paragraph is classified as an RTL object in an RTL context (even though the digits are displayed LTR with respect to one another), and hence the number comes first (to the right). It&amp;rsquo;s followed by the LTR text &amp;ldquo;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;main st&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;, but the period is classified as RTL and appears last, namely to the left of &amp;ldquo;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;main st&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Let&amp;rsquo;s look at a couple of examples in that paper that can be fixed by adding a new &amp;lt;span&amp;gt; attribute called bdi for &amp;ldquo;bidirectional isolate&amp;rdquo;. These examples use the notation that upper-case ASCII letters are strong RTL letters and lower-case ASCII letters are strong LTR. The first example consists of the string &amp;ldquo;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;PURPLE PIZZA &amp;ndash; 3 reviews&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo;, which is displayed LTR in logical order (RTL characters are displayed LTR). In an LTR context, one would like this string to be displayed as &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; TEXT-INDENT: 0.5in; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;AZZIP ELPRUP &amp;ndash; 3&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;reviews&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;But because a number is given the directionality of the (in this case RTL) run preceding it, it displays as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; TEXT-INDENT: 0.5in; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;3 &amp;ndash; AZZIP ELPRUP reviews&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;The second example in logical order is&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; TEXT-INDENT: 0.5in; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;USE css (&amp;lt;span dir="ltr"&amp;gt;position:relative&amp;lt;/span&amp;gt;).&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;One wants this to display in an RTL paragraph as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align="right" class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;&lt;span style="font-size: small;"&gt;.(position:relative) css ESU&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;But because the LTR span continues the LTR &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;css&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;, it gets displayed as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align="right" class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;&lt;span style="font-size: small;"&gt;.(css (position:relative ESU&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The proposed fix is to put the embedded text into a &amp;lt;span&amp;gt; with a bdi attribute, which is then &amp;ldquo;displayed as if it were surrounded with strong-directional characters of the last explicit embedding level within which it appears&amp;rdquo; (taken from Sec. 2.1 of the paper referenced above). For the &amp;ldquo;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;PURPLE PIZZA&lt;/span&gt;&lt;span style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri"&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo; case, the &amp;ldquo; - 3&amp;rdquo; would then be treated as if it were preceded by a strong LTR character. For the &amp;ldquo;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;USE css&lt;/span&gt;&lt;span style="mso-bidi-theme-font: minor-latin; mso-bidi-font-family: Calibri"&gt;&lt;span style="font-family: Calibri;"&gt;&amp;rdquo; case, the parentheses would resolve to RTL and get mirrored, giving the desired result above. If you&amp;rsquo;re interested in these problems, please read the full article.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="LINE-HEIGHT: normal; MARGIN: 10pt 0in 6pt"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Implementation for Math Zones and Hyperlinks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;RichEdit tailors the Unicode Bidi Algorithm in two main steps: 1) get a string of massaged plain text from a range, and 2) break that string into a set of substrings based on currently assigned directionalities. It&amp;rsquo;s in step 1) that the math, IRI and some other overrides are made. For math, all operators (not including comma and period) are replaced by the letter &amp;lsquo;a&amp;rsquo; for LTR math zones and by alef (U+0627) for RTL math zones. Since only Arabic locales use RTL math zones, alef is a good choice to use as an RTL character. For automatically detected IRIs, the delimiters '#', '.', '/', ':', '?', '@', '[', ']' are similarly replaced by &amp;lsquo;a&amp;rsquo; or alef according to the paragraph direction. In Hebrew IRIs, it&amp;rsquo;s probably a good idea to use the Hebrew alef (U+05D0) instead of the Arabic alef, but I haven&amp;rsquo;t tested to see if it matters. The IRI overrides are in an experimental stage. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;In step 2) Uniscribe&amp;rsquo;s ScriptItemize() function analyses each substring, returning information that may cause the directionality of some characters to be overruled. When this process is completed, the range is passed to a finite state machine to assign embedding levels for use by the LineServices reverse object handler. This handler is responsible for supplying the relevant glyphs in the appropriate display order for the reverse object nesting level. It&amp;rsquo;s a little tricky. Actually it&amp;rsquo;s fair to say that it&amp;rsquo;s very tricky!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 6pt"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991452" width="1" height="1"&gt;</description></item><item><title>Linear Format Version 3</title><link>http://blogs.msdn.com/b/murrays/archive/2010/03/13/linear-format-version-3.aspx</link><pubDate>Sat, 13 Mar 2010 16:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9978075</guid><dc:creator>MurrayS3</dc:creator><slash:comments>21</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/murrays/rsscomments.aspx?WeblogPostID=9978075</wfw:commentRss><comments>http://blogs.msdn.com/b/murrays/archive/2010/03/13/linear-format-version-3.aspx#comments</comments><description>&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; LINE-HEIGHT: 15pt; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Unicode Nearly Plain-Text Encoding of Mathematics, Version 3&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt; (Unicode Technical Note #28) is now &lt;A href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf" mce_href="http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf"&gt;posted&lt;/A&gt;. The differences between Version 1 and 2 of that paper are largely cosmetic, but there were enough changes in Version 2 to merit a new number. Version 2 is mostly implemented in Microsoft Word 2007, where it is referred to as the “linear format”. Typing the linear format into a Word 2007 math zone results in “formula autobuildup”, that is, automatic conversion to the built-up format of expressions as their syntax becomes unambiguous.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; LINE-HEIGHT: 15pt; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;The new features added in Version 3 are identified as such. They are mostly implemented in the Microsoft Office 2010 applications Word, PowerPoint, Excel, and OneNote. Typically the new features offer convenience over ways defined in Version 2, and the Version 2 syntax remains valid in Version 3. The additions were often inspired by [La]TeX. Examples of simplified input are \choose for binomial coefficients, \cases for alternative definitions, \pmatrix for parenthesized matrices, \middle to define a custom character as a bracket separator, a simpler prescript notation, \root &lt;I&gt;n&lt;/I&gt;\of &lt;I&gt;x&lt;/I&gt; notation for nth roots, equation alignment, size overrides, and simple &lt;A href="http://blogs.msdn.com/murrays/archive/2010/02/05/negated-operators.aspx" mce_href="http://blogs.msdn.com/murrays/archive/2010/02/05/negated-operators.aspx"&gt;negated operator input&lt;/A&gt;. The section &lt;I&gt;Version Differences &lt;/I&gt;has hyperlinks to where these additions are documented. There are also numerous cosmetic changes along with lots of internal links to facilitate navigation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; LINE-HEIGHT: 15pt; MARGIN: 0in 0in 6pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;If you use Microsoft Office math zones, please read Section 2. It’s a quick read. The knowledge so gained makes it easy to enter simple mathematical expressions into Word 2007/2010, PowerPoint 2010, OneNote 2010 and Excel 2010. Section 3 discusses how to enter more complicated expressions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9978075" width="1" height="1"&gt;</description></item></channel></rss>
