<suppress files="org/apache/fop/fo/FOPropertyMapping.java" checks="FileLengthCheck"/>
<suppress files="org/apache/fop/fonts/GlyphPositioningTable.java" checks="FileLengthCheck"/>
<suppress files="org/apache/fop/fonts/truetype/TTFFile.java" checks="FileLengthCheck"/>
+ <suppress files="org/apache/fop/layoutmgr/BidiUtil.java" checks="FileLengthCheck"/>
<suppress files="org/apache/fop/Version.java" lines="40-50" checks="LineLengthCheck"/>
</suppressions>
<?xml version="1.0" encoding="utf-8"?>
<FindBugsFilter>
-<!-- .working -->
- <!-- use of null is preferred over zero length array -->
+ <!-- general exclusions -->
<Match>
- <Class name="org.apache.fop.area.inline.WordArea"/>
- <Or>
- <Method name="getBidiLevels"/>
- <Method name="glyphPositionAdjustmentsAt"/>
- </Or>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fo.FOText"/>
<Or>
- <Method name="getBidiLevels"/>
- <Method name="getMappingBidiLevels"/>
+ <!-- permit use of to{Lower,Upper}Case without warning -->
+ <Bug pattern="DM_CONVERT_CASE"/>
+ <!-- permit use of null instead of zero length array without warning -->
+ <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
</Or>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.ArabicScriptProcessor"/>
- <Method name="position"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.DefaultScriptProcessor"/>
- <Method name="position"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningSubtable"/>
- <Method name="position"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable"/>
- <Method name="position"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.LazyFont"/>
- <Method name="performPositioning"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.MultiByteFont"/>
- <Method name="performPositioning"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.layoutmgr.BidiUtil$UnicodeBidiAlgorithm"/>
- <Method name="resolveLevels"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <!-- string not exposed to end user -->
- <Match>
- <Class name="org.apache.fop.fonts.GlyphDefinitionTable"/>
- <Method name="getLookupTypeFromName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable"/>
- <Method name="getLookupTypeFromName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable"/>
- <Method name="getLookupTypeFromName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphTable"/>
- <Method name="getTableTypeFromName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
</Match>
<!-- performance optimizations -->
<Match>
<Method name="<init>"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat1"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat2"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat3"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ContextualSubtableFormat1"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ContextualSubtableFormat2"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$ContextualSubtableFormat3"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphPositioningTable$CursiveSubtableFormat1"/>
- <Method name="getExitEntryAnchors"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
<Match>
<Class name="org.apache.fop.fonts.GlyphPositioningTable$DeviceTable"/>
<Method name="getDeltas"/>
<Method name="setAlternates"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$AlternateSubtableFormat1"/>
- <Method name="getAlternatesForCoverageIndex"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat1"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat2"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat3"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ContextualSubtableFormat1"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ContextualSubtableFormat2"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$ContextualSubtableFormat3"/>
- <Method name="getLookups"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphSubstitutionTable$MultipleSubtableFormat1"/>
- <Method name="getGlyphsForCoverageIndex"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
<Match>
<Class name="org.apache.fop.fonts.GlyphSubstitutionTable$Ligature"/>
<Or>
<Method name="getGlyphs"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
- <Match>
- <Class name="org.apache.fop.fonts.GlyphTable$LookupTable"/>
- <Method name="getSubtables"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
<Match>
<Class name="org.apache.fop.fonts.GlyphTable$Rule"/>
<Method name="getLookups"/>
<Method name="getRules"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
+ <Match>
+ <Class name="org.apache.fop.fonts.IndicScriptProcessor"/>
+ <Or>
+ <Method name="getPositioningFeatures"/>
+ <Method name="getSubstitutionFeatures"/>
+ <Method name="getOptionalSubstitutionFeatures"/>
+ </Or>
+ <Bug pattern="EI_EXPOSE_REP"/>
+ </Match>
<Match>
<Class name="org.apache.fop.area.inline.WordArea"/>
<Or>
<Field name="itemIPD"/>
<Bug pattern="UWF_UNWRITTEN_FIELD"/>
</Match>
- <Match>
- <Class name="org.apache.fop.afp.AFPResourceLevel"/>
- <Method name="valueOf"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
- <Method name="getResourceType"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
- <Method name="registerResourceTypeName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.apps.FontPatternExtractor"/>
- <Method name="extract"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
- <Method name="getCategoryCodeAsString"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
- <Method name="getTypeCodeAsString"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
- <Method name="toString"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.apps.FopFactoryConfigurator"/>
- <Method name="configure"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.apps.FopFactoryConfigurator"/>
- <Method name="configureImageLoading"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/>
- <Method name="makeFormattedPageNumber"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fo.properties.CondLengthProperty"/>
- <Method name="toString"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.FontInfo"/>
- <Method name="getTripletsForName"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.FontLoader"/>
- <Method name="isType1"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/>
- <Method name="generateTripletsFromFont"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.substitute.FontQualifier"/>
- <Method name="match"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.pdf.PDFFactory"/>
- <Method name="getExternalAction"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.bitmap.MultiFileRenderingUtil"/>
- <Method name="<init>"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.java2d.InstalledFontCollection"/>
- <Method name="setup"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.rtf.FoUnitsConverter"/>
- <Method name="numberToTwips"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
- <Method name="addNamedColor"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
- <Method name="getColorNumber"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontManager"/>
- <Method name="getFontKey"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/>
- <Method name="replaceExtension"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.util.ColorUtil"/>
- <Method name="parseColorString"/>
- <Bug pattern="DM_CONVERT_CASE"/>
- </Match>
<Match>
<Class name="org.apache.fop.afp.AFPDataObjectInfo"/>
<Method name="getData"/>
<Method name="setTestDirectory"/>
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/>
</Match>
- <Match>
- <Class name="org.apache.fop.afp.util.AFPResourceUtil"/>
- <Method name="getNext"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fo.FOText"/>
- <Method name="getCharArray"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.FontCache"/>
- <Method name="getFontInfos"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.MultiByteFont"/>
- <Method name="getCharsUsed"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/>
- <Method name="find"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.layoutmgr.table.TableRowIterator"/>
- <Method name="getNextRowGroup"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.pdf.PDFPattern"/>
- <Method name="toPDF"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.render.intermediate.AffineTransformArrayParser"/>
- <Method name="getAffineTransforms"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.svg.AbstractFOPTextPainter"/>
- <Method name="getSelected"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.svg.NativeTextPainter"/>
- <Method name="findFonts"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.util.ConversionUtils"/>
- <Method name="toDoubleArray"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.util.ConversionUtils"/>
- <Method name="toIntArray"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.util.XMLUtil"/>
- <Method name="getAttributeAsIntArray"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
<Match>
<Class name="org.apache.fop.afp.modca.MapCodedFont"/>
<Method name="addFont"/>
<!-- Listing the method 'equals' does not work -->
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>
</Match>
- <Match>
- <Class name="org.apache.fop.util.ColorWithFallback"/>
- <Method name="getAlternativeColors"/>
- <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
- </Match>
<Match>
<Class name="org.apache.fop.fo.expr.NamedColorFunction"/>
<Method name="eval"/>
-<?xml version="1.0" encoding="ISO-8859-1"?><ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="2.2"><head><tableVersion value="1.0"/><fontRevision value="5.91999816895"/><checkSumAdjustment value="0x612eb1e2"/><magicNumber value="0x5f0f3cf5"/><flags value="00000000 00011000"/><unitsPerEm value="2048"/><created value="Tue Dec 6 10:29:51 1994"/><modified value="Tue Apr 14 08:24:45 2009"/><xMin value="-258"/><yMin value="-979"/><xMax value="2319"/><yMax value="2416"/><macStyle value="00000000 00000000"/><lowestRecPPEM value="9"/><fontDirectionHint value="2"/><indexToLocFormat value="0"/><glyphDataFormat value="0"/></head><GlyphOrder><GlyphID id="0" name="glyph1"/><GlyphID id="1" name="glyph2"/><GlyphID id="2" name="glyph99"/><GlyphID id="3" name="space"/><GlyphID id="4" name="exclam"/><GlyphID id="5" name="quotedbl"/><GlyphID id="6" name="numbersign"/><GlyphID id="7" name="dollar"/><GlyphID id="8" name="percent"/><GlyphID id="9" name="ampersand"/><GlyphID id="10" name="quotesingle"/><GlyphID id="11" name="parenleft"/><GlyphID id="12" name="parenright"/><GlyphID id="13" name="asterisk"/><GlyphID id="14" name="plus"/><GlyphID id="15" name="comma"/><GlyphID id="16" name="hyphenminus"/><GlyphID id="17" name="period"/><GlyphID id="18" name="slash"/><GlyphID id="19" name="zero"/><GlyphID id="20" name="one"/><GlyphID id="21" name="two"/><GlyphID id="22" name="three"/><GlyphID id="23" name="four"/><GlyphID id="24" name="five"/><GlyphID id="25" name="six"/><GlyphID id="26" name="seven"/><GlyphID id="27" name="eight"/><GlyphID id="28" name="nine"/><GlyphID id="29" name="colon"/><GlyphID id="30" name="semicolon"/><GlyphID id="31" name="less"/><GlyphID id="32" name="equal"/><GlyphID id="33" name="greater"/><GlyphID id="34" name="question"/><GlyphID id="35" name="at"/><GlyphID id="36" name="A"/><GlyphID id="37" name="B"/><GlyphID id="38" name="C"/><GlyphID id="39" name="D"/><GlyphID id="40" name="E"/><GlyphID id="41" name="F"/><GlyphID id="42" name="G"/><GlyphID id="43" name="H"/><GlyphID id="44" name="I"/><GlyphID id="45" name="J"/><GlyphID id="46" name="K"/><GlyphID id="47" name="L"/><GlyphID id="48" name="M"/><GlyphID id="49" name="N"/><GlyphID id="50" name="O"/><GlyphID id="51" name="P"/><GlyphID id="52" name="Q"/><GlyphID id="53" name="R"/><GlyphID id="54" name="S"/><GlyphID id="55" name="T"/><GlyphID id="56" name="U"/><GlyphID id="57" name="V"/><GlyphID id="58" name="W"/><GlyphID id="59" name="X"/><GlyphID id="60" name="Y"/><GlyphID id="61" name="Z"/><GlyphID id="62" name="bracketleft"/><GlyphID id="63" name="backslash"/><GlyphID id="64" name="bracketright"/><GlyphID id="65" name="asciicircum"/><GlyphID id="66" name="underscore"/><GlyphID id="67" name="grave"/><GlyphID id="68" name="a"/><GlyphID id="69" name="b"/><GlyphID id="70" name="c"/><GlyphID id="71" name="d"/><GlyphID id="72" name="e"/><GlyphID id="73" name="f"/><GlyphID id="74" name="g"/><GlyphID id="75" name="h"/><GlyphID id="76" name="i"/><GlyphID id="77" name="j"/><GlyphID id="78" name="k"/><GlyphID id="79" name="l"/><GlyphID id="80" name="m"/><GlyphID id="81" name="n"/><GlyphID id="82" name="o"/><GlyphID id="83" name="p"/><GlyphID id="84" name="q"/><GlyphID id="85" name="r"/><GlyphID id="86" name="s"/><GlyphID id="87" name="t"/><GlyphID id="88" name="u"/><GlyphID id="89" name="v"/><GlyphID id="90" name="w"/><GlyphID id="91" name="x"/><GlyphID id="92" name="y"/><GlyphID id="93" name="z"/><GlyphID id="94" name="braceleft"/><GlyphID id="95" name="bar"/><GlyphID id="96" name="braceright"/><GlyphID id="97" name="asciitilde"/><GlyphID id="98" name="delete"/><GlyphID id="99" name=".notdef"/><GlyphID id="100" name="nbspace"/><GlyphID id="101" name="exclamdown"/><GlyphID id="102" name="cent"/><GlyphID id="103" name="sterling"/><GlyphID id="104" name="currency"/><GlyphID id="105" name="yen"/><GlyphID id="106" name="brokenbar"/><GlyphID id="107" name="section"/><GlyphID id="108" name="dieresis"/><GlyphID id="109" name="copyright"/><GlyphID id="110" name="ordfeminine"/><GlyphID id="111" name="guillemotleft"/><GlyphID id="112" name="logicalnot"/><GlyphID id="113" name="sfthyphen"/><GlyphID id="114" name="registered"/><GlyphID id="115" name="macron"/><GlyphID id="116" name="degree"/><GlyphID id="117" name="plusminus"/><GlyphID id="118" name="twosuperior"/><GlyphID id="119" name="threesuperior"/><GlyphID id="120" name="acute"/><GlyphID id="121" name="micro"/><GlyphID id="122" name="paragraph"/><GlyphID id="123" name="periodcentered"/><GlyphID id="124" name="cedilla"/><GlyphID id="125" name="onesuperior"/><GlyphID id="126" name="ordmasculine"/><GlyphID id="127" name="guillemotright"/><GlyphID id="128" name="onequarter"/><GlyphID id="129" name="onehalf"/><GlyphID id="130" name="threequarters"/><GlyphID id="131" name="questiondown"/><GlyphID id="132" name="Agrave"/><GlyphID id="133" name="multiply"/><GlyphID id="134" name="agrave"/><GlyphID id="135" name="acircumflex"/><GlyphID id="136" name="ccedilla"/><GlyphID id="137" name="egrave"/><GlyphID id="138" name="eacute"/><GlyphID id="139" name="ecircumflex"/><GlyphID id="140" name="edieresis"/><GlyphID id="141" name="icircumflex"/><GlyphID id="142" name="idieresis"/><GlyphID id="143" name="ocircumflex"/><GlyphID id="144" name="divide"/><GlyphID id="145" name="ugrave"/><GlyphID id="146" name="ucircumflex"/><GlyphID id="147" name="udieresis"/><GlyphID id="148" name="ydieresis"/><GlyphID id="149" name="dotlessi"/><GlyphID id="150" name="OE"/><GlyphID id="151" name="oe"/><GlyphID id="152" name="Scaron"/><GlyphID id="153" name="scaron"/><GlyphID id="154" name="Ydieresis"/><GlyphID id="155" name="florin"/><GlyphID id="156" name="circumflex"/><GlyphID id="157" name="caron"/><GlyphID id="158" name="arabiccomma"/><GlyphID id="159" name="arabicsemicolon"/><GlyphID id="160" name="arabicquestionmark"/><GlyphID id="161" name="hamza"/><GlyphID id="162" name="alefwithmaddaabove"/><GlyphID id="163" name="alefwithhamzaabove"/><GlyphID id="164" name="wawwithhamzaabove"/><GlyphID id="165" name="alefwithhamzabelow"/><GlyphID id="166" name="yehwithhamzaabove"/><GlyphID id="167" name="arabicalef"/><GlyphID id="168" name="beh"/><GlyphID id="169" name="tehmarbuta"/><GlyphID id="170" name="teh"/><GlyphID id="171" name="theh"/><GlyphID id="172" name="jeem"/><GlyphID id="173" name="hah"/><GlyphID id="174" name="khah"/><GlyphID id="175" name="dal"/><GlyphID id="176" name="thal"/><GlyphID id="177" name="reh"/><GlyphID id="178" name="zain"/><GlyphID id="179" name="seen"/><GlyphID id="180" name="sheen"/><GlyphID id="181" name="sad"/><GlyphID id="182" name="dad"/><GlyphID id="183" name="tah"/><GlyphID id="184" name="zah"/><GlyphID id="185" name="ain"/><GlyphID id="186" name="ghain"/><GlyphID id="187" name="tatweel"/><GlyphID id="188" name="feh"/><GlyphID id="189" name="qaf"/><GlyphID id="190" name="arabickaf"/><GlyphID id="191" name="lam"/><GlyphID id="192" name="meem"/><GlyphID id="193" name="noon"/><GlyphID id="194" name="heh"/><GlyphID id="195" name="waw"/><GlyphID id="196" name="alefmaksura"/><GlyphID id="197" name="yeh"/><GlyphID id="198" name="fathatan"/><GlyphID id="199" name="dammatan"/><GlyphID id="200" name="kasratan"/><GlyphID id="201" name="fatha"/><GlyphID id="202" name="damma"/><GlyphID id="203" name="kasra"/><GlyphID id="204" name="shadda"/><GlyphID id="205" name="sukun"/><GlyphID id="206" name="arabicindicdigitzero"/><GlyphID id="207" name="arabicindicdigitone"/><GlyphID id="208" name="arabicindicdigittwo"/><GlyphID id="209" name="arabicindicdigitthree"/><GlyphID id="210" name="arabicindicdigitfour"/><GlyphID id="211" name="arabicindicdigitfive"/><GlyphID id="212" name="arabicindicdigitsix"/><GlyphID id="213" name="arabicindicdigitseven"/><GlyphID id="214" name="arabicindicdigiteight"/><GlyphID id="215" name="arabicindicdigitnine"/><GlyphID id="216" name="arabicpercentsign"/><GlyphID id="217" name="arabicfivepointedstar"/><GlyphID id="218" name="superscriptalef"/><GlyphID id="219" name="alefwasla"/><GlyphID id="220" name="highhamza"/><GlyphID id="221" name="peh"/><GlyphID id="222" name="tcheh"/><GlyphID id="223" name="jeh"/><GlyphID id="224" name="veh"/><GlyphID id="225" name="keheh"/><GlyphID id="226" name="gaf"/><GlyphID id="227" name="farsiyeh"/><GlyphID id="228" name="arabicae"/><GlyphID id="229" name="smallhighmadda"/><GlyphID id="230" name="extendedarabicindicdigitzero"/><GlyphID id="231" name="extendedarabicindicdigitone"/><GlyphID id="232" name="extendedarabicindicdigittwo"/><GlyphID id="233" name="extendedarabicindicdigitthree"/><GlyphID id="234" name="extendedarabicindicdigitfour"/><GlyphID id="235" name="extendedarabicindicdigitfive"/><GlyphID id="236" name="extendedarabicindicdigitsix"/><GlyphID id="237" name="extendedarabicindicdigitseven"/><GlyphID id="238" name="extendedarabicindicdigiteight"/><GlyphID id="239" name="extendedarabicindicdigitnine"/><GlyphID id="240" name="zeronojoin"/><GlyphID id="241" name="zerojoin"/><GlyphID id="242" name="lefttoright"/><GlyphID id="243" name="righttoleft"/><GlyphID id="244" name="endash"/><GlyphID id="245" name="quotedash"/><GlyphID id="246" name="quoteleft"/><GlyphID id="247" name="quoteright"/><GlyphID id="248" name="quotesinglbase"/><GlyphID id="249" name="quotedblleft"/><GlyphID id="250" name="quotedblright"/><GlyphID id="251" name="quotedblbase"/><GlyphID id="252" name="dagger"/><GlyphID id="253" name="daggerdbl"/><GlyphID id="254" name="bullet"/><GlyphID id="255" name="ellipsis"/><GlyphID id="256" name="perthousand"/><GlyphID id="257" name="guilsinglleft"/><GlyphID id="258" name="guilsinglright"/><GlyphID id="259" name="trademark"/><GlyphID id="260" name="fathalow"/><GlyphID id="261" name="dammalow"/><GlyphID id="262" name="sukunlow"/><GlyphID id="263" name="fathatanlow"/><GlyphID id="264" name="dammatanlow"/><GlyphID id="265" name="shaddalow"/><GlyphID id="266" name="kasralow"/><GlyphID id="267" name="kasratanlow"/><GlyphID id="268" name="shaddawithfathalow"/><GlyphID id="269" name="shaddawithdammalow"/><GlyphID id="270" name="shaddawithfathatanlow"/><GlyphID id="271" name="shaddawithdammatanlow"/><GlyphID id="272" name="shaddawithkasralow"/><GlyphID id="273" name="lamwithmeemwithjeeminitial"/><GlyphID id="274" name="rayaleflam"/><GlyphID id="275" name="shaddawithkasratanlow"/><GlyphID id="276" name="shaddawithfathatanisolated"/><GlyphID id="277" name="fathaonhamza"/><GlyphID id="278" name="fathatanonhamza"/><GlyphID id="279" name="sukunonhamza"/><GlyphID id="280" name="dammaonhamza"/><GlyphID id="281" name="dammatanonhamza"/><GlyphID id="282" name="alefwaslaisolated"/><GlyphID id="283" name="alefwaslafinal"/><GlyphID id="284" name="pehisolated"/><GlyphID id="285" name="pehmedial"/><GlyphID id="286" name="vehisolated"/><GlyphID id="287" name="vehmedial"/><GlyphID id="288" name="tchehisolated"/><GlyphID id="289" name="tchehfinal"/><GlyphID id="290" name="tchehmedial"/><GlyphID id="291" name="jehisolated"/><GlyphID id="292" name="kehehisolated"/><GlyphID id="293" name="kehehfinal"/><GlyphID id="294" name="kehehinitial"/><GlyphID id="295" name="kehehmedial"/><GlyphID id="296" name="gafisolated"/><GlyphID id="297" name="gaffinal"/><GlyphID id="298" name="gafinitial"/><GlyphID id="299" name="gafmedial"/><GlyphID id="300" name="farsiyehisolated"/><GlyphID id="301" name="farsiyehfinal"/><GlyphID id="302" name="shaddawithdammatanisolated"/><GlyphID id="303" name="shaddawithkasratanisolated"/><GlyphID id="304" name="shaddawithfathaisolated"/><GlyphID id="305" name="shaddawithdammaisolated"/><GlyphID id="306" name="shaddawithkasraisolated"/><GlyphID id="307" name="shaddawithfathamedial"/><GlyphID id="308" name="shaddawithdammamedial"/><GlyphID id="309" name="shaddawithkasramedial"/><GlyphID id="310" name="alefwithfathatanfinal"/><GlyphID id="311" name="alefwithfathatanisolated"/><GlyphID id="312" name="ornateleftparenthesis"/><GlyphID id="313" name="ornaterightparenthesis"/><GlyphID id="314" name="allahisolated"/><GlyphID id="315" name="fathatanisolated"/><GlyphID id="316" name="fathatanontatweel"/><GlyphID id="317" name="dammatanisolated"/><GlyphID id="318" name="kasratanisolated"/><GlyphID id="319" name="fathaisolated"/><GlyphID id="320" name="fathahontatweel"/><GlyphID id="321" name="dammaisolated"/><GlyphID id="322" name="dammahontatweel"/><GlyphID id="323" name="kasraisolated"/><GlyphID id="324" name="kasrahontatweel"/><GlyphID id="325" name="shaddaisolated"/><GlyphID id="326" name="shaddahontatweel"/><GlyphID id="327" name="sukunisolated"/><GlyphID id="328" name="sukunontatweel"/><GlyphID id="329" name="hamzaisolated"/><GlyphID id="330" name="alefwithmaddaaboveisolated"/><GlyphID id="331" name="alefwithmaddaabovefinal"/><GlyphID id="332" name="alefwithhamzaaboveisolated"/><GlyphID id="333" name="alefwithhamzaabovefinal"/><GlyphID id="334" name="wawwithhamzaaboveisolated"/><GlyphID id="335" name="alefwithhamzabelowisolated"/><GlyphID id="336" name="alefwithhamzabelowfinal"/><GlyphID id="337" name="yehwithhamzaaboveisolated"/><GlyphID id="338" name="yehwithhamzaabovefinal"/><GlyphID id="339" name="yehwithhamzaabovemedial"/><GlyphID id="340" name="alefisolated"/><GlyphID id="341" name="aleffinal"/><GlyphID id="342" name="behisolated"/><GlyphID id="343" name="behmedial"/><GlyphID id="344" name="tehmarbutaisolated"/><GlyphID id="345" name="tehmarbutafinal"/><GlyphID id="346" name="tehisolated"/><GlyphID id="347" name="tehmedial"/><GlyphID id="348" name="thehisolated"/><GlyphID id="349" name="thehmedial"/><GlyphID id="350" name="jeemisolated"/><GlyphID id="351" name="jeemfinal"/><GlyphID id="352" name="jeemmedial"/><GlyphID id="353" name="hahisolated"/><GlyphID id="354" name="hahfinal"/><GlyphID id="355" name="hahmedial"/><GlyphID id="356" name="khahisolated"/><GlyphID id="357" name="khahfinal"/><GlyphID id="358" name="khahmedial"/><GlyphID id="359" name="dalisolated"/><GlyphID id="360" name="thalisolated"/><GlyphID id="361" name="rehisolated"/><GlyphID id="362" name="zainisolated"/><GlyphID id="363" name="seenisolated"/><GlyphID id="364" name="seenmedial"/><GlyphID id="365" name="sheenisolated"/><GlyphID id="366" name="sheenmedial"/><GlyphID id="367" name="sadisolated"/><GlyphID id="368" name="sadmedial"/><GlyphID id="369" name="dadisolated"/><GlyphID id="370" name="dadmedial"/><GlyphID id="371" name="tahisolated"/><GlyphID id="372" name="zahisolated"/><GlyphID id="373" name="ainisolated"/><GlyphID id="374" name="ainfinal"/><GlyphID id="375" name="aininitial"/><GlyphID id="376" name="ainmedial"/><GlyphID id="377" name="ghainisolated"/><GlyphID id="378" name="ghainfinal"/><GlyphID id="379" name="ghaininitial"/><GlyphID id="380" name="ghainmedial"/><GlyphID id="381" name="fehisolated"/><GlyphID id="382" name="fehinitial"/><GlyphID id="383" name="fehmedial"/><GlyphID id="384" name="qafisolated"/><GlyphID id="385" name="qafinitial"/><GlyphID id="386" name="qafmedial"/><GlyphID id="387" name="kafisolated"/><GlyphID id="388" name="kafmedial"/><GlyphID id="389" name="lamisolated"/><GlyphID id="390" name="lammedial"/><GlyphID id="391" name="meemisolated"/><GlyphID id="392" name="meemmedial"/><GlyphID id="393" name="noonisolated"/><GlyphID id="394" name="noonmedial"/><GlyphID id="395" name="hehisolated"/><GlyphID id="396" name="hehfinal"/><GlyphID id="397" name="hehinitial"/><GlyphID id="398" name="hehmedial"/><GlyphID id="399" name="wawisolated"/><GlyphID id="400" name="alefmaksuraisolated"/><GlyphID id="401" name="alefmaksurafinal"/><GlyphID id="402" name="yehisolated"/><GlyphID id="403" name="yehfinal"/><GlyphID id="404" name="yehmedial"/><GlyphID id="405" name="lamwithalefmaddaaboveisolatedd"/><GlyphID id="406" name="lamwithalefmaddaabovefinal"/><GlyphID id="407" name="lamwithalefhamzaaboveisolatedd"/><GlyphID id="408" name="lamwithalefhamzaabovefinal"/><GlyphID id="409" name="lamwithalefhamzabelowisolated"/><GlyphID id="410" name="lamwithalefhamzabelowfinal"/><GlyphID id="411" name="lamwithalefisolated"/><GlyphID id="412" name="lamwithaleffinal"/><GlyphID id="413" name="zerowidthnobreakspace"/><GlyphID id="414" name="uni000D"/><GlyphID id="415" name="Aacute"/><GlyphID id="416" name="Acircumflex"/><GlyphID id="417" name="Atilde"/><GlyphID id="418" name="Adieresis"/><GlyphID id="419" name="Aring"/><GlyphID id="420" name="AE"/><GlyphID id="421" name="Ccedilla"/><GlyphID id="422" name="Egrave"/><GlyphID id="423" name="Eacute"/><GlyphID id="424" name="Ecircumflex"/><GlyphID id="425" name="Edieresis"/><GlyphID id="426" name="Igrave"/><GlyphID id="427" name="Iacute"/><GlyphID id="428" name="Icircumflex"/><GlyphID id="429" name="Idieresis"/><GlyphID id="430" name="Eth"/><GlyphID id="431" name="Ntilde"/><GlyphID id="432" name="Ograve"/><GlyphID id="433" name="Oacute"/><GlyphID id="434" name="Ocircumflex"/><GlyphID id="435" name="Otilde"/><GlyphID id="436" name="Odieresis"/><GlyphID id="437" name="Oslash"/><GlyphID id="438" name="Ugrave"/><GlyphID id="439" name="Uacute"/><GlyphID id="440" name="Ucircumflex"/><GlyphID id="441" name="Udieresis"/><GlyphID id="442" name="Yacute"/><GlyphID id="443" name="Thorn"/><GlyphID id="444" name="germandbls"/><GlyphID id="445" name="aacute"/><GlyphID id="446" name="atilde"/><GlyphID id="447" name="adieresis"/><GlyphID id="448" name="aring"/><GlyphID id="449" name="ae"/><GlyphID id="450" name="igrave"/><GlyphID id="451" name="iacute"/><GlyphID id="452" name="eth"/><GlyphID id="453" name="ntilde"/><GlyphID id="454" name="ograve"/><GlyphID id="455" name="oacute"/><GlyphID id="456" name="otilde"/><GlyphID id="457" name="odieresis"/><GlyphID id="458" name="oslash"/><GlyphID id="459" name="uacute"/><GlyphID id="460" name="yacute"/><GlyphID id="461" name="thorn"/><GlyphID id="462" name="Zcaron"/><GlyphID id="463" name="zcaron"/><GlyphID id="464" name="tilde"/><GlyphID id="465" name="Euro"/><GlyphID id="466" name="uni0649.init"/><GlyphID id="467" name="uni0654"/><GlyphID id="468" name="uni0655"/><GlyphID id="469" name="uni0655064D"/><GlyphID id="470" name="uni06550650"/><GlyphID id="471" name="uni06A5.init"/><GlyphID id="472" name="uni25CC"/></GlyphOrder><cmap><tableVersion version="0"/><cmap_format_0 platformID="1" platEncID="0" language="0"><map code="0x0" name="glyph2"/><map code="0x1" name="glyph1"/><map code="0x2" name="glyph1"/><map code="0x3" name="glyph1"/><map code="0x4" name="glyph1"/><map code="0x5" name="glyph1"/><map code="0x6" name="glyph1"/><map code="0x7" name="glyph1"/><map code="0x8" name="glyph2"/><map code="0x9" name="glyph99"/><map code="0xa" name="glyph1"/><map code="0xb" name="glyph1"/><map code="0xc" name="glyph1"/><map code="0xd" name="glyph99"/><map code="0xe" name="glyph1"/><map code="0xf" name="glyph1"/><map code="0x10" name="glyph1"/><map code="0x11" name="glyph1"/><map code="0x12" name="glyph1"/><map code="0x13" name="glyph1"/><map code="0x14" name="glyph1"/><map code="0x15" name="glyph1"/><map code="0x16" name="glyph1"/><map code="0x17" name="glyph1"/><map code="0x18" name="glyph1"/><map code="0x19" name="glyph1"/><map code="0x1a" name="glyph1"/><map code="0x1b" name="glyph1"/><map code="0x1c" name="glyph1"/><map code="0x1d" name="glyph2"/><map code="0x1e" name="glyph1"/><map code="0x1f" name="glyph1"/><map code="0x20" name="space"/><map code="0x21" name="exclam"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft"/><map code="0x29" name="parenright"/><map code="0x2a" name="asterisk"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphenminus"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0x7f" name="glyph1"/><map code="0x80" name="glyph1"/><map code="0x81" name="glyph1"/><map code="0x82" name="glyph1"/><map code="0x83" name="glyph1"/><map code="0x84" name="glyph1"/><map code="0x85" name="glyph1"/><map code="0x86" name="glyph1"/><map code="0x87" name="glyph1"/><map code="0x88" name="glyph1"/><map code="0x89" name="glyph1"/><map code="0x8a" name="glyph1"/><map code="0x8b" name="glyph1"/><map code="0x8c" name="glyph1"/><map code="0x8d" name="glyph1"/><map code="0x8e" name="glyph1"/><map code="0x8f" name="glyph1"/><map code="0x90" name="glyph1"/><map code="0x91" name="glyph1"/><map code="0x92" name="glyph1"/><map code="0x93" name="glyph1"/><map code="0x94" name="glyph1"/><map code="0x95" name="glyph1"/><map code="0x96" name="glyph1"/><map code="0x97" name="glyph1"/><map code="0x98" name="glyph1"/><map code="0x99" name="glyph1"/><map code="0x9a" name="glyph1"/><map code="0x9b" name="glyph1"/><map code="0x9c" name="glyph1"/><map code="0x9d" name="glyph1"/><map code="0x9e" name="glyph1"/><map code="0x9f" name="glyph1"/><map code="0xa0" name="glyph1"/><map code="0xa1" name="exclam"/><map code="0xa2" name="quotedbl"/><map code="0xa3" name="numbersign"/><map code="0xa4" name="dollar"/><map code="0xa5" name="percent"/><map code="0xa6" name="ampersand"/><map code="0xa7" name="quotesingle"/><map code="0xa8" name="parenleft"/><map code="0xa9" name="parenright"/><map code="0xaa" name="multiply"/><map code="0xab" name="plus"/><map code="0xac" name="arabiccomma"/><map code="0xad" name="hyphenminus"/><map code="0xae" name="period"/><map code="0xaf" name="slash"/><map code="0xb0" name="arabicindicdigitzero"/><map code="0xb1" name="arabicindicdigitone"/><map code="0xb2" name="arabicindicdigittwo"/><map code="0xb3" name="arabicindicdigitthree"/><map code="0xb4" name="arabicindicdigitfour"/><map code="0xb5" name="arabicindicdigitfive"/><map code="0xb6" name="arabicindicdigitsix"/><map code="0xb7" name="arabicindicdigitseven"/><map code="0xb8" name="arabicindicdigiteight"/><map code="0xb9" name="arabicindicdigitnine"/><map code="0xba" name="colon"/><map code="0xbb" name="semicolon"/><map code="0xbc" name="less"/><map code="0xbd" name="equal"/><map code="0xbe" name="greater"/><map code="0xbf" name="arabicquestionmark"/><map code="0xc0" name="asterisk"/><map code="0xc1" name="hamza"/><map code="0xc2" name="alefwithmaddaabove"/><map code="0xc3" name="alefwithhamzaabove"/><map code="0xc4" name="wawwithhamzaabove"/><map code="0xc5" name="alefwithhamzabelow"/><map code="0xc6" name="yehwithhamzaabove"/><map code="0xc7" name="arabicalef"/><map code="0xc8" name="beh"/><map code="0xc9" name="tehmarbuta"/><map code="0xca" name="teh"/><map code="0xcb" name="theh"/><map code="0xcc" name="jeem"/><map code="0xcd" name="hah"/><map code="0xce" name="khah"/><map code="0xcf" name="dal"/><map code="0xd0" name="thal"/><map code="0xd1" name="reh"/><map code="0xd2" name="zain"/><map code="0xd3" name="seen"/><map code="0xd4" name="sheen"/><map code="0xd5" name="sad"/><map code="0xd6" name="dad"/><map code="0xd7" name="tah"/><map code="0xd8" name="zah"/><map code="0xd9" name="ain"/><map code="0xda" name="ghain"/><map code="0xdb" name="bracketright"/><map code="0xdc" name="backslash"/><map code="0xdd" name="bracketleft"/><map code="0xde" name="circumflex"/><map code="0xdf" name="underscore"/><map code="0xe0" name="hyphenminus"/><map code="0xe1" name="feh"/><map code="0xe2" name="qaf"/><map code="0xe3" name="arabickaf"/><map code="0xe4" name="lam"/><map code="0xe5" name="meem"/><map code="0xe6" name="noon"/><map code="0xe7" name="heh"/><map code="0xe8" name="waw"/><map code="0xe9" name="alefmaksura"/><map code="0xea" name="yeh"/><map code="0xeb" name="fathatan"/><map code="0xec" name="dammatan"/><map code="0xed" name="kasratan"/><map code="0xee" name="fatha"/><map code="0xef" name="damma"/><map code="0xf0" name="kasra"/><map code="0xf1" name="shadda"/><map code="0xf2" name="sukun"/><map code="0xf3" name="peh"/><map code="0xf4" name="glyph1"/><map code="0xf5" name="tcheh"/><map code="0xf6" name="heh"/><map code="0xf7" name="veh"/><map code="0xf8" name="gaf"/><map code="0xf9" name="glyph1"/><map code="0xfa" name="glyph1"/><map code="0xfb" name="braceright"/><map code="0xfc" name="bar"/><map code="0xfd" name="braceleft"/><map code="0xfe" name="jeh"/><map code="0xff" name="glyph1"/></cmap_format_0><cmap_format_4 platformID="3" platEncID="1" language="0"><map code="0x20" name="space"/><map code="0x21" name="exclam"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft"/><map code="0x29" name="parenright"/><map code="0x2a" name="asterisk"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphenminus"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0x7f" name="delete"/><map code="0xa0" name="nbspace"/><map code="0xa1" name="exclamdown"/><map code="0xa2" name="cent"/><map code="0xa3" name="sterling"/><map code="0xa4" name="currency"/><map code="0xa5" name="yen"/><map code="0xa6" name="brokenbar"/><map code="0xa7" name="section"/><map code="0xa8" name="dieresis"/><map code="0xa9" name="copyright"/><map code="0xaa" name="ordfeminine"/><map code="0xab" name="guillemotleft"/><map code="0xac" name="logicalnot"/><map code="0xad" name="sfthyphen"/><map code="0xae" name="registered"/><map code="0xaf" name="macron"/><map code="0xb0" name="degree"/><map code="0xb1" name="plusminus"/><map code="0xb2" name="twosuperior"/><map code="0xb3" name="threesuperior"/><map code="0xb4" name="acute"/><map code="0xb5" name="micro"/><map code="0xb6" name="paragraph"/><map code="0xb7" name="periodcentered"/><map code="0xb8" name="cedilla"/><map code="0xb9" name="onesuperior"/><map code="0xba" name="ordmasculine"/><map code="0xbb" name="guillemotright"/><map code="0xbc" name="onequarter"/><map code="0xbd" name="onehalf"/><map code="0xbe" name="threequarters"/><map code="0xbf" name="questiondown"/><map code="0xc0" name="Agrave"/><map code="0xc1" name="Aacute"/><map code="0xc2" name="Acircumflex"/><map code="0xc3" name="Atilde"/><map code="0xc4" name="Adieresis"/><map code="0xc5" name="Aring"/><map code="0xc6" name="AE"/><map code="0xc7" name="Ccedilla"/><map code="0xc8" name="Egrave"/><map code="0xc9" name="Eacute"/><map code="0xca" name="Ecircumflex"/><map code="0xcb" name="Edieresis"/><map code="0xcc" name="Igrave"/><map code="0xcd" name="Iacute"/><map code="0xce" name="Icircumflex"/><map code="0xcf" name="Idieresis"/><map code="0xd0" name="uni000D"/><map code="0xd1" name="Ntilde"/><map code="0xd2" name="Ograve"/><map code="0xd3" name="Oacute"/><map code="0xd4" name="Ocircumflex"/><map code="0xd5" name="Otilde"/><map code="0xd6" name="Odieresis"/><map code="0xd7" name="multiply"/><map code="0xd8" name="Oslash"/><map code="0xd9" name="Ugrave"/><map code="0xda" name="Uacute"/><map code="0xdb" name="Ucircumflex"/><map code="0xdc" name="Udieresis"/><map code="0xdd" name="Yacute"/><map code="0xde" name="Thorn"/><map code="0xdf" name="germandbls"/><map code="0xe0" name="agrave"/><map code="0xe1" name="aacute"/><map code="0xe2" name="acircumflex"/><map code="0xe3" name="atilde"/><map code="0xe4" name="adieresis"/><map code="0xe5" name="aring"/><map code="0xe6" name="ae"/><map code="0xe7" name="ccedilla"/><map code="0xe8" name="egrave"/><map code="0xe9" name="eacute"/><map code="0xea" name="ecircumflex"/><map code="0xeb" name="edieresis"/><map code="0xec" name="igrave"/><map code="0xed" name="iacute"/><map code="0xee" name="icircumflex"/><map code="0xef" name="idieresis"/><map code="0xf0" name="eth"/><map code="0xf1" name="ntilde"/><map code="0xf2" name="ograve"/><map code="0xf3" name="oacute"/><map code="0xf4" name="ocircumflex"/><map code="0xf5" name="otilde"/><map code="0xf6" name="odieresis"/><map code="0xf7" name="divide"/><map code="0xf8" name="oslash"/><map code="0xf9" name="ugrave"/><map code="0xfa" name="uacute"/><map code="0xfb" name="ucircumflex"/><map code="0xfc" name="udieresis"/><map code="0xfd" name="yacute"/><map code="0xfe" name="thorn"/><map code="0xff" name="ydieresis"/><map code="0x131" name="dotlessi"/><map code="0x152" name="OE"/><map code="0x153" name="oe"/><map code="0x160" name="Scaron"/><map code="0x161" name="scaron"/><map code="0x178" name="Ydieresis"/><map code="0x17d" name="Zcaron"/><map code="0x17e" name="zcaron"/><map code="0x192" name="florin"/><map code="0x2c6" name="circumflex"/><map code="0x2c7" name="caron"/><map code="0x2dc" name="tilde"/><map code="0x60c" name="arabiccomma"/><map code="0x61b" name="arabicsemicolon"/><map code="0x61f" name="arabicquestionmark"/><map code="0x621" name="hamza"/><map code="0x622" name="alefwithmaddaabove"/><map code="0x623" name="alefwithhamzaabove"/><map code="0x624" name="wawwithhamzaabove"/><map code="0x625" name="alefwithhamzabelow"/><map code="0x626" name="yehwithhamzaabove"/><map code="0x627" name="arabicalef"/><map code="0x628" name="beh"/><map code="0x629" name="tehmarbuta"/><map code="0x62a" name="teh"/><map code="0x62b" name="theh"/><map code="0x62c" name="jeem"/><map code="0x62d" name="hah"/><map code="0x62e" name="khah"/><map code="0x62f" name="dal"/><map code="0x630" name="thal"/><map code="0x631" name="reh"/><map code="0x632" name="zain"/><map code="0x633" name="seen"/><map code="0x634" name="sheen"/><map code="0x635" name="sad"/><map code="0x636" name="dad"/><map code="0x637" name="tah"/><map code="0x638" name="zah"/><map code="0x639" name="ain"/><map code="0x63a" name="ghain"/><map code="0x640" name="tatweel"/><map code="0x641" name="feh"/><map code="0x642" name="qaf"/><map code="0x643" name="arabickaf"/><map code="0x644" name="lam"/><map code="0x645" name="meem"/><map code="0x646" name="noon"/><map code="0x647" name="heh"/><map code="0x648" name="waw"/><map code="0x649" name="alefmaksura"/><map code="0x64a" name="yeh"/><map code="0x64b" name="fathatan"/><map code="0x64c" name="dammatan"/><map code="0x64d" name="kasratan"/><map code="0x64e" name="fatha"/><map code="0x64f" name="damma"/><map code="0x650" name="kasra"/><map code="0x651" name="shadda"/><map code="0x652" name="sukun"/><map code="0x653" name="smallhighmadda"/><map code="0x654" name="uni0654"/><map code="0x655" name="uni0655"/><map code="0x660" name="arabicindicdigitzero"/><map code="0x661" name="arabicindicdigitone"/><map code="0x662" name="arabicindicdigittwo"/><map code="0x663" name="arabicindicdigitthree"/><map code="0x664" name="arabicindicdigitfour"/><map code="0x665" name="arabicindicdigitfive"/><map code="0x666" name="arabicindicdigitsix"/><map code="0x667" name="arabicindicdigitseven"/><map code="0x668" name="arabicindicdigiteight"/><map code="0x669" name="arabicindicdigitnine"/><map code="0x66a" name="arabicpercentsign"/><map code="0x66c" name="arabiccomma"/><map code="0x66d" name="arabicfivepointedstar"/><map code="0x670" name="superscriptalef"/><map code="0x671" name="alefwasla"/><map code="0x674" name="highhamza"/><map code="0x67e" name="peh"/><map code="0x686" name="tcheh"/><map code="0x698" name="jeh"/><map code="0x6a4" name="veh"/><map code="0x6a9" name="keheh"/><map code="0x6af" name="gaf"/><map code="0x6cc" name="farsiyeh"/><map code="0x6d5" name="arabicae"/><map code="0x6e4" name="smallhighmadda"/><map code="0x6f0" name="extendedarabicindicdigitzero"/><map code="0x6f1" name="extendedarabicindicdigitone"/><map code="0x6f2" name="extendedarabicindicdigittwo"/><map code="0x6f3" name="extendedarabicindicdigitthree"/><map code="0x6f4" name="extendedarabicindicdigitfour"/><map code="0x6f5" name="extendedarabicindicdigitfive"/><map code="0x6f6" name="extendedarabicindicdigitsix"/><map code="0x6f7" name="extendedarabicindicdigitseven"/><map code="0x6f8" name="extendedarabicindicdigiteight"/><map code="0x6f9" name="extendedarabicindicdigitnine"/><map code="0x200c" name="zeronojoin"/><map code="0x200d" name="zerojoin"/><map code="0x200e" name="lefttoright"/><map code="0x200f" name="righttoleft"/><map code="0x2013" name="endash"/><map code="0x2014" name="quotedash"/><map code="0x2018" name="quoteleft"/><map code="0x2019" name="quoteright"/><map code="0x201a" name="quotesinglbase"/><map code="0x201c" name="quotedblleft"/><map code="0x201d" name="quotedblright"/><map code="0x201e" name="quotedblbase"/><map code="0x2020" name="dagger"/><map code="0x2021" name="daggerdbl"/><map code="0x2022" name="bullet"/><map code="0x2026" name="ellipsis"/><map code="0x2030" name="perthousand"/><map code="0x2039" name="guilsinglleft"/><map code="0x203a" name="guilsinglright"/><map code="0x20ac" name="Euro"/><map code="0x2122" name="trademark"/><map code="0x25cc" name="uni25CC"/><map code="0xfb50" name="alefwaslaisolated"/><map code="0xfb51" name="alefwaslafinal"/><map code="0xfb56" name="pehisolated"/><map code="0xfb58" name="pehmedial"/><map code="0xfb59" name="pehmedial"/><map code="0xfb6a" name="vehisolated"/><map code="0xfb6c" name="vehmedial"/><map code="0xfb6d" name="vehmedial"/><map code="0xfb7a" name="tchehisolated"/><map code="0xfb7b" name="tchehfinal"/><map code="0xfb7c" name="tchehmedial"/><map code="0xfb7d" name="tchehmedial"/><map code="0xfb8a" name="jehisolated"/><map code="0xfb8e" name="kehehisolated"/><map code="0xfb8f" name="kehehfinal"/><map code="0xfb90" name="kehehinitial"/><map code="0xfb91" name="kehehmedial"/><map code="0xfb92" name="gafisolated"/><map code="0xfb93" name="gaffinal"/><map code="0xfb94" name="gafinitial"/><map code="0xfb95" name="gafmedial"/><map code="0xfbe8" name="uni0649.init"/><map code="0xfbe9" name="uni0649.init"/><map code="0xfbfc" name="farsiyehisolated"/><map code="0xfbfd" name="farsiyehfinal"/><map code="0xfbfe" name="yehmedial"/><map code="0xfbff" name="yehmedial"/><map code="0xfc5e" name="shaddawithdammatanlow"/><map code="0xfc5f" name="shaddawithkasratanlow"/><map code="0xfc60" name="shaddawithfathalow"/><map code="0xfc61" name="shaddawithdammalow"/><map code="0xfc62" name="shaddawithkasralow"/><map code="0xfcf2" name="shaddawithfathamedial"/><map code="0xfcf3" name="shaddawithdammamedial"/><map code="0xfcf4" name="shaddawithkasramedial"/><map code="0xfd3c" name="alefwithfathatanfinal"/><map code="0xfd3d" name="alefwithfathatanisolated"/><map code="0xfd3e" name="ornateleftparenthesis"/><map code="0xfd3f" name="ornaterightparenthesis"/><map code="0xfdf2" name="allahisolated"/><map code="0xfdfc" name="rayaleflam"/><map code="0xfe70" name="fathatanisolated"/><map code="0xfe71" name="fathatanontatweel"/><map code="0xfe72" name="dammatanisolated"/><map code="0xfe74" name="kasratanisolated"/><map code="0xfe76" name="fathaisolated"/><map code="0xfe77" name="fathahontatweel"/><map code="0xfe78" name="dammaisolated"/><map code="0xfe79" name="dammahontatweel"/><map code="0xfe7a" name="kasraisolated"/><map code="0xfe7b" name="kasrahontatweel"/><map code="0xfe7c" name="shaddaisolated"/><map code="0xfe7d" name="shaddahontatweel"/><map code="0xfe7e" name="sukunisolated"/><map code="0xfe7f" name="sukunontatweel"/><map code="0xfe80" name="hamzaisolated"/><map code="0xfe81" name="alefwithmaddaaboveisolated"/><map code="0xfe82" name="alefwithmaddaabovefinal"/><map code="0xfe83" name="alefwithhamzaaboveisolated"/><map code="0xfe84" name="alefwithhamzaabovefinal"/><map code="0xfe85" name="wawwithhamzaaboveisolated"/><map code="0xfe87" name="alefwithhamzabelowisolated"/><map code="0xfe88" name="alefwithhamzabelowfinal"/><map code="0xfe89" name="yehwithhamzaaboveisolated"/><map code="0xfe8a" name="yehwithhamzaabovefinal"/><map code="0xfe8b" name="yehwithhamzaabovemedial"/><map code="0xfe8c" name="yehwithhamzaabovemedial"/><map code="0xfe8d" name="alefisolated"/><map code="0xfe8e" name="aleffinal"/><map code="0xfe8f" name="behisolated"/><map code="0xfe91" name="behmedial"/><map code="0xfe92" name="behmedial"/><map code="0xfe93" name="tehmarbutaisolated"/><map code="0xfe94" name="tehmarbutafinal"/><map code="0xfe95" name="tehisolated"/><map code="0xfe97" name="tehmedial"/><map code="0xfe98" name="tehmedial"/><map code="0xfe99" name="thehisolated"/><map code="0xfe9b" name="thehmedial"/><map code="0xfe9c" name="thehmedial"/><map code="0xfe9d" name="jeemisolated"/><map code="0xfe9e" name="jeemfinal"/><map code="0xfe9f" name="jeemmedial"/><map code="0xfea0" name="jeemmedial"/><map code="0xfea1" name="hahisolated"/><map code="0xfea2" name="hahfinal"/><map code="0xfea3" name="hahmedial"/><map code="0xfea4" name="hahmedial"/><map code="0xfea5" name="khahisolated"/><map code="0xfea6" name="khahfinal"/><map code="0xfea7" name="khahmedial"/><map code="0xfea8" name="khahmedial"/><map code="0xfea9" name="dalisolated"/><map code="0xfeab" name="thalisolated"/><map code="0xfead" name="rehisolated"/><map code="0xfeaf" name="zainisolated"/><map code="0xfeb1" name="seenisolated"/><map code="0xfeb3" name="seenmedial"/><map code="0xfeb4" name="seenmedial"/><map code="0xfeb5" name="sheenisolated"/><map code="0xfeb7" name="sheenmedial"/><map code="0xfeb8" name="sheenmedial"/><map code="0xfeb9" name="sadisolated"/><map code="0xfebb" name="sadmedial"/><map code="0xfebc" name="sadmedial"/><map code="0xfebd" name="dadisolated"/><map code="0xfebf" name="dadmedial"/><map code="0xfec0" name="dadmedial"/><map code="0xfec1" name="tahisolated"/><map code="0xfec5" name="zahisolated"/><map code="0xfec9" name="ainisolated"/><map code="0xfeca" name="ainfinal"/><map code="0xfecb" name="aininitial"/><map code="0xfecc" name="ainmedial"/><map code="0xfecd" name="ghainisolated"/><map code="0xfece" name="ghainfinal"/><map code="0xfecf" name="ghaininitial"/><map code="0xfed0" name="ghainmedial"/><map code="0xfed1" name="fehisolated"/><map code="0xfed3" name="fehinitial"/><map code="0xfed4" name="fehmedial"/><map code="0xfed5" name="qafisolated"/><map code="0xfed7" name="qafinitial"/><map code="0xfed8" name="qafmedial"/><map code="0xfed9" name="kafisolated"/><map code="0xfedb" name="kafmedial"/><map code="0xfedc" name="kehehmedial"/><map code="0xfedd" name="lam"/><map code="0xfedf" name="lamisolated"/><map code="0xfee0" name="lammedial"/><map code="0xfee1" name="meemisolated"/><map code="0xfee3" name="meemmedial"/><map code="0xfee4" name="meemmedial"/><map code="0xfee5" name="noonisolated"/><map code="0xfee7" name="noonmedial"/><map code="0xfee8" name="noonmedial"/><map code="0xfee9" name="hehisolated"/><map code="0xfeea" name="hehfinal"/><map code="0xfeeb" name="hehinitial"/><map code="0xfeec" name="hehmedial"/><map code="0xfeed" name="wawisolated"/><map code="0xfeef" name="alefmaksuraisolated"/><map code="0xfef0" name="alefmaksurafinal"/><map code="0xfef1" name="yehisolated"/><map code="0xfef2" name="yehfinal"/><map code="0xfef3" name="yehmedial"/><map code="0xfef4" name="yehmedial"/><map code="0xfef5" name="lamwithalefmaddaaboveisolatedd"/><map code="0xfef6" name="lamwithalefmaddaabovefinal"/><map code="0xfef7" name="lamwithalefhamzaaboveisolatedd"/><map code="0xfef8" name="lamwithalefhamzaabovefinal"/><map code="0xfef9" name="lamwithalefhamzabelowisolated"/><map code="0xfefa" name="lamwithalefhamzabelowfinal"/><map code="0xfefb" name="lamwithalefisolated"/><map code="0xfefc" name="lamwithaleffinal"/><map code="0xfeff" name="zerowidthnobreakspace"/></cmap_format_4></cmap><hmtx><mtx name=".notdef" width="2048" lsb="0"/><mtx name="A" width="1229" lsb="-3"/><mtx name="AE" width="1955" lsb="-3"/><mtx name="Aacute" width="1229" lsb="-3"/><mtx name="Acircumflex" width="1229" lsb="-3"/><mtx name="Adieresis" width="1229" lsb="-3"/><mtx name="Agrave" width="1229" lsb="-3"/><mtx name="Aring" width="1229" lsb="-3"/><mtx name="Atilde" width="1229" lsb="-3"/><mtx name="B" width="1229" lsb="135"/><mtx name="C" width="1331" lsb="92"/><mtx name="Ccedilla" width="1331" lsb="92"/><mtx name="D" width="1331" lsb="142"/><mtx name="E" width="1229" lsb="146"/><mtx name="Eacute" width="1229" lsb="146"/><mtx name="Ecircumflex" width="1229" lsb="146"/><mtx name="Edieresis" width="1229" lsb="146"/><mtx name="Egrave" width="1229" lsb="146"/><mtx name="Eth" width="1331" lsb="-3"/><mtx name="Euro" width="1077" lsb="11"/><mtx name="F" width="1126" lsb="151"/><mtx name="G" width="1434" lsb="98"/><mtx name="H" width="1331" lsb="148"/><mtx name="I" width="512" lsb="172"/><mtx name="Iacute" width="512" lsb="91"/><mtx name="Icircumflex" width="512" lsb="-28"/><mtx name="Idieresis" width="512" lsb="5"/><mtx name="Igrave" width="512" lsb="87"/><mtx name="J" width="922" lsb="46"/><mtx name="K" width="1229" lsb="135"/><mtx name="L" width="1025" lsb="135"/><mtx name="M" width="1535" lsb="137"/><mtx name="N" width="1331" lsb="140"/><mtx name="Ntilde" width="1331" lsb="140"/><mtx name="O" width="1434" lsb="89"/><mtx name="OE" width="1843" lsb="116"/><mtx name="Oacute" width="1434" lsb="89"/><mtx name="Ocircumflex" width="1434" lsb="89"/><mtx name="Odieresis" width="1434" lsb="89"/><mtx name="Ograve" width="1434" lsb="89"/><mtx name="Oslash" width="1434" lsb="65"/><mtx name="Otilde" width="1434" lsb="89"/><mtx name="P" width="1229" lsb="142"/><mtx name="Q" width="1434" lsb="79"/><mtx name="R" width="1331" lsb="145"/><mtx name="S" width="1229" lsb="83"/><mtx name="Scaron" width="1229" lsb="83"/><mtx name="T" width="1126" lsb="43"/><mtx name="Thorn" width="1229" lsb="142"/><mtx name="U" width="1331" lsb="145"/><mtx name="Uacute" width="1331" lsb="145"/><mtx name="Ucircumflex" width="1331" lsb="145"/><mtx name="Udieresis" width="1331" lsb="145"/><mtx name="Ugrave" width="1331" lsb="145"/><mtx name="V" width="1229" lsb="8"/><mtx name="W" width="1740" lsb="22"/><mtx name="X" width="1229" lsb="8"/><mtx name="Y" width="1229" lsb="5"/><mtx name="Yacute" width="1229" lsb="5"/><mtx name="Ydieresis" width="1229" lsb="5"/><mtx name="Z" width="1126" lsb="37"/><mtx name="Zcaron" width="1126" lsb="37"/><mtx name="a" width="1025" lsb="67"/><mtx name="aacute" width="1025" lsb="67"/><mtx name="acircumflex" width="1025" lsb="67"/><mtx name="acute" width="614" lsb="200"/><mtx name="adieresis" width="1025" lsb="67"/><mtx name="ae" width="1685" lsb="67"/><mtx name="agrave" width="1025" lsb="67"/><mtx name="ain" width="1114" lsb="42"/><mtx name="ainfinal" width="922" lsb="54"/><mtx name="aininitial" width="1077" lsb="0"/><mtx name="ainisolated" width="1114" lsb="42"/><mtx name="ainmedial" width="807" lsb="0"/><mtx name="aleffinal" width="470" lsb="149"/><mtx name="alefisolated" width="424" lsb="201"/><mtx name="alefmaksura" width="1307" lsb="50"/><mtx name="alefmaksurafinal" width="1205" lsb="106"/><mtx name="alefmaksuraisolated" width="1307" lsb="50"/><mtx name="alefwasla" width="509" lsb="99"/><mtx name="alefwaslafinal" width="470" lsb="59"/><mtx name="alefwaslaisolated" width="509" lsb="99"/><mtx name="alefwithfathatanfinal" width="470" lsb="72"/><mtx name="alefwithfathatanisolated" width="424" lsb="72"/><mtx name="alefwithhamzaabove" width="424" lsb="102"/><mtx name="alefwithhamzaabovefinal" width="470" lsb="105"/><mtx name="alefwithhamzaaboveisolated" width="424" lsb="102"/><mtx name="alefwithhamzabelow" width="424" lsb="62"/><mtx name="alefwithhamzabelowfinal" width="470" lsb="112"/><mtx name="alefwithhamzabelowisolated" width="424" lsb="62"/><mtx name="alefwithmaddaabove" width="509" lsb="62"/><mtx name="alefwithmaddaabovefinal" width="470" lsb="62"/><mtx name="alefwithmaddaaboveisolated" width="509" lsb="62"/><mtx name="allahisolated" width="1262" lsb="21"/><mtx name="ampersand" width="1229" lsb="79"/><mtx name="arabicae" width="578" lsb="54"/><mtx name="arabicalef" width="424" lsb="201"/><mtx name="arabiccomma" width="653" lsb="171"/><mtx name="arabicfivepointedstar" width="815" lsb="51"/><mtx name="arabicindicdigiteight" width="1077" lsb="154"/><mtx name="arabicindicdigitfive" width="1077" lsb="190"/><mtx name="arabicindicdigitfour" width="1077" lsb="300"/><mtx name="arabicindicdigitnine" width="1077" lsb="219"/><mtx name="arabicindicdigitone" width="1077" lsb="302"/><mtx name="arabicindicdigitseven" width="1077" lsb="129"/><mtx name="arabicindicdigitsix" width="1077" lsb="175"/><mtx name="arabicindicdigitthree" width="1077" lsb="129"/><mtx name="arabicindicdigittwo" width="1077" lsb="183"/><mtx name="arabicindicdigitzero" width="1077" lsb="380"/><mtx name="arabickaf" width="1231" lsb="115"/><mtx name="arabicpercentsign" width="1077" lsb="133"/><mtx name="arabicquestionmark" width="730" lsb="67"/><mtx name="arabicsemicolon" width="653" lsb="160"/><mtx name="aring" width="1025" lsb="67"/><mtx name="asciicircum" width="865" lsb="49"/><mtx name="asciitilde" width="1076" lsb="78"/><mtx name="asterisk" width="1077" lsb="179"/><mtx name="at" width="1871" lsb="100"/><mtx name="atilde" width="1025" lsb="67"/><mtx name="b" width="1025" lsb="121"/><mtx name="backslash" width="512" lsb="0"/><mtx name="bar" width="479" lsb="169"/><mtx name="beh" width="1461" lsb="128"/><mtx name="behisolated" width="1461" lsb="128"/><mtx name="behmedial" width="500" lsb="0"/><mtx name="braceleft" width="616" lsb="51"/><mtx name="braceright" width="616" lsb="42"/><mtx name="bracketleft" width="512" lsb="125"/><mtx name="bracketright" width="512" lsb="35"/><mtx name="brokenbar" width="479" lsb="169"/><mtx name="bullet" width="645" lsb="98"/><mtx name="c" width="922" lsb="72"/><mtx name="caron" width="614" lsb="36"/><mtx name="ccedilla" width="922" lsb="72"/><mtx name="cedilla" width="614" lsb="96"/><mtx name="cent" width="1025" lsb="96"/><mtx name="circumflex" width="614" lsb="22"/><mtx name="colon" width="653" lsb="198"/><mtx name="comma" width="512" lsb="153"/><mtx name="copyright" width="1358" lsb="3"/><mtx name="currency" width="1139" lsb="74"/><mtx name="d" width="1025" lsb="63"/><mtx name="dad" width="2249" lsb="132"/><mtx name="dadisolated" width="2249" lsb="132"/><mtx name="dadmedial" width="1733" lsb="0"/><mtx name="dagger" width="1025" lsb="66"/><mtx name="daggerdbl" width="1025" lsb="66"/><mtx name="dal" width="691" lsb="165"/><mtx name="dalisolated" width="691" lsb="165"/><mtx name="damma" width="431" lsb="74"/><mtx name="dammahontatweel" width="1307" lsb="0"/><mtx name="dammaisolated" width="431" lsb="74"/><mtx name="dammalow" width="429" lsb="72"/><mtx name="dammaonhamza" width="424" lsb="23"/><mtx name="dammatan" width="483" lsb="68"/><mtx name="dammatanisolated" width="483" lsb="68"/><mtx name="dammatanlow" width="485" lsb="70"/><mtx name="dammatanonhamza" width="424" lsb="-5"/><mtx name="degree" width="737" lsb="115"/><mtx name="delete" width="1600" lsb="87"/><mtx name="dieresis" width="614" lsb="55"/><mtx name="divide" width="1077" lsb="92"/><mtx name="dollar" width="1025" lsb="66"/><mtx name="dotlessi" width="512" lsb="178"/><mtx name="e" width="1025" lsb="67"/><mtx name="eacute" width="1025" lsb="67"/><mtx name="ecircumflex" width="1025" lsb="67"/><mtx name="edieresis" width="1025" lsb="67"/><mtx name="egrave" width="1025" lsb="67"/><mtx name="eight" width="1077" lsb="126"/><mtx name="ellipsis" width="1843" lsb="215"/><mtx name="endash" width="1025" lsb="-4"/><mtx name="equal" width="1077" lsb="92"/><mtx name="eth" width="1025" lsb="61"/><mtx name="exclam" width="653" lsb="202"/><mtx name="exclamdown" width="653" lsb="202"/><mtx name="extendedarabicindicdigiteight" width="1077" lsb="154"/><mtx name="extendedarabicindicdigitfive" width="1077" lsb="152"/><mtx name="extendedarabicindicdigitfour" width="1077" lsb="158"/><mtx name="extendedarabicindicdigitnine" width="1077" lsb="219"/><mtx name="extendedarabicindicdigitone" width="1077" lsb="302"/><mtx name="extendedarabicindicdigitseven" width="1077" lsb="129"/><mtx name="extendedarabicindicdigitsix" width="1077" lsb="203"/><mtx name="extendedarabicindicdigitthree" width="1077" lsb="129"/><mtx name="extendedarabicindicdigittwo" width="1077" lsb="183"/><mtx name="extendedarabicindicdigitzero" width="1077" lsb="380"/><mtx name="f" width="512" lsb="17"/><mtx name="farsiyeh" width="1307" lsb="90"/><mtx name="farsiyehfinal" width="1205" lsb="106"/><mtx name="farsiyehisolated" width="1307" lsb="90"/><mtx name="fatha" width="410" lsb="68"/><mtx name="fathahontatweel" width="1307" lsb="0"/><mtx name="fathaisolated" width="410" lsb="68"/><mtx name="fathalow" width="412" lsb="70"/><mtx name="fathaonhamza" width="424" lsb="76"/><mtx name="fathatan" width="412" lsb="70"/><mtx name="fathatanisolated" width="412" lsb="70"/><mtx name="fathatanlow" width="412" lsb="70"/><mtx name="fathatanonhamza" width="424" lsb="70"/><mtx name="fathatanontatweel" width="1307" lsb="0"/><mtx name="feh" width="1615" lsb="109"/><mtx name="fehinitial" width="548" lsb="0"/><mtx name="fehisolated" width="1615" lsb="109"/><mtx name="fehmedial" width="538" lsb="0"/><mtx name="five" width="1077" lsb="98"/><mtx name="florin" width="1025" lsb="41"/><mtx name="four" width="1077" lsb="78"/><mtx name="g" width="1025" lsb="59"/><mtx name="gaf" width="1663" lsb="90"/><mtx name="gaffinal" width="1910" lsb="90"/><mtx name="gafinitial" width="807" lsb="0"/><mtx name="gafisolated" width="1663" lsb="90"/><mtx name="gafmedial" width="1054" lsb="0"/><mtx name="germandbls" width="1128" lsb="126"/><mtx name="ghain" width="1114" lsb="42"/><mtx name="ghainfinal" width="922" lsb="54"/><mtx name="ghaininitial" width="1077" lsb="0"/><mtx name="ghainisolated" width="1114" lsb="42"/><mtx name="ghainmedial" width="807" lsb="0"/><mtx name="glyph1" width="1024" lsb="128"/><mtx name="glyph2" width="0" lsb="0"/><mtx name="glyph99" width="650" lsb="0"/><mtx name="grave" width="614" lsb="80"/><mtx name="greater" width="1076" lsb="101"/><mtx name="guillemotleft" width="961" lsb="90"/><mtx name="guillemotright" width="961" lsb="90"/><mtx name="guilsinglleft" width="614" lsb="83"/><mtx name="guilsinglright" width="614" lsb="83"/><mtx name="h" width="1025" lsb="121"/><mtx name="hah" width="1153" lsb="42"/><mtx name="hahfinal" width="1077" lsb="54"/><mtx name="hahisolated" width="1153" lsb="42"/><mtx name="hahmedial" width="1085" lsb="0"/><mtx name="hamza" width="845" lsb="121"/><mtx name="hamzaisolated" width="845" lsb="121"/><mtx name="heh" width="1257" lsb="120"/><mtx name="hehfinal" width="768" lsb="61"/><mtx name="hehinitial" width="922" lsb="0"/><mtx name="hehisolated" width="578" lsb="54"/><mtx name="hehmedial" width="807" lsb="0"/><mtx name="highhamza" width="424" lsb="40"/><mtx name="hyphenminus" width="1077" lsb="92"/><mtx name="i" width="410" lsb="122"/><mtx name="iacute" width="512" lsb="91"/><mtx name="icircumflex" width="512" lsb="-27"/><mtx name="idieresis" width="512" lsb="6"/><mtx name="igrave" width="512" lsb="87"/><mtx name="j" width="409" lsb="-85"/><mtx name="jeem" width="1153" lsb="42"/><mtx name="jeemfinal" width="1077" lsb="54"/><mtx name="jeemisolated" width="1153" lsb="42"/><mtx name="jeemmedial" width="1085" lsb="0"/><mtx name="jeh" width="1001" lsb="144"/><mtx name="jehisolated" width="1001" lsb="144"/><mtx name="k" width="922" lsb="122"/><mtx name="kafisolated" width="1231" lsb="115"/><mtx name="kafmedial" width="807" lsb="0"/><mtx name="kasra" width="412" lsb="70"/><mtx name="kasrahontatweel" width="1307" lsb="0"/><mtx name="kasraisolated" width="412" lsb="70"/><mtx name="kasralow" width="412" lsb="70"/><mtx name="kasratan" width="412" lsb="70"/><mtx name="kasratanisolated" width="412" lsb="70"/><mtx name="kasratanlow" width="412" lsb="70"/><mtx name="keheh" width="1663" lsb="90"/><mtx name="kehehfinal" width="1910" lsb="90"/><mtx name="kehehinitial" width="807" lsb="0"/><mtx name="kehehisolated" width="1663" lsb="90"/><mtx name="kehehmedial" width="1054" lsb="0"/><mtx name="khah" width="1153" lsb="42"/><mtx name="khahfinal" width="1077" lsb="54"/><mtx name="khahisolated" width="1153" lsb="42"/><mtx name="khahmedial" width="1085" lsb="0"/><mtx name="l" width="409" lsb="118"/><mtx name="lam" width="1037" lsb="141"/><mtx name="lamisolated" width="424" lsb="0"/><mtx name="lammedial" width="424" lsb="0"/><mtx name="lamwithaleffinal" width="1230" lsb="65"/><mtx name="lamwithalefhamzaabovefinal" width="1230" lsb="65"/><mtx name="lamwithalefhamzaaboveisolatedd" width="1114" lsb="30"/><mtx name="lamwithalefhamzabelowfinal" width="1230" lsb="65"/><mtx name="lamwithalefhamzabelowisolated" width="1114" lsb="59"/><mtx name="lamwithalefisolated" width="1114" lsb="59"/><mtx name="lamwithalefmaddaabovefinal" width="1230" lsb="46"/><mtx name="lamwithalefmaddaaboveisolatedd" width="1114" lsb="46"/><mtx name="lamwithmeemwithjeeminitial" width="2048" lsb="0"/><mtx name="lefttoright" width="45" lsb="0"/><mtx name="less" width="1076" lsb="101"/><mtx name="logicalnot" width="1076" lsb="103"/><mtx name="m" width="1535" lsb="121"/><mtx name="macron" width="1018" lsb="-28"/><mtx name="meem" width="692" lsb="105"/><mtx name="meemisolated" width="692" lsb="105"/><mtx name="meemmedial" width="807" lsb="0"/><mtx name="micro" width="1062" lsb="144"/><mtx name="multiply" width="1077" lsb="125"/><mtx name="n" width="1025" lsb="121"/><mtx name="nbspace" width="650" lsb="0"/><mtx name="nine" width="1077" lsb="80"/><mtx name="noon" width="1077" lsb="139"/><mtx name="noonisolated" width="1077" lsb="139"/><mtx name="noonmedial" width="500" lsb="0"/><mtx name="ntilde" width="1025" lsb="121"/><mtx name="numbersign" width="1025" lsb="19"/><mtx name="o" width="1025" lsb="61"/><mtx name="oacute" width="1025" lsb="61"/><mtx name="ocircumflex" width="1025" lsb="61"/><mtx name="odieresis" width="1025" lsb="61"/><mtx name="oe" width="1740" lsb="74"/><mtx name="ograve" width="1025" lsb="61"/><mtx name="one" width="1077" lsb="239"/><mtx name="onehalf" width="1537" lsb="96"/><mtx name="onequarter" width="1537" lsb="96"/><mtx name="onesuperior" width="614" lsb="96"/><mtx name="ordfeminine" width="682" lsb="42"/><mtx name="ordmasculine" width="673" lsb="40"/><mtx name="ornateleftparenthesis" width="1135" lsb="55"/><mtx name="ornaterightparenthesis" width="1135" lsb="59"/><mtx name="oslash" width="1025" lsb="61"/><mtx name="otilde" width="1025" lsb="61"/><mtx name="p" width="1025" lsb="121"/><mtx name="paragraph" width="990" lsb="1"/><mtx name="parenleft" width="653" lsb="127"/><mtx name="parenright" width="653" lsb="84"/><mtx name="peh" width="1461" lsb="128"/><mtx name="pehisolated" width="1461" lsb="128"/><mtx name="pehmedial" width="500" lsb="-4"/><mtx name="percent" width="1639" lsb="107"/><mtx name="period" width="653" lsb="199"/><mtx name="periodcentered" width="614" lsb="447"/><mtx name="perthousand" width="1843" lsb="33"/><mtx name="plus" width="1077" lsb="92"/><mtx name="plusminus" width="1077" lsb="92"/><mtx name="q" width="1025" lsb="65"/><mtx name="qaf" width="1191" lsb="140"/><mtx name="qafinitial" width="548" lsb="0"/><mtx name="qafisolated" width="1191" lsb="140"/><mtx name="qafmedial" width="538" lsb="0"/><mtx name="question" width="1025" lsb="81"/><mtx name="questiondown" width="1126" lsb="142"/><mtx name="quotedash" width="1843" lsb="0"/><mtx name="quotedbl" width="457" lsb="80"/><mtx name="quotedblbase" width="614" lsb="64"/><mtx name="quotedblleft" width="614" lsb="75"/><mtx name="quotedblright" width="614" lsb="64"/><mtx name="quoteleft" width="691" lsb="238"/><mtx name="quoteright" width="691" lsb="164"/><mtx name="quotesinglbase" width="409" lsb="97"/><mtx name="quotesingle" width="352" lsb="81"/><mtx name="r" width="614" lsb="120"/><mtx name="rayaleflam" width="1716" lsb="53"/><mtx name="registered" width="1358" lsb="3"/><mtx name="reh" width="1001" lsb="144"/><mtx name="rehisolated" width="1001" lsb="144"/><mtx name="righttoleft" width="45" lsb="-258"/><mtx name="s" width="922" lsb="57"/><mtx name="sad" width="2249" lsb="132"/><mtx name="sadisolated" width="2249" lsb="132"/><mtx name="sadmedial" width="1733" lsb="0"/><mtx name="scaron" width="922" lsb="57"/><mtx name="section" width="1025" lsb="73"/><mtx name="seen" width="1682" lsb="132"/><mtx name="seenisolated" width="1682" lsb="132"/><mtx name="seenmedial" width="1087" lsb="0"/><mtx name="semicolon" width="512" lsb="153"/><mtx name="seven" width="1077" lsb="69"/><mtx name="sfthyphen" width="614" lsb="58"/><mtx name="shadda" width="433" lsb="70"/><mtx name="shaddahontatweel" width="1307" lsb="0"/><mtx name="shaddaisolated" width="433" lsb="70"/><mtx name="shaddalow" width="433" lsb="70"/><mtx name="shaddawithdammaisolated" width="437" lsb="68"/><mtx name="shaddawithdammalow" width="433" lsb="64"/><mtx name="shaddawithdammamedial" width="1307" lsb="0"/><mtx name="shaddawithdammatanisolated" width="463" lsb="48"/><mtx name="shaddawithdammatanlow" width="463" lsb="48"/><mtx name="shaddawithfathaisolated" width="433" lsb="70"/><mtx name="shaddawithfathalow" width="433" lsb="70"/><mtx name="shaddawithfathamedial" width="1307" lsb="0"/><mtx name="shaddawithfathatanisolated" width="433" lsb="70"/><mtx name="shaddawithfathatanlow" width="433" lsb="70"/><mtx name="shaddawithkasraisolated" width="433" lsb="70"/><mtx name="shaddawithkasralow" width="433" lsb="70"/><mtx name="shaddawithkasramedial" width="1307" lsb="0"/><mtx name="shaddawithkasratanisolated" width="433" lsb="70"/><mtx name="shaddawithkasratanlow" width="433" lsb="70"/><mtx name="sheen" width="1682" lsb="132"/><mtx name="sheenisolated" width="1682" lsb="132"/><mtx name="sheenmedial" width="1087" lsb="0"/><mtx name="six" width="1077" lsb="85"/><mtx name="slash" width="653" lsb="6"/><mtx name="smallhighmadda" width="509" lsb="0"/><mtx name="space" width="650" lsb="0"/><mtx name="sterling" width="1025" lsb="24"/><mtx name="sukun" width="337" lsb="70"/><mtx name="sukunisolated" width="337" lsb="70"/><mtx name="sukunlow" width="337" lsb="70"/><mtx name="sukunonhamza" width="424" lsb="87"/><mtx name="sukunontatweel" width="1307" lsb="0"/><mtx name="superscriptalef" width="239" lsb="67"/><mtx name="t" width="512" lsb="32"/><mtx name="tah" width="1191" lsb="0"/><mtx name="tahisolated" width="1191" lsb="0"/><mtx name="tatweel" width="146" lsb="0"/><mtx name="tcheh" width="1153" lsb="42"/><mtx name="tchehfinal" width="1077" lsb="54"/><mtx name="tchehisolated" width="1153" lsb="42"/><mtx name="tchehmedial" width="1085" lsb="0"/><mtx name="teh" width="1461" lsb="128"/><mtx name="tehisolated" width="1461" lsb="128"/><mtx name="tehmarbuta" width="578" lsb="0"/><mtx name="tehmarbutafinal" width="768" lsb="61"/><mtx name="tehmarbutaisolated" width="578" lsb="0"/><mtx name="tehmedial" width="500" lsb="0"/><mtx name="thal" width="691" lsb="165"/><mtx name="thalisolated" width="691" lsb="165"/><mtx name="theh" width="1461" lsb="128"/><mtx name="thehisolated" width="1461" lsb="128"/><mtx name="thehmedial" width="500" lsb="0"/><mtx name="thorn" width="1025" lsb="121"/><mtx name="three" width="1077" lsb="121"/><mtx name="threequarters" width="1537" lsb="30"/><mtx name="threesuperior" width="614" lsb="30"/><mtx name="tilde" width="731" lsb="63"/><mtx name="trademark" width="1843" lsb="202"/><mtx name="two" width="1077" lsb="93"/><mtx name="twosuperior" width="614" lsb="22"/><mtx name="u" width="1025" lsb="118"/><mtx name="uacute" width="1025" lsb="118"/><mtx name="ucircumflex" width="1025" lsb="118"/><mtx name="udieresis" width="1025" lsb="118"/><mtx name="ugrave" width="1025" lsb="118"/><mtx name="underscore" width="1025" lsb="-28"/><mtx name="uni000D" width="650" lsb="0"/><mtx name="uni0649.init" width="500" lsb="0"/><mtx name="uni0654" width="0" lsb="-170"/><mtx name="uni0655" width="0" lsb="-170"/><mtx name="uni0655064D" width="0" lsb="-170"/><mtx name="uni06550650" width="0" lsb="-170"/><mtx name="uni06A5.init" width="548" lsb="0"/><mtx name="uni25CC" width="981" lsb="104"/><mtx name="v" width="922" lsb="23"/><mtx name="veh" width="1615" lsb="109"/><mtx name="vehisolated" width="1615" lsb="109"/><mtx name="vehmedial" width="538" lsb="0"/><mtx name="w" width="1331" lsb="5"/><mtx name="waw" width="885" lsb="120"/><mtx name="wawisolated" width="885" lsb="120"/><mtx name="wawwithhamzaabove" width="885" lsb="120"/><mtx name="wawwithhamzaaboveisolated" width="885" lsb="120"/><mtx name="x" width="922" lsb="13"/><mtx name="y" width="922" lsb="30"/><mtx name="yacute" width="922" lsb="30"/><mtx name="ydieresis" width="922" lsb="30"/><mtx name="yeh" width="1307" lsb="90"/><mtx name="yehfinal" width="1205" lsb="106"/><mtx name="yehisolated" width="1307" lsb="90"/><mtx name="yehmedial" width="500" lsb="0"/><mtx name="yehwithhamzaabove" width="1307" lsb="66"/><mtx name="yehwithhamzaabovefinal" width="1205" lsb="104"/><mtx name="yehwithhamzaaboveisolated" width="1307" lsb="66"/><mtx name="yehwithhamzaabovemedial" width="500" lsb="0"/><mtx name="yen" width="1025" lsb="-3"/><mtx name="z" width="922" lsb="36"/><mtx name="zah" width="1191" lsb="0"/><mtx name="zahisolated" width="1191" lsb="0"/><mtx name="zain" width="1001" lsb="144"/><mtx name="zainisolated" width="1001" lsb="144"/><mtx name="zcaron" width="922" lsb="36"/><mtx name="zero" width="1077" lsb="80"/><mtx name="zerojoin" width="45" lsb="-114"/><mtx name="zeronojoin" width="45" lsb="0"/><mtx name="zerowidthnobreakspace" width="0" lsb="0"/></hmtx><GDEF><Version value="1.0"/><GlyphClassDef Format="2"><ClassDef glyph=".notdef" class="1"/><ClassDef glyph="A" class="1"/><ClassDef glyph="AE" class="1"/><ClassDef glyph="Aacute" class="1"/><ClassDef glyph="Acircumflex" class="1"/><ClassDef glyph="Adieresis" class="1"/><ClassDef glyph="Agrave" class="1"/><ClassDef glyph="Aring" class="1"/><ClassDef glyph="Atilde" class="1"/><ClassDef glyph="B" class="1"/><ClassDef glyph="C" class="1"/><ClassDef glyph="Ccedilla" class="1"/><ClassDef glyph="D" class="1"/><ClassDef glyph="E" class="1"/><ClassDef glyph="Eacute" class="1"/><ClassDef glyph="Ecircumflex" class="1"/><ClassDef glyph="Edieresis" class="1"/><ClassDef glyph="Egrave" class="1"/><ClassDef glyph="Eth" class="1"/><ClassDef glyph="Euro" class="1"/><ClassDef glyph="F" class="1"/><ClassDef glyph="G" class="1"/><ClassDef glyph="H" class="1"/><ClassDef glyph="I" class="1"/><ClassDef glyph="Iacute" class="1"/><ClassDef glyph="Icircumflex" class="1"/><ClassDef glyph="Idieresis" class="1"/><ClassDef glyph="Igrave" class="1"/><ClassDef glyph="J" class="1"/><ClassDef glyph="K" class="1"/><ClassDef glyph="L" class="1"/><ClassDef glyph="M" class="1"/><ClassDef glyph="N" class="1"/><ClassDef glyph="Ntilde" class="1"/><ClassDef glyph="O" class="1"/><ClassDef glyph="OE" class="1"/><ClassDef glyph="Oacute" class="1"/><ClassDef glyph="Ocircumflex" class="1"/><ClassDef glyph="Odieresis" class="1"/><ClassDef glyph="Ograve" class="1"/><ClassDef glyph="Oslash" class="1"/><ClassDef glyph="Otilde" class="1"/><ClassDef glyph="P" class="1"/><ClassDef glyph="Q" class="1"/><ClassDef glyph="R" class="1"/><ClassDef glyph="S" class="1"/><ClassDef glyph="Scaron" class="1"/><ClassDef glyph="T" class="1"/><ClassDef glyph="Thorn" class="1"/><ClassDef glyph="U" class="1"/><ClassDef glyph="Uacute" class="1"/><ClassDef glyph="Ucircumflex" class="1"/><ClassDef glyph="Udieresis" class="1"/><ClassDef glyph="Ugrave" class="1"/><ClassDef glyph="V" class="1"/><ClassDef glyph="W" class="1"/><ClassDef glyph="X" class="1"/><ClassDef glyph="Y" class="1"/><ClassDef glyph="Yacute" class="1"/><ClassDef glyph="Ydieresis" class="1"/><ClassDef glyph="Z" class="1"/><ClassDef glyph="Zcaron" class="1"/><ClassDef glyph="a" class="1"/><ClassDef glyph="aacute" class="1"/><ClassDef glyph="acircumflex" class="1"/><ClassDef glyph="acute" class="1"/><ClassDef glyph="adieresis" class="1"/><ClassDef glyph="ae" class="1"/><ClassDef glyph="agrave" class="1"/><ClassDef glyph="ain" class="1"/><ClassDef glyph="ainfinal" class="1"/><ClassDef glyph="aininitial" class="1"/><ClassDef glyph="ainisolated" class="1"/><ClassDef glyph="ainmedial" class="1"/><ClassDef glyph="aleffinal" class="1"/><ClassDef glyph="alefisolated" class="1"/><ClassDef glyph="alefmaksura" class="1"/><ClassDef glyph="alefmaksurafinal" class="1"/><ClassDef glyph="alefmaksuraisolated" class="1"/><ClassDef glyph="alefwasla" class="1"/><ClassDef glyph="alefwaslafinal" class="1"/><ClassDef glyph="alefwaslaisolated" class="1"/><ClassDef glyph="alefwithfathatanfinal" class="1"/><ClassDef glyph="alefwithfathatanisolated" class="1"/><ClassDef glyph="alefwithhamzaabove" class="1"/><ClassDef glyph="alefwithhamzaabovefinal" class="1"/><ClassDef glyph="alefwithhamzaaboveisolated" class="1"/><ClassDef glyph="alefwithhamzabelow" class="1"/><ClassDef glyph="alefwithhamzabelowfinal" class="1"/><ClassDef glyph="alefwithhamzabelowisolated" class="1"/><ClassDef glyph="alefwithmaddaabove" class="1"/><ClassDef glyph="alefwithmaddaabovefinal" class="1"/><ClassDef glyph="alefwithmaddaaboveisolated" class="1"/><ClassDef glyph="allahisolated" class="2"/><ClassDef glyph="ampersand" class="1"/><ClassDef glyph="arabicae" class="1"/><ClassDef glyph="arabicalef" class="1"/><ClassDef glyph="arabiccomma" class="1"/><ClassDef glyph="arabicfivepointedstar" class="1"/><ClassDef glyph="arabicindicdigiteight" class="1"/><ClassDef glyph="arabicindicdigitfive" class="1"/><ClassDef glyph="arabicindicdigitfour" class="1"/><ClassDef glyph="arabicindicdigitnine" class="1"/><ClassDef glyph="arabicindicdigitone" class="1"/><ClassDef glyph="arabicindicdigitseven" class="1"/><ClassDef glyph="arabicindicdigitsix" class="1"/><ClassDef glyph="arabicindicdigitthree" class="1"/><ClassDef glyph="arabicindicdigittwo" class="1"/><ClassDef glyph="arabicindicdigitzero" class="1"/><ClassDef glyph="arabickaf" class="1"/><ClassDef glyph="arabicpercentsign" class="1"/><ClassDef glyph="arabicquestionmark" class="1"/><ClassDef glyph="arabicsemicolon" class="1"/><ClassDef glyph="aring" class="1"/><ClassDef glyph="asciicircum" class="1"/><ClassDef glyph="asciitilde" class="1"/><ClassDef glyph="asterisk" class="1"/><ClassDef glyph="at" class="1"/><ClassDef glyph="atilde" class="1"/><ClassDef glyph="b" class="1"/><ClassDef glyph="backslash" class="1"/><ClassDef glyph="bar" class="1"/><ClassDef glyph="beh" class="1"/><ClassDef glyph="behisolated" class="1"/><ClassDef glyph="behmedial" class="1"/><ClassDef glyph="braceleft" class="1"/><ClassDef glyph="braceright" class="1"/><ClassDef glyph="bracketleft" class="1"/><ClassDef glyph="bracketright" class="1"/><ClassDef glyph="brokenbar" class="1"/><ClassDef glyph="bullet" class="1"/><ClassDef glyph="c" class="1"/><ClassDef glyph="caron" class="1"/><ClassDef glyph="ccedilla" class="1"/><ClassDef glyph="cedilla" class="1"/><ClassDef glyph="cent" class="1"/><ClassDef glyph="circumflex" class="1"/><ClassDef glyph="colon" class="1"/><ClassDef glyph="comma" class="1"/><ClassDef glyph="copyright" class="1"/><ClassDef glyph="currency" class="1"/><ClassDef glyph="d" class="1"/><ClassDef glyph="dad" class="1"/><ClassDef glyph="dadisolated" class="1"/><ClassDef glyph="dadmedial" class="1"/><ClassDef glyph="dagger" class="1"/><ClassDef glyph="daggerdbl" class="1"/><ClassDef glyph="dal" class="1"/><ClassDef glyph="dalisolated" class="1"/><ClassDef glyph="damma" class="3"/><ClassDef glyph="dammahontatweel" class="3"/><ClassDef glyph="dammaisolated" class="3"/><ClassDef glyph="dammalow" class="1"/><ClassDef glyph="dammaonhamza" class="3"/><ClassDef glyph="dammatan" class="3"/><ClassDef glyph="dammatanisolated" class="3"/><ClassDef glyph="dammatanlow" class="1"/><ClassDef glyph="dammatanonhamza" class="3"/><ClassDef glyph="degree" class="1"/><ClassDef glyph="delete" class="1"/><ClassDef glyph="dieresis" class="1"/><ClassDef glyph="divide" class="1"/><ClassDef glyph="dollar" class="1"/><ClassDef glyph="dotlessi" class="1"/><ClassDef glyph="e" class="1"/><ClassDef glyph="eacute" class="1"/><ClassDef glyph="ecircumflex" class="1"/><ClassDef glyph="edieresis" class="1"/><ClassDef glyph="egrave" class="1"/><ClassDef glyph="eight" class="1"/><ClassDef glyph="ellipsis" class="1"/><ClassDef glyph="endash" class="1"/><ClassDef glyph="equal" class="1"/><ClassDef glyph="eth" class="1"/><ClassDef glyph="exclam" class="1"/><ClassDef glyph="exclamdown" class="1"/><ClassDef glyph="extendedarabicindicdigiteight" class="1"/><ClassDef glyph="extendedarabicindicdigitfive" class="1"/><ClassDef glyph="extendedarabicindicdigitfour" class="1"/><ClassDef glyph="extendedarabicindicdigitnine" class="1"/><ClassDef glyph="extendedarabicindicdigitone" class="1"/><ClassDef glyph="extendedarabicindicdigitseven" class="1"/><ClassDef glyph="extendedarabicindicdigitsix" class="1"/><ClassDef glyph="extendedarabicindicdigitthree" class="1"/><ClassDef glyph="extendedarabicindicdigittwo" class="1"/><ClassDef glyph="extendedarabicindicdigitzero" class="1"/><ClassDef glyph="f" class="1"/><ClassDef glyph="farsiyeh" class="1"/><ClassDef glyph="farsiyehfinal" class="1"/><ClassDef glyph="farsiyehisolated" class="1"/><ClassDef glyph="fatha" class="3"/><ClassDef glyph="fathahontatweel" class="3"/><ClassDef glyph="fathaisolated" class="3"/><ClassDef glyph="fathalow" class="1"/><ClassDef glyph="fathaonhamza" class="3"/><ClassDef glyph="fathatan" class="3"/><ClassDef glyph="fathatanisolated" class="3"/><ClassDef glyph="fathatanlow" class="1"/><ClassDef glyph="fathatanonhamza" class="3"/><ClassDef glyph="fathatanontatweel" class="1"/><ClassDef glyph="feh" class="1"/><ClassDef glyph="fehinitial" class="1"/><ClassDef glyph="fehisolated" class="1"/><ClassDef glyph="fehmedial" class="1"/><ClassDef glyph="five" class="1"/><ClassDef glyph="florin" class="1"/><ClassDef glyph="four" class="1"/><ClassDef glyph="g" class="1"/><ClassDef glyph="gaf" class="1"/><ClassDef glyph="gaffinal" class="1"/><ClassDef glyph="gafinitial" class="1"/><ClassDef glyph="gafisolated" class="1"/><ClassDef glyph="gafmedial" class="1"/><ClassDef glyph="germandbls" class="1"/><ClassDef glyph="ghain" class="1"/><ClassDef glyph="ghainfinal" class="1"/><ClassDef glyph="ghaininitial" class="1"/><ClassDef glyph="ghainisolated" class="1"/><ClassDef glyph="ghainmedial" class="1"/><ClassDef glyph="glyph1" class="1"/><ClassDef glyph="glyph2" class="1"/><ClassDef glyph="glyph99" class="1"/><ClassDef glyph="grave" class="1"/><ClassDef glyph="greater" class="1"/><ClassDef glyph="guillemotleft" class="1"/><ClassDef glyph="guillemotright" class="1"/><ClassDef glyph="guilsinglleft" class="1"/><ClassDef glyph="guilsinglright" class="1"/><ClassDef glyph="h" class="1"/><ClassDef glyph="hah" class="1"/><ClassDef glyph="hahfinal" class="1"/><ClassDef glyph="hahisolated" class="1"/><ClassDef glyph="hahmedial" class="1"/><ClassDef glyph="hamza" class="1"/><ClassDef glyph="hamzaisolated" class="3"/><ClassDef glyph="heh" class="1"/><ClassDef glyph="hehfinal" class="1"/><ClassDef glyph="hehinitial" class="1"/><ClassDef glyph="hehisolated" class="1"/><ClassDef glyph="hehmedial" class="1"/><ClassDef glyph="highhamza" class="1"/><ClassDef glyph="hyphenminus" class="1"/><ClassDef glyph="i" class="1"/><ClassDef glyph="iacute" class="1"/><ClassDef glyph="icircumflex" class="1"/><ClassDef glyph="idieresis" class="1"/><ClassDef glyph="igrave" class="1"/><ClassDef glyph="j" class="1"/><ClassDef glyph="jeem" class="1"/><ClassDef glyph="jeemfinal" class="1"/><ClassDef glyph="jeemisolated" class="1"/><ClassDef glyph="jeemmedial" class="1"/><ClassDef glyph="jeh" class="1"/><ClassDef glyph="jehisolated" class="1"/><ClassDef glyph="k" class="1"/><ClassDef glyph="kafisolated" class="1"/><ClassDef glyph="kafmedial" class="1"/><ClassDef glyph="kasra" class="3"/><ClassDef glyph="kasrahontatweel" class="3"/><ClassDef glyph="kasraisolated" class="3"/><ClassDef glyph="kasralow" class="1"/><ClassDef glyph="kasratan" class="3"/><ClassDef glyph="kasratanisolated" class="3"/><ClassDef glyph="kasratanlow" class="1"/><ClassDef glyph="keheh" class="1"/><ClassDef glyph="kehehfinal" class="1"/><ClassDef glyph="kehehinitial" class="1"/><ClassDef glyph="kehehisolated" class="1"/><ClassDef glyph="kehehmedial" class="1"/><ClassDef glyph="khah" class="1"/><ClassDef glyph="khahfinal" class="1"/><ClassDef glyph="khahisolated" class="1"/><ClassDef glyph="khahmedial" class="1"/><ClassDef glyph="l" class="1"/><ClassDef glyph="lam" class="1"/><ClassDef glyph="lamisolated" class="1"/><ClassDef glyph="lammedial" class="1"/><ClassDef glyph="lamwithaleffinal" class="2"/><ClassDef glyph="lamwithalefhamzaabovefinal" class="2"/><ClassDef glyph="lamwithalefhamzaaboveisolatedd" class="2"/><ClassDef glyph="lamwithalefhamzabelowfinal" class="2"/><ClassDef glyph="lamwithalefhamzabelowisolated" class="2"/><ClassDef glyph="lamwithalefisolated" class="2"/><ClassDef glyph="lamwithalefmaddaabovefinal" class="2"/><ClassDef glyph="lamwithalefmaddaaboveisolatedd" class="2"/><ClassDef glyph="lamwithmeemwithjeeminitial" class="1"/><ClassDef glyph="lefttoright" class="1"/><ClassDef glyph="less" class="1"/><ClassDef glyph="logicalnot" class="1"/><ClassDef glyph="m" class="1"/><ClassDef glyph="macron" class="1"/><ClassDef glyph="meem" class="1"/><ClassDef glyph="meemisolated" class="1"/><ClassDef glyph="meemmedial" class="1"/><ClassDef glyph="micro" class="1"/><ClassDef glyph="multiply" class="1"/><ClassDef glyph="n" class="1"/><ClassDef glyph="nbspace" class="1"/><ClassDef glyph="nine" class="1"/><ClassDef glyph="noon" class="1"/><ClassDef glyph="noonisolated" class="1"/><ClassDef glyph="noonmedial" class="1"/><ClassDef glyph="ntilde" class="1"/><ClassDef glyph="numbersign" class="1"/><ClassDef glyph="o" class="1"/><ClassDef glyph="oacute" class="1"/><ClassDef glyph="ocircumflex" class="1"/><ClassDef glyph="odieresis" class="1"/><ClassDef glyph="oe" class="1"/><ClassDef glyph="ograve" class="1"/><ClassDef glyph="one" class="1"/><ClassDef glyph="onehalf" class="1"/><ClassDef glyph="onequarter" class="1"/><ClassDef glyph="onesuperior" class="1"/><ClassDef glyph="ordfeminine" class="1"/><ClassDef glyph="ordmasculine" class="1"/><ClassDef glyph="ornateleftparenthesis" class="1"/><ClassDef glyph="ornaterightparenthesis" class="1"/><ClassDef glyph="oslash" class="1"/><ClassDef glyph="otilde" class="1"/><ClassDef glyph="p" class="1"/><ClassDef glyph="paragraph" class="1"/><ClassDef glyph="parenleft" class="1"/><ClassDef glyph="parenright" class="1"/><ClassDef glyph="peh" class="1"/><ClassDef glyph="pehisolated" class="1"/><ClassDef glyph="pehmedial" class="1"/><ClassDef glyph="percent" class="1"/><ClassDef glyph="period" class="1"/><ClassDef glyph="periodcentered" class="1"/><ClassDef glyph="perthousand" class="1"/><ClassDef glyph="plus" class="1"/><ClassDef glyph="plusminus" class="1"/><ClassDef glyph="q" class="1"/><ClassDef glyph="qaf" class="1"/><ClassDef glyph="qafinitial" class="1"/><ClassDef glyph="qafisolated" class="1"/><ClassDef glyph="qafmedial" class="1"/><ClassDef glyph="question" class="1"/><ClassDef glyph="questiondown" class="1"/><ClassDef glyph="quotedash" class="1"/><ClassDef glyph="quotedbl" class="1"/><ClassDef glyph="quotedblbase" class="1"/><ClassDef glyph="quotedblleft" class="1"/><ClassDef glyph="quotedblright" class="1"/><ClassDef glyph="quoteleft" class="1"/><ClassDef glyph="quoteright" class="1"/><ClassDef glyph="quotesinglbase" class="1"/><ClassDef glyph="quotesingle" class="1"/><ClassDef glyph="r" class="1"/><ClassDef glyph="rayaleflam" class="2"/><ClassDef glyph="registered" class="1"/><ClassDef glyph="reh" class="1"/><ClassDef glyph="rehisolated" class="1"/><ClassDef glyph="righttoleft" class="1"/><ClassDef glyph="s" class="1"/><ClassDef glyph="sad" class="1"/><ClassDef glyph="sadisolated" class="1"/><ClassDef glyph="sadmedial" class="1"/><ClassDef glyph="scaron" class="1"/><ClassDef glyph="section" class="1"/><ClassDef glyph="seen" class="1"/><ClassDef glyph="seenisolated" class="1"/><ClassDef glyph="seenmedial" class="1"/><ClassDef glyph="semicolon" class="1"/><ClassDef glyph="seven" class="1"/><ClassDef glyph="sfthyphen" class="1"/><ClassDef glyph="shadda" class="3"/><ClassDef glyph="shaddahontatweel" class="3"/><ClassDef glyph="shaddaisolated" class="3"/><ClassDef glyph="shaddalow" class="1"/><ClassDef glyph="shaddawithdammaisolated" class="3"/><ClassDef glyph="shaddawithdammalow" class="3"/><ClassDef glyph="shaddawithdammamedial" class="1"/><ClassDef glyph="shaddawithdammatanisolated" class="1"/><ClassDef glyph="shaddawithdammatanlow" class="3"/><ClassDef glyph="shaddawithfathaisolated" class="3"/><ClassDef glyph="shaddawithfathalow" class="3"/><ClassDef glyph="shaddawithfathamedial" class="1"/><ClassDef glyph="shaddawithfathatanisolated" class="1"/><ClassDef glyph="shaddawithfathatanlow" class="3"/><ClassDef glyph="shaddawithkasraisolated" class="3"/><ClassDef glyph="shaddawithkasralow" class="3"/><ClassDef glyph="shaddawithkasramedial" class="1"/><ClassDef glyph="shaddawithkasratanisolated" class="1"/><ClassDef glyph="shaddawithkasratanlow" class="3"/><ClassDef glyph="sheen" class="1"/><ClassDef glyph="sheenisolated" class="1"/><ClassDef glyph="sheenmedial" class="1"/><ClassDef glyph="six" class="1"/><ClassDef glyph="slash" class="1"/><ClassDef glyph="smallhighmadda" class="3"/><ClassDef glyph="space" class="1"/><ClassDef glyph="sterling" class="1"/><ClassDef glyph="sukun" class="3"/><ClassDef glyph="sukunisolated" class="3"/><ClassDef glyph="sukunlow" class="1"/><ClassDef glyph="sukunonhamza" class="3"/><ClassDef glyph="sukunontatweel" class="3"/><ClassDef glyph="superscriptalef" class="3"/><ClassDef glyph="t" class="1"/><ClassDef glyph="tah" class="1"/><ClassDef glyph="tahisolated" class="1"/><ClassDef glyph="tatweel" class="1"/><ClassDef glyph="tcheh" class="1"/><ClassDef glyph="tchehfinal" class="1"/><ClassDef glyph="tchehisolated" class="1"/><ClassDef glyph="tchehmedial" class="1"/><ClassDef glyph="teh" class="1"/><ClassDef glyph="tehisolated" class="1"/><ClassDef glyph="tehmarbuta" class="1"/><ClassDef glyph="tehmarbutafinal" class="1"/><ClassDef glyph="tehmarbutaisolated" class="1"/><ClassDef glyph="tehmedial" class="1"/><ClassDef glyph="thal" class="1"/><ClassDef glyph="thalisolated" class="1"/><ClassDef glyph="theh" class="1"/><ClassDef glyph="thehisolated" class="1"/><ClassDef glyph="thehmedial" class="1"/><ClassDef glyph="thorn" class="1"/><ClassDef glyph="three" class="1"/><ClassDef glyph="threequarters" class="1"/><ClassDef glyph="threesuperior" class="1"/><ClassDef glyph="tilde" class="1"/><ClassDef glyph="trademark" class="1"/><ClassDef glyph="two" class="1"/><ClassDef glyph="twosuperior" class="1"/><ClassDef glyph="u" class="1"/><ClassDef glyph="uacute" class="1"/><ClassDef glyph="ucircumflex" class="1"/><ClassDef glyph="udieresis" class="1"/><ClassDef glyph="ugrave" class="1"/><ClassDef glyph="underscore" class="1"/><ClassDef glyph="uni000D" class="1"/><ClassDef glyph="uni0649.init" class="1"/><ClassDef glyph="uni0654" class="3"/><ClassDef glyph="uni0655" class="3"/><ClassDef glyph="uni0655064D" class="3"/><ClassDef glyph="uni06550650" class="3"/><ClassDef glyph="uni06A5.init" class="1"/><ClassDef glyph="uni25CC" class="1"/><ClassDef glyph="v" class="1"/><ClassDef glyph="veh" class="1"/><ClassDef glyph="vehisolated" class="1"/><ClassDef glyph="vehmedial" class="1"/><ClassDef glyph="w" class="1"/><ClassDef glyph="waw" class="1"/><ClassDef glyph="wawisolated" class="1"/><ClassDef glyph="wawwithhamzaabove" class="1"/><ClassDef glyph="wawwithhamzaaboveisolated" class="1"/><ClassDef glyph="x" class="1"/><ClassDef glyph="y" class="1"/><ClassDef glyph="yacute" class="1"/><ClassDef glyph="ydieresis" class="1"/><ClassDef glyph="yeh" class="1"/><ClassDef glyph="yehfinal" class="1"/><ClassDef glyph="yehisolated" class="1"/><ClassDef glyph="yehmedial" class="1"/><ClassDef glyph="yehwithhamzaabove" class="1"/><ClassDef glyph="yehwithhamzaabovefinal" class="1"/><ClassDef glyph="yehwithhamzaaboveisolated" class="1"/><ClassDef glyph="yehwithhamzaabovemedial" class="1"/><ClassDef glyph="yen" class="1"/><ClassDef glyph="z" class="1"/><ClassDef glyph="zah" class="1"/><ClassDef glyph="zahisolated" class="1"/><ClassDef glyph="zain" class="1"/><ClassDef glyph="zainisolated" class="1"/><ClassDef glyph="zcaron" class="1"/><ClassDef glyph="zero" class="1"/><ClassDef glyph="zerojoin" class="1"/><ClassDef glyph="zeronojoin" class="1"/><ClassDef glyph="zerowidthnobreakspace" class="1"/></GlyphClassDef><LigCaretList><Coverage Format="1"></Coverage></LigCaretList></GDEF><GSUB><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="4"/><FeatureIndex index="2" value="6"/><FeatureIndex index="3" value="10"/><FeatureIndex index="4" value="12"/><FeatureIndex index="5" value="8"/><FeatureIndex index="6" value="2"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="FAR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="5"/><FeatureIndex index="2" value="7"/><FeatureIndex index="3" value="11"/><FeatureIndex index="4" value="13"/><FeatureIndex index="5" value="9"/><FeatureIndex index="6" value="3"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/><LookupListIndex index="1" value="1"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/><LookupListIndex index="1" value="1"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="4"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="4"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="5"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="5"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="isol"/><Feature><LookupListIndex index="0" value="2"/><LookupListIndex index="1" value="3"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="isol"/><Feature><LookupListIndex index="0" value="2"/><LookupListIndex index="1" value="3"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="liga"/><Feature><LookupListIndex index="0" value="8"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="liga"/><Feature><LookupListIndex index="0" value="8"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="6"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="6"/></Feature></FeatureRecord><FeatureRecord index="12"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="7"/></Feature></FeatureRecord><FeatureRecord index="13"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="7"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="damma"><Ligature components="shadda" glyph="shaddawithdammalow"/><Ligature components="highhamza" glyph="dammaonhamza"/></LigatureSet><LigatureSet glyph="dammatan"><Ligature components="shadda" glyph="shaddawithdammatanlow"/><Ligature components="highhamza" glyph="dammatanonhamza"/></LigatureSet><LigatureSet glyph="fatha"><Ligature components="shadda" glyph="shaddawithfathalow"/><Ligature components="highhamza" glyph="fathaonhamza"/></LigatureSet><LigatureSet glyph="fathatan"><Ligature components="shadda" glyph="shaddawithfathatanlow"/><Ligature components="highhamza" glyph="fathatanonhamza"/></LigatureSet><LigatureSet glyph="highhamza"><Ligature components="fatha" glyph="fathaonhamza"/><Ligature components="fathatan" glyph="fathatanonhamza"/><Ligature components="sukun" glyph="sukunonhamza"/><Ligature components="damma" glyph="dammaonhamza"/><Ligature components="dammatan" glyph="dammatanonhamza"/></LigatureSet><LigatureSet glyph="kasra"><Ligature components="shadda" glyph="shaddawithkasralow"/><Ligature components="uni0655" glyph="uni06550650"/></LigatureSet><LigatureSet glyph="kasratan"><Ligature components="shadda" glyph="shaddawithkasratanlow"/><Ligature components="uni0655" glyph="uni0655064D"/></LigatureSet><LigatureSet glyph="shadda"><Ligature components="dammatan" glyph="shaddawithdammatanlow"/><Ligature components="fatha" glyph="shaddawithfathalow"/><Ligature components="damma" glyph="shaddawithdammalow"/><Ligature components="fathatan" glyph="shaddawithfathatanlow"/><Ligature components="kasratan" glyph="shaddawithkasratanlow"/><Ligature components="kasra" glyph="shaddawithkasralow"/></LigatureSet><LigatureSet glyph="sukun"><Ligature components="highhamza" glyph="sukunonhamza"/></LigatureSet><LigatureSet glyph="uni0655"><Ligature components="kasratan" glyph="uni0655064D"/><Ligature components="kasra" glyph="uni06550650"/></LigatureSet></LigatureSubst></Lookup><Lookup index="1"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="1"><Glyph value="alefwithhamzabelow"/></InputCoverage> <SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="9"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="2"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ainisolated" out="ain"/><Substitution in="alefmaksuraisolated" out="alefmaksura"/><Substitution in="behisolated" out="beh"/><Substitution in="dadisolated" out="dad"/><Substitution in="dalisolated" out="dal"/><Substitution in="farsiyehisolated" out="farsiyeh"/><Substitution in="fehisolated" out="feh"/><Substitution in="gafisolated" out="gaf"/><Substitution in="ghainisolated" out="ghain"/><Substitution in="hahisolated" out="hah"/><Substitution in="jeemisolated" out="jeem"/><Substitution in="jehisolated" out="jeh"/><Substitution in="kafisolated" out="arabickaf"/><Substitution in="kehehisolated" out="keheh"/><Substitution in="khahisolated" out="khah"/><Substitution in="meemisolated" out="meem"/><Substitution in="noonisolated" out="noon"/><Substitution in="pehisolated" out="peh"/><Substitution in="qafisolated" out="qaf"/><Substitution in="rehisolated" out="reh"/><Substitution in="sadisolated" out="sad"/><Substitution in="seenisolated" out="seen"/><Substitution in="sheenisolated" out="sheen"/><Substitution in="tahisolated" out="tah"/><Substitution in="tchehisolated" out="tcheh"/><Substitution in="tehisolated" out="teh"/><Substitution in="tehmarbutaisolated" out="tehmarbuta"/><Substitution in="thalisolated" out="thal"/><Substitution in="thehisolated" out="theh"/><Substitution in="vehisolated" out="veh"/><Substitution in="wawisolated" out="waw"/><Substitution in="yehisolated" out="yeh"/><Substitution in="yehwithhamzaaboveisolated" out="yehwithhamzaabove"/><Substitution in="zahisolated" out="zah"/><Substitution in="zainisolated" out="zain"/></SingleSubst></Lookup><Lookup index="3"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="wawwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="alefwasla"/><Glyph value="jeh"/><Glyph value="arabicae"/><Glyph value="alefwaslafinal"/><Glyph value="alefwithmaddaabovefinal"/><Glyph value="alefwithhamzaabovefinal"/><Glyph value="alefwithhamzabelowfinal"/><Glyph value="aleffinal"/><Glyph value="tehmarbutafinal"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefmaddaabovefinal"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzaabovefinal"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefhamzabelowfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></BacktrackCoverage><InputCoverage index="0" Format="1"><Glyph value="heh"/></InputCoverage> <SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="4"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="ainfinal"/><Substitution in="alefmaksura" out="alefmaksurafinal"/><Substitution in="alefwasla" out="alefwaslafinal"/><Substitution in="alefwithhamzaabove" out="alefwithhamzaabovefinal"/><Substitution in="alefwithhamzabelow" out="alefwithhamzabelowfinal"/><Substitution in="alefwithmaddaabove" out="alefwithmaddaabovefinal"/><Substitution in="arabicae" out="hehfinal"/><Substitution in="arabicalef" out="aleffinal"/><Substitution in="arabickaf" out="arabickaf"/><Substitution in="beh" out="beh"/><Substitution in="dad" out="dad"/><Substitution in="dal" out="dal"/><Substitution in="farsiyeh" out="farsiyehfinal"/><Substitution in="feh" out="feh"/><Substitution in="gaf" out="gaffinal"/><Substitution in="ghain" out="ghainfinal"/><Substitution in="hah" out="hahfinal"/><Substitution in="heh" out="hehfinal"/><Substitution in="jeem" out="jeemfinal"/><Substitution in="jeh" out="jeh"/><Substitution in="keheh" out="kehehfinal"/><Substitution in="khah" out="khahfinal"/><Substitution in="lam" out="lam"/><Substitution in="meem" out="meem"/><Substitution in="noon" out="noon"/><Substitution in="peh" out="peh"/><Substitution in="qaf" out="qaf"/><Substitution in="reh" out="reh"/><Substitution in="sad" out="sad"/><Substitution in="seen" out="seen"/><Substitution in="sheen" out="sheen"/><Substitution in="tah" out="tah"/><Substitution in="tcheh" out="tchehfinal"/><Substitution in="teh" out="teh"/><Substitution in="tehmarbuta" out="tehmarbutafinal"/><Substitution in="thal" out="thal"/><Substitution in="theh" out="theh"/><Substitution in="veh" out="veh"/><Substitution in="waw" out="waw"/><Substitution in="wawwithhamzaabove" out="wawwithhamzaabove"/><Substitution in="yeh" out="yehfinal"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaabovefinal"/><Substitution in="zah" out="zah"/><Substitution in="zain" out="zain"/></SingleSubst></Lookup><Lookup index="5"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="aininitial"/><Substitution in="alefmaksura" out="uni0649.init"/><Substitution in="arabickaf" out="kafmedial"/><Substitution in="beh" out="behmedial"/><Substitution in="dad" out="dadmedial"/><Substitution in="farsiyeh" out="yehmedial"/><Substitution in="feh" out="fehinitial"/><Substitution in="gaf" out="gafinitial"/><Substitution in="ghain" out="ghaininitial"/><Substitution in="hah" out="hahmedial"/><Substitution in="heh" out="hehinitial"/><Substitution in="jeem" out="jeemmedial"/><Substitution in="keheh" out="kehehinitial"/><Substitution in="khah" out="khahmedial"/><Substitution in="lam" out="lamisolated"/><Substitution in="meem" out="meemmedial"/><Substitution in="noon" out="noonmedial"/><Substitution in="peh" out="pehmedial"/><Substitution in="qaf" out="qafinitial"/><Substitution in="sad" out="sadmedial"/><Substitution in="seen" out="seenmedial"/><Substitution in="sheen" out="sheenmedial"/><Substitution in="tah" out="tah"/><Substitution in="tcheh" out="tchehmedial"/><Substitution in="teh" out="tehmedial"/><Substitution in="theh" out="thehmedial"/><Substitution in="veh" out="uni06A5.init"/><Substitution in="yeh" out="yehmedial"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaabovemedial"/><Substitution in="zah" out="zah"/></SingleSubst></Lookup><Lookup index="6"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="ainmedial"/><Substitution in="alefmaksura" out="uni0649.init"/><Substitution in="arabickaf" out="kafmedial"/><Substitution in="beh" out="behmedial"/><Substitution in="dad" out="dadmedial"/><Substitution in="farsiyeh" out="yehmedial"/><Substitution in="feh" out="fehmedial"/><Substitution in="gaf" out="gafmedial"/><Substitution in="ghain" out="ghainmedial"/><Substitution in="hah" out="hahmedial"/><Substitution in="heh" out="hehmedial"/><Substitution in="jeem" out="jeemmedial"/><Substitution in="keheh" out="kehehmedial"/><Substitution in="khah" out="khahmedial"/><Substitution in="lam" out="lammedial"/><Substitution in="meem" out="meemmedial"/><Substitution in="noon" out="noonmedial"/><Substitution in="peh" out="pehmedial"/><Substitution in="qaf" out="qafmedial"/><Substitution in="sad" out="sadmedial"/><Substitution in="seen" out="seenmedial"/><Substitution in="sheen" out="sheenmedial"/><Substitution in="tah" out="tah"/><Substitution in="tcheh" out="tchehmedial"/><Substitution in="teh" out="tehmedial"/><Substitution in="theh" out="thehmedial"/><Substitution in="veh" out="vehmedial"/><Substitution in="yeh" out="yehmedial"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaabovemedial"/><Substitution in="zah" out="zah"/></SingleSubst></Lookup><Lookup index="7"><LookupType value="4"/><LookupFlag value="9"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="lamisolated"><Ligature components="alefwithmaddaabovefinal" glyph="lamwithalefmaddaaboveisolatedd"/><Ligature components="alefwithhamzaabovefinal" glyph="lamwithalefhamzaaboveisolatedd"/><Ligature components="alefwithhamzabelowfinal" glyph="lamwithalefhamzabelowisolated"/><Ligature components="aleffinal" glyph="lamwithalefisolated"/></LigatureSet><LigatureSet glyph="lammedial"><Ligature components="alefwithmaddaabovefinal" glyph="lamwithalefmaddaabovefinal"/><Ligature components="alefwithhamzaabovefinal" glyph="lamwithalefhamzaabovefinal"/><Ligature components="alefwithhamzabelowfinal" glyph="lamwithalefhamzabelowfinal"/><Ligature components="aleffinal" glyph="lamwithaleffinal"/></LigatureSet></LigatureSubst></Lookup><Lookup index="8"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="lamisolated"><Ligature components="lammedial,hehfinal" glyph="allahisolated"/></LigatureSet><LigatureSet glyph="reh"><Ligature components="yehmedial,aleffinal,lam" glyph="rayaleflam"/></LigatureSet></LigatureSubst></Lookup><Lookup index="9"><LookupType value="2"/><LookupFlag value="9"/><MultipleSubst index="0" Format="1"><Coverage Format="1"><Glyph value="alefwithhamzabelow"/></Coverage><Sequence index="0"><Substitute index="0" value="arabicalef"/><Substitute index="1" value="uni0655"/></Sequence></MultipleSubst></Lookup><Lookup index="10"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="heh" out="hehisolated"/></SingleSubst></Lookup></LookupList></GSUB><GPOS><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="2"/><FeatureIndex index="2" value="4"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="FAR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="3"/><FeatureIndex index="2" value="5"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="kern"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="kern"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="3"/><LookupListIndex index="3" value="4"/><LookupListIndex index="4" value="5"/><LookupListIndex index="5" value="6"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="3"/><LookupListIndex index="3" value="4"/><LookupListIndex index="4" value="5"/><LookupListIndex index="5" value="6"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="7"/><LookupListIndex index="1" value="8"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="7"/><LookupListIndex index="1" value="8"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="2"/><LookupFlag value="9"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="jeh"/></Coverage><ValueFormat1 value="5"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-480" XAdvance="-480"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-480" XAdvance="-480"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="tchehmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="jeemmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="hahmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="khahmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="aininitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="kafmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="lamisolated"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="uni06A5.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="tchehmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="behmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="jeemmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="hahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="khahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="aininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="kafmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="lamisolated"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="uni06A5.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="tchehmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="behmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="jeemmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="hahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="khahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="aininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="kafmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="lamisolated"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="uni06A5.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-480" XAdvance="-480"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-480" XAdvance="-480"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-362" XAdvance="-362"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="tchehmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="jeemmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="hahmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="khahmedial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="aininitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="kafmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="lamisolated"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="uni06A5.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-580" XAdvance="-580"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-530" XAdvance="-530"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-462" XAdvance="-462"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="tchehmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="behmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="jeemmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="hahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="khahmedial"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="aininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="kafmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="lamisolated"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-620" XAdvance="-620"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="uni06A5.init"/><Value1 XPlacement="-345" XAdvance="-345"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="1"><LookupType value="1"/><LookupFlag value="1"/><SinglePos index="0" Format="2"><Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/></Coverage><ValueFormat value="4"/><Value index="0" XAdvance="-412"/><Value index="1" XAdvance="-483"/><Value index="2" XAdvance="-412"/><Value index="3" XAdvance="-410"/><Value index="4" XAdvance="-431"/><Value index="5" XAdvance="-412"/><Value index="6" XAdvance="-433"/><Value index="7" XAdvance="-337"/><Value index="8" XAdvance="-424"/><Value index="9" XAdvance="-509"/><Value index="10" XAdvance="-433"/><Value index="11" XAdvance="-433"/><Value index="12" XAdvance="-433"/><Value index="13" XAdvance="-463"/><Value index="14" XAdvance="-433"/><Value index="15" XAdvance="-433"/><Value index="16" XAdvance="-424"/><Value index="17" XAdvance="-424"/><Value index="18" XAdvance="-424"/><Value index="19" XAdvance="-424"/><Value index="20" XAdvance="-424"/></SinglePos></Lookup><Lookup index="2"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="hamza"/><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="wawwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="yehwithhamzaabove"/><Glyph value="arabicalef"/><Glyph value="beh"/><Glyph value="tehmarbuta"/><Glyph value="teh"/><Glyph value="theh"/><Glyph value="jeem"/><Glyph value="hah"/><Glyph value="khah"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="seen"/><Glyph value="sheen"/><Glyph value="sad"/><Glyph value="dad"/><Glyph value="tah"/><Glyph value="zah"/><Glyph value="ain"/><Glyph value="ghain"/><Glyph value="tatweel"/><Glyph value="feh"/><Glyph value="qaf"/><Glyph value="arabickaf"/><Glyph value="lam"/><Glyph value="meem"/><Glyph value="noon"/><Glyph value="heh"/><Glyph value="waw"/><Glyph value="alefmaksura"/><Glyph value="yeh"/><Glyph value="alefwasla"/><Glyph value="peh"/><Glyph value="tcheh"/><Glyph value="jeh"/><Glyph value="veh"/><Glyph value="keheh"/><Glyph value="gaf"/><Glyph value="farsiyeh"/><Glyph value="alefwaslafinal"/><Glyph value="pehmedial"/><Glyph value="vehmedial"/><Glyph value="tchehfinal"/><Glyph value="tchehmedial"/><Glyph value="kehehfinal"/><Glyph value="kehehinitial"/><Glyph value="kehehmedial"/><Glyph value="gaffinal"/><Glyph value="gafinitial"/><Glyph value="gafmedial"/><Glyph value="farsiyehfinal"/><Glyph value="alefwithmaddaabovefinal"/><Glyph value="alefwithhamzaabovefinal"/><Glyph value="alefwithhamzabelowfinal"/><Glyph value="yehwithhamzaabovefinal"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="aleffinal"/><Glyph value="behmedial"/><Glyph value="tehmarbutafinal"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="jeemfinal"/><Glyph value="jeemmedial"/><Glyph value="hahfinal"/><Glyph value="hahmedial"/><Glyph value="khahfinal"/><Glyph value="khahmedial"/><Glyph value="seenmedial"/><Glyph value="sheenmedial"/><Glyph value="sadmedial"/><Glyph value="dadmedial"/><Glyph value="ainfinal"/><Glyph value="aininitial"/><Glyph value="ainmedial"/><Glyph value="ghainfinal"/><Glyph value="ghaininitial"/><Glyph value="ghainmedial"/><Glyph value="fehinitial"/><Glyph value="fehmedial"/><Glyph value="qafinitial"/><Glyph value="qafmedial"/><Glyph value="kafmedial"/><Glyph value="lamisolated"/><Glyph value="lammedial"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehfinal"/><Glyph value="hehinitial"/><Glyph value="hehmedial"/><Glyph value="alefmaksurafinal"/><Glyph value="yehfinal"/><Glyph value="yehmedial"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/><Glyph value="uni25CC"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1735"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1760"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1050"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1430"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="425"/><YCoordinate value="-248"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1730"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="280"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="600"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="250"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1100"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="786"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="316"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1220"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="786"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1420"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="786"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1530"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1000"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="900"/><YCoordinate value="1250"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="500"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="500"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1420"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="900"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="100"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="580"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="586"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="386"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1430"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1430"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="600"/><YCoordinate value="-350"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="950"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-275"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1150"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="600"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="980"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="286"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="930"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="600"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="686"/><YCoordinate value="-680"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="836"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1420"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="580"/><YCoordinate value="1380"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="586"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1330"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1530"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="530"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1280"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1450"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="336"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1450"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="336"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1330"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="336"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="336"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="780"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1730"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="280"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="980"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1350"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1520"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="386"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="1320"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1480"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1400"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="650"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="980"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="490"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1080"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="440"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1250"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="456"/><YCoordinate value="-780"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="490"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="440"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1420"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1370"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1420"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1370"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1450"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="336"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1530"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="250"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1530"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="250"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="980"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="400"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1220"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1100"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="386"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1200"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="400"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1000"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="780"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="486"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="780"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="636"/><YCoordinate value="-750"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1180"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="230"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1580"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="975"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="480"/><YCoordinate value="-285"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="3"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="pehmedial"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="behmedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="seenmedial"/><Glyph value="sheenmedial"/><Glyph value="aininitial"/><Glyph value="ainmedial"/><Glyph value="ghaininitial"/><Glyph value="ghainmedial"/><Glyph value="fehinitial"/><Glyph value="fehmedial"/><Glyph value="qafinitial"/><Glyph value="qafmedial"/><Glyph value="noonmedial"/><Glyph value="yehmedial"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></InputCoverage><LookAheadCoverage index="0" Format="1"><Glyph value="lam"/><Glyph value="lammedial"/></LookAheadCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="9"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="4"><LookupType value="5"/><LookupFlag value="1"/><MarkLigPos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></MarkCoverage><LigatureCoverage Format="2"><Glyph value="rayaleflam"/><Glyph value="allahisolated"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefmaddaabovefinal"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzaabovefinal"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefhamzabelowfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></LigatureCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1735"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1760"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1050"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1430"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><LigatureArray><LigatureAttach index="0"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="1500"/><YCoordinate value="650"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1350"/><YCoordinate value="-450"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="1150"/><YCoordinate value="780"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1000"/><YCoordinate value="-400"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="830"/><YCoordinate value="1170"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="760"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord><ComponentRecord index="3"><LigatureAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="1080"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-250"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="1"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="1050"/><YCoordinate value="1320"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1180"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="580"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="780"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="980"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="330"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="2"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="800"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="830"/><YCoordinate value="-270"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1675"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="3"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="880"/><YCoordinate value="-250"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1675"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="4"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="800"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="830"/><YCoordinate value="-270"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="1790"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="5"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="880"/><YCoordinate value="-250"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1820"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="6"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="800"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="880"/><YCoordinate value="-270"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="480"/><YCoordinate value="-450"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="7"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="880"/><YCoordinate value="-250"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="330"/><YCoordinate value="-450"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="8"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="800"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="830"/><YCoordinate value="-270"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="450"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="9"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="1500"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="880"/><YCoordinate value="-250"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="1580"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="-200"/></LigatureAnchor></ComponentRecord></LigatureAttach></LigatureArray></MarkLigPos></Lookup><Lookup index="5"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos><ChainContextPos index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="2" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos><ChainContextPos index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="2" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos><ChainContextPos index="3" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos><ChainContextPos index="4" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="2" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos><ChainContextPos index="5" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="meem"/><Glyph value="heh"/><Glyph value="arabicae"/><Glyph value="vehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="aininitial"/><Glyph value="ghaininitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="lamisolated"/><Glyph value="meemmedial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/><Glyph value="uni0649.init"/><Glyph value="uni06A5.init"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="2" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="10"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="6"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos><ChainContextPos index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="2" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos><ChainContextPos index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="2" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos><ChainContextPos index="3" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos><ChainContextPos index="4" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="2" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos><ChainContextPos index="5" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="alefwasla"/><Glyph value="alefwithfathatanisolated"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="2" Format="1"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage> <PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="11"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="7"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1735"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1800"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1760"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1050"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1430"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="2180"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="2165"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="2000"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="2250"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="205"/><YCoordinate value="2130"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="2130"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1700"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="1680"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1650"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1780"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1800"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="1630"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1730"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="2300"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="2430"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="2450"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="2480"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="2470"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1800"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="8"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="-1050"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="-900"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-420"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-720"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-580"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="9"><LookupType value="1"/><LookupFlag value="1"/><SinglePos index="0" Format="1"><Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathalow"/><Glyph value="shaddawithdammalow"/><Glyph value="shaddawithfathatanlow"/><Glyph value="shaddawithdammatanlow"/><Glyph value="shaddawithkasralow"/><Glyph value="shaddawithkasratanlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></Coverage><ValueFormat value="1"/><Value XPlacement="50"/></SinglePos></Lookup><Lookup index="10"><LookupType value="1"/><LookupFlag value="1"/><SinglePos index="0" Format="1"><Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Coverage><ValueFormat value="2"/><Value YPlacement="-200"/></SinglePos></Lookup><Lookup index="11"><LookupType value="1"/><LookupFlag value="1"/><SinglePos index="0" Format="2"><Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Coverage><ValueFormat value="2"/><Value index="0" YPlacement="-300"/><Value index="1" YPlacement="-300"/><Value index="2" YPlacement="-250"/><Value index="3" YPlacement="-250"/><Value index="4" YPlacement="-250"/></SinglePos></Lookup></LookupList></GPOS></ttFont>
-<?xml version="1.0" encoding="ISO-8859-1"?><ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="2.2"><head><tableVersion value="1.0"/><fontRevision value="5.91999816895"/><checkSumAdjustment value="0x72a15aae"/><magicNumber value="0x5f0f3cf5"/><flags value="00000000 00011000"/><unitsPerEm value="2048"/><created value="Fri Feb 10 10:51:56 1995"/><modified value="Mon Apr 13 14:25:57 2009"/><xMin value="-258"/><yMin value="-1025"/><xMax value="2060"/><yMax value="2036"/><macStyle value="00000000 00000000"/><lowestRecPPEM value="9"/><fontDirectionHint value="2"/><indexToLocFormat value="0"/><glyphDataFormat value="0"/></head><GlyphOrder><GlyphID id="0" name=".notdef"/><GlyphID id="1" name="NULL"/><GlyphID id="2" name="nonmarkingreturn"/><GlyphID id="3" name="space"/><GlyphID id="4" name="exclam"/><GlyphID id="5" name="quotedbl"/><GlyphID id="6" name="numbersign"/><GlyphID id="7" name="dollar"/><GlyphID id="8" name="percent"/><GlyphID id="9" name="ampersand"/><GlyphID id="10" name="quotesingle"/><GlyphID id="11" name="parenleft"/><GlyphID id="12" name="parenright"/><GlyphID id="13" name="asterisk"/><GlyphID id="14" name="plus"/><GlyphID id="15" name="comma"/><GlyphID id="16" name="hyphenminus"/><GlyphID id="17" name="period"/><GlyphID id="18" name="slash"/><GlyphID id="19" name="zero"/><GlyphID id="20" name="one"/><GlyphID id="21" name="two"/><GlyphID id="22" name="three"/><GlyphID id="23" name="four"/><GlyphID id="24" name="five"/><GlyphID id="25" name="six"/><GlyphID id="26" name="seven"/><GlyphID id="27" name="eight"/><GlyphID id="28" name="nine"/><GlyphID id="29" name="colon"/><GlyphID id="30" name="semicolon"/><GlyphID id="31" name="less"/><GlyphID id="32" name="equal"/><GlyphID id="33" name="greater"/><GlyphID id="34" name="question"/><GlyphID id="35" name="at"/><GlyphID id="36" name="A"/><GlyphID id="37" name="B"/><GlyphID id="38" name="C"/><GlyphID id="39" name="D"/><GlyphID id="40" name="E"/><GlyphID id="41" name="F"/><GlyphID id="42" name="G"/><GlyphID id="43" name="H"/><GlyphID id="44" name="I"/><GlyphID id="45" name="J"/><GlyphID id="46" name="K"/><GlyphID id="47" name="L"/><GlyphID id="48" name="M"/><GlyphID id="49" name="N"/><GlyphID id="50" name="O"/><GlyphID id="51" name="P"/><GlyphID id="52" name="Q"/><GlyphID id="53" name="R"/><GlyphID id="54" name="S"/><GlyphID id="55" name="T"/><GlyphID id="56" name="U"/><GlyphID id="57" name="V"/><GlyphID id="58" name="W"/><GlyphID id="59" name="X"/><GlyphID id="60" name="Y"/><GlyphID id="61" name="Z"/><GlyphID id="62" name="bracketleft"/><GlyphID id="63" name="backslash"/><GlyphID id="64" name="bracketright"/><GlyphID id="65" name="asciicircum"/><GlyphID id="66" name="underscore"/><GlyphID id="67" name="grave"/><GlyphID id="68" name="a"/><GlyphID id="69" name="b"/><GlyphID id="70" name="c"/><GlyphID id="71" name="d"/><GlyphID id="72" name="e"/><GlyphID id="73" name="f"/><GlyphID id="74" name="g"/><GlyphID id="75" name="h"/><GlyphID id="76" name="i"/><GlyphID id="77" name="j"/><GlyphID id="78" name="k"/><GlyphID id="79" name="l"/><GlyphID id="80" name="m"/><GlyphID id="81" name="n"/><GlyphID id="82" name="o"/><GlyphID id="83" name="p"/><GlyphID id="84" name="q"/><GlyphID id="85" name="r"/><GlyphID id="86" name="s"/><GlyphID id="87" name="t"/><GlyphID id="88" name="u"/><GlyphID id="89" name="v"/><GlyphID id="90" name="w"/><GlyphID id="91" name="x"/><GlyphID id="92" name="y"/><GlyphID id="93" name="z"/><GlyphID id="94" name="braceleft"/><GlyphID id="95" name="bar"/><GlyphID id="96" name="braceright"/><GlyphID id="97" name="asciitilde"/><GlyphID id="98" name="delete"/><GlyphID id="99" name="nonbreakingspace"/><GlyphID id="100" name="exclamdown"/><GlyphID id="101" name="cent"/><GlyphID id="102" name="sterling"/><GlyphID id="103" name="currency"/><GlyphID id="104" name="yen"/><GlyphID id="105" name="brokenbar"/><GlyphID id="106" name="section"/><GlyphID id="107" name="dieresis"/><GlyphID id="108" name="copyright"/><GlyphID id="109" name="ordfeminine"/><GlyphID id="110" name="guillemotleft"/><GlyphID id="111" name="logicalnot"/><GlyphID id="112" name="sfthyphen"/><GlyphID id="113" name="registered"/><GlyphID id="114" name="macron"/><GlyphID id="115" name="degree"/><GlyphID id="116" name="plusminus"/><GlyphID id="117" name="twosuperior"/><GlyphID id="118" name="threesuperior"/><GlyphID id="119" name="acute"/><GlyphID id="120" name="micro"/><GlyphID id="121" name="paragraph"/><GlyphID id="122" name="periodcentered"/><GlyphID id="123" name="cedilla"/><GlyphID id="124" name="onesuperior"/><GlyphID id="125" name="ordmasculine"/><GlyphID id="126" name="guillemotright"/><GlyphID id="127" name="onequarter"/><GlyphID id="128" name="onehalf"/><GlyphID id="129" name="threequarters"/><GlyphID id="130" name="questiondown"/><GlyphID id="131" name="Agrave"/><GlyphID id="132" name="multiply"/><GlyphID id="133" name="agrave"/><GlyphID id="134" name="acircumflex"/><GlyphID id="135" name="ccedilla"/><GlyphID id="136" name="egrave"/><GlyphID id="137" name="eacute"/><GlyphID id="138" name="ecircumflex"/><GlyphID id="139" name="edieresis"/><GlyphID id="140" name="icircumflex"/><GlyphID id="141" name="idieresis"/><GlyphID id="142" name="ocircumflex"/><GlyphID id="143" name="divide"/><GlyphID id="144" name="ugrave"/><GlyphID id="145" name="ucircumflex"/><GlyphID id="146" name="udieresis"/><GlyphID id="147" name="ydieresis"/><GlyphID id="148" name="dotlessi"/><GlyphID id="149" name="OE"/><GlyphID id="150" name="oe"/><GlyphID id="151" name="Scaron"/><GlyphID id="152" name="scaron"/><GlyphID id="153" name="Ydieresis"/><GlyphID id="154" name="florin"/><GlyphID id="155" name="circumflex"/><GlyphID id="156" name="caron"/><GlyphID id="157" name="arabiccomma"/><GlyphID id="158" name="arabicsemicolon"/><GlyphID id="159" name="arabicquestionmark"/><GlyphID id="160" name="hamza"/><GlyphID id="161" name="alefwithmaddaabove"/><GlyphID id="162" name="alefwithhamzaabove"/><GlyphID id="163" name="wawwithhamzaabove"/><GlyphID id="164" name="alefwithhamzabelow"/><GlyphID id="165" name="yehwithhamzaabove"/><GlyphID id="166" name="arabicalef"/><GlyphID id="167" name="beh"/><GlyphID id="168" name="tehmarbuta"/><GlyphID id="169" name="teh"/><GlyphID id="170" name="theh"/><GlyphID id="171" name="jeem"/><GlyphID id="172" name="hah"/><GlyphID id="173" name="khah"/><GlyphID id="174" name="dal"/><GlyphID id="175" name="thal"/><GlyphID id="176" name="reh"/><GlyphID id="177" name="zain"/><GlyphID id="178" name="seen"/><GlyphID id="179" name="sheen"/><GlyphID id="180" name="sad"/><GlyphID id="181" name="dad"/><GlyphID id="182" name="tah"/><GlyphID id="183" name="zah"/><GlyphID id="184" name="ain"/><GlyphID id="185" name="ghain"/><GlyphID id="186" name="tatweel"/><GlyphID id="187" name="feh"/><GlyphID id="188" name="qaf"/><GlyphID id="189" name="arabickaf"/><GlyphID id="190" name="lam"/><GlyphID id="191" name="meem"/><GlyphID id="192" name="noon"/><GlyphID id="193" name="heh"/><GlyphID id="194" name="waw"/><GlyphID id="195" name="alefmaksura"/><GlyphID id="196" name="yeh"/><GlyphID id="197" name="fathatan"/><GlyphID id="198" name="dammatan"/><GlyphID id="199" name="kasratan"/><GlyphID id="200" name="fatha"/><GlyphID id="201" name="damma"/><GlyphID id="202" name="kasra"/><GlyphID id="203" name="shadda"/><GlyphID id="204" name="sukun"/><GlyphID id="205" name="arabicindicdigitzero"/><GlyphID id="206" name="arabicindicdigitone"/><GlyphID id="207" name="arabicindicdigittwo"/><GlyphID id="208" name="arabicindicdigitthree"/><GlyphID id="209" name="arabicindicdigitfour"/><GlyphID id="210" name="arabicindicdigitfive"/><GlyphID id="211" name="arabicindicdigitsix"/><GlyphID id="212" name="arabicindicdigitseven"/><GlyphID id="213" name="arabicindicdigiteight"/><GlyphID id="214" name="arabicindicdigitnine"/><GlyphID id="215" name="arabicpercentsign"/><GlyphID id="216" name="arabicfivepointedstar"/><GlyphID id="217" name="superscriptalef"/><GlyphID id="218" name="alefwasla"/><GlyphID id="219" name="highhamza"/><GlyphID id="220" name="peh"/><GlyphID id="221" name="tcheh"/><GlyphID id="222" name="jeh"/><GlyphID id="223" name="veh"/><GlyphID id="224" name="keheh"/><GlyphID id="225" name="gaf"/><GlyphID id="226" name="farsiyeh"/><GlyphID id="227" name="arabicae"/><GlyphID id="228" name="smallhighmadda"/><GlyphID id="229" name="extendedarabicindicdigitzero"/><GlyphID id="230" name="extendedarabicindicdigitone"/><GlyphID id="231" name="extendedarabicindicdigittwo"/><GlyphID id="232" name="extendedarabicindicdigitthree"/><GlyphID id="233" name="extendedarabicindicdigitfour"/><GlyphID id="234" name="extendedarabicindicdigitfive"/><GlyphID id="235" name="extendedarabicindicdigitsix"/><GlyphID id="236" name="extendedarabicindicdigitseven"/><GlyphID id="237" name="extendedarabicindicdigiteight"/><GlyphID id="238" name="extendedarabicindicdigitnine"/><GlyphID id="239" name="zeronojoin"/><GlyphID id="240" name="zerojoin"/><GlyphID id="241" name="lefttoright"/><GlyphID id="242" name="righttoleft"/><GlyphID id="243" name="endash"/><GlyphID id="244" name="quotedash"/><GlyphID id="245" name="quoteleft"/><GlyphID id="246" name="quoteright"/><GlyphID id="247" name="quotesinglbase"/><GlyphID id="248" name="quotedblleft"/><GlyphID id="249" name="quotedblright"/><GlyphID id="250" name="quotedblbase"/><GlyphID id="251" name="dagger"/><GlyphID id="252" name="daggerdbl"/><GlyphID id="253" name="bullet"/><GlyphID id="254" name="ellipsis"/><GlyphID id="255" name="perthousand"/><GlyphID id="256" name="guilsinglleft"/><GlyphID id="257" name="guilsinglright"/><GlyphID id="258" name="trademark"/><GlyphID id="259" name="fathalow"/><GlyphID id="260" name="dammalow"/><GlyphID id="261" name="sukunlow"/><GlyphID id="262" name="fathatanlow"/><GlyphID id="263" name="dammatanlow"/><GlyphID id="264" name="shaddalow"/><GlyphID id="265" name="kasralow"/><GlyphID id="266" name="kasratanlow"/><GlyphID id="267" name="shaddawithfathaisolatedlow"/><GlyphID id="268" name="shaddawithdammaisolatedlow"/><GlyphID id="269" name="shaddawithfathatanisolatedlow"/><GlyphID id="270" name="shaddawithdammatanisolatedlow"/><GlyphID id="271" name="shaddawithkasraisolatedlow"/><GlyphID id="272" name="lamwithmeemwithjeeminitial"/><GlyphID id="273" name="behwithhehinitial"/><GlyphID id="274" name="pehwithhehinitial"/><GlyphID id="275" name="tehwithhehinitial"/><GlyphID id="276" name="noonwithhehinitial"/><GlyphID id="277" name="rayaleflam"/><GlyphID id="278" name="uniE817"/><GlyphID id="279" name="shaddawithfathatanisolated"/><GlyphID id="280" name="shaddawithkasratanisolatedlow"/><GlyphID id="281" name="fathaonhamza"/><GlyphID id="282" name="fathatanonhamza"/><GlyphID id="283" name="sukunonhamza"/><GlyphID id="284" name="dammaonhamza"/><GlyphID id="285" name="dammatanonhamza"/><GlyphID id="286" name="alefwaslaisolated"/><GlyphID id="287" name="alefwaslafinal"/><GlyphID id="288" name="pehisolated"/><GlyphID id="289" name="pehfinal"/><GlyphID id="290" name="pehinitial"/><GlyphID id="291" name="pehmedial"/><GlyphID id="292" name="vehisolated"/><GlyphID id="293" name="vehfinal"/><GlyphID id="294" name="vehinitial"/><GlyphID id="295" name="vehmedial"/><GlyphID id="296" name="tchehisolated"/><GlyphID id="297" name="tchehfinal"/><GlyphID id="298" name="tchehinitial"/><GlyphID id="299" name="tchehmedial"/><GlyphID id="300" name="jehisolated"/><GlyphID id="301" name="jehfinal"/><GlyphID id="302" name="kehehisolated"/><GlyphID id="303" name="kehehfinal"/><GlyphID id="304" name="kehehinitial"/><GlyphID id="305" name="kehehmedial"/><GlyphID id="306" name="gafisolated"/><GlyphID id="307" name="gaffinal"/><GlyphID id="308" name="gafinitial"/><GlyphID id="309" name="gafmedial"/><GlyphID id="310" name="farsiyehisolated"/><GlyphID id="311" name="farsiyehfinal"/><GlyphID id="312" name="behwithmeemisolated"/><GlyphID id="313" name="behwithalefmaksuraisolated"/><GlyphID id="314" name="behwithyehisolated"/><GlyphID id="315" name="tehwithmeemisolated"/><GlyphID id="316" name="tehwithyehisolated"/><GlyphID id="317" name="thehwithmeemisolated"/><GlyphID id="318" name="fehwithalefmaksuraisolated"/><GlyphID id="319" name="fehwithyehisolated"/><GlyphID id="320" name="lamwithjeemisolated"/><GlyphID id="321" name="lamwithhahisolated"/><GlyphID id="322" name="lamwithkhahisolated"/><GlyphID id="323" name="lamwithmeemisolated"/><GlyphID id="324" name="lamwithalefmaksuraisolated"/><GlyphID id="325" name="lamwithyehisolated"/><GlyphID id="326" name="noonwithmeemisolated"/><GlyphID id="327" name="noonwithalefmaksuraisolated"/><GlyphID id="328" name="noonwithyehisolated"/><GlyphID id="329" name="yehwithmeemisolated"/><GlyphID id="330" name="yehwithalefmaksuraisolated"/><GlyphID id="331" name="shaddawithdammatanisolated"/><GlyphID id="332" name="shaddawithkasratanisolated"/><GlyphID id="333" name="shaddawithfathaisolated"/><GlyphID id="334" name="shaddawithdammaisolated"/><GlyphID id="335" name="shaddawithkasraisolated"/><GlyphID id="336" name="behwithrehfinal"/><GlyphID id="337" name="behwithnoonfinal"/><GlyphID id="338" name="behwithalefmaksurafinal"/><GlyphID id="339" name="behwithyehfinal"/><GlyphID id="340" name="tehwithnoonfinal"/><GlyphID id="341" name="tehwithalefmaksurafinal"/><GlyphID id="342" name="tehwithyehfinal"/><GlyphID id="343" name="noonwithzainfinal"/><GlyphID id="344" name="noonwithalefmaksurafinal"/><GlyphID id="345" name="noonwithyehfinal"/><GlyphID id="346" name="yehwithrehfinal"/><GlyphID id="347" name="yehwithnoonfinal"/><GlyphID id="348" name="yehwithalefmaksurafinal"/><GlyphID id="349" name="behwithjeeminitial"/><GlyphID id="350" name="behwithhahinitial"/><GlyphID id="351" name="behwithkhahinitial"/><GlyphID id="352" name="behwithmeeminitial"/><GlyphID id="353" name="tehwithjeeminitial"/><GlyphID id="354" name="tehwithhahinitial"/><GlyphID id="355" name="tehwithkhahinitial"/><GlyphID id="356" name="tehwithmeeminitial"/><GlyphID id="357" name="thehwithmeeminitial"/><GlyphID id="358" name="jeemwithmeeminitial"/><GlyphID id="359" name="hahwithmeeminitial"/><GlyphID id="360" name="khahwithmeeminitial"/><GlyphID id="361" name="seenwithmeeminitial"/><GlyphID id="362" name="lamwithjeeminitial"/><GlyphID id="363" name="lamwithhahinitial"/><GlyphID id="364" name="lamwithkhahinitial"/><GlyphID id="365" name="lamwithmeeminitial"/><GlyphID id="366" name="lamwithhehinitial"/><GlyphID id="367" name="meemwithjeeminitial"/><GlyphID id="368" name="meemwithhahinitial"/><GlyphID id="369" name="meemwithkhahinitial"/><GlyphID id="370" name="meemwithmeeminitial"/><GlyphID id="371" name="noonwithjeeminitial"/><GlyphID id="372" name="noonwithhahinitial"/><GlyphID id="373" name="noonwithkhahinitial"/><GlyphID id="374" name="noonwithmeeminitial"/><GlyphID id="375" name="hehwithmeeminitial"/><GlyphID id="376" name="yehwithjeeminitial"/><GlyphID id="377" name="yehwithhahinitial"/><GlyphID id="378" name="yehwithkhahinitial"/><GlyphID id="379" name="yehwithmeeminitial"/><GlyphID id="380" name="shaddawithfathamedial"/><GlyphID id="381" name="shaddawithdammamedial"/><GlyphID id="382" name="shaddawithkasramedial"/><GlyphID id="383" name="sheenwithmeeminitial"/><GlyphID id="384" name="alefwithfathatanfinal"/><GlyphID id="385" name="alefwithfathatanisolated"/><GlyphID id="386" name="ornateleftparenthesis"/><GlyphID id="387" name="ornaterightparenthesis"/><GlyphID id="388" name="lamwithmeemwithhahinitial"/><GlyphID id="389" name="allahisolated"/><GlyphID id="390" name="fathatanisolated"/><GlyphID id="391" name="fathatanontatweel"/><GlyphID id="392" name="dammatanisolated"/><GlyphID id="393" name="kasratanisolated"/><GlyphID id="394" name="fathaisolated"/><GlyphID id="395" name="fathahontatweel"/><GlyphID id="396" name="dammaisolated"/><GlyphID id="397" name="dammahontatweel"/><GlyphID id="398" name="kasraisolated"/><GlyphID id="399" name="kasrahontatweel"/><GlyphID id="400" name="shaddaisolated"/><GlyphID id="401" name="shaddahontatweel"/><GlyphID id="402" name="sukunisolated"/><GlyphID id="403" name="sukunontatweel"/><GlyphID id="404" name="hamzaisolated"/><GlyphID id="405" name="alefwithmaddaaboveisolated"/><GlyphID id="406" name="alefwithmaddaabovefinal"/><GlyphID id="407" name="alefwithhamzaaboveisolated"/><GlyphID id="408" name="alefwithhamzaabovefinal"/><GlyphID id="409" name="wawwithhamzaaboveisolated"/><GlyphID id="410" name="wawwithhamzaabovefinal"/><GlyphID id="411" name="alefwithhamzabelowisolated"/><GlyphID id="412" name="alefwithhamzabelowfinal"/><GlyphID id="413" name="yehwithhamzaaboveisolated"/><GlyphID id="414" name="yehwithhamzaabovefinal"/><GlyphID id="415" name="yehwithhamzaaboveinitial"/><GlyphID id="416" name="yehwithhamzaabovemedial"/><GlyphID id="417" name="alefisolated"/><GlyphID id="418" name="aleffinal"/><GlyphID id="419" name="behisolated"/><GlyphID id="420" name="behfinal"/><GlyphID id="421" name="behinitial"/><GlyphID id="422" name="behmedial"/><GlyphID id="423" name="tehmarbutaisolated"/><GlyphID id="424" name="tehmarbutafinal"/><GlyphID id="425" name="tehisolated"/><GlyphID id="426" name="tehfinal"/><GlyphID id="427" name="tehinitial"/><GlyphID id="428" name="tehmedial"/><GlyphID id="429" name="thehisolated"/><GlyphID id="430" name="thehfinal"/><GlyphID id="431" name="thehinitial"/><GlyphID id="432" name="thehmedial"/><GlyphID id="433" name="jeemisolated"/><GlyphID id="434" name="jeemfinal"/><GlyphID id="435" name="jeeminitial"/><GlyphID id="436" name="jeemmedial"/><GlyphID id="437" name="hahisolated"/><GlyphID id="438" name="hahfinal"/><GlyphID id="439" name="hahinitial"/><GlyphID id="440" name="hahmedial"/><GlyphID id="441" name="khahisolated"/><GlyphID id="442" name="khahfinal"/><GlyphID id="443" name="khahinitial"/><GlyphID id="444" name="khahmedial"/><GlyphID id="445" name="dalisolated"/><GlyphID id="446" name="dalfinal"/><GlyphID id="447" name="thalisolated"/><GlyphID id="448" name="thalfinal"/><GlyphID id="449" name="rehisolated"/><GlyphID id="450" name="rehfinal"/><GlyphID id="451" name="zainisolated"/><GlyphID id="452" name="zainfinal"/><GlyphID id="453" name="seenisolated"/><GlyphID id="454" name="seenfinal"/><GlyphID id="455" name="seeninitial"/><GlyphID id="456" name="seenmedial"/><GlyphID id="457" name="sheenisolated"/><GlyphID id="458" name="sheenfinal"/><GlyphID id="459" name="sheeninitial"/><GlyphID id="460" name="sheenmedial"/><GlyphID id="461" name="sadisolated"/><GlyphID id="462" name="sadfinal"/><GlyphID id="463" name="sadinitial"/><GlyphID id="464" name="sadmedial"/><GlyphID id="465" name="dadisolated"/><GlyphID id="466" name="dadfinal"/><GlyphID id="467" name="dadinitial"/><GlyphID id="468" name="dadmedial"/><GlyphID id="469" name="tahisolated"/><GlyphID id="470" name="tahfinal"/><GlyphID id="471" name="tahinitial"/><GlyphID id="472" name="tahmedial"/><GlyphID id="473" name="zahisolated"/><GlyphID id="474" name="zahfinal"/><GlyphID id="475" name="zahinitial"/><GlyphID id="476" name="zahmedial"/><GlyphID id="477" name="ainisolated"/><GlyphID id="478" name="ainfinal"/><GlyphID id="479" name="aininitial"/><GlyphID id="480" name="ainmedial"/><GlyphID id="481" name="ghainisolated"/><GlyphID id="482" name="ghainfinal"/><GlyphID id="483" name="ghaininitial"/><GlyphID id="484" name="ghainmedial"/><GlyphID id="485" name="fehisolated"/><GlyphID id="486" name="fehfinal"/><GlyphID id="487" name="fehinitial"/><GlyphID id="488" name="fehmedial"/><GlyphID id="489" name="qafisolated"/><GlyphID id="490" name="qaffinal"/><GlyphID id="491" name="qafinitial"/><GlyphID id="492" name="qafmedial"/><GlyphID id="493" name="kafisolated"/><GlyphID id="494" name="arabickaffinal"/><GlyphID id="495" name="kafinitial"/><GlyphID id="496" name="kafmedial"/><GlyphID id="497" name="lamisolated"/><GlyphID id="498" name="lamfinal"/><GlyphID id="499" name="laminitial"/><GlyphID id="500" name="lammedial"/><GlyphID id="501" name="meemisolated"/><GlyphID id="502" name="meemfinal"/><GlyphID id="503" name="meeminitial"/><GlyphID id="504" name="meemmedial"/><GlyphID id="505" name="noonisolated"/><GlyphID id="506" name="noonfinal"/><GlyphID id="507" name="nooninitial"/><GlyphID id="508" name="noonmedial"/><GlyphID id="509" name="hehisolated"/><GlyphID id="510" name="hehfinal"/><GlyphID id="511" name="hehinitial"/><GlyphID id="512" name="hehmedial"/><GlyphID id="513" name="wawisolated"/><GlyphID id="514" name="wawfinal"/><GlyphID id="515" name="alefmaksuraisolated"/><GlyphID id="516" name="alefmaksurafinal"/><GlyphID id="517" name="yehisolated"/><GlyphID id="518" name="yehfinal"/><GlyphID id="519" name="yehinitial"/><GlyphID id="520" name="yehmedial"/><GlyphID id="521" name="lamwithalefmaddaaboveisolatedd"/><GlyphID id="522" name="lamwithalefmaddaabovefinal"/><GlyphID id="523" name="lamwithalefhamzaaboveisolatedd"/><GlyphID id="524" name="lamwithalefhamzaabovefinal"/><GlyphID id="525" name="lamwithalefhamzabelowisolated"/><GlyphID id="526" name="lamwithalefhamzabelowfinal"/><GlyphID id="527" name="lamwithalefisolated"/><GlyphID id="528" name="lamwithaleffinal"/><GlyphID id="529" name="zerowidthnobreakspace"/><GlyphID id="530" name="uni000D"/><GlyphID id="531" name="tilde"/><GlyphID id="532" name="Aacute"/><GlyphID id="533" name="Acircumflex"/><GlyphID id="534" name="Atilde"/><GlyphID id="535" name="Adieresis"/><GlyphID id="536" name="Aring"/><GlyphID id="537" name="AE"/><GlyphID id="538" name="Ccedilla"/><GlyphID id="539" name="Egrave"/><GlyphID id="540" name="Eacute"/><GlyphID id="541" name="Ecircumflex"/><GlyphID id="542" name="Edieresis"/><GlyphID id="543" name="Igrave"/><GlyphID id="544" name="Iacute"/><GlyphID id="545" name="Icircumflex"/><GlyphID id="546" name="Idieresis"/><GlyphID id="547" name="Eth"/><GlyphID id="548" name="Ntilde"/><GlyphID id="549" name="Ograve"/><GlyphID id="550" name="Oacute"/><GlyphID id="551" name="Ocircumflex"/><GlyphID id="552" name="Otilde"/><GlyphID id="553" name="Odieresis"/><GlyphID id="554" name="Oslash"/><GlyphID id="555" name="Ugrave"/><GlyphID id="556" name="Uacute"/><GlyphID id="557" name="Ucircumflex"/><GlyphID id="558" name="Udieresis"/><GlyphID id="559" name="Yacute"/><GlyphID id="560" name="Thorn"/><GlyphID id="561" name="germandbls"/><GlyphID id="562" name="aacute"/><GlyphID id="563" name="atilde"/><GlyphID id="564" name="adieresis"/><GlyphID id="565" name="aring"/><GlyphID id="566" name="ae"/><GlyphID id="567" name="igrave"/><GlyphID id="568" name="iacute"/><GlyphID id="569" name="eth"/><GlyphID id="570" name="ntilde"/><GlyphID id="571" name="ograve"/><GlyphID id="572" name="oacute"/><GlyphID id="573" name="otilde"/><GlyphID id="574" name="odieresis"/><GlyphID id="575" name="oslash"/><GlyphID id="576" name="uacute"/><GlyphID id="577" name="yacute"/><GlyphID id="578" name="thorn"/><GlyphID id="579" name="Zcaron"/><GlyphID id="580" name="zcaron"/><GlyphID id="581" name="Euro"/><GlyphID id="582" name="uni0649.init"/><GlyphID id="583" name="uni0649.medi"/><GlyphID id="584" name="uni0654"/><GlyphID id="585" name="uni0655"/><GlyphID id="586" name="uni0655064D"/><GlyphID id="587" name="uni06550650"/><GlyphID id="588" name="uni25CC"/></GlyphOrder><cmap><tableVersion version="0"/><cmap_format_0 platformID="1" platEncID="0" language="0"><map code="0x0" name="NULL"/><map code="0x1" name=".notdef"/><map code="0x2" name=".notdef"/><map code="0x3" name=".notdef"/><map code="0x4" name=".notdef"/><map code="0x5" name=".notdef"/><map code="0x6" name=".notdef"/><map code="0x7" name=".notdef"/><map code="0x8" name="NULL"/><map code="0x9" name="nonmarkingreturn"/><map code="0xa" name=".notdef"/><map code="0xb" name=".notdef"/><map code="0xc" name=".notdef"/><map code="0xd" name="nonmarkingreturn"/><map code="0xe" name=".notdef"/><map code="0xf" name=".notdef"/><map code="0x10" name=".notdef"/><map code="0x11" name=".notdef"/><map code="0x12" name=".notdef"/><map code="0x13" name=".notdef"/><map code="0x14" name=".notdef"/><map code="0x15" name=".notdef"/><map code="0x16" name=".notdef"/><map code="0x17" name=".notdef"/><map code="0x18" name=".notdef"/><map code="0x19" name=".notdef"/><map code="0x1a" name=".notdef"/><map code="0x1b" name=".notdef"/><map code="0x1c" name=".notdef"/><map code="0x1d" name="NULL"/><map code="0x1e" name=".notdef"/><map code="0x1f" name=".notdef"/><map code="0x20" name="space"/><map code="0x21" name="exclam"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft"/><map code="0x29" name="parenright"/><map code="0x2a" name="asterisk"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphenminus"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0x7f" name=".notdef"/><map code="0x80" name=".notdef"/><map code="0x81" name=".notdef"/><map code="0x82" name=".notdef"/><map code="0x83" name=".notdef"/><map code="0x84" name=".notdef"/><map code="0x85" name=".notdef"/><map code="0x86" name=".notdef"/><map code="0x87" name=".notdef"/><map code="0x88" name=".notdef"/><map code="0x89" name=".notdef"/><map code="0x8a" name=".notdef"/><map code="0x8b" name=".notdef"/><map code="0x8c" name=".notdef"/><map code="0x8d" name=".notdef"/><map code="0x8e" name=".notdef"/><map code="0x8f" name=".notdef"/><map code="0x90" name=".notdef"/><map code="0x91" name=".notdef"/><map code="0x92" name=".notdef"/><map code="0x93" name=".notdef"/><map code="0x94" name=".notdef"/><map code="0x95" name=".notdef"/><map code="0x96" name=".notdef"/><map code="0x97" name=".notdef"/><map code="0x98" name=".notdef"/><map code="0x99" name=".notdef"/><map code="0x9a" name=".notdef"/><map code="0x9b" name=".notdef"/><map code="0x9c" name=".notdef"/><map code="0x9d" name=".notdef"/><map code="0x9e" name=".notdef"/><map code="0x9f" name=".notdef"/><map code="0xa0" name=".notdef"/><map code="0xa1" name="exclam"/><map code="0xa2" name="quotedbl"/><map code="0xa3" name="numbersign"/><map code="0xa4" name="dollar"/><map code="0xa5" name="percent"/><map code="0xa6" name="ampersand"/><map code="0xa7" name="quotesingle"/><map code="0xa8" name="parenleft"/><map code="0xa9" name="parenright"/><map code="0xaa" name="multiply"/><map code="0xab" name="plus"/><map code="0xac" name="arabiccomma"/><map code="0xad" name="hyphenminus"/><map code="0xae" name="period"/><map code="0xaf" name="slash"/><map code="0xb0" name="periodcentered"/><map code="0xb1" name="arabicindicdigitone"/><map code="0xb2" name="arabicindicdigittwo"/><map code="0xb3" name="arabicindicdigitthree"/><map code="0xb4" name="arabicindicdigitfour"/><map code="0xb5" name="arabicindicdigitfive"/><map code="0xb6" name="arabicindicdigitsix"/><map code="0xb7" name="arabicindicdigitseven"/><map code="0xb8" name="arabicindicdigiteight"/><map code="0xb9" name="arabicindicdigitnine"/><map code="0xba" name="colon"/><map code="0xbb" name="semicolon"/><map code="0xbc" name="less"/><map code="0xbd" name="equal"/><map code="0xbe" name="greater"/><map code="0xbf" name="arabicquestionmark"/><map code="0xc0" name="asterisk"/><map code="0xc1" name="hamza"/><map code="0xc2" name="alefwithmaddaabove"/><map code="0xc3" name="alefwithhamzaabove"/><map code="0xc4" name="wawwithhamzaabove"/><map code="0xc5" name="alefwithhamzabelow"/><map code="0xc6" name="yehwithhamzaabove"/><map code="0xc7" name="arabicalef"/><map code="0xc8" name="beh"/><map code="0xc9" name="tehmarbuta"/><map code="0xca" name="teh"/><map code="0xcb" name="theh"/><map code="0xcc" name="jeem"/><map code="0xcd" name="hah"/><map code="0xce" name="khah"/><map code="0xcf" name="dal"/><map code="0xd0" name="thal"/><map code="0xd1" name="reh"/><map code="0xd2" name="zain"/><map code="0xd3" name="seen"/><map code="0xd4" name="sheen"/><map code="0xd5" name="sad"/><map code="0xd6" name="dad"/><map code="0xd7" name="tah"/><map code="0xd8" name="zah"/><map code="0xd9" name="ain"/><map code="0xda" name="ghain"/><map code="0xdb" name="bracketright"/><map code="0xdc" name="backslash"/><map code="0xdd" name="bracketleft"/><map code="0xde" name="circumflex"/><map code="0xdf" name="underscore"/><map code="0xe0" name="hyphenminus"/><map code="0xe1" name="feh"/><map code="0xe2" name="qaf"/><map code="0xe3" name="arabickaf"/><map code="0xe4" name="lam"/><map code="0xe5" name="meem"/><map code="0xe6" name="noon"/><map code="0xe7" name="heh"/><map code="0xe8" name="waw"/><map code="0xe9" name="alefmaksura"/><map code="0xea" name="yeh"/><map code="0xeb" name="fathatan"/><map code="0xec" name="dammatan"/><map code="0xed" name="kasratan"/><map code="0xee" name="fatha"/><map code="0xef" name="damma"/><map code="0xf0" name="kasra"/><map code="0xf1" name="shadda"/><map code="0xf2" name="sukun"/><map code="0xf3" name="peh"/><map code="0xf4" name=".notdef"/><map code="0xf5" name="tcheh"/><map code="0xf6" name="heh"/><map code="0xf7" name="veh"/><map code="0xf8" name="gaf"/><map code="0xf9" name=".notdef"/><map code="0xfa" name=".notdef"/><map code="0xfb" name="braceright"/><map code="0xfc" name="bar"/><map code="0xfd" name="braceleft"/><map code="0xfe" name="jeh"/><map code="0xff" name=".notdef"/></cmap_format_0><cmap_format_4 platformID="3" platEncID="1" language="0"><map code="0x20" name="space"/><map code="0x21" name="exclam"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft"/><map code="0x29" name="parenright"/><map code="0x2a" name="asterisk"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphenminus"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0x7f" name="delete"/><map code="0xa0" name="nonbreakingspace"/><map code="0xa1" name="exclamdown"/><map code="0xa2" name="cent"/><map code="0xa3" name="sterling"/><map code="0xa4" name="currency"/><map code="0xa5" name="yen"/><map code="0xa6" name="brokenbar"/><map code="0xa7" name="section"/><map code="0xa8" name="dieresis"/><map code="0xa9" name="copyright"/><map code="0xaa" name="ordfeminine"/><map code="0xab" name="guillemotleft"/><map code="0xac" name="logicalnot"/><map code="0xad" name="sfthyphen"/><map code="0xae" name="registered"/><map code="0xaf" name="macron"/><map code="0xb0" name="degree"/><map code="0xb1" name="plusminus"/><map code="0xb2" name="twosuperior"/><map code="0xb3" name="threesuperior"/><map code="0xb4" name="acute"/><map code="0xb5" name="micro"/><map code="0xb6" name="paragraph"/><map code="0xb7" name="periodcentered"/><map code="0xb8" name="cedilla"/><map code="0xb9" name="onesuperior"/><map code="0xba" name="ordmasculine"/><map code="0xbb" name="guillemotright"/><map code="0xbc" name="onequarter"/><map code="0xbd" name="onehalf"/><map code="0xbe" name="threequarters"/><map code="0xbf" name="questiondown"/><map code="0xc0" name="Agrave"/><map code="0xc1" name="Aacute"/><map code="0xc2" name="Acircumflex"/><map code="0xc3" name="Atilde"/><map code="0xc4" name="Adieresis"/><map code="0xc5" name="Aring"/><map code="0xc6" name="AE"/><map code="0xc7" name="Ccedilla"/><map code="0xc8" name="Egrave"/><map code="0xc9" name="Eacute"/><map code="0xca" name="Ecircumflex"/><map code="0xcb" name="Edieresis"/><map code="0xcc" name="Igrave"/><map code="0xcd" name="Iacute"/><map code="0xce" name="Icircumflex"/><map code="0xcf" name="Idieresis"/><map code="0xd0" name="Eth"/><map code="0xd1" name="Ntilde"/><map code="0xd2" name="Ograve"/><map code="0xd3" name="Oacute"/><map code="0xd4" name="Ocircumflex"/><map code="0xd5" name="Otilde"/><map code="0xd6" name="Odieresis"/><map code="0xd7" name="multiply"/><map code="0xd8" name="Oslash"/><map code="0xd9" name="Ugrave"/><map code="0xda" name="Uacute"/><map code="0xdb" name="Ucircumflex"/><map code="0xdc" name="Udieresis"/><map code="0xdd" name="Yacute"/><map code="0xde" name="Thorn"/><map code="0xdf" name="germandbls"/><map code="0xe0" name="agrave"/><map code="0xe1" name="aacute"/><map code="0xe2" name="acircumflex"/><map code="0xe3" name="atilde"/><map code="0xe4" name="adieresis"/><map code="0xe5" name="aring"/><map code="0xe6" name="ae"/><map code="0xe7" name="ccedilla"/><map code="0xe8" name="egrave"/><map code="0xe9" name="eacute"/><map code="0xea" name="ecircumflex"/><map code="0xeb" name="edieresis"/><map code="0xec" name="igrave"/><map code="0xed" name="iacute"/><map code="0xee" name="icircumflex"/><map code="0xef" name="idieresis"/><map code="0xf0" name="eth"/><map code="0xf1" name="ntilde"/><map code="0xf2" name="ograve"/><map code="0xf3" name="oacute"/><map code="0xf4" name="ocircumflex"/><map code="0xf5" name="otilde"/><map code="0xf6" name="odieresis"/><map code="0xf7" name="divide"/><map code="0xf8" name="oslash"/><map code="0xf9" name="ugrave"/><map code="0xfa" name="uacute"/><map code="0xfb" name="ucircumflex"/><map code="0xfc" name="udieresis"/><map code="0xfd" name="yacute"/><map code="0xfe" name="thorn"/><map code="0xff" name="ydieresis"/><map code="0x131" name="dotlessi"/><map code="0x152" name="OE"/><map code="0x153" name="oe"/><map code="0x160" name="Scaron"/><map code="0x161" name="scaron"/><map code="0x178" name="Ydieresis"/><map code="0x17d" name="Zcaron"/><map code="0x17e" name="zcaron"/><map code="0x192" name="florin"/><map code="0x2c6" name="circumflex"/><map code="0x2c7" name="caron"/><map code="0x2dc" name="tilde"/><map code="0x60c" name="arabiccomma"/><map code="0x61b" name="arabicsemicolon"/><map code="0x61f" name="arabicquestionmark"/><map code="0x621" name="hamza"/><map code="0x622" name="alefwithmaddaabove"/><map code="0x623" name="alefwithhamzaabove"/><map code="0x624" name="wawwithhamzaabove"/><map code="0x625" name="alefwithhamzabelow"/><map code="0x626" name="yehwithhamzaabove"/><map code="0x627" name="arabicalef"/><map code="0x628" name="beh"/><map code="0x629" name="tehmarbuta"/><map code="0x62a" name="teh"/><map code="0x62b" name="theh"/><map code="0x62c" name="jeem"/><map code="0x62d" name="hah"/><map code="0x62e" name="khah"/><map code="0x62f" name="dal"/><map code="0x630" name="thal"/><map code="0x631" name="reh"/><map code="0x632" name="zain"/><map code="0x633" name="seen"/><map code="0x634" name="sheen"/><map code="0x635" name="sad"/><map code="0x636" name="dad"/><map code="0x637" name="tah"/><map code="0x638" name="zah"/><map code="0x639" name="ain"/><map code="0x63a" name="ghain"/><map code="0x640" name="tatweel"/><map code="0x641" name="feh"/><map code="0x642" name="qaf"/><map code="0x643" name="arabickaf"/><map code="0x644" name="lam"/><map code="0x645" name="meem"/><map code="0x646" name="noon"/><map code="0x647" name="heh"/><map code="0x648" name="waw"/><map code="0x649" name="alefmaksura"/><map code="0x64a" name="yeh"/><map code="0x64b" name="fathatan"/><map code="0x64c" name="dammatan"/><map code="0x64d" name="kasratan"/><map code="0x64e" name="fatha"/><map code="0x64f" name="damma"/><map code="0x650" name="kasra"/><map code="0x651" name="shadda"/><map code="0x652" name="sukun"/><map code="0x654" name="uni0654"/><map code="0x655" name="uni0655"/><map code="0x660" name="arabicindicdigitzero"/><map code="0x661" name="arabicindicdigitone"/><map code="0x662" name="arabicindicdigittwo"/><map code="0x663" name="arabicindicdigitthree"/><map code="0x664" name="arabicindicdigitfour"/><map code="0x665" name="arabicindicdigitfive"/><map code="0x666" name="arabicindicdigitsix"/><map code="0x667" name="arabicindicdigitseven"/><map code="0x668" name="arabicindicdigiteight"/><map code="0x669" name="arabicindicdigitnine"/><map code="0x66a" name="arabicpercentsign"/><map code="0x66c" name="arabiccomma"/><map code="0x66d" name="arabicfivepointedstar"/><map code="0x670" name="superscriptalef"/><map code="0x671" name="alefwasla"/><map code="0x674" name="highhamza"/><map code="0x67e" name="peh"/><map code="0x686" name="tcheh"/><map code="0x698" name="jeh"/><map code="0x6a4" name="veh"/><map code="0x6a9" name="keheh"/><map code="0x6af" name="gaf"/><map code="0x6cc" name="farsiyeh"/><map code="0x6d5" name="arabicae"/><map code="0x6e4" name="smallhighmadda"/><map code="0x6f0" name="extendedarabicindicdigitzero"/><map code="0x6f1" name="extendedarabicindicdigitone"/><map code="0x6f2" name="extendedarabicindicdigittwo"/><map code="0x6f3" name="extendedarabicindicdigitthree"/><map code="0x6f4" name="extendedarabicindicdigitfour"/><map code="0x6f5" name="extendedarabicindicdigitfive"/><map code="0x6f6" name="extendedarabicindicdigitsix"/><map code="0x6f7" name="extendedarabicindicdigitseven"/><map code="0x6f8" name="extendedarabicindicdigiteight"/><map code="0x6f9" name="extendedarabicindicdigitnine"/><map code="0x200c" name="zeronojoin"/><map code="0x200d" name="zerojoin"/><map code="0x200e" name="lefttoright"/><map code="0x200f" name="righttoleft"/><map code="0x2013" name="endash"/><map code="0x2014" name="quotedash"/><map code="0x2018" name="quoteleft"/><map code="0x2019" name="quoteright"/><map code="0x201a" name="quotesinglbase"/><map code="0x201c" name="quotedblleft"/><map code="0x201d" name="quotedblright"/><map code="0x201e" name="quotedblbase"/><map code="0x2020" name="dagger"/><map code="0x2021" name="daggerdbl"/><map code="0x2022" name="bullet"/><map code="0x2026" name="ellipsis"/><map code="0x2030" name="perthousand"/><map code="0x2039" name="guilsinglleft"/><map code="0x203a" name="guilsinglright"/><map code="0x20ac" name="Euro"/><map code="0x2122" name="trademark"/><map code="0x25cc" name="uni25CC"/><map code="0xfb50" name="alefwaslaisolated"/><map code="0xfb51" name="alefwaslafinal"/><map code="0xfb56" name="pehisolated"/><map code="0xfb57" name="pehfinal"/><map code="0xfb58" name="pehinitial"/><map code="0xfb59" name="pehmedial"/><map code="0xfb6a" name="vehisolated"/><map code="0xfb6b" name="vehfinal"/><map code="0xfb6c" name="vehinitial"/><map code="0xfb6d" name="vehmedial"/><map code="0xfb7a" name="tchehisolated"/><map code="0xfb7b" name="tchehfinal"/><map code="0xfb7c" name="tchehinitial"/><map code="0xfb7d" name="tchehmedial"/><map code="0xfb8a" name="jehisolated"/><map code="0xfb8b" name="jehfinal"/><map code="0xfb8e" name="kehehisolated"/><map code="0xfb8f" name="kehehfinal"/><map code="0xfb90" name="kehehinitial"/><map code="0xfb91" name="kehehmedial"/><map code="0xfb92" name="gafisolated"/><map code="0xfb93" name="gaffinal"/><map code="0xfb94" name="gafinitial"/><map code="0xfb95" name="gafmedial"/><map code="0xfbe8" name="uni0649.init"/><map code="0xfbe9" name="uni0649.medi"/><map code="0xfbfc" name="farsiyehisolated"/><map code="0xfbfd" name="farsiyehfinal"/><map code="0xfc08" name="behwithmeemisolated"/><map code="0xfc09" name="behwithalefmaksuraisolated"/><map code="0xfc0a" name="behwithyehisolated"/><map code="0xfc0e" name="tehwithmeemisolated"/><map code="0xfc10" name="tehwithyehisolated"/><map code="0xfc12" name="thehwithmeemisolated"/><map code="0xfc31" name="fehwithalefmaksuraisolated"/><map code="0xfc32" name="fehwithyehisolated"/><map code="0xfc3f" name="lamwithjeemisolated"/><map code="0xfc40" name="lamwithhahisolated"/><map code="0xfc41" name="lamwithkhahisolated"/><map code="0xfc42" name="lamwithmeemisolated"/><map code="0xfc43" name="lamwithalefmaksuraisolated"/><map code="0xfc44" name="lamwithyehisolated"/><map code="0xfc4e" name="noonwithmeemisolated"/><map code="0xfc4f" name="noonwithalefmaksuraisolated"/><map code="0xfc50" name="noonwithyehisolated"/><map code="0xfc58" name="yehwithmeemisolated"/><map code="0xfc59" name="yehwithalefmaksuraisolated"/><map code="0xfc5e" name="shaddawithdammatanisolatedlow"/><map code="0xfc5f" name="shaddawithkasratanisolatedlow"/><map code="0xfc60" name="shaddawithfathaisolatedlow"/><map code="0xfc61" name="shaddawithdammaisolatedlow"/><map code="0xfc62" name="shaddawithkasraisolatedlow"/><map code="0xfc6a" name="behwithrehfinal"/><map code="0xfc6d" name="behwithnoonfinal"/><map code="0xfc6e" name="behwithalefmaksurafinal"/><map code="0xfc6f" name="behwithyehfinal"/><map code="0xfc70" name="noonwithzainfinal"/><map code="0xfc73" name="tehwithnoonfinal"/><map code="0xfc74" name="tehwithalefmaksurafinal"/><map code="0xfc75" name="tehwithyehfinal"/><map code="0xfc8e" name="noonwithalefmaksurafinal"/><map code="0xfc8f" name="noonwithyehfinal"/><map code="0xfc91" name="yehwithrehfinal"/><map code="0xfc94" name="yehwithnoonfinal"/><map code="0xfc95" name="yehwithalefmaksurafinal"/><map code="0xfc9c" name="behwithjeeminitial"/><map code="0xfc9d" name="behwithhahinitial"/><map code="0xfc9e" name="behwithkhahinitial"/><map code="0xfc9f" name="behwithmeeminitial"/><map code="0xfca1" name="tehwithjeeminitial"/><map code="0xfca2" name="tehwithhahinitial"/><map code="0xfca3" name="tehwithkhahinitial"/><map code="0xfca4" name="tehwithmeeminitial"/><map code="0xfca6" name="thehwithmeeminitial"/><map code="0xfca8" name="jeemwithmeeminitial"/><map code="0xfcaa" name="hahwithmeeminitial"/><map code="0xfcac" name="khahwithmeeminitial"/><map code="0xfcb0" name="seenwithmeeminitial"/><map code="0xfcc9" name="lamwithjeeminitial"/><map code="0xfcca" name="lamwithhahinitial"/><map code="0xfccb" name="lamwithkhahinitial"/><map code="0xfccc" name="lamwithmeeminitial"/><map code="0xfccd" name="lamwithhehinitial"/><map code="0xfcce" name="meemwithjeeminitial"/><map code="0xfccf" name="meemwithhahinitial"/><map code="0xfcd0" name="meemwithkhahinitial"/><map code="0xfcd1" name="meemwithmeeminitial"/><map code="0xfcd2" name="noonwithjeeminitial"/><map code="0xfcd3" name="noonwithhahinitial"/><map code="0xfcd4" name="noonwithkhahinitial"/><map code="0xfcd5" name="noonwithmeeminitial"/><map code="0xfcd8" name="hehwithmeeminitial"/><map code="0xfcda" name="yehwithjeeminitial"/><map code="0xfcdb" name="yehwithhahinitial"/><map code="0xfcdc" name="yehwithkhahinitial"/><map code="0xfcdd" name="yehwithmeeminitial"/><map code="0xfcf2" name="shaddawithfathamedial"/><map code="0xfcf3" name="shaddawithdammamedial"/><map code="0xfcf4" name="shaddawithkasramedial"/><map code="0xfd30" name="sheenwithmeeminitial"/><map code="0xfd3c" name="alefwithfathatanfinal"/><map code="0xfd3d" name="alefwithfathatanisolated"/><map code="0xfd3e" name="ornateleftparenthesis"/><map code="0xfd3f" name="ornaterightparenthesis"/><map code="0xfd88" name="lamwithmeemwithhahinitial"/><map code="0xfdf2" name="allahisolated"/><map code="0xfdfc" name="rayaleflam"/><map code="0xfe70" name="fathatanisolated"/><map code="0xfe71" name="fathatanontatweel"/><map code="0xfe72" name="dammatanisolated"/><map code="0xfe74" name="kasratanisolated"/><map code="0xfe76" name="fathaisolated"/><map code="0xfe77" name="fathahontatweel"/><map code="0xfe78" name="dammaisolated"/><map code="0xfe79" name="dammahontatweel"/><map code="0xfe7a" name="kasraisolated"/><map code="0xfe7b" name="kasrahontatweel"/><map code="0xfe7c" name="shaddaisolated"/><map code="0xfe7d" name="shaddahontatweel"/><map code="0xfe7e" name="sukunisolated"/><map code="0xfe7f" name="sukunontatweel"/><map code="0xfe80" name="hamzaisolated"/><map code="0xfe81" name="alefwithmaddaaboveisolated"/><map code="0xfe82" name="alefwithmaddaabovefinal"/><map code="0xfe83" name="alefwithhamzaaboveisolated"/><map code="0xfe84" name="alefwithhamzaabovefinal"/><map code="0xfe85" name="wawwithhamzaaboveisolated"/><map code="0xfe86" name="wawwithhamzaabovefinal"/><map code="0xfe87" name="alefwithhamzabelowisolated"/><map code="0xfe88" name="alefwithhamzabelowfinal"/><map code="0xfe89" name="yehwithhamzaaboveisolated"/><map code="0xfe8a" name="yehwithhamzaabovefinal"/><map code="0xfe8b" name="yehwithhamzaaboveinitial"/><map code="0xfe8c" name="yehwithhamzaabovemedial"/><map code="0xfe8d" name="alefisolated"/><map code="0xfe8e" name="aleffinal"/><map code="0xfe8f" name="behisolated"/><map code="0xfe90" name="behfinal"/><map code="0xfe91" name="behinitial"/><map code="0xfe92" name="behmedial"/><map code="0xfe93" name="tehmarbutaisolated"/><map code="0xfe94" name="tehmarbutafinal"/><map code="0xfe95" name="tehisolated"/><map code="0xfe96" name="tehfinal"/><map code="0xfe97" name="tehinitial"/><map code="0xfe98" name="tehmedial"/><map code="0xfe99" name="thehisolated"/><map code="0xfe9a" name="thehfinal"/><map code="0xfe9b" name="thehinitial"/><map code="0xfe9c" name="thehmedial"/><map code="0xfe9d" name="jeemisolated"/><map code="0xfe9e" name="jeemfinal"/><map code="0xfe9f" name="jeeminitial"/><map code="0xfea0" name="jeemmedial"/><map code="0xfea1" name="hahisolated"/><map code="0xfea2" name="hahfinal"/><map code="0xfea3" name="hahinitial"/><map code="0xfea4" name="hahmedial"/><map code="0xfea5" name="khahisolated"/><map code="0xfea6" name="khahfinal"/><map code="0xfea7" name="khahinitial"/><map code="0xfea8" name="khahmedial"/><map code="0xfea9" name="dalisolated"/><map code="0xfeaa" name="dalfinal"/><map code="0xfeab" name="thalisolated"/><map code="0xfeac" name="thalfinal"/><map code="0xfead" name="rehisolated"/><map code="0xfeae" name="rehfinal"/><map code="0xfeaf" name="zainisolated"/><map code="0xfeb0" name="zainfinal"/><map code="0xfeb1" name="seenisolated"/><map code="0xfeb2" name="seenfinal"/><map code="0xfeb3" name="seeninitial"/><map code="0xfeb4" name="seenmedial"/><map code="0xfeb5" name="sheenisolated"/><map code="0xfeb6" name="sheenfinal"/><map code="0xfeb7" name="sheeninitial"/><map code="0xfeb8" name="sheenmedial"/><map code="0xfeb9" name="sadisolated"/><map code="0xfeba" name="sadfinal"/><map code="0xfebb" name="sadinitial"/><map code="0xfebc" name="sadmedial"/><map code="0xfebd" name="dadisolated"/><map code="0xfebe" name="dadfinal"/><map code="0xfebf" name="dadinitial"/><map code="0xfec0" name="dadmedial"/><map code="0xfec1" name="tahisolated"/><map code="0xfec2" name="tahfinal"/><map code="0xfec3" name="tahinitial"/><map code="0xfec4" name="tahmedial"/><map code="0xfec5" name="zahisolated"/><map code="0xfec6" name="zahfinal"/><map code="0xfec7" name="zahinitial"/><map code="0xfec8" name="zahmedial"/><map code="0xfec9" name="ainisolated"/><map code="0xfeca" name="ainfinal"/><map code="0xfecb" name="aininitial"/><map code="0xfecc" name="ainmedial"/><map code="0xfecd" name="ghainisolated"/><map code="0xfece" name="ghainfinal"/><map code="0xfecf" name="ghaininitial"/><map code="0xfed0" name="ghainmedial"/><map code="0xfed1" name="fehisolated"/><map code="0xfed2" name="fehfinal"/><map code="0xfed3" name="fehinitial"/><map code="0xfed4" name="fehmedial"/><map code="0xfed5" name="qafisolated"/><map code="0xfed6" name="qaffinal"/><map code="0xfed7" name="qafinitial"/><map code="0xfed8" name="qafmedial"/><map code="0xfed9" name="kafisolated"/><map code="0xfeda" name="arabickaffinal"/><map code="0xfedb" name="kafinitial"/><map code="0xfedc" name="kafmedial"/><map code="0xfedd" name="lamisolated"/><map code="0xfede" name="lamfinal"/><map code="0xfedf" name="laminitial"/><map code="0xfee0" name="lammedial"/><map code="0xfee1" name="meemisolated"/><map code="0xfee2" name="meemfinal"/><map code="0xfee3" name="meeminitial"/><map code="0xfee4" name="meemmedial"/><map code="0xfee5" name="noonisolated"/><map code="0xfee6" name="noonfinal"/><map code="0xfee7" name="nooninitial"/><map code="0xfee8" name="noonmedial"/><map code="0xfee9" name="hehisolated"/><map code="0xfeea" name="hehfinal"/><map code="0xfeeb" name="hehinitial"/><map code="0xfeec" name="hehmedial"/><map code="0xfeed" name="wawisolated"/><map code="0xfeee" name="wawfinal"/><map code="0xfeef" name="alefmaksuraisolated"/><map code="0xfef0" name="alefmaksurafinal"/><map code="0xfef1" name="yehisolated"/><map code="0xfef2" name="yehfinal"/><map code="0xfef3" name="yehinitial"/><map code="0xfef4" name="yehmedial"/><map code="0xfef5" name="lamwithalefmaddaaboveisolatedd"/><map code="0xfef6" name="lamwithalefmaddaabovefinal"/><map code="0xfef7" name="lamwithalefhamzaaboveisolatedd"/><map code="0xfef8" name="lamwithalefhamzaabovefinal"/><map code="0xfef9" name="lamwithalefhamzabelowisolated"/><map code="0xfefa" name="lamwithalefhamzabelowfinal"/><map code="0xfefb" name="lamwithalefisolated"/><map code="0xfefc" name="lamwithaleffinal"/><map code="0xfeff" name="zerowidthnobreakspace"/></cmap_format_4></cmap><hmtx><mtx name=".notdef" width="1024" lsb="128"/><mtx name="A" width="1386" lsb="8"/><mtx name="AE" width="1759" lsb="8"/><mtx name="Aacute" width="1386" lsb="8"/><mtx name="Acircumflex" width="1386" lsb="8"/><mtx name="Adieresis" width="1386" lsb="8"/><mtx name="Agrave" width="1386" lsb="8"/><mtx name="Aring" width="1386" lsb="8"/><mtx name="Atilde" width="1386" lsb="8"/><mtx name="B" width="1300" lsb="0"/><mtx name="C" width="1493" lsb="106"/><mtx name="Ccedilla" width="1493" lsb="106"/><mtx name="D" width="1556" lsb="31"/><mtx name="E" width="1217" lsb="6"/><mtx name="Eacute" width="1217" lsb="6"/><mtx name="Ecircumflex" width="1217" lsb="6"/><mtx name="Edieresis" width="1217" lsb="6"/><mtx name="Egrave" width="1217" lsb="6"/><mtx name="Eth" width="1556" lsb="28"/><mtx name="Euro" width="1004" lsb="11"/><mtx name="F" width="1087" lsb="88"/><mtx name="G" width="1516" lsb="117"/><mtx name="H" width="1622" lsb="61"/><mtx name="I" width="682" lsb="92"/><mtx name="Iacute" width="682" lsb="92"/><mtx name="Icircumflex" width="682" lsb="92"/><mtx name="Idieresis" width="682" lsb="53"/><mtx name="Igrave" width="682" lsb="92"/><mtx name="J" width="618" lsb="-223"/><mtx name="K" width="1430" lsb="39"/><mtx name="L" width="1130" lsb="41"/><mtx name="M" width="1878" lsb="27"/><mtx name="N" width="1665" lsb="61"/><mtx name="NULL" width="0" lsb="0"/><mtx name="Ntilde" width="1665" lsb="61"/><mtx name="O" width="1686" lsb="109"/><mtx name="OE" width="2028" lsb="117"/><mtx name="Oacute" width="1686" lsb="109"/><mtx name="Ocircumflex" width="1686" lsb="109"/><mtx name="Odieresis" width="1686" lsb="109"/><mtx name="Ograve" width="1686" lsb="109"/><mtx name="Oslash" width="1686" lsb="109"/><mtx name="Otilde" width="1686" lsb="109"/><mtx name="P" width="1153" lsb="41"/><mtx name="Q" width="1686" lsb="109"/><mtx name="R" width="1642" lsb="39"/><mtx name="S" width="1004" lsb="90"/><mtx name="Scaron" width="1004" lsb="90"/><mtx name="T" width="1386" lsb="66"/><mtx name="Thorn" width="1153" lsb="41"/><mtx name="U" width="1622" lsb="37"/><mtx name="Uacute" width="1622" lsb="37"/><mtx name="Ucircumflex" width="1622" lsb="37"/><mtx name="Udieresis" width="1622" lsb="37"/><mtx name="Ugrave" width="1622" lsb="37"/><mtx name="V" width="1409" lsb="8"/><mtx name="W" width="2048" lsb="2"/><mtx name="X" width="1536" lsb="18"/><mtx name="Y" width="1450" lsb="-4"/><mtx name="Yacute" width="1450" lsb="-4"/><mtx name="Ydieresis" width="1450" lsb="-4"/><mtx name="Z" width="1386" lsb="82"/><mtx name="Zcaron" width="1386" lsb="82"/><mtx name="a" width="811" lsb="74"/><mtx name="aacute" width="811" lsb="74"/><mtx name="acircumflex" width="811" lsb="74"/><mtx name="acute" width="682" lsb="143"/><mtx name="adieresis" width="811" lsb="74"/><mtx name="ae" width="1297" lsb="74"/><mtx name="agrave" width="811" lsb="74"/><mtx name="ain" width="1061" lsb="49"/><mtx name="ainfinal" width="793" lsb="6"/><mtx name="aininitial" width="756" lsb="0"/><mtx name="ainisolated" width="1061" lsb="49"/><mtx name="ainmedial" width="606" lsb="0"/><mtx name="aleffinal" width="420" lsb="91"/><mtx name="alefisolated" width="301" lsb="93"/><mtx name="alefmaksura" width="1171" lsb="59"/><mtx name="alefmaksurafinal" width="983" lsb="90"/><mtx name="alefmaksuraisolated" width="1171" lsb="59"/><mtx name="alefwasla" width="402" lsb="0"/><mtx name="alefwaslafinal" width="448" lsb="0"/><mtx name="alefwaslaisolated" width="402" lsb="0"/><mtx name="alefwithfathatanfinal" width="535" lsb="70"/><mtx name="alefwithfathatanisolated" width="479" lsb="70"/><mtx name="alefwithhamzaabove" width="344" lsb="45"/><mtx name="alefwithhamzaabovefinal" width="448" lsb="45"/><mtx name="alefwithhamzaaboveisolated" width="344" lsb="45"/><mtx name="alefwithhamzabelow" width="344" lsb="20"/><mtx name="alefwithhamzabelowfinal" width="420" lsb="91"/><mtx name="alefwithhamzabelowisolated" width="344" lsb="20"/><mtx name="alefwithmaddaabove" width="479" lsb="0"/><mtx name="alefwithmaddaabovefinal" width="535" lsb="0"/><mtx name="alefwithmaddaaboveisolated" width="479" lsb="0"/><mtx name="allahisolated" width="1098" lsb="61"/><mtx name="ampersand" width="1493" lsb="84"/><mtx name="arabicae" width="528" lsb="84"/><mtx name="arabicalef" width="301" lsb="93"/><mtx name="arabiccomma" width="569" lsb="158"/><mtx name="arabicfivepointedstar" width="815" lsb="51"/><mtx name="arabicindicdigiteight" width="946" lsb="133"/><mtx name="arabicindicdigitfive" width="946" lsb="201"/><mtx name="arabicindicdigitfour" width="946" lsb="274"/><mtx name="arabicindicdigitnine" width="946" lsb="219"/><mtx name="arabicindicdigitone" width="946" lsb="293"/><mtx name="arabicindicdigitseven" width="946" lsb="133"/><mtx name="arabicindicdigitsix" width="946" lsb="190"/><mtx name="arabicindicdigitthree" width="946" lsb="127"/><mtx name="arabicindicdigittwo" width="946" lsb="197"/><mtx name="arabicindicdigitzero" width="946" lsb="360"/><mtx name="arabickaf" width="983" lsb="90"/><mtx name="arabickaffinal" width="1399" lsb="40"/><mtx name="arabicpercentsign" width="946" lsb="117"/><mtx name="arabicquestionmark" width="643" lsb="80"/><mtx name="arabicsemicolon" width="569" lsb="158"/><mtx name="aring" width="811" lsb="74"/><mtx name="asciicircum" width="961" lsb="37"/><mtx name="asciitilde" width="1110" lsb="14"/><mtx name="asterisk" width="680" lsb="35"/><mtx name="at" width="1878" lsb="96"/><mtx name="atilde" width="811" lsb="74"/><mtx name="b" width="1024" lsb="12"/><mtx name="backslash" width="938" lsb="94"/><mtx name="bar" width="1044" lsb="479"/><mtx name="beh" width="1399" lsb="86"/><mtx name="behfinal" width="1438" lsb="92"/><mtx name="behinitial" width="379" lsb="0"/><mtx name="behisolated" width="1399" lsb="86"/><mtx name="behmedial" width="379" lsb="0"/><mtx name="behwithalefmaksurafinal" width="1098" lsb="8"/><mtx name="behwithalefmaksuraisolated" width="1098" lsb="111"/><mtx name="behwithhahinitial" width="946" lsb="0"/><mtx name="behwithhehinitial" width="814" lsb="0"/><mtx name="behwithjeeminitial" width="946" lsb="0"/><mtx name="behwithkhahinitial" width="946" lsb="0"/><mtx name="behwithmeeminitial" width="643" lsb="0"/><mtx name="behwithmeemisolated" width="870" lsb="72"/><mtx name="behwithnoonfinal" width="1247" lsb="62"/><mtx name="behwithrehfinal" width="946" lsb="10"/><mtx name="behwithyehfinal" width="1098" lsb="8"/><mtx name="behwithyehisolated" width="1098" lsb="111"/><mtx name="braceleft" width="981" lsb="211"/><mtx name="braceright" width="981" lsb="213"/><mtx name="bracketleft" width="618" lsb="209"/><mtx name="bracketright" width="618" lsb="14"/><mtx name="brokenbar" width="1044" lsb="479"/><mtx name="bullet" width="725" lsb="113"/><mtx name="c" width="874" lsb="94"/><mtx name="caron" width="682" lsb="92"/><mtx name="ccedilla" width="874" lsb="94"/><mtx name="cedilla" width="682" lsb="209"/><mtx name="cent" width="874" lsb="94"/><mtx name="circumflex" width="682" lsb="94"/><mtx name="colon" width="569" lsb="201"/><mtx name="comma" width="569" lsb="164"/><mtx name="copyright" width="1556" lsb="70"/><mtx name="currency" width="1366" lsb="215"/><mtx name="d" width="1024" lsb="88"/><mtx name="dad" width="1653" lsb="35"/><mtx name="dadfinal" width="1710" lsb="35"/><mtx name="dadinitial" width="1182" lsb="0"/><mtx name="dadisolated" width="1653" lsb="35"/><mtx name="dadmedial" width="1221" lsb="0"/><mtx name="dagger" width="1024" lsb="55"/><mtx name="daggerdbl" width="1067" lsb="76"/><mtx name="dal" width="643" lsb="84"/><mtx name="dalfinal" width="793" lsb="68"/><mtx name="dalisolated" width="643" lsb="84"/><mtx name="damma" width="414" lsb="70"/><mtx name="dammahontatweel" width="1284" lsb="0"/><mtx name="dammaisolated" width="414" lsb="70"/><mtx name="dammalow" width="414" lsb="70"/><mtx name="dammaonhamza" width="420" lsb="64"/><mtx name="dammatan" width="463" lsb="64"/><mtx name="dammatanisolated" width="463" lsb="64"/><mtx name="dammatanlow" width="463" lsb="64"/><mtx name="dammatanonhamza" width="420" lsb="70"/><mtx name="degree" width="811" lsb="98"/><mtx name="delete" width="1600" lsb="87"/><mtx name="dieresis" width="682" lsb="53"/><mtx name="divide" width="946" lsb="105"/><mtx name="dollar" width="938" lsb="53"/><mtx name="dotlessi" width="532" lsb="37"/><mtx name="e" width="897" lsb="98"/><mtx name="eacute" width="897" lsb="98"/><mtx name="ecircumflex" width="897" lsb="98"/><mtx name="edieresis" width="897" lsb="98"/><mtx name="egrave" width="897" lsb="98"/><mtx name="eight" width="1004" lsb="102"/><mtx name="ellipsis" width="2048" lsb="238"/><mtx name="endash" width="1024" lsb="-12"/><mtx name="equal" width="946" lsb="105"/><mtx name="eth" width="1067" lsb="92"/><mtx name="exclam" width="569" lsb="197"/><mtx name="exclamdown" width="569" lsb="197"/><mtx name="extendedarabicindicdigiteight" width="946" lsb="133"/><mtx name="extendedarabicindicdigitfive" width="946" lsb="172"/><mtx name="extendedarabicindicdigitfour" width="946" lsb="167"/><mtx name="extendedarabicindicdigitnine" width="946" lsb="219"/><mtx name="extendedarabicindicdigitone" width="946" lsb="293"/><mtx name="extendedarabicindicdigitseven" width="946" lsb="133"/><mtx name="extendedarabicindicdigitsix" width="946" lsb="207"/><mtx name="extendedarabicindicdigitthree" width="946" lsb="127"/><mtx name="extendedarabicindicdigittwo" width="946" lsb="197"/><mtx name="extendedarabicindicdigitzero" width="946" lsb="360"/><mtx name="f" width="555" lsb="33"/><mtx name="farsiyeh" width="1171" lsb="59"/><mtx name="farsiyehfinal" width="983" lsb="90"/><mtx name="farsiyehisolated" width="1171" lsb="59"/><mtx name="fatha" width="408" lsb="70"/><mtx name="fathahontatweel" width="1284" lsb="0"/><mtx name="fathaisolated" width="408" lsb="70"/><mtx name="fathalow" width="408" lsb="70"/><mtx name="fathaonhamza" width="420" lsb="64"/><mtx name="fathatan" width="408" lsb="70"/><mtx name="fathatanisolated" width="408" lsb="70"/><mtx name="fathatanlow" width="408" lsb="70"/><mtx name="fathatanonhamza" width="420" lsb="64"/><mtx name="fathatanontatweel" width="1284" lsb="0"/><mtx name="feh" width="1511" lsb="96"/><mtx name="fehfinal" width="1511" lsb="96"/><mtx name="fehinitial" width="455" lsb="0"/><mtx name="fehisolated" width="1511" lsb="96"/><mtx name="fehmedial" width="606" lsb="0"/><mtx name="fehwithalefmaksuraisolated" width="1098" lsb="104"/><mtx name="fehwithyehisolated" width="1098" lsb="104"/><mtx name="five" width="1004" lsb="96"/><mtx name="florin" width="1024" lsb="-229"/><mtx name="four" width="1004" lsb="72"/><mtx name="g" width="961" lsb="72"/><mtx name="gaf" width="1702" lsb="40"/><mtx name="gaffinal" width="1660" lsb="40"/><mtx name="gafinitial" width="946" lsb="0"/><mtx name="gafisolated" width="1702" lsb="40"/><mtx name="gafmedial" width="983" lsb="0"/><mtx name="germandbls" width="943" lsb="28"/><mtx name="ghain" width="1061" lsb="49"/><mtx name="ghainfinal" width="793" lsb="6"/><mtx name="ghaininitial" width="756" lsb="0"/><mtx name="ghainisolated" width="1061" lsb="49"/><mtx name="ghainmedial" width="606" lsb="0"/><mtx name="grave" width="682" lsb="143"/><mtx name="greater" width="1366" lsb="147"/><mtx name="guillemotleft" width="834" lsb="84"/><mtx name="guillemotright" width="834" lsb="66"/><mtx name="guilsinglleft" width="469" lsb="70"/><mtx name="guilsinglright" width="469" lsb="61"/><mtx name="h" width="1067" lsb="51"/><mtx name="hah" width="1098" lsb="41"/><mtx name="hahfinal" width="1020" lsb="41"/><mtx name="hahinitial" width="1020" lsb="0"/><mtx name="hahisolated" width="1098" lsb="41"/><mtx name="hahmedial" width="1098" lsb="0"/><mtx name="hahwithmeeminitial" width="1183" lsb="0"/><mtx name="hamza" width="613" lsb="90"/><mtx name="hamzaisolated" width="613" lsb="90"/><mtx name="heh" width="974" lsb="33"/><mtx name="hehfinal" width="569" lsb="66"/><mtx name="hehinitial" width="756" lsb="0"/><mtx name="hehisolated" width="528" lsb="84"/><mtx name="hehmedial" width="719" lsb="0"/><mtx name="hehwithmeeminitial" width="969" lsb="0"/><mtx name="highhamza" width="344" lsb="45"/><mtx name="hyphenminus" width="946" lsb="105"/><mtx name="i" width="532" lsb="37"/><mtx name="iacute" width="532" lsb="37"/><mtx name="icircumflex" width="532" lsb="-12"/><mtx name="idieresis" width="532" lsb="-34"/><mtx name="igrave" width="532" lsb="30"/><mtx name="j" width="512" lsb="-215"/><mtx name="jeem" width="1098" lsb="41"/><mtx name="jeemfinal" width="1020" lsb="41"/><mtx name="jeeminitial" width="1020" lsb="0"/><mtx name="jeemisolated" width="1098" lsb="41"/><mtx name="jeemmedial" width="1098" lsb="0"/><mtx name="jeemwithmeeminitial" width="1183" lsb="0"/><mtx name="jeh" width="680" lsb="12"/><mtx name="jehfinal" width="643" lsb="18"/><mtx name="jehisolated" width="680" lsb="12"/><mtx name="k" width="1024" lsb="45"/><mtx name="kafinitial" width="946" lsb="0"/><mtx name="kafisolated" width="983" lsb="90"/><mtx name="kafmedial" width="983" lsb="0"/><mtx name="kasra" width="408" lsb="70"/><mtx name="kasrahontatweel" width="1284" lsb="0"/><mtx name="kasraisolated" width="408" lsb="70"/><mtx name="kasralow" width="408" lsb="70"/><mtx name="kasratan" width="408" lsb="70"/><mtx name="kasratanisolated" width="408" lsb="70"/><mtx name="kasratanlow" width="408" lsb="70"/><mtx name="keheh" width="1702" lsb="40"/><mtx name="kehehfinal" width="1660" lsb="40"/><mtx name="kehehinitial" width="946" lsb="0"/><mtx name="kehehisolated" width="1702" lsb="40"/><mtx name="kehehmedial" width="983" lsb="0"/><mtx name="khah" width="1098" lsb="41"/><mtx name="khahfinal" width="1020" lsb="41"/><mtx name="khahinitial" width="1020" lsb="0"/><mtx name="khahisolated" width="1098" lsb="41"/><mtx name="khahmedial" width="1098" lsb="0"/><mtx name="khahwithmeeminitial" width="1183" lsb="0"/><mtx name="l" width="492" lsb="12"/><mtx name="lam" width="907" lsb="84"/><mtx name="lamfinal" width="907" lsb="18"/><mtx name="laminitial" width="342" lsb="0"/><mtx name="lamisolated" width="907" lsb="84"/><mtx name="lammedial" width="416" lsb="0"/><mtx name="lamwithaleffinal" width="1061" lsb="33"/><mtx name="lamwithalefhamzaabovefinal" width="1061" lsb="33"/><mtx name="lamwithalefhamzaaboveisolatedd" width="946" lsb="71"/><mtx name="lamwithalefhamzabelowfinal" width="1061" lsb="33"/><mtx name="lamwithalefhamzabelowisolated" width="946" lsb="73"/><mtx name="lamwithalefisolated" width="946" lsb="73"/><mtx name="lamwithalefmaddaabovefinal" width="1173" lsb="0"/><mtx name="lamwithalefmaddaaboveisolatedd" width="946" lsb="0"/><mtx name="lamwithalefmaksuraisolated" width="1098" lsb="111"/><mtx name="lamwithhahinitial" width="1000" lsb="0"/><mtx name="lamwithhahisolated" width="1061" lsb="37"/><mtx name="lamwithhehinitial" width="719" lsb="0"/><mtx name="lamwithjeeminitial" width="1000" lsb="0"/><mtx name="lamwithjeemisolated" width="1061" lsb="37"/><mtx name="lamwithkhahinitial" width="1000" lsb="0"/><mtx name="lamwithkhahisolated" width="1061" lsb="37"/><mtx name="lamwithmeeminitial" width="528" lsb="0"/><mtx name="lamwithmeemisolated" width="907" lsb="73"/><mtx name="lamwithmeemwithhahinitial" width="983" lsb="0"/><mtx name="lamwithmeemwithjeeminitial" width="983" lsb="0"/><mtx name="lamwithyehisolated" width="1098" lsb="111"/><mtx name="lefttoright" width="45" lsb="0"/><mtx name="less" width="1366" lsb="145"/><mtx name="logicalnot" width="1366" lsb="145"/><mtx name="m" width="1622" lsb="43"/><mtx name="macron" width="682" lsb="59"/><mtx name="meem" width="606" lsb="72"/><mtx name="meemfinal" width="793" lsb="48"/><mtx name="meeminitial" width="606" lsb="0"/><mtx name="meemisolated" width="606" lsb="72"/><mtx name="meemmedial" width="793" lsb="0"/><mtx name="meemwithhahinitial" width="946" lsb="0"/><mtx name="meemwithjeeminitial" width="946" lsb="0"/><mtx name="meemwithkhahinitial" width="946" lsb="0"/><mtx name="meemwithmeeminitial" width="719" lsb="0"/><mtx name="micro" width="1024" lsb="55"/><mtx name="multiply" width="946" lsb="131"/><mtx name="n" width="1067" lsb="53"/><mtx name="nine" width="1004" lsb="84"/><mtx name="nonbreakingspace" width="500" lsb="0"/><mtx name="nonmarkingreturn" width="500" lsb="0"/><mtx name="noon" width="870" lsb="102"/><mtx name="noonfinal" width="907" lsb="10"/><mtx name="nooninitial" width="379" lsb="0"/><mtx name="noonisolated" width="870" lsb="102"/><mtx name="noonmedial" width="379" lsb="0"/><mtx name="noonwithalefmaksurafinal" width="1098" lsb="8"/><mtx name="noonwithalefmaksuraisolated" width="1098" lsb="111"/><mtx name="noonwithhahinitial" width="946" lsb="0"/><mtx name="noonwithhehinitial" width="814" lsb="0"/><mtx name="noonwithjeeminitial" width="946" lsb="0"/><mtx name="noonwithkhahinitial" width="946" lsb="0"/><mtx name="noonwithmeeminitial" width="643" lsb="0"/><mtx name="noonwithmeemisolated" width="870" lsb="72"/><mtx name="noonwithyehfinal" width="1098" lsb="8"/><mtx name="noonwithyehisolated" width="1098" lsb="111"/><mtx name="noonwithzainfinal" width="946" lsb="10"/><mtx name="ntilde" width="1067" lsb="53"/><mtx name="numbersign" width="1368" lsb="94"/><mtx name="o" width="1067" lsb="92"/><mtx name="oacute" width="1067" lsb="92"/><mtx name="ocircumflex" width="1067" lsb="92"/><mtx name="odieresis" width="1067" lsb="92"/><mtx name="oe" width="1516" lsb="94"/><mtx name="ograve" width="1067" lsb="92"/><mtx name="one" width="1004" lsb="182"/><mtx name="onehalf" width="1473" lsb="109"/><mtx name="onequarter" width="1473" lsb="109"/><mtx name="onesuperior" width="618" lsb="109"/><mtx name="ordfeminine" width="532" lsb="43"/><mtx name="ordmasculine" width="705" lsb="53"/><mtx name="ornateleftparenthesis" width="1135" lsb="55"/><mtx name="ornaterightparenthesis" width="1135" lsb="59"/><mtx name="oslash" width="1067" lsb="92"/><mtx name="otilde" width="1067" lsb="92"/><mtx name="p" width="1024" lsb="12"/><mtx name="paragraph" width="918" lsb="-14"/><mtx name="parenleft" width="569" lsb="84"/><mtx name="parenright" width="569" lsb="49"/><mtx name="peh" width="1399" lsb="86"/><mtx name="pehfinal" width="1438" lsb="92"/><mtx name="pehinitial" width="379" lsb="0"/><mtx name="pehisolated" width="1399" lsb="86"/><mtx name="pehmedial" width="379" lsb="0"/><mtx name="pehwithhehinitial" width="814" lsb="0"/><mtx name="percent" width="1473" lsb="47"/><mtx name="period" width="569" lsb="201"/><mtx name="periodcentered" width="532" lsb="162"/><mtx name="perthousand" width="2048" lsb="33"/><mtx name="plus" width="946" lsb="105"/><mtx name="plusminus" width="946" lsb="105"/><mtx name="q" width="1024" lsb="94"/><mtx name="qaf" width="1061" lsb="121"/><mtx name="qaffinal" width="907" lsb="35"/><mtx name="qafinitial" width="455" lsb="0"/><mtx name="qafisolated" width="1061" lsb="121"/><mtx name="qafmedial" width="606" lsb="0"/><mtx name="question" width="725" lsb="104"/><mtx name="questiondown" width="725" lsb="88"/><mtx name="quotedash" width="2048" lsb="-12"/><mtx name="quotedbl" width="569" lsb="119"/><mtx name="quotedblbase" width="981" lsb="139"/><mtx name="quotedblleft" width="981" lsb="123"/><mtx name="quotedblright" width="981" lsb="139"/><mtx name="quoteleft" width="532" lsb="139"/><mtx name="quoteright" width="532" lsb="139"/><mtx name="quotesinglbase" width="532" lsb="139"/><mtx name="quotesingle" width="362" lsb="82"/><mtx name="r" width="682" lsb="53"/><mtx name="rayaleflam" width="1364" lsb="58"/><mtx name="registered" width="1556" lsb="70"/><mtx name="reh" width="680" lsb="12"/><mtx name="rehfinal" width="643" lsb="18"/><mtx name="rehisolated" width="680" lsb="12"/><mtx name="righttoleft" width="45" lsb="-258"/><mtx name="s" width="618" lsb="66"/><mtx name="sad" width="1632" lsb="35"/><mtx name="sadfinal" width="1710" lsb="35"/><mtx name="sadinitial" width="1182" lsb="0"/><mtx name="sadisolated" width="1632" lsb="35"/><mtx name="sadmedial" width="1221" lsb="0"/><mtx name="scaron" width="618" lsb="43"/><mtx name="section" width="961" lsb="106"/><mtx name="seen" width="1308" lsb="35"/><mtx name="seenfinal" width="1491" lsb="35"/><mtx name="seeninitial" width="981" lsb="0"/><mtx name="seenisolated" width="1308" lsb="35"/><mtx name="seenmedial" width="1058" lsb="0"/><mtx name="seenwithmeeminitial" width="1098" lsb="0"/><mtx name="semicolon" width="532" lsb="139"/><mtx name="seven" width="1004" lsb="76"/><mtx name="sfthyphen" width="1366" lsb="145"/><mtx name="shadda" width="420" lsb="66"/><mtx name="shaddahontatweel" width="1284" lsb="0"/><mtx name="shaddaisolated" width="420" lsb="66"/><mtx name="shaddalow" width="420" lsb="66"/><mtx name="shaddawithdammaisolated" width="424" lsb="58"/><mtx name="shaddawithdammaisolatedlow" width="420" lsb="66"/><mtx name="shaddawithdammamedial" width="1284" lsb="0"/><mtx name="shaddawithdammatanisolated" width="482" lsb="70"/><mtx name="shaddawithdammatanisolatedlow" width="469" lsb="70"/><mtx name="shaddawithfathaisolated" width="414" lsb="60"/><mtx name="shaddawithfathaisolatedlow" width="420" lsb="66"/><mtx name="shaddawithfathamedial" width="1284" lsb="0"/><mtx name="shaddawithfathatanisolated" width="414" lsb="60"/><mtx name="shaddawithfathatanisolatedlow" width="420" lsb="66"/><mtx name="shaddawithkasraisolated" width="420" lsb="66"/><mtx name="shaddawithkasraisolatedlow" width="420" lsb="66"/><mtx name="shaddawithkasramedial" width="1284" lsb="0"/><mtx name="shaddawithkasratanisolated" width="420" lsb="66"/><mtx name="shaddawithkasratanisolatedlow" width="420" lsb="66"/><mtx name="sheen" width="1311" lsb="35"/><mtx name="sheenfinal" width="1491" lsb="35"/><mtx name="sheeninitial" width="981" lsb="0"/><mtx name="sheenisolated" width="1311" lsb="35"/><mtx name="sheenmedial" width="1058" lsb="0"/><mtx name="sheenwithmeeminitial" width="1098" lsb="0"/><mtx name="six" width="1004" lsb="92"/><mtx name="slash" width="569" lsb="66"/><mtx name="smallhighmadda" width="480" lsb="0"/><mtx name="space" width="500" lsb="0"/><mtx name="sterling" width="1556" lsb="29"/><mtx name="sukun" width="332" lsb="74"/><mtx name="sukunisolated" width="332" lsb="74"/><mtx name="sukunlow" width="332" lsb="74"/><mtx name="sukunonhamza" width="420" lsb="108"/><mtx name="sukunontatweel" width="1284" lsb="0"/><mtx name="superscriptalef" width="239" lsb="86"/><mtx name="t" width="598" lsb="59"/><mtx name="tah" width="1135" lsb="25"/><mtx name="tahfinal" width="1171" lsb="25"/><mtx name="tahinitial" width="870" lsb="0"/><mtx name="tahisolated" width="1135" lsb="25"/><mtx name="tahmedial" width="907" lsb="0"/><mtx name="tatweel" width="110" lsb="0"/><mtx name="tcheh" width="1098" lsb="41"/><mtx name="tchehfinal" width="1020" lsb="41"/><mtx name="tchehinitial" width="1020" lsb="0"/><mtx name="tchehisolated" width="1098" lsb="41"/><mtx name="tchehmedial" width="1098" lsb="0"/><mtx name="teh" width="1399" lsb="86"/><mtx name="tehfinal" width="1438" lsb="92"/><mtx name="tehinitial" width="379" lsb="0"/><mtx name="tehisolated" width="1399" lsb="86"/><mtx name="tehmarbuta" width="528" lsb="84"/><mtx name="tehmarbutafinal" width="570" lsb="66"/><mtx name="tehmarbutaisolated" width="528" lsb="84"/><mtx name="tehmedial" width="379" lsb="0"/><mtx name="tehwithalefmaksurafinal" width="1098" lsb="8"/><mtx name="tehwithhahinitial" width="946" lsb="0"/><mtx name="tehwithhehinitial" width="814" lsb="0"/><mtx name="tehwithjeeminitial" width="946" lsb="0"/><mtx name="tehwithkhahinitial" width="946" lsb="0"/><mtx name="tehwithmeeminitial" width="643" lsb="0"/><mtx name="tehwithmeemisolated" width="870" lsb="72"/><mtx name="tehwithnoonfinal" width="1247" lsb="62"/><mtx name="tehwithyehfinal" width="1098" lsb="8"/><mtx name="tehwithyehisolated" width="1098" lsb="111"/><mtx name="thal" width="643" lsb="84"/><mtx name="thalfinal" width="793" lsb="68"/><mtx name="thalisolated" width="643" lsb="84"/><mtx name="theh" width="1399" lsb="86"/><mtx name="thehfinal" width="1438" lsb="92"/><mtx name="thehinitial" width="379" lsb="0"/><mtx name="thehisolated" width="1399" lsb="86"/><mtx name="thehmedial" width="379" lsb="0"/><mtx name="thehwithmeeminitial" width="643" lsb="0"/><mtx name="thehwithmeemisolated" width="870" lsb="72"/><mtx name="thorn" width="1024" lsb="12"/><mtx name="three" width="1004" lsb="70"/><mtx name="threequarters" width="1473" lsb="55"/><mtx name="threesuperior" width="618" lsb="66"/><mtx name="tilde" width="682" lsb="33"/><mtx name="trademark" width="2005" lsb="31"/><mtx name="two" width="1004" lsb="61"/><mtx name="twosuperior" width="618" lsb="47"/><mtx name="u" width="1067" lsb="51"/><mtx name="uacute" width="1067" lsb="51"/><mtx name="ucircumflex" width="1067" lsb="51"/><mtx name="udieresis" width="1067" lsb="51"/><mtx name="ugrave" width="1067" lsb="51"/><mtx name="underscore" width="1024" lsb="-16"/><mtx name="uni000D" width="500" lsb="0"/><mtx name="uni0649.init" width="379" lsb="0"/><mtx name="uni0649.medi" width="379" lsb="0"/><mtx name="uni0654" width="0" lsb="-152"/><mtx name="uni0655" width="0" lsb="-152"/><mtx name="uni0655064D" width="0" lsb="-162"/><mtx name="uni06550650" width="0" lsb="-162"/><mtx name="uni25CC" width="981" lsb="104"/><mtx name="uniE817" width="1183" lsb="0"/><mtx name="v" width="981" lsb="14"/><mtx name="veh" width="1511" lsb="96"/><mtx name="vehfinal" width="1511" lsb="96"/><mtx name="vehinitial" width="455" lsb="0"/><mtx name="vehisolated" width="1511" lsb="96"/><mtx name="vehmedial" width="606" lsb="0"/><mtx name="w" width="1516" lsb="16"/><mtx name="waw" width="719" lsb="37"/><mtx name="wawfinal" width="719" lsb="18"/><mtx name="wawisolated" width="719" lsb="37"/><mtx name="wawwithhamzaabove" width="719" lsb="37"/><mtx name="wawwithhamzaabovefinal" width="719" lsb="18"/><mtx name="wawwithhamzaaboveisolated" width="719" lsb="37"/><mtx name="x" width="1004" lsb="16"/><mtx name="y" width="961" lsb="-10"/><mtx name="yacute" width="961" lsb="-10"/><mtx name="ydieresis" width="961" lsb="-10"/><mtx name="yeh" width="1171" lsb="59"/><mtx name="yehfinal" width="983" lsb="90"/><mtx name="yehinitial" width="379" lsb="-12"/><mtx name="yehisolated" width="1171" lsb="59"/><mtx name="yehmedial" width="379" lsb="0"/><mtx name="yehwithalefmaksurafinal" width="1098" lsb="8"/><mtx name="yehwithalefmaksuraisolated" width="1098" lsb="111"/><mtx name="yehwithhahinitial" width="946" lsb="0"/><mtx name="yehwithhamzaabove" width="1171" lsb="59"/><mtx name="yehwithhamzaabovefinal" width="983" lsb="85"/><mtx name="yehwithhamzaaboveinitial" width="379" lsb="0"/><mtx name="yehwithhamzaaboveisolated" width="1171" lsb="59"/><mtx name="yehwithhamzaabovemedial" width="379" lsb="0"/><mtx name="yehwithjeeminitial" width="946" lsb="0"/><mtx name="yehwithkhahinitial" width="946" lsb="0"/><mtx name="yehwithmeeminitial" width="643" lsb="0"/><mtx name="yehwithmeemisolated" width="870" lsb="72"/><mtx name="yehwithnoonfinal" width="1247" lsb="62"/><mtx name="yehwithrehfinal" width="946" lsb="10"/><mtx name="yen" width="1450" lsb="-4"/><mtx name="z" width="831" lsb="63"/><mtx name="zah" width="1135" lsb="25"/><mtx name="zahfinal" width="1171" lsb="25"/><mtx name="zahinitial" width="870" lsb="0"/><mtx name="zahisolated" width="1135" lsb="25"/><mtx name="zahmedial" width="907" lsb="0"/><mtx name="zain" width="680" lsb="12"/><mtx name="zainfinal" width="643" lsb="18"/><mtx name="zainisolated" width="680" lsb="12"/><mtx name="zcaron" width="831" lsb="63"/><mtx name="zero" width="1004" lsb="75"/><mtx name="zerojoin" width="45" lsb="-114"/><mtx name="zeronojoin" width="45" lsb="0"/><mtx name="zerowidthnobreakspace" width="0" lsb="0"/></hmtx><GDEF><Version value="1.0"/><GlyphClassDef Format="2"><ClassDef glyph=".notdef" class="1"/><ClassDef glyph="A" class="1"/><ClassDef glyph="AE" class="1"/><ClassDef glyph="Aacute" class="1"/><ClassDef glyph="Acircumflex" class="1"/><ClassDef glyph="Adieresis" class="1"/><ClassDef glyph="Agrave" class="1"/><ClassDef glyph="Aring" class="1"/><ClassDef glyph="Atilde" class="1"/><ClassDef glyph="B" class="1"/><ClassDef glyph="C" class="1"/><ClassDef glyph="Ccedilla" class="1"/><ClassDef glyph="D" class="1"/><ClassDef glyph="E" class="1"/><ClassDef glyph="Eacute" class="1"/><ClassDef glyph="Ecircumflex" class="1"/><ClassDef glyph="Edieresis" class="1"/><ClassDef glyph="Egrave" class="1"/><ClassDef glyph="Eth" class="1"/><ClassDef glyph="Euro" class="1"/><ClassDef glyph="F" class="1"/><ClassDef glyph="G" class="1"/><ClassDef glyph="H" class="1"/><ClassDef glyph="I" class="1"/><ClassDef glyph="Iacute" class="1"/><ClassDef glyph="Icircumflex" class="1"/><ClassDef glyph="Idieresis" class="1"/><ClassDef glyph="Igrave" class="1"/><ClassDef glyph="J" class="1"/><ClassDef glyph="K" class="1"/><ClassDef glyph="L" class="1"/><ClassDef glyph="M" class="1"/><ClassDef glyph="N" class="1"/><ClassDef glyph="NULL" class="1"/><ClassDef glyph="Ntilde" class="1"/><ClassDef glyph="O" class="1"/><ClassDef glyph="OE" class="1"/><ClassDef glyph="Oacute" class="1"/><ClassDef glyph="Ocircumflex" class="1"/><ClassDef glyph="Odieresis" class="1"/><ClassDef glyph="Ograve" class="1"/><ClassDef glyph="Oslash" class="1"/><ClassDef glyph="Otilde" class="1"/><ClassDef glyph="P" class="1"/><ClassDef glyph="Q" class="1"/><ClassDef glyph="R" class="1"/><ClassDef glyph="S" class="1"/><ClassDef glyph="Scaron" class="1"/><ClassDef glyph="T" class="1"/><ClassDef glyph="Thorn" class="1"/><ClassDef glyph="U" class="1"/><ClassDef glyph="Uacute" class="1"/><ClassDef glyph="Ucircumflex" class="1"/><ClassDef glyph="Udieresis" class="1"/><ClassDef glyph="Ugrave" class="1"/><ClassDef glyph="V" class="1"/><ClassDef glyph="W" class="1"/><ClassDef glyph="X" class="1"/><ClassDef glyph="Y" class="1"/><ClassDef glyph="Yacute" class="1"/><ClassDef glyph="Ydieresis" class="1"/><ClassDef glyph="Z" class="1"/><ClassDef glyph="Zcaron" class="1"/><ClassDef glyph="a" class="1"/><ClassDef glyph="aacute" class="1"/><ClassDef glyph="acircumflex" class="1"/><ClassDef glyph="acute" class="1"/><ClassDef glyph="adieresis" class="1"/><ClassDef glyph="ae" class="1"/><ClassDef glyph="agrave" class="1"/><ClassDef glyph="ain" class="1"/><ClassDef glyph="ainfinal" class="1"/><ClassDef glyph="aininitial" class="1"/><ClassDef glyph="ainisolated" class="1"/><ClassDef glyph="ainmedial" class="1"/><ClassDef glyph="aleffinal" class="1"/><ClassDef glyph="alefisolated" class="1"/><ClassDef glyph="alefmaksura" class="1"/><ClassDef glyph="alefmaksurafinal" class="1"/><ClassDef glyph="alefmaksuraisolated" class="1"/><ClassDef glyph="alefwasla" class="1"/><ClassDef glyph="alefwaslafinal" class="1"/><ClassDef glyph="alefwaslaisolated" class="1"/><ClassDef glyph="alefwithfathatanfinal" class="1"/><ClassDef glyph="alefwithfathatanisolated" class="1"/><ClassDef glyph="alefwithhamzaabove" class="1"/><ClassDef glyph="alefwithhamzaabovefinal" class="1"/><ClassDef glyph="alefwithhamzaaboveisolated" class="1"/><ClassDef glyph="alefwithhamzabelow" class="1"/><ClassDef glyph="alefwithhamzabelowfinal" class="1"/><ClassDef glyph="alefwithhamzabelowisolated" class="1"/><ClassDef glyph="alefwithmaddaabove" class="1"/><ClassDef glyph="alefwithmaddaabovefinal" class="1"/><ClassDef glyph="alefwithmaddaaboveisolated" class="1"/><ClassDef glyph="allahisolated" class="2"/><ClassDef glyph="ampersand" class="1"/><ClassDef glyph="arabicae" class="1"/><ClassDef glyph="arabicalef" class="1"/><ClassDef glyph="arabiccomma" class="1"/><ClassDef glyph="arabicfivepointedstar" class="3"/><ClassDef glyph="arabicindicdigiteight" class="1"/><ClassDef glyph="arabicindicdigitfive" class="1"/><ClassDef glyph="arabicindicdigitfour" class="1"/><ClassDef glyph="arabicindicdigitnine" class="1"/><ClassDef glyph="arabicindicdigitone" class="1"/><ClassDef glyph="arabicindicdigitseven" class="1"/><ClassDef glyph="arabicindicdigitsix" class="1"/><ClassDef glyph="arabicindicdigitthree" class="1"/><ClassDef glyph="arabicindicdigittwo" class="1"/><ClassDef glyph="arabicindicdigitzero" class="1"/><ClassDef glyph="arabickaf" class="1"/><ClassDef glyph="arabickaffinal" class="1"/><ClassDef glyph="arabicpercentsign" class="1"/><ClassDef glyph="arabicquestionmark" class="1"/><ClassDef glyph="arabicsemicolon" class="1"/><ClassDef glyph="aring" class="1"/><ClassDef glyph="asciicircum" class="1"/><ClassDef glyph="asciitilde" class="1"/><ClassDef glyph="asterisk" class="1"/><ClassDef glyph="at" class="1"/><ClassDef glyph="atilde" class="1"/><ClassDef glyph="b" class="1"/><ClassDef glyph="backslash" class="1"/><ClassDef glyph="bar" class="1"/><ClassDef glyph="beh" class="1"/><ClassDef glyph="behfinal" class="1"/><ClassDef glyph="behinitial" class="1"/><ClassDef glyph="behisolated" class="1"/><ClassDef glyph="behmedial" class="1"/><ClassDef glyph="behwithalefmaksurafinal" class="2"/><ClassDef glyph="behwithalefmaksuraisolated" class="2"/><ClassDef glyph="behwithhahinitial" class="2"/><ClassDef glyph="behwithhehinitial" class="2"/><ClassDef glyph="behwithjeeminitial" class="2"/><ClassDef glyph="behwithkhahinitial" class="2"/><ClassDef glyph="behwithmeeminitial" class="2"/><ClassDef glyph="behwithmeemisolated" class="2"/><ClassDef glyph="behwithnoonfinal" class="2"/><ClassDef glyph="behwithrehfinal" class="2"/><ClassDef glyph="behwithyehfinal" class="2"/><ClassDef glyph="behwithyehisolated" class="2"/><ClassDef glyph="braceleft" class="1"/><ClassDef glyph="braceright" class="1"/><ClassDef glyph="bracketleft" class="1"/><ClassDef glyph="bracketright" class="1"/><ClassDef glyph="brokenbar" class="1"/><ClassDef glyph="bullet" class="1"/><ClassDef glyph="c" class="1"/><ClassDef glyph="caron" class="1"/><ClassDef glyph="ccedilla" class="1"/><ClassDef glyph="cedilla" class="1"/><ClassDef glyph="cent" class="1"/><ClassDef glyph="circumflex" class="1"/><ClassDef glyph="colon" class="1"/><ClassDef glyph="comma" class="1"/><ClassDef glyph="copyright" class="1"/><ClassDef glyph="currency" class="1"/><ClassDef glyph="d" class="1"/><ClassDef glyph="dad" class="1"/><ClassDef glyph="dadfinal" class="1"/><ClassDef glyph="dadinitial" class="1"/><ClassDef glyph="dadisolated" class="1"/><ClassDef glyph="dadmedial" class="1"/><ClassDef glyph="dagger" class="1"/><ClassDef glyph="daggerdbl" class="1"/><ClassDef glyph="dal" class="1"/><ClassDef glyph="dalfinal" class="1"/><ClassDef glyph="dalisolated" class="1"/><ClassDef glyph="damma" class="3"/><ClassDef glyph="dammahontatweel" class="1"/><ClassDef glyph="dammaisolated" class="1"/><ClassDef glyph="dammalow" class="1"/><ClassDef glyph="dammaonhamza" class="3"/><ClassDef glyph="dammatan" class="3"/><ClassDef glyph="dammatanisolated" class="1"/><ClassDef glyph="dammatanlow" class="1"/><ClassDef glyph="dammatanonhamza" class="3"/><ClassDef glyph="degree" class="1"/><ClassDef glyph="delete" class="1"/><ClassDef glyph="dieresis" class="1"/><ClassDef glyph="divide" class="1"/><ClassDef glyph="dollar" class="1"/><ClassDef glyph="dotlessi" class="1"/><ClassDef glyph="e" class="1"/><ClassDef glyph="eacute" class="1"/><ClassDef glyph="ecircumflex" class="1"/><ClassDef glyph="edieresis" class="1"/><ClassDef glyph="egrave" class="1"/><ClassDef glyph="eight" class="1"/><ClassDef glyph="ellipsis" class="1"/><ClassDef glyph="endash" class="1"/><ClassDef glyph="equal" class="1"/><ClassDef glyph="eth" class="1"/><ClassDef glyph="exclam" class="1"/><ClassDef glyph="exclamdown" class="1"/><ClassDef glyph="extendedarabicindicdigiteight" class="1"/><ClassDef glyph="extendedarabicindicdigitfive" class="1"/><ClassDef glyph="extendedarabicindicdigitfour" class="1"/><ClassDef glyph="extendedarabicindicdigitnine" class="1"/><ClassDef glyph="extendedarabicindicdigitone" class="1"/><ClassDef glyph="extendedarabicindicdigitseven" class="1"/><ClassDef glyph="extendedarabicindicdigitsix" class="1"/><ClassDef glyph="extendedarabicindicdigitthree" class="1"/><ClassDef glyph="extendedarabicindicdigittwo" class="1"/><ClassDef glyph="extendedarabicindicdigitzero" class="1"/><ClassDef glyph="f" class="1"/><ClassDef glyph="farsiyeh" class="1"/><ClassDef glyph="farsiyehfinal" class="1"/><ClassDef glyph="farsiyehisolated" class="1"/><ClassDef glyph="fatha" class="3"/><ClassDef glyph="fathahontatweel" class="1"/><ClassDef glyph="fathaisolated" class="1"/><ClassDef glyph="fathalow" class="1"/><ClassDef glyph="fathaonhamza" class="3"/><ClassDef glyph="fathatan" class="3"/><ClassDef glyph="fathatanisolated" class="1"/><ClassDef glyph="fathatanlow" class="1"/><ClassDef glyph="fathatanonhamza" class="3"/><ClassDef glyph="fathatanontatweel" class="1"/><ClassDef glyph="feh" class="1"/><ClassDef glyph="fehfinal" class="1"/><ClassDef glyph="fehinitial" class="1"/><ClassDef glyph="fehisolated" class="1"/><ClassDef glyph="fehmedial" class="1"/><ClassDef glyph="fehwithalefmaksuraisolated" class="2"/><ClassDef glyph="fehwithyehisolated" class="2"/><ClassDef glyph="five" class="1"/><ClassDef glyph="florin" class="1"/><ClassDef glyph="four" class="1"/><ClassDef glyph="g" class="1"/><ClassDef glyph="gaf" class="1"/><ClassDef glyph="gaffinal" class="1"/><ClassDef glyph="gafinitial" class="1"/><ClassDef glyph="gafisolated" class="1"/><ClassDef glyph="gafmedial" class="1"/><ClassDef glyph="germandbls" class="1"/><ClassDef glyph="ghain" class="1"/><ClassDef glyph="ghainfinal" class="1"/><ClassDef glyph="ghaininitial" class="1"/><ClassDef glyph="ghainisolated" class="1"/><ClassDef glyph="ghainmedial" class="1"/><ClassDef glyph="grave" class="1"/><ClassDef glyph="greater" class="1"/><ClassDef glyph="guillemotleft" class="1"/><ClassDef glyph="guillemotright" class="1"/><ClassDef glyph="guilsinglleft" class="1"/><ClassDef glyph="guilsinglright" class="1"/><ClassDef glyph="h" class="1"/><ClassDef glyph="hah" class="1"/><ClassDef glyph="hahfinal" class="1"/><ClassDef glyph="hahinitial" class="1"/><ClassDef glyph="hahisolated" class="1"/><ClassDef glyph="hahmedial" class="1"/><ClassDef glyph="hahwithmeeminitial" class="2"/><ClassDef glyph="hamza" class="1"/><ClassDef glyph="hamzaisolated" class="1"/><ClassDef glyph="heh" class="1"/><ClassDef glyph="hehfinal" class="1"/><ClassDef glyph="hehinitial" class="1"/><ClassDef glyph="hehisolated" class="1"/><ClassDef glyph="hehmedial" class="1"/><ClassDef glyph="hehwithmeeminitial" class="2"/><ClassDef glyph="highhamza" class="1"/><ClassDef glyph="hyphenminus" class="1"/><ClassDef glyph="i" class="1"/><ClassDef glyph="iacute" class="1"/><ClassDef glyph="icircumflex" class="1"/><ClassDef glyph="idieresis" class="1"/><ClassDef glyph="igrave" class="1"/><ClassDef glyph="j" class="1"/><ClassDef glyph="jeem" class="1"/><ClassDef glyph="jeemfinal" class="1"/><ClassDef glyph="jeeminitial" class="1"/><ClassDef glyph="jeemisolated" class="1"/><ClassDef glyph="jeemmedial" class="1"/><ClassDef glyph="jeemwithmeeminitial" class="2"/><ClassDef glyph="jeh" class="1"/><ClassDef glyph="jehfinal" class="1"/><ClassDef glyph="jehisolated" class="1"/><ClassDef glyph="k" class="1"/><ClassDef glyph="kafinitial" class="1"/><ClassDef glyph="kafisolated" class="1"/><ClassDef glyph="kafmedial" class="1"/><ClassDef glyph="kasra" class="3"/><ClassDef glyph="kasrahontatweel" class="1"/><ClassDef glyph="kasraisolated" class="1"/><ClassDef glyph="kasralow" class="1"/><ClassDef glyph="kasratan" class="3"/><ClassDef glyph="kasratanisolated" class="1"/><ClassDef glyph="kasratanlow" class="1"/><ClassDef glyph="keheh" class="1"/><ClassDef glyph="kehehfinal" class="1"/><ClassDef glyph="kehehinitial" class="1"/><ClassDef glyph="kehehisolated" class="1"/><ClassDef glyph="kehehmedial" class="1"/><ClassDef glyph="khah" class="1"/><ClassDef glyph="khahfinal" class="1"/><ClassDef glyph="khahinitial" class="1"/><ClassDef glyph="khahisolated" class="1"/><ClassDef glyph="khahmedial" class="1"/><ClassDef glyph="khahwithmeeminitial" class="2"/><ClassDef glyph="l" class="1"/><ClassDef glyph="lam" class="1"/><ClassDef glyph="lamfinal" class="1"/><ClassDef glyph="laminitial" class="1"/><ClassDef glyph="lamisolated" class="1"/><ClassDef glyph="lammedial" class="1"/><ClassDef glyph="lamwithaleffinal" class="2"/><ClassDef glyph="lamwithalefhamzaabovefinal" class="2"/><ClassDef glyph="lamwithalefhamzaaboveisolatedd" class="2"/><ClassDef glyph="lamwithalefhamzabelowfinal" class="2"/><ClassDef glyph="lamwithalefhamzabelowisolated" class="2"/><ClassDef glyph="lamwithalefisolated" class="2"/><ClassDef glyph="lamwithalefmaddaabovefinal" class="2"/><ClassDef glyph="lamwithalefmaddaaboveisolatedd" class="2"/><ClassDef glyph="lamwithalefmaksuraisolated" class="2"/><ClassDef glyph="lamwithhahinitial" class="2"/><ClassDef glyph="lamwithhahisolated" class="2"/><ClassDef glyph="lamwithhehinitial" class="2"/><ClassDef glyph="lamwithjeeminitial" class="2"/><ClassDef glyph="lamwithjeemisolated" class="2"/><ClassDef glyph="lamwithkhahinitial" class="2"/><ClassDef glyph="lamwithkhahisolated" class="2"/><ClassDef glyph="lamwithmeeminitial" class="2"/><ClassDef glyph="lamwithmeemisolated" class="2"/><ClassDef glyph="lamwithmeemwithhahinitial" class="2"/><ClassDef glyph="lamwithmeemwithjeeminitial" class="2"/><ClassDef glyph="lamwithyehisolated" class="2"/><ClassDef glyph="lefttoright" class="1"/><ClassDef glyph="less" class="1"/><ClassDef glyph="logicalnot" class="1"/><ClassDef glyph="m" class="1"/><ClassDef glyph="macron" class="1"/><ClassDef glyph="meem" class="1"/><ClassDef glyph="meemfinal" class="1"/><ClassDef glyph="meeminitial" class="1"/><ClassDef glyph="meemisolated" class="1"/><ClassDef glyph="meemmedial" class="1"/><ClassDef glyph="meemwithhahinitial" class="2"/><ClassDef glyph="meemwithjeeminitial" class="2"/><ClassDef glyph="meemwithkhahinitial" class="2"/><ClassDef glyph="meemwithmeeminitial" class="2"/><ClassDef glyph="micro" class="1"/><ClassDef glyph="multiply" class="1"/><ClassDef glyph="n" class="1"/><ClassDef glyph="nine" class="1"/><ClassDef glyph="nonbreakingspace" class="1"/><ClassDef glyph="nonmarkingreturn" class="1"/><ClassDef glyph="noon" class="1"/><ClassDef glyph="noonfinal" class="1"/><ClassDef glyph="nooninitial" class="1"/><ClassDef glyph="noonisolated" class="1"/><ClassDef glyph="noonmedial" class="1"/><ClassDef glyph="noonwithalefmaksurafinal" class="2"/><ClassDef glyph="noonwithalefmaksuraisolated" class="2"/><ClassDef glyph="noonwithhahinitial" class="2"/><ClassDef glyph="noonwithhehinitial" class="2"/><ClassDef glyph="noonwithjeeminitial" class="2"/><ClassDef glyph="noonwithkhahinitial" class="2"/><ClassDef glyph="noonwithmeeminitial" class="2"/><ClassDef glyph="noonwithmeemisolated" class="2"/><ClassDef glyph="noonwithyehfinal" class="2"/><ClassDef glyph="noonwithyehisolated" class="2"/><ClassDef glyph="noonwithzainfinal" class="2"/><ClassDef glyph="ntilde" class="1"/><ClassDef glyph="numbersign" class="1"/><ClassDef glyph="o" class="1"/><ClassDef glyph="oacute" class="1"/><ClassDef glyph="ocircumflex" class="1"/><ClassDef glyph="odieresis" class="1"/><ClassDef glyph="oe" class="1"/><ClassDef glyph="ograve" class="1"/><ClassDef glyph="one" class="1"/><ClassDef glyph="onehalf" class="1"/><ClassDef glyph="onequarter" class="1"/><ClassDef glyph="onesuperior" class="1"/><ClassDef glyph="ordfeminine" class="1"/><ClassDef glyph="ordmasculine" class="1"/><ClassDef glyph="ornateleftparenthesis" class="1"/><ClassDef glyph="ornaterightparenthesis" class="1"/><ClassDef glyph="oslash" class="1"/><ClassDef glyph="otilde" class="1"/><ClassDef glyph="p" class="1"/><ClassDef glyph="paragraph" class="1"/><ClassDef glyph="parenleft" class="1"/><ClassDef glyph="parenright" class="1"/><ClassDef glyph="peh" class="1"/><ClassDef glyph="pehfinal" class="1"/><ClassDef glyph="pehinitial" class="1"/><ClassDef glyph="pehisolated" class="1"/><ClassDef glyph="pehmedial" class="1"/><ClassDef glyph="pehwithhehinitial" class="2"/><ClassDef glyph="percent" class="1"/><ClassDef glyph="period" class="1"/><ClassDef glyph="periodcentered" class="1"/><ClassDef glyph="perthousand" class="1"/><ClassDef glyph="plus" class="1"/><ClassDef glyph="plusminus" class="1"/><ClassDef glyph="q" class="1"/><ClassDef glyph="qaf" class="1"/><ClassDef glyph="qaffinal" class="1"/><ClassDef glyph="qafinitial" class="1"/><ClassDef glyph="qafisolated" class="1"/><ClassDef glyph="qafmedial" class="1"/><ClassDef glyph="question" class="1"/><ClassDef glyph="questiondown" class="1"/><ClassDef glyph="quotedash" class="1"/><ClassDef glyph="quotedbl" class="1"/><ClassDef glyph="quotedblbase" class="1"/><ClassDef glyph="quotedblleft" class="1"/><ClassDef glyph="quotedblright" class="1"/><ClassDef glyph="quoteleft" class="1"/><ClassDef glyph="quoteright" class="1"/><ClassDef glyph="quotesinglbase" class="1"/><ClassDef glyph="quotesingle" class="1"/><ClassDef glyph="r" class="1"/><ClassDef glyph="rayaleflam" class="2"/><ClassDef glyph="registered" class="1"/><ClassDef glyph="reh" class="1"/><ClassDef glyph="rehfinal" class="1"/><ClassDef glyph="rehisolated" class="1"/><ClassDef glyph="righttoleft" class="1"/><ClassDef glyph="s" class="1"/><ClassDef glyph="sad" class="1"/><ClassDef glyph="sadfinal" class="1"/><ClassDef glyph="sadinitial" class="1"/><ClassDef glyph="sadisolated" class="1"/><ClassDef glyph="sadmedial" class="1"/><ClassDef glyph="scaron" class="1"/><ClassDef glyph="section" class="1"/><ClassDef glyph="seen" class="1"/><ClassDef glyph="seenfinal" class="1"/><ClassDef glyph="seeninitial" class="1"/><ClassDef glyph="seenisolated" class="1"/><ClassDef glyph="seenmedial" class="1"/><ClassDef glyph="seenwithmeeminitial" class="2"/><ClassDef glyph="semicolon" class="1"/><ClassDef glyph="seven" class="1"/><ClassDef glyph="sfthyphen" class="1"/><ClassDef glyph="shadda" class="3"/><ClassDef glyph="shaddahontatweel" class="1"/><ClassDef glyph="shaddaisolated" class="1"/><ClassDef glyph="shaddalow" class="1"/><ClassDef glyph="shaddawithdammaisolated" class="1"/><ClassDef glyph="shaddawithdammaisolatedlow" class="3"/><ClassDef glyph="shaddawithdammamedial" class="1"/><ClassDef glyph="shaddawithdammatanisolated" class="1"/><ClassDef glyph="shaddawithdammatanisolatedlow" class="3"/><ClassDef glyph="shaddawithfathaisolated" class="1"/><ClassDef glyph="shaddawithfathaisolatedlow" class="3"/><ClassDef glyph="shaddawithfathamedial" class="1"/><ClassDef glyph="shaddawithfathatanisolated" class="3"/><ClassDef glyph="shaddawithfathatanisolatedlow" class="3"/><ClassDef glyph="shaddawithkasraisolated" class="1"/><ClassDef glyph="shaddawithkasraisolatedlow" class="3"/><ClassDef glyph="shaddawithkasramedial" class="1"/><ClassDef glyph="shaddawithkasratanisolated" class="1"/><ClassDef glyph="shaddawithkasratanisolatedlow" class="3"/><ClassDef glyph="sheen" class="1"/><ClassDef glyph="sheenfinal" class="1"/><ClassDef glyph="sheeninitial" class="1"/><ClassDef glyph="sheenisolated" class="1"/><ClassDef glyph="sheenmedial" class="1"/><ClassDef glyph="sheenwithmeeminitial" class="2"/><ClassDef glyph="six" class="1"/><ClassDef glyph="slash" class="1"/><ClassDef glyph="smallhighmadda" class="3"/><ClassDef glyph="space" class="1"/><ClassDef glyph="sterling" class="1"/><ClassDef glyph="sukun" class="3"/><ClassDef glyph="sukunisolated" class="1"/><ClassDef glyph="sukunlow" class="1"/><ClassDef glyph="sukunonhamza" class="3"/><ClassDef glyph="sukunontatweel" class="1"/><ClassDef glyph="superscriptalef" class="3"/><ClassDef glyph="t" class="1"/><ClassDef glyph="tah" class="1"/><ClassDef glyph="tahfinal" class="1"/><ClassDef glyph="tahinitial" class="1"/><ClassDef glyph="tahisolated" class="1"/><ClassDef glyph="tahmedial" class="1"/><ClassDef glyph="tatweel" class="1"/><ClassDef glyph="tcheh" class="1"/><ClassDef glyph="tchehfinal" class="1"/><ClassDef glyph="tchehinitial" class="1"/><ClassDef glyph="tchehisolated" class="1"/><ClassDef glyph="tchehmedial" class="1"/><ClassDef glyph="teh" class="1"/><ClassDef glyph="tehfinal" class="1"/><ClassDef glyph="tehinitial" class="1"/><ClassDef glyph="tehisolated" class="1"/><ClassDef glyph="tehmarbuta" class="1"/><ClassDef glyph="tehmarbutafinal" class="1"/><ClassDef glyph="tehmarbutaisolated" class="1"/><ClassDef glyph="tehmedial" class="1"/><ClassDef glyph="tehwithalefmaksurafinal" class="2"/><ClassDef glyph="tehwithhahinitial" class="2"/><ClassDef glyph="tehwithhehinitial" class="2"/><ClassDef glyph="tehwithjeeminitial" class="2"/><ClassDef glyph="tehwithkhahinitial" class="2"/><ClassDef glyph="tehwithmeeminitial" class="2"/><ClassDef glyph="tehwithmeemisolated" class="2"/><ClassDef glyph="tehwithnoonfinal" class="2"/><ClassDef glyph="tehwithyehfinal" class="2"/><ClassDef glyph="tehwithyehisolated" class="2"/><ClassDef glyph="thal" class="1"/><ClassDef glyph="thalfinal" class="1"/><ClassDef glyph="thalisolated" class="1"/><ClassDef glyph="theh" class="1"/><ClassDef glyph="thehfinal" class="1"/><ClassDef glyph="thehinitial" class="1"/><ClassDef glyph="thehisolated" class="1"/><ClassDef glyph="thehmedial" class="1"/><ClassDef glyph="thehwithmeeminitial" class="2"/><ClassDef glyph="thehwithmeemisolated" class="2"/><ClassDef glyph="thorn" class="1"/><ClassDef glyph="three" class="1"/><ClassDef glyph="threequarters" class="1"/><ClassDef glyph="threesuperior" class="1"/><ClassDef glyph="tilde" class="1"/><ClassDef glyph="trademark" class="1"/><ClassDef glyph="two" class="1"/><ClassDef glyph="twosuperior" class="1"/><ClassDef glyph="u" class="1"/><ClassDef glyph="uacute" class="1"/><ClassDef glyph="ucircumflex" class="1"/><ClassDef glyph="udieresis" class="1"/><ClassDef glyph="ugrave" class="1"/><ClassDef glyph="underscore" class="1"/><ClassDef glyph="uni000D" class="1"/><ClassDef glyph="uni0649.init" class="1"/><ClassDef glyph="uni0649.medi" class="1"/><ClassDef glyph="uni0654" class="3"/><ClassDef glyph="uni0655" class="3"/><ClassDef glyph="uni0655064D" class="3"/><ClassDef glyph="uni06550650" class="3"/><ClassDef glyph="uni25CC" class="1"/><ClassDef glyph="uniE817" class="2"/><ClassDef glyph="v" class="1"/><ClassDef glyph="veh" class="1"/><ClassDef glyph="vehfinal" class="1"/><ClassDef glyph="vehinitial" class="1"/><ClassDef glyph="vehisolated" class="1"/><ClassDef glyph="vehmedial" class="1"/><ClassDef glyph="w" class="1"/><ClassDef glyph="waw" class="1"/><ClassDef glyph="wawfinal" class="1"/><ClassDef glyph="wawisolated" class="1"/><ClassDef glyph="wawwithhamzaabove" class="1"/><ClassDef glyph="wawwithhamzaabovefinal" class="1"/><ClassDef glyph="wawwithhamzaaboveisolated" class="1"/><ClassDef glyph="x" class="1"/><ClassDef glyph="y" class="1"/><ClassDef glyph="yacute" class="1"/><ClassDef glyph="ydieresis" class="1"/><ClassDef glyph="yeh" class="1"/><ClassDef glyph="yehfinal" class="1"/><ClassDef glyph="yehinitial" class="1"/><ClassDef glyph="yehisolated" class="1"/><ClassDef glyph="yehmedial" class="1"/><ClassDef glyph="yehwithalefmaksurafinal" class="2"/><ClassDef glyph="yehwithalefmaksuraisolated" class="2"/><ClassDef glyph="yehwithhahinitial" class="2"/><ClassDef glyph="yehwithhamzaabove" class="1"/><ClassDef glyph="yehwithhamzaabovefinal" class="1"/><ClassDef glyph="yehwithhamzaaboveinitial" class="1"/><ClassDef glyph="yehwithhamzaaboveisolated" class="1"/><ClassDef glyph="yehwithhamzaabovemedial" class="1"/><ClassDef glyph="yehwithjeeminitial" class="2"/><ClassDef glyph="yehwithkhahinitial" class="2"/><ClassDef glyph="yehwithmeeminitial" class="2"/><ClassDef glyph="yehwithmeemisolated" class="2"/><ClassDef glyph="yehwithnoonfinal" class="2"/><ClassDef glyph="yehwithrehfinal" class="2"/><ClassDef glyph="yen" class="1"/><ClassDef glyph="z" class="1"/><ClassDef glyph="zah" class="1"/><ClassDef glyph="zahfinal" class="1"/><ClassDef glyph="zahinitial" class="1"/><ClassDef glyph="zahisolated" class="1"/><ClassDef glyph="zahmedial" class="1"/><ClassDef glyph="zain" class="1"/><ClassDef glyph="zainfinal" class="1"/><ClassDef glyph="zainisolated" class="1"/><ClassDef glyph="zcaron" class="1"/><ClassDef glyph="zero" class="1"/><ClassDef glyph="zerojoin" class="1"/><ClassDef glyph="zeronojoin" class="1"/><ClassDef glyph="zerowidthnobreakspace" class="1"/></GlyphClassDef><LigCaretList><Coverage Format="1"></Coverage></LigCaretList><MarkAttachClassDef Format="2"><ClassDef glyph="kasra" class="1"/><ClassDef glyph="kasratan" class="1"/><ClassDef glyph="uni0655" class="1"/><ClassDef glyph="uni0655064D" class="1"/><ClassDef glyph="uni06550650" class="1"/></MarkAttachClassDef></GDEF><GSUB><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="2"/><FeatureIndex index="2" value="6"/><FeatureIndex index="3" value="8"/><FeatureIndex index="4" value="12"/><FeatureIndex index="5" value="14"/><FeatureIndex index="6" value="10"/><FeatureIndex index="7" value="4"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="FAR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="3"/><FeatureIndex index="2" value="7"/><FeatureIndex index="3" value="9"/><FeatureIndex index="4" value="13"/><FeatureIndex index="5" value="15"/><FeatureIndex index="6" value="11"/><FeatureIndex index="7" value="5"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="11"/><LookupListIndex index="1" value="12"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="10"/><LookupListIndex index="1" value="11"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="4"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="4"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="isol"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="isol"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="liga"/><Feature><LookupListIndex index="0" value="6"/><LookupListIndex index="1" value="7"/><LookupListIndex index="2" value="8"/><LookupListIndex index="3" value="10"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="liga"/><Feature><LookupListIndex index="0" value="6"/><LookupListIndex index="1" value="7"/><LookupListIndex index="2" value="8"/><LookupListIndex index="3" value="10"/></Feature></FeatureRecord><FeatureRecord index="12"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="5"/></Feature></FeatureRecord><FeatureRecord index="13"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="5"/></Feature></FeatureRecord><FeatureRecord index="14"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="9"/></Feature></FeatureRecord><FeatureRecord index="15"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="9"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="damma"><Ligature components="shadda" glyph="shaddawithdammaisolatedlow"/><Ligature components="highhamza" glyph="dammaonhamza"/></LigatureSet><LigatureSet glyph="dammatan"><Ligature components="shadda" glyph="shaddawithdammatanisolatedlow"/><Ligature components="highhamza" glyph="dammatanonhamza"/></LigatureSet><LigatureSet glyph="fatha"><Ligature components="shadda" glyph="shaddawithfathaisolatedlow"/><Ligature components="highhamza" glyph="fathaonhamza"/></LigatureSet><LigatureSet glyph="fathatan"><Ligature components="shadda" glyph="shaddawithfathatanisolatedlow"/><Ligature components="highhamza" glyph="fathatanonhamza"/></LigatureSet><LigatureSet glyph="highhamza"><Ligature components="fatha" glyph="fathaonhamza"/><Ligature components="fathatan" glyph="fathatanonhamza"/><Ligature components="sukun" glyph="sukunonhamza"/><Ligature components="damma" glyph="dammaonhamza"/><Ligature components="dammatan" glyph="dammatanonhamza"/></LigatureSet><LigatureSet glyph="kasra"><Ligature components="shadda" glyph="shaddawithkasraisolatedlow"/><Ligature components="uni0655" glyph="uni06550650"/></LigatureSet><LigatureSet glyph="kasratan"><Ligature components="shadda" glyph="shaddawithkasratanisolatedlow"/><Ligature components="uni0655" glyph="uni0655064D"/></LigatureSet><LigatureSet glyph="shadda"><Ligature components="dammatan" glyph="shaddawithdammatanisolatedlow"/><Ligature components="fatha" glyph="shaddawithfathaisolatedlow"/><Ligature components="damma" glyph="shaddawithdammaisolatedlow"/><Ligature components="fathatan" glyph="shaddawithfathatanisolatedlow"/><Ligature components="kasratan" glyph="shaddawithkasratanisolatedlow"/><Ligature components="kasra" glyph="shaddawithkasraisolatedlow"/></LigatureSet><LigatureSet glyph="sukun"><Ligature components="highhamza" glyph="sukunonhamza"/></LigatureSet><LigatureSet glyph="uni0655"><Ligature components="kasratan" glyph="uni0655064D"/><Ligature components="kasra" glyph="uni06550650"/></LigatureSet></LigatureSubst></Lookup><Lookup index="1"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ainisolated" out="ain"/><Substitution in="alefmaksuraisolated" out="alefmaksura"/><Substitution in="behisolated" out="beh"/><Substitution in="dadisolated" out="dad"/><Substitution in="dalisolated" out="dal"/><Substitution in="farsiyehisolated" out="farsiyeh"/><Substitution in="fehisolated" out="feh"/><Substitution in="gafisolated" out="gaf"/><Substitution in="ghainisolated" out="ghain"/><Substitution in="hahisolated" out="hah"/><Substitution in="jeemisolated" out="jeem"/><Substitution in="jehisolated" out="jeh"/><Substitution in="kafisolated" out="arabickaf"/><Substitution in="kehehisolated" out="keheh"/><Substitution in="khahisolated" out="khah"/><Substitution in="meemisolated" out="meem"/><Substitution in="noonisolated" out="noon"/><Substitution in="pehisolated" out="peh"/><Substitution in="qafisolated" out="qaf"/><Substitution in="rehisolated" out="reh"/><Substitution in="sadisolated" out="sad"/><Substitution in="seenisolated" out="seen"/><Substitution in="sheenisolated" out="sheen"/><Substitution in="tahisolated" out="tah"/><Substitution in="tchehisolated" out="tcheh"/><Substitution in="tehisolated" out="teh"/><Substitution in="tehmarbutaisolated" out="tehmarbuta"/><Substitution in="thalisolated" out="thal"/><Substitution in="thehisolated" out="theh"/><Substitution in="vehisolated" out="veh"/><Substitution in="wawisolated" out="waw"/><Substitution in="yehisolated" out="yeh"/><Substitution in="yehwithhamzaaboveisolated" out="yehwithhamzaabove"/><Substitution in="zahisolated" out="zah"/><Substitution in="zainisolated" out="zain"/></SingleSubst></Lookup><Lookup index="2"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="wawwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="arabicalef"/><Glyph value="tehmarbuta"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="alefwasla"/><Glyph value="jeh"/><Glyph value="arabicae"/><Glyph value="alefwaslafinal"/><Glyph value="alefwithmaddaabovefinal"/><Glyph value="alefwithhamzaabovefinal"/><Glyph value="alefwithhamzabelowfinal"/><Glyph value="aleffinal"/><Glyph value="tehmarbutafinal"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefmaddaabovefinal"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzaabovefinal"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefhamzabelowfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></BacktrackCoverage><InputCoverage index="0" Format="1"><Glyph value="heh"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="13"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="3"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="ainfinal"/><Substitution in="alefmaksura" out="alefmaksurafinal"/><Substitution in="alefwasla" out="alefwaslafinal"/><Substitution in="alefwithhamzaabove" out="alefwithhamzaabovefinal"/><Substitution in="alefwithhamzabelow" out="alefwithhamzabelowfinal"/><Substitution in="alefwithmaddaabove" out="alefwithmaddaabovefinal"/><Substitution in="arabicae" out="hehfinal"/><Substitution in="arabicalef" out="aleffinal"/><Substitution in="arabickaf" out="arabickaffinal"/><Substitution in="beh" out="behfinal"/><Substitution in="dad" out="dadfinal"/><Substitution in="dal" out="dalfinal"/><Substitution in="farsiyeh" out="farsiyehfinal"/><Substitution in="feh" out="fehfinal"/><Substitution in="gaf" out="gaffinal"/><Substitution in="ghain" out="ghainfinal"/><Substitution in="hah" out="hahfinal"/><Substitution in="heh" out="hehfinal"/><Substitution in="jeem" out="jeemfinal"/><Substitution in="jeh" out="jehfinal"/><Substitution in="keheh" out="kehehfinal"/><Substitution in="khah" out="khahfinal"/><Substitution in="lam" out="lamfinal"/><Substitution in="meem" out="meemfinal"/><Substitution in="noon" out="noonfinal"/><Substitution in="peh" out="pehfinal"/><Substitution in="qaf" out="qaffinal"/><Substitution in="reh" out="rehfinal"/><Substitution in="sad" out="sadfinal"/><Substitution in="seen" out="seenfinal"/><Substitution in="sheen" out="sheenfinal"/><Substitution in="tah" out="tahfinal"/><Substitution in="tcheh" out="tchehfinal"/><Substitution in="teh" out="tehfinal"/><Substitution in="tehmarbuta" out="tehmarbutafinal"/><Substitution in="thal" out="thalfinal"/><Substitution in="theh" out="thehfinal"/><Substitution in="veh" out="vehfinal"/><Substitution in="waw" out="wawfinal"/><Substitution in="wawwithhamzaabove" out="wawwithhamzaabovefinal"/><Substitution in="yeh" out="yehfinal"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaabovefinal"/><Substitution in="zah" out="zahfinal"/><Substitution in="zain" out="zainfinal"/></SingleSubst></Lookup><Lookup index="4"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="aininitial"/><Substitution in="alefmaksura" out="uni0649.init"/><Substitution in="arabickaf" out="kafinitial"/><Substitution in="beh" out="behinitial"/><Substitution in="dad" out="dadinitial"/><Substitution in="farsiyeh" out="yehinitial"/><Substitution in="feh" out="fehinitial"/><Substitution in="gaf" out="gafinitial"/><Substitution in="ghain" out="ghaininitial"/><Substitution in="hah" out="hahinitial"/><Substitution in="heh" out="hehinitial"/><Substitution in="jeem" out="jeeminitial"/><Substitution in="keheh" out="kehehinitial"/><Substitution in="khah" out="khahinitial"/><Substitution in="lam" out="laminitial"/><Substitution in="meem" out="meeminitial"/><Substitution in="noon" out="nooninitial"/><Substitution in="peh" out="pehinitial"/><Substitution in="qaf" out="qafinitial"/><Substitution in="sad" out="sadinitial"/><Substitution in="seen" out="seeninitial"/><Substitution in="sheen" out="sheeninitial"/><Substitution in="tah" out="tahinitial"/><Substitution in="tcheh" out="tchehinitial"/><Substitution in="teh" out="tehinitial"/><Substitution in="theh" out="thehinitial"/><Substitution in="veh" out="vehinitial"/><Substitution in="yeh" out="yehinitial"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaaboveinitial"/><Substitution in="zah" out="zahinitial"/></SingleSubst></Lookup><Lookup index="5"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="ain" out="ainmedial"/><Substitution in="alefmaksura" out="uni0649.medi"/><Substitution in="arabickaf" out="kafmedial"/><Substitution in="beh" out="behmedial"/><Substitution in="dad" out="dadmedial"/><Substitution in="farsiyeh" out="yehmedial"/><Substitution in="feh" out="fehmedial"/><Substitution in="gaf" out="gafmedial"/><Substitution in="ghain" out="ghainmedial"/><Substitution in="hah" out="hahmedial"/><Substitution in="heh" out="hehmedial"/><Substitution in="jeem" out="jeemmedial"/><Substitution in="keheh" out="kehehmedial"/><Substitution in="khah" out="khahmedial"/><Substitution in="lam" out="lammedial"/><Substitution in="meem" out="meemmedial"/><Substitution in="noon" out="noonmedial"/><Substitution in="peh" out="pehmedial"/><Substitution in="qaf" out="qafmedial"/><Substitution in="sad" out="sadmedial"/><Substitution in="seen" out="seenmedial"/><Substitution in="sheen" out="sheenmedial"/><Substitution in="tah" out="tahmedial"/><Substitution in="tcheh" out="tchehmedial"/><Substitution in="teh" out="tehmedial"/><Substitution in="theh" out="thehmedial"/><Substitution in="veh" out="vehmedial"/><Substitution in="yeh" out="yehmedial"/><Substitution in="yehwithhamzaabove" out="yehwithhamzaabovemedial"/><Substitution in="zah" out="zahmedial"/></SingleSubst></Lookup><Lookup index="6"><LookupType value="4"/><LookupFlag value="9"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="behinitial"><Ligature components="hehmedial" glyph="behwithhehinitial"/><Ligature components="meemfinal" glyph="behwithmeemisolated"/><Ligature components="meemmedial" glyph="behwithmeeminitial"/><Ligature components="alefmaksurafinal" glyph="behwithalefmaksuraisolated"/><Ligature components="yehfinal" glyph="behwithyehisolated"/><Ligature components="jeemmedial" glyph="behwithjeeminitial"/><Ligature components="hahmedial" glyph="behwithhahinitial"/><Ligature components="khahmedial" glyph="behwithkhahinitial"/></LigatureSet><LigatureSet glyph="behmedial"><Ligature components="alefmaksurafinal" glyph="behwithalefmaksurafinal"/><Ligature components="yehfinal" glyph="behwithyehfinal"/><Ligature components="rehfinal" glyph="behwithrehfinal"/><Ligature components="noonfinal" glyph="behwithnoonfinal"/></LigatureSet><LigatureSet glyph="fehinitial"><Ligature components="alefmaksurafinal" glyph="fehwithalefmaksuraisolated"/><Ligature components="yehfinal" glyph="fehwithyehisolated"/></LigatureSet><LigatureSet glyph="hahinitial"><Ligature components="meemmedial" glyph="hahwithmeeminitial"/></LigatureSet><LigatureSet glyph="hehinitial"><Ligature components="meemmedial" glyph="hehwithmeeminitial"/></LigatureSet><LigatureSet glyph="jeeminitial"><Ligature components="meemmedial" glyph="jeemwithmeeminitial"/></LigatureSet><LigatureSet glyph="khahinitial"><Ligature components="meemmedial" glyph="khahwithmeeminitial"/></LigatureSet><LigatureSet glyph="laminitial"><Ligature components="jeemmedial" glyph="lamwithjeeminitial"/><Ligature components="hahmedial" glyph="lamwithhahinitial"/><Ligature components="khahmedial" glyph="lamwithkhahinitial"/><Ligature components="hehmedial" glyph="lamwithhehinitial"/><Ligature components="meemfinal" glyph="lamwithmeemisolated"/><Ligature components="alefmaksurafinal" glyph="lamwithalefmaksuraisolated"/><Ligature components="yehfinal" glyph="lamwithyehisolated"/></LigatureSet><LigatureSet glyph="meeminitial"><Ligature components="jeemmedial" glyph="meemwithjeeminitial"/><Ligature components="hahmedial" glyph="meemwithhahinitial"/><Ligature components="khahmedial" glyph="meemwithkhahinitial"/><Ligature components="meemmedial" glyph="meemwithmeeminitial"/></LigatureSet><LigatureSet glyph="nooninitial"><Ligature components="hehmedial" glyph="noonwithhehinitial"/><Ligature components="meemfinal" glyph="noonwithmeemisolated"/><Ligature components="meemmedial" glyph="noonwithmeeminitial"/><Ligature components="alefmaksurafinal" glyph="noonwithalefmaksuraisolated"/><Ligature components="yehfinal" glyph="noonwithyehisolated"/><Ligature components="jeemmedial" glyph="noonwithjeeminitial"/><Ligature components="hahmedial" glyph="noonwithhahinitial"/><Ligature components="khahmedial" glyph="noonwithkhahinitial"/></LigatureSet><LigatureSet glyph="noonmedial"><Ligature components="alefmaksurafinal" glyph="noonwithalefmaksurafinal"/><Ligature components="yehfinal" glyph="noonwithyehfinal"/></LigatureSet><LigatureSet glyph="pehinitial"><Ligature components="hehmedial" glyph="pehwithhehinitial"/></LigatureSet><LigatureSet glyph="seeninitial"><Ligature components="meemmedial" glyph="seenwithmeeminitial"/></LigatureSet><LigatureSet glyph="sheeninitial"><Ligature components="meemmedial" glyph="sheenwithmeeminitial"/></LigatureSet><LigatureSet glyph="tchehinitial"><Ligature components="meemmedial" glyph="uniE817"/></LigatureSet><LigatureSet glyph="tehinitial"><Ligature components="hehmedial" glyph="tehwithhehinitial"/><Ligature components="meemfinal" glyph="tehwithmeemisolated"/><Ligature components="meemmedial" glyph="tehwithmeeminitial"/><Ligature components="yehfinal" glyph="tehwithyehisolated"/><Ligature components="jeemmedial" glyph="tehwithjeeminitial"/><Ligature components="hahmedial" glyph="tehwithhahinitial"/><Ligature components="khahmedial" glyph="tehwithkhahinitial"/></LigatureSet><LigatureSet glyph="tehmedial"><Ligature components="alefmaksurafinal" glyph="tehwithalefmaksurafinal"/><Ligature components="yehfinal" glyph="tehwithyehfinal"/><Ligature components="rehfinal" glyph="noonwithzainfinal"/><Ligature components="noonfinal" glyph="tehwithnoonfinal"/></LigatureSet><LigatureSet glyph="thehinitial"><Ligature components="meemfinal" glyph="thehwithmeemisolated"/><Ligature components="meemmedial" glyph="thehwithmeeminitial"/></LigatureSet><LigatureSet glyph="yehinitial"><Ligature components="meemfinal" glyph="yehwithmeemisolated"/><Ligature components="meemmedial" glyph="yehwithmeeminitial"/><Ligature components="alefmaksurafinal" glyph="yehwithalefmaksuraisolated"/><Ligature components="jeemmedial" glyph="yehwithjeeminitial"/><Ligature components="hahmedial" glyph="yehwithhahinitial"/><Ligature components="khahmedial" glyph="yehwithkhahinitial"/></LigatureSet><LigatureSet glyph="yehmedial"><Ligature components="alefmaksurafinal" glyph="yehwithalefmaksurafinal"/><Ligature components="rehfinal" glyph="yehwithrehfinal"/><Ligature components="noonfinal" glyph="yehwithnoonfinal"/></LigatureSet></LigatureSubst></Lookup><Lookup index="7"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="laminitial"><Ligature components="meemmedial,jeemmedial" glyph="lamwithmeemwithjeeminitial"/><Ligature components="meemmedial,hahmedial" glyph="lamwithmeemwithhahinitial"/><Ligature components="meemmedial" glyph="lamwithmeeminitial"/></LigatureSet></LigatureSubst></Lookup><Lookup index="8"><LookupType value="4"/><LookupFlag value="257"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="laminitial"><Ligature components="jeemfinal" glyph="lamwithjeemisolated"/><Ligature components="hahfinal" glyph="lamwithhahisolated"/><Ligature components="khahfinal" glyph="lamwithkhahisolated"/></LigatureSet></LigatureSubst></Lookup><Lookup index="9"><LookupType value="4"/><LookupFlag value="9"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="laminitial"><Ligature components="alefwithmaddaabovefinal" glyph="lamwithalefmaddaaboveisolatedd"/><Ligature components="alefwithhamzaabovefinal" glyph="lamwithalefhamzaaboveisolatedd"/><Ligature components="alefwithhamzabelowfinal" glyph="lamwithalefhamzabelowisolated"/><Ligature components="aleffinal" glyph="lamwithalefisolated"/></LigatureSet><LigatureSet glyph="lammedial"><Ligature components="alefwithmaddaabovefinal" glyph="lamwithalefmaddaabovefinal"/><Ligature components="alefwithhamzaabovefinal" glyph="lamwithalefhamzaabovefinal"/><Ligature components="alefwithhamzabelowfinal" glyph="lamwithalefhamzabelowfinal"/><Ligature components="aleffinal" glyph="lamwithaleffinal"/></LigatureSet></LigatureSubst></Lookup><Lookup index="10"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="laminitial"><Ligature components="lammedial,hehfinal" glyph="allahisolated"/></LigatureSet><LigatureSet glyph="reh"><Ligature components="yehinitial,aleffinal,lam" glyph="rayaleflam"/></LigatureSet></LigatureSubst></Lookup><Lookup index="11"><LookupType value="6"/><LookupFlag value="1"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="2"><Glyph value="pehinitial"/><Glyph value="yehwithhamzaaboveinitial"/><Glyph value="behinitial"/><Glyph value="tehinitial"/><Glyph value="thehinitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="nooninitial"/><Glyph value="yehinitial"/><Glyph value="uni0649.init"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="pehmedial"/><Glyph value="vehmedial"/><Glyph value="jehfinal"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="behmedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="ainmedial"/><Glyph value="ghainmedial"/><Glyph value="fehmedial"/><Glyph value="qafmedial"/><Glyph value="lammedial"/><Glyph value="noonmedial"/><Glyph value="hehmedial"/><Glyph value="wawfinal"/><Glyph value="yehmedial"/></LookAheadCoverage><LookAheadCoverage index="2" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="14"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="12"><LookupType value="6"/><LookupFlag value="1"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="2"><Glyph value="pehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="behmedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="noonmedial"/><Glyph value="yehmedial"/><Glyph value="uni0649.medi"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="pehmedial"/><Glyph value="vehmedial"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="ainmedial"/><Glyph value="ghainmedial"/><Glyph value="fehmedial"/><Glyph value="qafmedial"/><Glyph value="lammedial"/><Glyph value="noonmedial"/><Glyph value="hehmedial"/><Glyph value="wawfinal"/><Glyph value="yehmedial"/></LookAheadCoverage><LookAheadCoverage index="2" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="15"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="13"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="heh" out="hehisolated"/></SingleSubst></Lookup><Lookup index="14"><LookupType value="2"/><LookupFlag value="1"/><MultipleSubst index="0" Format="1"><Coverage Format="2"><Glyph value="pehinitial"/><Glyph value="yehwithhamzaaboveinitial"/><Glyph value="behinitial"/><Glyph value="tehinitial"/><Glyph value="thehinitial"/><Glyph value="fehinitial"/><Glyph value="qafinitial"/><Glyph value="nooninitial"/><Glyph value="yehinitial"/><Glyph value="uni0649.init"/></Coverage><Sequence index="0"><Substitute index="0" value="pehinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="1"><Substitute index="0" value="yehwithhamzaaboveinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="2"><Substitute index="0" value="behinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="3"><Substitute index="0" value="tehinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="4"><Substitute index="0" value="thehinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="5"><Substitute index="0" value="fehinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="6"><Substitute index="0" value="qafinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="7"><Substitute index="0" value="nooninitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="8"><Substitute index="0" value="yehinitial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="9"><Substitute index="0" value="uni0649.init"/><Substitute index="1" value="tatweel"/></Sequence></MultipleSubst></Lookup><Lookup index="15"><LookupType value="2"/><LookupFlag value="1"/><MultipleSubst index="0" Format="1"><Coverage Format="2"><Glyph value="pehmedial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="behmedial"/><Glyph value="tehmedial"/><Glyph value="thehmedial"/><Glyph value="noonmedial"/><Glyph value="yehmedial"/><Glyph value="uni0649.medi"/></Coverage><Sequence index="0"><Substitute index="0" value="pehmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="1"><Substitute index="0" value="yehwithhamzaabovemedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="2"><Substitute index="0" value="behmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="3"><Substitute index="0" value="tehmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="4"><Substitute index="0" value="thehmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="5"><Substitute index="0" value="noonmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="6"><Substitute index="0" value="yehmedial"/><Substitute index="1" value="tatweel"/></Sequence><Sequence index="7"><Substitute index="0" value="uni0649.medi"/><Substitute index="1" value="tatweel"/></Sequence></MultipleSubst></Lookup></LookupList></GSUB><GPOS><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="2"/><FeatureIndex index="2" value="4"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="FAR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="3"/><FeatureIndex index="2" value="5"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="kern"/><Feature><LookupListIndex index="0" value="0"/><LookupListIndex index="1" value="1"/><LookupListIndex index="2" value="2"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="kern"/><Feature><LookupListIndex index="0" value="0"/><LookupListIndex index="1" value="1"/><LookupListIndex index="2" value="2"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="4"/><LookupListIndex index="2" value="5"/><LookupListIndex index="3" value="6"/><LookupListIndex index="4" value="7"/><LookupListIndex index="5" value="8"/><LookupListIndex index="6" value="9"/><LookupListIndex index="7" value="10"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="4"/><LookupListIndex index="2" value="5"/><LookupListIndex index="3" value="6"/><LookupListIndex index="4" value="7"/><LookupListIndex index="5" value="8"/><LookupListIndex index="6" value="9"/><LookupListIndex index="7" value="10"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="11"/><LookupListIndex index="1" value="12"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="11"/><LookupListIndex index="1" value="12"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="2"/><LookupFlag value="9"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="behwithrehfinal"/><Glyph value="noonwithzainfinal"/><Glyph value="yehwithrehfinal"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="wawfinal"/></Coverage><ValueFormat1 value="5"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-410" XAdvance="-410"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord></PairSet><PairSet index="7"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-410" XAdvance="-410"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord></PairSet><PairSet index="8"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-100" XAdvance="-100"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-440" XAdvance="-440"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-410" XAdvance="-410"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-220" XAdvance="-220"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-210" XAdvance="-210"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord></PairSet><PairSet index="9"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet><PairSet index="10"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="11"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-155" XAdvance="-155"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-500" XAdvance="-500"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-430" XAdvance="-430"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-475" XAdvance="-475"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-655" XAdvance="-655"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-270" XAdvance="-270"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-245" XAdvance="-245"/></PairValueRecord></PairSet><PairSet index="12"><PairValueRecord index="0"><SecondGlyph value="hamza"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="alefwithmaddaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="alefwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="wawwithhamzaabove"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="alefwithhamzabelow"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="yehwithhamzaabove"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="arabicalef"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="beh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="tehmarbuta"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="teh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="theh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="jeem"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="hah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="khah"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="dal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="thal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="reh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="zain"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="seen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="sheen"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="sad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="dad"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="22"><SecondGlyph value="tah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="23"><SecondGlyph value="zah"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="24"><SecondGlyph value="ain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="25"><SecondGlyph value="ghain"/><Value1 XPlacement="-380" XAdvance="-380"/></PairValueRecord><PairValueRecord index="26"><SecondGlyph value="feh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="27"><SecondGlyph value="qaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="28"><SecondGlyph value="arabickaf"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="29"><SecondGlyph value="lam"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="30"><SecondGlyph value="meem"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="31"><SecondGlyph value="noon"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="32"><SecondGlyph value="heh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="33"><SecondGlyph value="waw"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="34"><SecondGlyph value="alefmaksura"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="35"><SecondGlyph value="yeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="36"><SecondGlyph value="alefwasla"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="37"><SecondGlyph value="peh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="38"><SecondGlyph value="tcheh"/><Value1 XPlacement="-330" XAdvance="-330"/></PairValueRecord><PairValueRecord index="39"><SecondGlyph value="jeh"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="40"><SecondGlyph value="veh"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="41"><SecondGlyph value="keheh"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="42"><SecondGlyph value="gaf"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="43"><SecondGlyph value="farsiyeh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="44"><SecondGlyph value="lamwithmeemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="45"><SecondGlyph value="behwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="46"><SecondGlyph value="pehwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="47"><SecondGlyph value="tehwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="48"><SecondGlyph value="noonwithhehinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="49"><SecondGlyph value="rayaleflam"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="50"><SecondGlyph value="uniE817"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="51"><SecondGlyph value="pehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="52"><SecondGlyph value="pehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="53"><SecondGlyph value="pehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="54"><SecondGlyph value="vehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="55"><SecondGlyph value="vehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="56"><SecondGlyph value="tchehinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="57"><SecondGlyph value="jehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="58"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="59"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="60"><SecondGlyph value="behwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="61"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="62"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="63"><SecondGlyph value="tehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="64"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="65"><SecondGlyph value="thehwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="66"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="67"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="68"><SecondGlyph value="lamwithjeemisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="69"><SecondGlyph value="lamwithhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="70"><SecondGlyph value="lamwithkhahisolated"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="71"><SecondGlyph value="lamwithmeemisolated"/><Value1 XPlacement="-400" XAdvance="-400"/></PairValueRecord><PairValueRecord index="72"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="73"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="74"><SecondGlyph value="noonwithmeemisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="75"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="76"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="77"><SecondGlyph value="yehwithmeemisolated"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="78"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="-130" XAdvance="-130"/></PairValueRecord><PairValueRecord index="79"><SecondGlyph value="behwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="80"><SecondGlyph value="behwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="81"><SecondGlyph value="behwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="82"><SecondGlyph value="behwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="83"><SecondGlyph value="tehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="84"><SecondGlyph value="tehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="85"><SecondGlyph value="tehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="86"><SecondGlyph value="tehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="87"><SecondGlyph value="thehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="88"><SecondGlyph value="jeemwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="89"><SecondGlyph value="hahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="90"><SecondGlyph value="khahwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="91"><SecondGlyph value="seenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="92"><SecondGlyph value="lamwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="93"><SecondGlyph value="lamwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="94"><SecondGlyph value="lamwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="95"><SecondGlyph value="lamwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="96"><SecondGlyph value="lamwithhehinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="97"><SecondGlyph value="meemwithjeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="98"><SecondGlyph value="meemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="99"><SecondGlyph value="meemwithkhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="100"><SecondGlyph value="meemwithmeeminitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="101"><SecondGlyph value="noonwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="102"><SecondGlyph value="noonwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="103"><SecondGlyph value="noonwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="104"><SecondGlyph value="noonwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="105"><SecondGlyph value="hehwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="106"><SecondGlyph value="yehwithjeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="107"><SecondGlyph value="yehwithhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="108"><SecondGlyph value="yehwithkhahinitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="109"><SecondGlyph value="yehwithmeeminitial"/><Value1 XPlacement="-180" XAdvance="-180"/></PairValueRecord><PairValueRecord index="110"><SecondGlyph value="sheenwithmeeminitial"/><Value1 XPlacement="-230" XAdvance="-230"/></PairValueRecord><PairValueRecord index="111"><SecondGlyph value="alefwithfathatanisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="112"><SecondGlyph value="lamwithmeemwithhahinitial"/><Value1 XPlacement="-150" XAdvance="-150"/></PairValueRecord><PairValueRecord index="113"><SecondGlyph value="allahisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="114"><SecondGlyph value="wawwithhamzaabovefinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="115"><SecondGlyph value="yehwithhamzaaboveinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="116"><SecondGlyph value="yehwithhamzaabovemedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="117"><SecondGlyph value="behfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="118"><SecondGlyph value="behinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="119"><SecondGlyph value="behmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="120"><SecondGlyph value="tehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="121"><SecondGlyph value="tehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="122"><SecondGlyph value="tehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="123"><SecondGlyph value="thehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="124"><SecondGlyph value="thehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="125"><SecondGlyph value="thehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="126"><SecondGlyph value="jeeminitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="127"><SecondGlyph value="hahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="128"><SecondGlyph value="khahinitial"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="129"><SecondGlyph value="dalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="130"><SecondGlyph value="thalfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="131"><SecondGlyph value="rehfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="132"><SecondGlyph value="zainfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="133"><SecondGlyph value="seeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="134"><SecondGlyph value="seenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="135"><SecondGlyph value="sheeninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="136"><SecondGlyph value="sheenmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="137"><SecondGlyph value="sadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="138"><SecondGlyph value="sadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="139"><SecondGlyph value="dadinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="140"><SecondGlyph value="dadmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="141"><SecondGlyph value="tahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="142"><SecondGlyph value="tahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="143"><SecondGlyph value="tahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="144"><SecondGlyph value="zahfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="145"><SecondGlyph value="zahinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="146"><SecondGlyph value="zahmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="147"><SecondGlyph value="aininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="148"><SecondGlyph value="ghaininitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="149"><SecondGlyph value="fehfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="150"><SecondGlyph value="fehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="151"><SecondGlyph value="qaffinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="152"><SecondGlyph value="qafinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="153"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-555" XAdvance="-555"/></PairValueRecord><PairValueRecord index="154"><SecondGlyph value="laminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="155"><SecondGlyph value="meemfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="156"><SecondGlyph value="meeminitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="157"><SecondGlyph value="meemmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="158"><SecondGlyph value="noonfinal"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="159"><SecondGlyph value="nooninitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="160"><SecondGlyph value="noonmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="161"><SecondGlyph value="hehisolated"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="162"><SecondGlyph value="hehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="163"><SecondGlyph value="wawfinal"/><Value1 XPlacement="-190" XAdvance="-190"/></PairValueRecord><PairValueRecord index="164"><SecondGlyph value="yehinitial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="165"><SecondGlyph value="yehmedial"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="166"><SecondGlyph value="lamwithalefmaddaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="167"><SecondGlyph value="lamwithalefhamzaaboveisolatedd"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="168"><SecondGlyph value="lamwithalefhamzabelowisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="169"><SecondGlyph value="lamwithalefisolated"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="170"><SecondGlyph value="uni0649.init"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord><PairValueRecord index="171"><SecondGlyph value="uni0649.medi"/><Value1 XPlacement="-145" XAdvance="-145"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="1"><LookupType value="2"/><LookupFlag value="9"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="space"/><Glyph value="hamza"/><Glyph value="arabicalef"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="hamzaisolated"/><Glyph value="aleffinal"/><Glyph value="dalisolated"/><Glyph value="dalfinal"/><Glyph value="thalisolated"/><Glyph value="thalfinal"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefhamzabelowfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></Coverage><ValueFormat1 value="5"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-140" XAdvance="-140"/></PairValueRecord></PairSet><PairSet index="7"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="8"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="9"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord></PairSet><PairSet index="10"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord></PairSet><PairSet index="11"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord></PairSet><PairSet index="12"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord></PairSet><PairSet index="13"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-120" XAdvance="-120"/></PairValueRecord></PairSet><PairSet index="14"><PairValueRecord index="0"><SecondGlyph value="keheh"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="gaf"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="kehehinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="gafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="kafinitial"/><Value1 XPlacement="-200" XAdvance="-200"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="2"><LookupType value="2"/><LookupFlag value="9"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="hamza"/><Glyph value="arabicalef"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="aleffinal"/><Glyph value="dalfinal"/><Glyph value="thalfinal"/></Coverage><ValueFormat1 value="5"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-250" XAdvance="-250"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-80" XAdvance="-80"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-300" XAdvance="-300"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="-350" XAdvance="-350"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="-170" XAdvance="-170"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="3"><LookupType value="1"/><LookupFlag value="1"/><SinglePos index="0" Format="2"><Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/></Coverage><ValueFormat value="4"/><Value index="0" XAdvance="-408"/><Value index="1" XAdvance="-483"/><Value index="2" XAdvance="-408"/><Value index="3" XAdvance="-408"/><Value index="4" XAdvance="-414"/><Value index="5" XAdvance="-408"/><Value index="6" XAdvance="-420"/><Value index="7" XAdvance="-332"/><Value index="8" XAdvance="-239"/><Value index="9" XAdvance="-480"/><Value index="10" XAdvance="-420"/><Value index="11" XAdvance="-420"/><Value index="12" XAdvance="-414"/><Value index="13" XAdvance="-469"/><Value index="14" XAdvance="-420"/><Value index="15" XAdvance="-420"/><Value index="16" XAdvance="-420"/><Value index="17" XAdvance="-420"/><Value index="18" XAdvance="-420"/><Value index="19" XAdvance="-420"/><Value index="20" XAdvance="-420"/></SinglePos></Lookup><Lookup index="4"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="hamza"/><Glyph value="alefwithmaddaabove"/><Glyph value="alefwithhamzaabove"/><Glyph value="wawwithhamzaabove"/><Glyph value="alefwithhamzabelow"/><Glyph value="yehwithhamzaabove"/><Glyph value="arabicalef"/><Glyph value="beh"/><Glyph value="tehmarbuta"/><Glyph value="teh"/><Glyph value="theh"/><Glyph value="jeem"/><Glyph value="hah"/><Glyph value="khah"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="seen"/><Glyph value="sheen"/><Glyph value="sad"/><Glyph value="dad"/><Glyph value="tah"/><Glyph value="zah"/><Glyph value="ain"/><Glyph value="ghain"/><Glyph value="tatweel"/><Glyph value="feh"/><Glyph value="qaf"/><Glyph value="arabickaf"/><Glyph value="lam"/><Glyph value="meem"/><Glyph value="noon"/><Glyph value="heh"/><Glyph value="waw"/><Glyph value="alefmaksura"/><Glyph value="yeh"/><Glyph value="alefwasla"/><Glyph value="peh"/><Glyph value="tcheh"/><Glyph value="jeh"/><Glyph value="veh"/><Glyph value="keheh"/><Glyph value="gaf"/><Glyph value="farsiyeh"/><Glyph value="alefwaslafinal"/><Glyph value="pehfinal"/><Glyph value="pehinitial"/><Glyph value="pehmedial"/><Glyph value="vehfinal"/><Glyph value="vehinitial"/><Glyph value="vehmedial"/><Glyph value="tchehfinal"/><Glyph value="tchehinitial"/><Glyph value="tchehmedial"/><Glyph value="jehfinal"/><Glyph value="kehehfinal"/><Glyph value="kehehinitial"/><Glyph value="kehehmedial"/><Glyph value="gaffinal"/><Glyph value="gafinitial"/><Glyph value="gafmedial"/><Glyph value="farsiyehfinal"/><Glyph value="alefwithmaddaabovefinal"/><Glyph value="alefwithhamzaabovefinal"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="alefwithhamzabelowfinal"/><Glyph value="yehwithhamzaabovefinal"/><Glyph value="yehwithhamzaaboveinitial"/><Glyph value="yehwithhamzaabovemedial"/><Glyph value="aleffinal"/><Glyph value="behfinal"/><Glyph value="behinitial"/><Glyph value="behmedial"/><Glyph value="tehmarbutafinal"/><Glyph value="tehfinal"/><Glyph value="tehinitial"/><Glyph value="tehmedial"/><Glyph value="thehfinal"/><Glyph value="thehinitial"/><Glyph value="thehmedial"/><Glyph value="jeemfinal"/><Glyph value="jeeminitial"/><Glyph value="jeemmedial"/><Glyph value="hahfinal"/><Glyph value="hahinitial"/><Glyph value="hahmedial"/><Glyph value="khahfinal"/><Glyph value="khahinitial"/><Glyph value="khahmedial"/><Glyph value="dalfinal"/><Glyph value="thalfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="seenfinal"/><Glyph value="seeninitial"/><Glyph value="seenmedial"/><Glyph value="sheenfinal"/><Glyph value="sheeninitial"/><Glyph value="sheenmedial"/><Glyph value="sadfinal"/><Glyph value="sadinitial"/><Glyph value="sadmedial"/><Glyph value="dadfinal"/><Glyph value="dadinitial"/><Glyph value="dadmedial"/><Glyph value="tahfinal"/><Glyph value="tahinitial"/><Glyph value="tahmedial"/><Glyph value="zahfinal"/><Glyph value="zahinitial"/><Glyph value="zahmedial"/><Glyph value="ainfinal"/><Glyph value="aininitial"/><Glyph value="ainmedial"/><Glyph value="ghainfinal"/><Glyph value="ghaininitial"/><Glyph value="ghainmedial"/><Glyph value="fehfinal"/><Glyph value="fehinitial"/><Glyph value="fehmedial"/><Glyph value="qaffinal"/><Glyph value="qafinitial"/><Glyph value="qafmedial"/><Glyph value="arabickaffinal"/><Glyph value="kafinitial"/><Glyph value="kafmedial"/><Glyph value="lamfinal"/><Glyph value="laminitial"/><Glyph value="lammedial"/><Glyph value="meemfinal"/><Glyph value="meeminitial"/><Glyph value="meemmedial"/><Glyph value="noonfinal"/><Glyph value="nooninitial"/><Glyph value="noonmedial"/><Glyph value="hehisolated"/><Glyph value="hehfinal"/><Glyph value="hehinitial"/><Glyph value="hehmedial"/><Glyph value="wawfinal"/><Glyph value="alefmaksurafinal"/><Glyph value="yehfinal"/><Glyph value="yehinitial"/><Glyph value="yehmedial"/><Glyph value="uni0649.init"/><Glyph value="uni0649.medi"/><Glyph value="uni25CC"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1485"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1515"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1080"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1330"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="295"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="265"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="275"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1360"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="209"/><YCoordinate value="773"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="321"/><YCoordinate value="-49"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1422"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1565"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="162"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="459"/><YCoordinate value="1085"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="352"/><YCoordinate value="-453"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="110"/><YCoordinate value="1214"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="192"/><YCoordinate value="-331"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="374"/><YCoordinate value="1137"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="426"/><YCoordinate value="-292"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="110"/><YCoordinate value="1214"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="162"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="506"/><YCoordinate value="878"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="611"/><YCoordinate value="-292"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="241"/><YCoordinate value="1249"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="251"/><YCoordinate value="-103"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="506"/><YCoordinate value="982"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="611"/><YCoordinate value="-124"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="506"/><YCoordinate value="1110"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="611"/><YCoordinate value="-124"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="807"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-738"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="807"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-738"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="996"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-738"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="294"/><YCoordinate value="1010"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-93"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="242"/><YCoordinate value="1267"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-93"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="432"/><YCoordinate value="800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-394"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="432"/><YCoordinate value="1047"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-394"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="745"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="889"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="837"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="938"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="387"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="387"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="259"/><YCoordinate value="1001"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="469"/><YCoordinate value="-788"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="259"/><YCoordinate value="1304"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="469"/><YCoordinate value="-788"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="52"/><YCoordinate value="856"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="52"/><YCoordinate value="-291"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="516"/><YCoordinate value="1170"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="621"/><YCoordinate value="-101"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="488"/><YCoordinate value="1199"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="646"/><YCoordinate value="-158"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="562"/><YCoordinate value="1343"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="515"/><YCoordinate value="-151"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="541"/><YCoordinate value="1401"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="609"/><YCoordinate value="-232"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="282"/><YCoordinate value="889"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-284"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="369"/><YCoordinate value="1206"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="427"/><YCoordinate value="-170"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="557"/><YCoordinate value="966"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="506"/><YCoordinate value="-49"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="459"/><YCoordinate value="794"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="352"/><YCoordinate value="-453"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="374"/><YCoordinate value="778"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="426"/><YCoordinate value="-292"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="374"/><YCoordinate value="778"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="436"/><YCoordinate value="-506"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1509"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="192"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="506"/><YCoordinate value="878"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="611"/><YCoordinate value="-536"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="807"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-738"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="1206"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-394"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="516"/><YCoordinate value="1270"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="621"/><YCoordinate value="-101"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="982"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-216"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1134"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-216"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="374"/><YCoordinate value="778"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="426"/><YCoordinate value="-292"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1509"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="775"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="617"/><YCoordinate value="-536"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="856"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="160"/><YCoordinate value="-469"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="863"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-509"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="516"/><YCoordinate value="1109"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="621"/><YCoordinate value="-274"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="172"/><YCoordinate value="1351"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="267"/><YCoordinate value="1261"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="803"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-736"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="858"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="864"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="378"/><YCoordinate value="1034"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-429"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="407"/><YCoordinate value="1156"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-216"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1244"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="232"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1418"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1327"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-216"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="1397"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="232"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="1566"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="565"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-591"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1422"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="362"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1575"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="440"/><YCoordinate value="1004"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="333"/><YCoordinate value="-453"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1254"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-331"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="800"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="452"/><YCoordinate value="-591"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1137"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="130"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1064"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1254"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="242"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="775"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="617"/><YCoordinate value="-379"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="856"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="160"/><YCoordinate value="-315"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="863"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-354"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="1158"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="281"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="963"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="617"/><YCoordinate value="-157"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1150"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="130"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1075"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="1099"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="617"/><YCoordinate value="-157"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1388"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="130"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1085"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="803"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-736"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="858"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="595"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="864"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="803"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-736"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="858"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="864"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="996"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="513"/><YCoordinate value="-736"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="946"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="948"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="383"/><YCoordinate value="1119"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="383"/><YCoordinate value="1359"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="438"/><YCoordinate value="739"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-429"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="438"/><YCoordinate value="905"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-429"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="622"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="850"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="727"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="887"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1106"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1085"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="841"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="889"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-158"/></BaseAnchor></BaseRecord><BaseRecord index="102"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="893"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-158"/></BaseAnchor></BaseRecord><BaseRecord index="103"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="928"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="104"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="1043"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-158"/></BaseAnchor></BaseRecord><BaseRecord index="105"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="1049"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-158"/></BaseAnchor></BaseRecord><BaseRecord index="106"><BaseAnchor index="0" Format="1"><XCoordinate value="387"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="107"><BaseAnchor index="0" Format="1"><XCoordinate value="157"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="325"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="108"><BaseAnchor index="0" Format="1"><XCoordinate value="157"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="325"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="109"><BaseAnchor index="0" Format="1"><XCoordinate value="387"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="550"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="110"><BaseAnchor index="0" Format="1"><XCoordinate value="157"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="325"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="111"><BaseAnchor index="0" Format="1"><XCoordinate value="157"/><YCoordinate value="1348"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="325"/><YCoordinate value="-141"/></BaseAnchor></BaseRecord><BaseRecord index="112"><BaseAnchor index="0" Format="1"><XCoordinate value="321"/><YCoordinate value="850"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="426"/><YCoordinate value="-787"/></BaseAnchor></BaseRecord><BaseRecord index="113"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="1003"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="114"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="890"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="115"><BaseAnchor index="0" Format="1"><XCoordinate value="321"/><YCoordinate value="1106"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="426"/><YCoordinate value="-787"/></BaseAnchor></BaseRecord><BaseRecord index="116"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="1255"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="117"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1115"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="118"><BaseAnchor index="0" Format="1"><XCoordinate value="516"/><YCoordinate value="1009"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="621"/><YCoordinate value="-274"/></BaseAnchor></BaseRecord><BaseRecord index="119"><BaseAnchor index="0" Format="1"><XCoordinate value="172"/><YCoordinate value="1212"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="120"><BaseAnchor index="0" Format="1"><XCoordinate value="327"/><YCoordinate value="1160"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="121"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="921"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="560"/><YCoordinate value="-392"/></BaseAnchor></BaseRecord><BaseRecord index="122"><BaseAnchor index="0" Format="1"><XCoordinate value="172"/><YCoordinate value="1214"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="123"><BaseAnchor index="0" Format="1"><XCoordinate value="317"/><YCoordinate value="1160"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="124"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="1079"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-216"/></BaseAnchor></BaseRecord><BaseRecord index="125"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1244"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="232"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="126"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1418"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="262"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="127"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="677"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="543"/><YCoordinate value="-551"/></BaseAnchor></BaseRecord><BaseRecord index="128"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1382"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="150"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="129"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1349"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="130"><BaseAnchor index="0" Format="1"><XCoordinate value="310"/><YCoordinate value="739"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-415"/></BaseAnchor></BaseRecord><BaseRecord index="131"><BaseAnchor index="0" Format="1"><XCoordinate value="320"/><YCoordinate value="858"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="367"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="132"><BaseAnchor index="0" Format="1"><XCoordinate value="368"/><YCoordinate value="794"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="367"/><YCoordinate value="-160"/></BaseAnchor></BaseRecord><BaseRecord index="133"><BaseAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="785"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="335"/><YCoordinate value="-538"/></BaseAnchor></BaseRecord><BaseRecord index="134"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1162"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="130"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="135"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1102"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="136"><BaseAnchor index="0" Format="1"><XCoordinate value="241"/><YCoordinate value="902"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="251"/><YCoordinate value="-103"/></BaseAnchor></BaseRecord><BaseRecord index="137"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="927"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="281"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="138"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="960"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="367"/><YCoordinate value="-81"/></BaseAnchor></BaseRecord><BaseRecord index="139"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="888"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="367"/><YCoordinate value="-357"/></BaseAnchor></BaseRecord><BaseRecord index="140"><BaseAnchor index="0" Format="1"><XCoordinate value="440"/><YCoordinate value="747"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="333"/><YCoordinate value="-453"/></BaseAnchor></BaseRecord><BaseRecord index="141"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="565"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-591"/></BaseAnchor></BaseRecord><BaseRecord index="142"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="565"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="405"/><YCoordinate value="-772"/></BaseAnchor></BaseRecord><BaseRecord index="143"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="856"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="160"/><YCoordinate value="-311"/></BaseAnchor></BaseRecord><BaseRecord index="144"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="863"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-352"/></BaseAnchor></BaseRecord><BaseRecord index="145"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="856"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="130"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="146"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="863"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="210"/><YCoordinate value="-133"/></BaseAnchor></BaseRecord><BaseRecord index="147"><BaseAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="930"/></BaseAnchor><BaseAnchor index="1" Format="1"><XCoordinate value="480"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="5"><LookupType value="5"/><LookupFlag value="1"/><MarkLigPos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="kasratan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="kasra"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></MarkCoverage><LigatureCoverage Format="2"><Glyph value="lamwithmeemwithjeeminitial"/><Glyph value="behwithhehinitial"/><Glyph value="pehwithhehinitial"/><Glyph value="tehwithhehinitial"/><Glyph value="noonwithhehinitial"/><Glyph value="rayaleflam"/><Glyph value="uniE817"/><Glyph value="behwithmeemisolated"/><Glyph value="behwithalefmaksuraisolated"/><Glyph value="behwithyehisolated"/><Glyph value="tehwithmeemisolated"/><Glyph value="tehwithyehisolated"/><Glyph value="thehwithmeemisolated"/><Glyph value="fehwithalefmaksuraisolated"/><Glyph value="fehwithyehisolated"/><Glyph value="lamwithjeemisolated"/><Glyph value="lamwithhahisolated"/><Glyph value="lamwithkhahisolated"/><Glyph value="lamwithmeemisolated"/><Glyph value="lamwithalefmaksuraisolated"/><Glyph value="lamwithyehisolated"/><Glyph value="noonwithmeemisolated"/><Glyph value="noonwithalefmaksuraisolated"/><Glyph value="noonwithyehisolated"/><Glyph value="yehwithmeemisolated"/><Glyph value="yehwithalefmaksuraisolated"/><Glyph value="behwithrehfinal"/><Glyph value="behwithnoonfinal"/><Glyph value="behwithalefmaksurafinal"/><Glyph value="behwithyehfinal"/><Glyph value="tehwithnoonfinal"/><Glyph value="tehwithalefmaksurafinal"/><Glyph value="tehwithyehfinal"/><Glyph value="noonwithzainfinal"/><Glyph value="noonwithalefmaksurafinal"/><Glyph value="noonwithyehfinal"/><Glyph value="yehwithrehfinal"/><Glyph value="yehwithnoonfinal"/><Glyph value="yehwithalefmaksurafinal"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="tehwithhahinitial"/><Glyph value="tehwithkhahinitial"/><Glyph value="tehwithmeeminitial"/><Glyph value="thehwithmeeminitial"/><Glyph value="jeemwithmeeminitial"/><Glyph value="hahwithmeeminitial"/><Glyph value="khahwithmeeminitial"/><Glyph value="seenwithmeeminitial"/><Glyph value="lamwithjeeminitial"/><Glyph value="lamwithhahinitial"/><Glyph value="lamwithkhahinitial"/><Glyph value="lamwithmeeminitial"/><Glyph value="lamwithhehinitial"/><Glyph value="meemwithjeeminitial"/><Glyph value="meemwithhahinitial"/><Glyph value="meemwithkhahinitial"/><Glyph value="meemwithmeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="noonwithhahinitial"/><Glyph value="noonwithkhahinitial"/><Glyph value="noonwithmeeminitial"/><Glyph value="hehwithmeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="sheenwithmeeminitial"/><Glyph value="lamwithmeemwithhahinitial"/><Glyph value="allahisolated"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefmaddaabovefinal"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzaabovefinal"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefhamzabelowfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></LigatureCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1485"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1515"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1080"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1330"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="295"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="265"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="275"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1360"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="1"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><LigatureArray><LigatureAttach index="0"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1000"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="1"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="505"/><YCoordinate value="1085"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-120"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="886"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-131"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="2"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="505"/><YCoordinate value="1085"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-360"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="886"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-181"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="3"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="1385"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-80"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1166"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="4"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="1385"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="-80"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1166"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="5"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="1240"/><YCoordinate value="635"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1290"/><YCoordinate value="-230"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="915"/><YCoordinate value="765"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="915"/><YCoordinate value="-270"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="645"/><YCoordinate value="1125"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="675"/><YCoordinate value="-125"/></LigatureAnchor></ComponentRecord><ComponentRecord index="3"><LigatureAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="677"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="300"/><YCoordinate value="-195"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="6"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1140"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="825"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="994"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="355"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="7"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1100"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="665"/><YCoordinate value="-49"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="979"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-404"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="8"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="890"/><YCoordinate value="-552"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-452"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="9"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="990"/><YCoordinate value="-552"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="557"/><YCoordinate value="-652"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="10"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="665"/><YCoordinate value="15"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="979"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-404"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="11"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="590"/><YCoordinate value="1070"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="990"/><YCoordinate value="-402"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="205"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="557"/><YCoordinate value="-652"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="12"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="560"/><YCoordinate value="1400"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="665"/><YCoordinate value="15"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="979"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-404"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="13"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="1185"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="840"/><YCoordinate value="-342"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="728"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-382"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="14"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="1185"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="950"/><YCoordinate value="-402"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="728"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="557"/><YCoordinate value="-552"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="15"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="713"/><YCoordinate value="-858"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="945"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="413"/><YCoordinate value="-738"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="16"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="713"/><YCoordinate value="-858"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="945"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="413"/><YCoordinate value="-738"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="17"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="713"/><YCoordinate value="-858"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="1015"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="413"/><YCoordinate value="-738"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="18"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="1370"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="525"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="825"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="420"/><YCoordinate value="-390"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="19"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="735"/><YCoordinate value="1350"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="875"/><YCoordinate value="-365"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-452"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="20"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="735"/><YCoordinate value="1350"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="975"/><YCoordinate value="-465"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="557"/><YCoordinate value="-652"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="21"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1180"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="665"/><YCoordinate value="15"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="979"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-404"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="22"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="590"/><YCoordinate value="990"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="890"/><YCoordinate value="-402"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="205"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="457"/><YCoordinate value="-452"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="23"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="590"/><YCoordinate value="990"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="990"/><YCoordinate value="-402"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="205"/><YCoordinate value="678"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="557"/><YCoordinate value="-652"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="24"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1100"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="665"/><YCoordinate value="-49"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="230"/><YCoordinate value="979"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="474"/><YCoordinate value="-404"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="25"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="890"/><YCoordinate value="-552"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="26"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="700"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="800"/><YCoordinate value="-310"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="775"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-389"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="27"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1050"/><YCoordinate value="-340"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="985"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="375"/><YCoordinate value="-370"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="28"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="750"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="950"/><YCoordinate value="-583"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-591"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="29"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="750"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="950"/><YCoordinate value="-583"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-751"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="30"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="990"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1050"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="985"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="375"/><YCoordinate value="-370"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="31"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="920"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-533"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-591"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="32"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="920"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-533"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-751"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="33"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="700"/><YCoordinate value="1030"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="800"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="855"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-389"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="34"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="880"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-533"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-591"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="35"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="880"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-533"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-751"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="36"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="700"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="800"/><YCoordinate value="-310"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="775"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="315"/><YCoordinate value="-389"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="37"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="950"/><YCoordinate value="930"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="1050"/><YCoordinate value="-340"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="985"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="375"/><YCoordinate value="-370"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="38"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="750"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="990"/><YCoordinate value="-583"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="565"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="407"/><YCoordinate value="-591"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="39"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="770"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="924"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-183"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="40"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="770"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="924"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="41"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="770"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1074"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="42"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="445"/><YCoordinate value="1165"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1100"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="43"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1024"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="44"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1024"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="45"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1074"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="46"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="445"/><YCoordinate value="1345"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="605"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1280"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="47"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="445"/><YCoordinate value="1465"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="605"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1380"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="48"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1140"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="755"/><YCoordinate value="-103"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="994"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="355"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="49"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1140"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="825"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="994"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="355"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="50"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1220"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="825"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1140"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="355"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="51"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="550"/><YCoordinate value="1140"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="790"/><YCoordinate value="133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1005"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="345"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="52"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="1362"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="500"/><YCoordinate value="-175"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="858"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="150"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="53"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="1362"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="500"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="858"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="150"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="54"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="1362"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="500"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="1058"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="150"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="55"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1415"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="56"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="1365"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="460"/><YCoordinate value="-60"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="20"/><YCoordinate value="960"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="140"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="57"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1170"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="-80"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1030"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="58"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1170"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1030"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="59"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1220"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="700"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="1130"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="60"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="1200"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="630"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="1150"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="125"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="61"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1024"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="62"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1024"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="63"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1480"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1074"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="64"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="445"/><YCoordinate value="1365"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="605"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1280"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="65"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="525"/><YCoordinate value="1280"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="725"/><YCoordinate value="133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1000"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="290"/><YCoordinate value="-49"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="66"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="924"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-283"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="67"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="924"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="68"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="610"/><YCoordinate value="1230"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="720"/><YCoordinate value="-150"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1074"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="310"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="69"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="445"/><YCoordinate value="1165"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="565"/><YCoordinate value="-160"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1100"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="165"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="70"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="1390"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="790"/><YCoordinate value="133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="1005"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="345"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="71"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="1000"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="350"/><YCoordinate value="0"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="72"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="945"/><YCoordinate value="1200"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="985"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="475"/><YCoordinate value="1615"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="690"/><YCoordinate value="-81"/></LigatureAnchor></ComponentRecord><ComponentRecord index="2"><LigatureAnchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="877"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="251"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="73"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="750"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1472"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="74"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="950"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1472"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="75"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="750"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1535"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="76"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1535"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="77"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="750"/><YCoordinate value="-301"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1244"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="400"/><YCoordinate value="-441"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="78"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="950"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1194"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="370"/><YCoordinate value="-386"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="79"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="750"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1244"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach><LigatureAttach index="80"><ComponentRecord index="0"><LigatureAnchor index="0" Format="1"><XCoordinate value="750"/><YCoordinate value="1352"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="850"/><YCoordinate value="-133"/></LigatureAnchor></ComponentRecord><ComponentRecord index="1"><LigatureAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1194"/></LigatureAnchor><LigatureAnchor index="1" Format="1"><XCoordinate value="380"/><YCoordinate value="-210"/></LigatureAnchor></ComponentRecord></LigatureAttach></LigatureArray></MarkLigPos></Lookup><Lookup index="6"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><InputCoverage index="0" Format="2"><Glyph value="hamza"/><Glyph value="wawwithhamzaabove"/><Glyph value="arabicalef"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="aleffinal"/><Glyph value="dalfinal"/><Glyph value="thalfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="wawfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="kehehinitial"/><Glyph value="gafinitial"/><Glyph value="kafinitial"/></LookAheadCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="13"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="7"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="jeem"/><Glyph value="hah"/><Glyph value="khah"/><Glyph value="ain"/><Glyph value="ghain"/><Glyph value="tcheh"/><Glyph value="tchehfinal"/><Glyph value="behwithalefmaksuraisolated"/><Glyph value="behwithyehisolated"/><Glyph value="tehwithyehisolated"/><Glyph value="fehwithalefmaksuraisolated"/><Glyph value="fehwithyehisolated"/><Glyph value="lamwithalefmaksuraisolated"/><Glyph value="lamwithyehisolated"/><Glyph value="noonwithalefmaksuraisolated"/><Glyph value="noonwithyehisolated"/><Glyph value="yehwithalefmaksuraisolated"/><Glyph value="jeemfinal"/><Glyph value="hahfinal"/><Glyph value="khahfinal"/><Glyph value="ainfinal"/><Glyph value="ghainfinal"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="14"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="8"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="wawfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="jeem"/><Glyph value="hah"/><Glyph value="khah"/><Glyph value="ain"/><Glyph value="ghain"/><Glyph value="tcheh"/><Glyph value="tchehfinal"/><Glyph value="jeemfinal"/><Glyph value="hahfinal"/><Glyph value="khahfinal"/><Glyph value="ainfinal"/><Glyph value="ghainfinal"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="15"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="9"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="tehmarbuta"/><Glyph value="meem"/><Glyph value="behwithhehinitial"/><Glyph value="pehwithhehinitial"/><Glyph value="tehwithhehinitial"/><Glyph value="noonwithhehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="tehwithhahinitial"/><Glyph value="tehwithkhahinitial"/><Glyph value="tehwithmeeminitial"/><Glyph value="thehwithmeeminitial"/><Glyph value="meemwithmeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="noonwithhahinitial"/><Glyph value="noonwithkhahinitial"/><Glyph value="noonwithmeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="hehisolated"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="16"/></PosLookupRecord></ChainContextPos><ChainContextPos index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="tehmarbuta"/><Glyph value="meem"/><Glyph value="behwithhehinitial"/><Glyph value="pehwithhehinitial"/><Glyph value="tehwithhehinitial"/><Glyph value="noonwithhehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="tehwithhahinitial"/><Glyph value="tehwithkhahinitial"/><Glyph value="tehwithmeeminitial"/><Glyph value="thehwithmeeminitial"/><Glyph value="meemwithmeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="noonwithhahinitial"/><Glyph value="noonwithkhahinitial"/><Glyph value="noonwithmeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="hehisolated"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="16"/></PosLookupRecord></ChainContextPos><ChainContextPos index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="reh"/><Glyph value="zain"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="tehmarbuta"/><Glyph value="meem"/><Glyph value="behwithhehinitial"/><Glyph value="pehwithhehinitial"/><Glyph value="tehwithhehinitial"/><Glyph value="noonwithhehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="tehwithhahinitial"/><Glyph value="tehwithkhahinitial"/><Glyph value="tehwithmeeminitial"/><Glyph value="thehwithmeeminitial"/><Glyph value="meemwithmeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="noonwithhahinitial"/><Glyph value="noonwithkhahinitial"/><Glyph value="noonwithmeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="hehisolated"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="16"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="10"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="wawfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="meem"/><Glyph value="pehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="17"/></PosLookupRecord></ChainContextPos><ChainContextPos index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="wawfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="meem"/><Glyph value="pehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="17"/></PosLookupRecord></ChainContextPos><ChainContextPos index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="wawwithhamzaabove"/><Glyph value="waw"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="wawfinal"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="meem"/><Glyph value="pehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></InputCoverage><InputCoverage index="1" Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="17"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="11"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="fathatan"/><Glyph value="dammatan"/><Glyph value="fatha"/><Glyph value="damma"/><Glyph value="shadda"/><Glyph value="sukun"/><Glyph value="superscriptalef"/><Glyph value="smallhighmadda"/><Glyph value="shaddawithfathaisolatedlow"/><Glyph value="shaddawithdammaisolatedlow"/><Glyph value="shaddawithfathatanisolatedlow"/><Glyph value="shaddawithdammatanisolatedlow"/><Glyph value="shaddawithkasraisolatedlow"/><Glyph value="shaddawithkasratanisolatedlow"/><Glyph value="fathaonhamza"/><Glyph value="fathatanonhamza"/><Glyph value="sukunonhamza"/><Glyph value="dammaonhamza"/><Glyph value="dammatanonhamza"/><Glyph value="uni0654"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1485"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1550"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1515"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="1480"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="130"/><YCoordinate value="1080"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="225"/><YCoordinate value="1330"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="295"/><YCoordinate value="1100"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="245"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="1130"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="255"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="265"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="275"/><YCoordinate value="1450"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1360"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1880"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1880"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1750"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="1980"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1835"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1850"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="70"/><YCoordinate value="1700"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1530"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1600"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1850"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1750"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="1830"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="1660"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1730"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1950"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="2050"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="2130"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="2100"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="2100"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1730"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="12"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="240"/><YCoordinate value="-675"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="-990"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="-860"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-370"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-670"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-530"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="13"><LookupType value="2"/><LookupFlag value="1"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="hamza"/><Glyph value="wawwithhamzaabove"/><Glyph value="arabicalef"/><Glyph value="dal"/><Glyph value="thal"/><Glyph value="reh"/><Glyph value="zain"/><Glyph value="waw"/><Glyph value="jeh"/><Glyph value="jehfinal"/><Glyph value="wawwithhamzaabovefinal"/><Glyph value="aleffinal"/><Glyph value="dalfinal"/><Glyph value="thalfinal"/><Glyph value="rehfinal"/><Glyph value="zainfinal"/><Glyph value="wawfinal"/><Glyph value="lamwithalefisolated"/><Glyph value="lamwithaleffinal"/></Coverage><ValueFormat1 value="0"/><ValueFormat2 value="7"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="-30" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="260" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="350" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="-50" YPlacement="100" XAdvance="50"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="-125" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="7"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="-75" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="8"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="100" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="9"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="10"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="300" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="11"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="110" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="12"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="275" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="13"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="50" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="14"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="-100" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="15"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="400" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="16"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="-50" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="17"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="150" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="18"><PairValueRecord index="0"><SecondGlyph value="fathatan"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="dammatan"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="fatha"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="damma"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="shadda"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="sukun"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="superscriptalef"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="smallhighmadda"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="shaddawithfathaisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="shaddawithdammaisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="shaddawithfathatanisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="shaddawithdammatanisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="shaddawithkasraisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="shaddawithkasratanisolatedlow"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="fathaonhamza"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="fathatanonhamza"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="sukunonhamza"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="dammaonhamza"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="dammatanonhamza"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="uni0654"/><Value2 XPlacement="0" YPlacement="175" XAdvance="0"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="14"><LookupType value="2"/><LookupFlag value="1"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Coverage><ValueFormat1 value="7"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="jeemfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="hahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="khahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="ainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="ghainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="jeemfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="hahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="khahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="ainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="ghainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="jeemfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="hahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="khahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="ainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="ghainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="jeemfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="hahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="khahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="ainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="ghainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="behwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="behwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="tehwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="fehwithalefmaksuraisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="fehwithyehisolated"/><Value1 XPlacement="50" YPlacement="0" XAdvance="-50"/></PairValueRecord><PairValueRecord index="12"><SecondGlyph value="lamwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="13"><SecondGlyph value="lamwithyehisolated"/><Value1 XPlacement="75" YPlacement="0" XAdvance="-75"/></PairValueRecord><PairValueRecord index="14"><SecondGlyph value="noonwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="15"><SecondGlyph value="noonwithyehisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="16"><SecondGlyph value="yehwithalefmaksuraisolated"/><Value1 XPlacement="75" YPlacement="-50" XAdvance="-75"/></PairValueRecord><PairValueRecord index="17"><SecondGlyph value="jeemfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="18"><SecondGlyph value="hahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="19"><SecondGlyph value="khahfinal"/><Value1 XPlacement="0" YPlacement="-235" XAdvance="0"/></PairValueRecord><PairValueRecord index="20"><SecondGlyph value="ainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord><PairValueRecord index="21"><SecondGlyph value="ghainfinal"/><Value1 XPlacement="0" YPlacement="-250" XAdvance="0"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="15"><LookupType value="2"/><LookupFlag value="1"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="kasratan"/><Glyph value="kasra"/><Glyph value="uni0655"/><Glyph value="uni0655064D"/><Glyph value="uni06550650"/></Coverage><ValueFormat1 value="2"/><ValueFormat2 value="0"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="jeemfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="hahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="khahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="ainfinal"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="ghainfinal"/><Value1 YPlacement="-125"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="jeemfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="hahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="khahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="ainfinal"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="ghainfinal"/><Value1 YPlacement="-125"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="jeemfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="hahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="khahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="ainfinal"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="ghainfinal"/><Value1 YPlacement="-125"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="jeemfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="hahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="khahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="ainfinal"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="ghainfinal"/><Value1 YPlacement="-125"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="jeem"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="hah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="khah"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="ain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="ghain"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="5"><SecondGlyph value="tcheh"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="6"><SecondGlyph value="tchehfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="7"><SecondGlyph value="jeemfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="8"><SecondGlyph value="hahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="9"><SecondGlyph value="khahfinal"/><Value1 YPlacement="-75"/></PairValueRecord><PairValueRecord index="10"><SecondGlyph value="ainfinal"/><Value1 YPlacement="-125"/></PairValueRecord><PairValueRecord index="11"><SecondGlyph value="ghainfinal"/><Value1 YPlacement="-125"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="16"><LookupType value="2"/><LookupFlag value="1"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="tehmarbuta"/><Glyph value="meem"/><Glyph value="behwithhehinitial"/><Glyph value="pehwithhehinitial"/><Glyph value="tehwithhehinitial"/><Glyph value="noonwithhehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="tehwithhahinitial"/><Glyph value="tehwithkhahinitial"/><Glyph value="tehwithmeeminitial"/><Glyph value="thehwithmeeminitial"/><Glyph value="meemwithmeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="noonwithhahinitial"/><Glyph value="noonwithkhahinitial"/><Glyph value="noonwithmeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="hehisolated"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></Coverage><ValueFormat1 value="0"/><ValueFormat2 value="3"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-30" YPlacement="400"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-30" YPlacement="400"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-30" YPlacement="400"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-30" YPlacement="400"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-30" YPlacement="400"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-25" YPlacement="-250"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-25" YPlacement="-250"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-25" YPlacement="-250"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-25" YPlacement="-250"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-25" YPlacement="-250"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-25" YPlacement="-25"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-25" YPlacement="-25"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-25" YPlacement="-25"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-25" YPlacement="-25"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-25" YPlacement="-25"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="200"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="7"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="8"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="9"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord></PairSet><PairSet index="10"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="11"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="12"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="13"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="14"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="15"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="50"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="50"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="50"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="50"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="50"/></PairValueRecord></PairSet><PairSet index="16"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="17"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="18"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="19"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="20"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="21"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="22"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-225"/></PairValueRecord></PairSet><PairSet index="23"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-100" YPlacement="-200"/></PairValueRecord></PairSet><PairSet index="24"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord></PairSet><PairSet index="25"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="100"/></PairValueRecord></PairSet><PairSet index="26"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-270"/></PairValueRecord></PairSet><PairSet index="27"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-80"/></PairValueRecord></PairSet><PairSet index="28"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord></PairSet><PairSet index="29"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord></PairSet><PairSet index="30"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-30" YPlacement="-90"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-30" YPlacement="-90"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-30" YPlacement="-90"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-30" YPlacement="-90"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-30" YPlacement="-90"/></PairValueRecord></PairSet><PairSet index="31"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-230"/></PairValueRecord></PairSet></PairPos></Lookup><Lookup index="17"><LookupType value="2"/><LookupFlag value="1"/><PairPos index="0" Format="1"><Coverage Format="2"><Glyph value="meem"/><Glyph value="pehinitial"/><Glyph value="behwithjeeminitial"/><Glyph value="behwithhahinitial"/><Glyph value="behwithkhahinitial"/><Glyph value="behwithmeeminitial"/><Glyph value="tehwithjeeminitial"/><Glyph value="noonwithjeeminitial"/><Glyph value="yehwithjeeminitial"/><Glyph value="yehwithhahinitial"/><Glyph value="yehwithkhahinitial"/><Glyph value="yehwithmeeminitial"/><Glyph value="behinitial"/><Glyph value="laminitial"/><Glyph value="yehinitial"/><Glyph value="lamwithalefmaddaaboveisolatedd"/><Glyph value="lamwithalefhamzaaboveisolatedd"/><Glyph value="lamwithalefhamzabelowisolated"/><Glyph value="lamwithalefisolated"/></Coverage><ValueFormat1 value="0"/><ValueFormat2 value="3"/><PairSet index="0"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="250"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="250"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="250"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="250"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="250"/></PairValueRecord></PairSet><PairSet index="1"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-50"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-50"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-50"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-50"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-50"/></PairValueRecord></PairSet><PairSet index="2"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord></PairSet><PairSet index="3"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord></PairSet><PairSet index="4"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord></PairSet><PairSet index="5"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord></PairSet><PairSet index="6"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord></PairSet><PairSet index="7"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="20"/></PairValueRecord></PairSet><PairSet index="8"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord></PairSet><PairSet index="9"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord></PairSet><PairSet index="10"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="10"/></PairValueRecord></PairSet><PairSet index="11"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-300"/></PairValueRecord></PairSet><PairSet index="12"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord></PairSet><PairSet index="13"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="25"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="25"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="25"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="25"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="25"/></PairValueRecord></PairSet><PairSet index="14"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="0" YPlacement="-130"/></PairValueRecord></PairSet><PairSet index="15"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord></PairSet><PairSet index="16"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord></PairSet><PairSet index="17"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-80" YPlacement="-150"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-80" YPlacement="-150"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-80" YPlacement="-150"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-80" YPlacement="-150"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-80" YPlacement="-150"/></PairValueRecord></PairSet><PairSet index="18"><PairValueRecord index="0"><SecondGlyph value="kasratan"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="1"><SecondGlyph value="kasra"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="2"><SecondGlyph value="uni0655"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="3"><SecondGlyph value="uni0655064D"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord><PairValueRecord index="4"><SecondGlyph value="uni06550650"/><Value2 XPlacement="-50" YPlacement="-280"/></PairValueRecord></PairSet></PairPos></Lookup></LookupList></GPOS></ttFont>
-<?xml version="1.0" encoding="ISO-8859-1"?><ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="2.2"><head><tableVersion value="1.0"/><fontRevision value="1.0"/><checkSumAdjustment value="0xf86c8c13"/><magicNumber value="0x5f0f3cf5"/><flags value="00000000 00011001"/><unitsPerEm value="2048"/><created value="Fri Jun 3 12:03:06 2005"/><modified value="Fri Jun 3 12:03:06 2005"/><xMin value="-1524"/><yMin value="-1021"/><xMax value="1792"/><yMax value="1928"/><macStyle value="00000000 00000000"/><lowestRecPPEM value="12"/><fontDirectionHint value="0"/><indexToLocFormat value="1"/><glyphDataFormat value="0"/></head><GlyphOrder><GlyphID id="0" name=".notdef"/><GlyphID id="1" name=".null"/><GlyphID id="2" name="nonmarkingreturn"/><GlyphID id="3" name="space"/><GlyphID id="4" name="uni0009"/><GlyphID id="5" name="exclam"/><GlyphID id="6" name="exclam.arab"/><GlyphID id="7" name="quotedbl"/><GlyphID id="8" name="numbersign"/><GlyphID id="9" name="dollar"/><GlyphID id="10" name="percent"/><GlyphID id="11" name="ampersand"/><GlyphID id="12" name="quotesingle"/><GlyphID id="13" name="parenleft"/><GlyphID id="14" name="parenright"/><GlyphID id="15" name="parenleft.arab"/><GlyphID id="16" name="parenright.arab"/><GlyphID id="17" name="asterisk"/><GlyphID id="18" name="asterisk.arab"/><GlyphID id="19" name="plus"/><GlyphID id="20" name="comma"/><GlyphID id="21" name="hyphen"/><GlyphID id="22" name="period"/><GlyphID id="23" name="slash"/><GlyphID id="24" name="zero"/><GlyphID id="25" name="one"/><GlyphID id="26" name="two"/><GlyphID id="27" name="three"/><GlyphID id="28" name="four"/><GlyphID id="29" name="five"/><GlyphID id="30" name="six"/><GlyphID id="31" name="seven"/><GlyphID id="32" name="eight"/><GlyphID id="33" name="nine"/><GlyphID id="34" name="colon"/><GlyphID id="35" name="colon.arab"/><GlyphID id="36" name="semicolon"/><GlyphID id="37" name="less"/><GlyphID id="38" name="equal"/><GlyphID id="39" name="greater"/><GlyphID id="40" name="question"/><GlyphID id="41" name="at"/><GlyphID id="42" name="A"/><GlyphID id="43" name="B"/><GlyphID id="44" name="C"/><GlyphID id="45" name="D"/><GlyphID id="46" name="E"/><GlyphID id="47" name="F"/><GlyphID id="48" name="G"/><GlyphID id="49" name="H"/><GlyphID id="50" name="I"/><GlyphID id="51" name="J"/><GlyphID id="52" name="K"/><GlyphID id="53" name="L"/><GlyphID id="54" name="M"/><GlyphID id="55" name="N"/><GlyphID id="56" name="O"/><GlyphID id="57" name="P"/><GlyphID id="58" name="Q"/><GlyphID id="59" name="R"/><GlyphID id="60" name="S"/><GlyphID id="61" name="T"/><GlyphID id="62" name="U"/><GlyphID id="63" name="V"/><GlyphID id="64" name="W"/><GlyphID id="65" name="X"/><GlyphID id="66" name="Y"/><GlyphID id="67" name="Z"/><GlyphID id="68" name="bracketleft"/><GlyphID id="69" name="backslash"/><GlyphID id="70" name="bracketright"/><GlyphID id="71" name="asciicircum"/><GlyphID id="72" name="underscore"/><GlyphID id="73" name="grave"/><GlyphID id="74" name="a"/><GlyphID id="75" name="b"/><GlyphID id="76" name="c"/><GlyphID id="77" name="d"/><GlyphID id="78" name="e"/><GlyphID id="79" name="f"/><GlyphID id="80" name="g"/><GlyphID id="81" name="h"/><GlyphID id="82" name="i"/><GlyphID id="83" name="j"/><GlyphID id="84" name="k"/><GlyphID id="85" name="l"/><GlyphID id="86" name="m"/><GlyphID id="87" name="n"/><GlyphID id="88" name="o"/><GlyphID id="89" name="p"/><GlyphID id="90" name="q"/><GlyphID id="91" name="r"/><GlyphID id="92" name="s"/><GlyphID id="93" name="t"/><GlyphID id="94" name="u"/><GlyphID id="95" name="v"/><GlyphID id="96" name="w"/><GlyphID id="97" name="x"/><GlyphID id="98" name="y"/><GlyphID id="99" name="z"/><GlyphID id="100" name="braceleft"/><GlyphID id="101" name="bar"/><GlyphID id="102" name="braceright"/><GlyphID id="103" name="asciitilde"/><GlyphID id="104" name="Euro"/><GlyphID id="105" name="quotesinglbase"/><GlyphID id="106" name="florin"/><GlyphID id="107" name="quotedblbase"/><GlyphID id="108" name="ellipsis"/><GlyphID id="109" name="dagger"/><GlyphID id="110" name="daggerdbl"/><GlyphID id="111" name="circumflex"/><GlyphID id="112" name="perthousand"/><GlyphID id="113" name="Scaron"/><GlyphID id="114" name="guilsinglleft"/><GlyphID id="115" name="guilsinglright"/><GlyphID id="116" name="OE"/><GlyphID id="117" name="Zcaron"/><GlyphID id="118" name="quoteleft"/><GlyphID id="119" name="quoteright"/><GlyphID id="120" name="quotedblleft"/><GlyphID id="121" name="quotedblright"/><GlyphID id="122" name="quoteleft.arab"/><GlyphID id="123" name="quoteright.arab"/><GlyphID id="124" name="quotedblleft.arab"/><GlyphID id="125" name="quotedblright.arab"/><GlyphID id="126" name="bullet"/><GlyphID id="127" name="endash"/><GlyphID id="128" name="emdash"/><GlyphID id="129" name="tilde"/><GlyphID id="130" name="trademark"/><GlyphID id="131" name="scaron"/><GlyphID id="132" name="oe"/><GlyphID id="133" name="zcaron"/><GlyphID id="134" name="Ydieresis"/><GlyphID id="135" name="uni00A0"/><GlyphID id="136" name="exclamdown"/><GlyphID id="137" name="cent"/><GlyphID id="138" name="sterling"/><GlyphID id="139" name="currency"/><GlyphID id="140" name="yen"/><GlyphID id="141" name="brokenbar"/><GlyphID id="142" name="section"/><GlyphID id="143" name="dieresis"/><GlyphID id="144" name="copyright"/><GlyphID id="145" name="ordfeminine"/><GlyphID id="146" name="guillemotleft"/><GlyphID id="147" name="guillemotright"/><GlyphID id="148" name="logicalnot"/><GlyphID id="149" name="sfthyphen"/><GlyphID id="150" name="registered"/><GlyphID id="151" name="macron"/><GlyphID id="152" name="uni02C9"/><GlyphID id="153" name="degree"/><GlyphID id="154" name="plusminus"/><GlyphID id="155" name="twosuperior"/><GlyphID id="156" name="threesuperior"/><GlyphID id="157" name="acute"/><GlyphID id="158" name="mu"/><GlyphID id="159" name="paragraph"/><GlyphID id="160" name="periodcentered"/><GlyphID id="161" name="uni2219"/><GlyphID id="162" name="cedilla"/><GlyphID id="163" name="onesuperior"/><GlyphID id="164" name="ordmasculine"/><GlyphID id="165" name="onequarter"/><GlyphID id="166" name="onehalf"/><GlyphID id="167" name="threequarters"/><GlyphID id="168" name="questiondown"/><GlyphID id="169" name="Agrave"/><GlyphID id="170" name="Aacute"/><GlyphID id="171" name="Acircumflex"/><GlyphID id="172" name="Atilde"/><GlyphID id="173" name="Adieresis"/><GlyphID id="174" name="Aring"/><GlyphID id="175" name="AE"/><GlyphID id="176" name="Ccedilla"/><GlyphID id="177" name="Egrave"/><GlyphID id="178" name="Eacute"/><GlyphID id="179" name="Ecircumflex"/><GlyphID id="180" name="Edieresis"/><GlyphID id="181" name="Igrave"/><GlyphID id="182" name="Iacute"/><GlyphID id="183" name="Icircumflex"/><GlyphID id="184" name="Idieresis"/><GlyphID id="185" name="Eth"/><GlyphID id="186" name="Ntilde"/><GlyphID id="187" name="Ograve"/><GlyphID id="188" name="Oacute"/><GlyphID id="189" name="Ocircumflex"/><GlyphID id="190" name="Otilde"/><GlyphID id="191" name="Odieresis"/><GlyphID id="192" name="multiply"/><GlyphID id="193" name="Oslash"/><GlyphID id="194" name="Ugrave"/><GlyphID id="195" name="Uacute"/><GlyphID id="196" name="Ucircumflex"/><GlyphID id="197" name="Udieresis"/><GlyphID id="198" name="Yacute"/><GlyphID id="199" name="Thorn"/><GlyphID id="200" name="germandbls"/><GlyphID id="201" name="agrave"/><GlyphID id="202" name="aacute"/><GlyphID id="203" name="acircumflex"/><GlyphID id="204" name="atilde"/><GlyphID id="205" name="adieresis"/><GlyphID id="206" name="aring"/><GlyphID id="207" name="ae"/><GlyphID id="208" name="ccedilla"/><GlyphID id="209" name="egrave"/><GlyphID id="210" name="eacute"/><GlyphID id="211" name="ecircumflex"/><GlyphID id="212" name="edieresis"/><GlyphID id="213" name="igrave"/><GlyphID id="214" name="iacute"/><GlyphID id="215" name="icircumflex"/><GlyphID id="216" name="idieresis"/><GlyphID id="217" name="eth"/><GlyphID id="218" name="ntilde"/><GlyphID id="219" name="ograve"/><GlyphID id="220" name="oacute"/><GlyphID id="221" name="ocircumflex"/><GlyphID id="222" name="otilde"/><GlyphID id="223" name="odieresis"/><GlyphID id="224" name="divide"/><GlyphID id="225" name="oslash"/><GlyphID id="226" name="ugrave"/><GlyphID id="227" name="uacute"/><GlyphID id="228" name="ucircumflex"/><GlyphID id="229" name="udieresis"/><GlyphID id="230" name="yacute"/><GlyphID id="231" name="thorn"/><GlyphID id="232" name="ydieresis"/><GlyphID id="233" name="dotlessi"/><GlyphID id="234" name="uni2000"/><GlyphID id="235" name="uni2001"/><GlyphID id="236" name="uni2002"/><GlyphID id="237" name="uni2003"/><GlyphID id="238" name="uni2004"/><GlyphID id="239" name="uni2005"/><GlyphID id="240" name="uni2006"/><GlyphID id="241" name="uni2007"/><GlyphID id="242" name="uni2008"/><GlyphID id="243" name="uni2009"/><GlyphID id="244" name="uni200A"/><GlyphID id="245" name="uni200B"/><GlyphID id="246" name="uni200C"/><GlyphID id="247" name="uni200D"/><GlyphID id="248" name="uni200E"/><GlyphID id="249" name="uni200F"/><GlyphID id="250" name="uni2010"/><GlyphID id="251" name="uni2011"/><GlyphID id="252" name="uni202A"/><GlyphID id="253" name="uni202B"/><GlyphID id="254" name="uni202C"/><GlyphID id="255" name="uni202D"/><GlyphID id="256" name="uni202E"/><GlyphID id="257" name="uni2060"/><GlyphID id="258" name="uni206C"/><GlyphID id="259" name="uni206D"/><GlyphID id="260" name="minus"/><GlyphID id="261" name="uni25CC"/><GlyphID id="262" name="uniFEFF"/><GlyphID id="263" name="uni0622"/><GlyphID id="264" name="uni0623"/><GlyphID id="265" name="uni0625"/><GlyphID id="266" name="uni0627"/><GlyphID id="267" name="uni0672"/><GlyphID id="268" name="uni0673"/><GlyphID id="269" name="uni0675"/><GlyphID id="270" name="uni0671"/><GlyphID id="271" name="uni0624"/><GlyphID id="272" name="uni0648"/><GlyphID id="273" name="uni0676"/><GlyphID id="274" name="uni0677"/><GlyphID id="275" name="uni06C4"/><GlyphID id="276" name="uni06C5"/><GlyphID id="277" name="uni06C6"/><GlyphID id="278" name="uni06C7"/><GlyphID id="279" name="uni06C8"/><GlyphID id="280" name="uni06C9"/><GlyphID id="281" name="uni06CA"/><GlyphID id="282" name="uni06CB"/><GlyphID id="283" name="uni06CF"/><GlyphID id="284" name="absWawDotBelow"/><GlyphID id="285" name="uni062F"/><GlyphID id="286" name="uni0630"/><GlyphID id="287" name="uni0688"/><GlyphID id="288" name="uni0689"/><GlyphID id="289" name="uni068A"/><GlyphID id="290" name="uni068B"/><GlyphID id="291" name="uni068C"/><GlyphID id="292" name="uni068D"/><GlyphID id="293" name="uni068E"/><GlyphID id="294" name="uni068F"/><GlyphID id="295" name="uni0690"/><GlyphID id="296" name="uni06EE"/><GlyphID id="297" name="uni0759"/><GlyphID id="298" name="uni075A"/><GlyphID id="299" name="uni0631"/><GlyphID id="300" name="uni0632"/><GlyphID id="301" name="uni0691"/><GlyphID id="302" name="uni0692"/><GlyphID id="303" name="uni0693"/><GlyphID id="304" name="uni0694"/><GlyphID id="305" name="uni0695"/><GlyphID id="306" name="uni0696"/><GlyphID id="307" name="uni0697"/><GlyphID id="308" name="uni0698"/><GlyphID id="309" name="uni0699"/><GlyphID id="310" name="uni076B"/><GlyphID id="311" name="uni076C"/><GlyphID id="312" name="absJehRetro1"/><GlyphID id="313" name="absJehRetro2"/><GlyphID id="314" name="uni0698.dotHat"/><GlyphID id="315" name="uni06EF"/><GlyphID id="316" name="uni075B"/><GlyphID id="317" name="uni06D2"/><GlyphID id="318" name="uni06D3"/><GlyphID id="319" name="uni0626"/><GlyphID id="320" name="uni064A"/><GlyphID id="321" name="uni064A.noDots"/><GlyphID id="322" name="uni0678"/><GlyphID id="323" name="uni06CC"/><GlyphID id="324" name="uni06CE"/><GlyphID id="325" name="uni06D0"/><GlyphID id="326" name="uni06D1"/><GlyphID id="327" name="uni06CD"/><GlyphID id="328" name="uni0649"/><GlyphID id="329" name="uni066E"/><GlyphID id="330" name="uni0628"/><GlyphID id="331" name="uni062A"/><GlyphID id="332" name="uni062B"/><GlyphID id="333" name="uni0679"/><GlyphID id="334" name="uni067A"/><GlyphID id="335" name="uni067B"/><GlyphID id="336" name="uni067C"/><GlyphID id="337" name="uni067D"/><GlyphID id="338" name="uni067E"/><GlyphID id="339" name="uni067F"/><GlyphID id="340" name="uni0680"/><GlyphID id="341" name="uni0750"/><GlyphID id="342" name="uni0751"/><GlyphID id="343" name="uni0752"/><GlyphID id="344" name="uni0753"/><GlyphID id="345" name="uni0754"/><GlyphID id="346" name="uni0755"/><GlyphID id="347" name="uni0756"/><GlyphID id="348" name="uni062C"/><GlyphID id="349" name="uni062D"/><GlyphID id="350" name="uni062E"/><GlyphID id="351" name="uni0681"/><GlyphID id="352" name="uni0682"/><GlyphID id="353" name="uni0683"/><GlyphID id="354" name="uni0684"/><GlyphID id="355" name="uni0685"/><GlyphID id="356" name="uni0686"/><GlyphID id="357" name="uni0687"/><GlyphID id="358" name="uni06BF"/><GlyphID id="359" name="absTchehRetro1"/><GlyphID id="360" name="absTchehRetro2"/><GlyphID id="361" name="absJeemRetro1"/><GlyphID id="362" name="absJeemRetro2"/><GlyphID id="363" name="absJeemRetro3"/><GlyphID id="364" name="uni0757"/><GlyphID id="365" name="uni0758"/><GlyphID id="366" name="uni0633"/><GlyphID id="367" name="uni0634"/><GlyphID id="368" name="uni069A"/><GlyphID id="369" name="uni069B"/><GlyphID id="370" name="uni069C"/><GlyphID id="371" name="uni06FA"/><GlyphID id="372" name="absSheenRetro1"/><GlyphID id="373" name="absSheenRetro2"/><GlyphID id="374" name="uni075C"/><GlyphID id="375" name="uni076D"/><GlyphID id="376" name="uni0635"/><GlyphID id="377" name="uni0636"/><GlyphID id="378" name="uni069D"/><GlyphID id="379" name="uni069E"/><GlyphID id="380" name="uni06FB"/><GlyphID id="381" name="uni0637"/><GlyphID id="382" name="uni0638"/><GlyphID id="383" name="uni069F"/><GlyphID id="384" name="uni0639"/><GlyphID id="385" name="uni063A"/><GlyphID id="386" name="uni06A0"/><GlyphID id="387" name="uni06FC"/><GlyphID id="388" name="uni075D"/><GlyphID id="389" name="uni075E"/><GlyphID id="390" name="uni075F"/><GlyphID id="391" name="uni0641"/><GlyphID id="392" name="uni06A1"/><GlyphID id="393" name="uni06A2"/><GlyphID id="394" name="uni06A3"/><GlyphID id="395" name="uni06A4"/><GlyphID id="396" name="uni06A5"/><GlyphID id="397" name="uni06A6"/><GlyphID id="398" name="uni0760"/><GlyphID id="399" name="uni0761"/><GlyphID id="400" name="uni066F"/><GlyphID id="401" name="uni0642"/><GlyphID id="402" name="uni06A7"/><GlyphID id="403" name="uni06A8"/><GlyphID id="404" name="uni0643"/><GlyphID id="405" name="uni06AC"/><GlyphID id="406" name="uni06AD"/><GlyphID id="407" name="uni06AE"/><GlyphID id="408" name="uni06A9"/><GlyphID id="409" name="uni06AB"/><GlyphID id="410" name="uni06AF"/><GlyphID id="411" name="uni06B0"/><GlyphID id="412" name="uni06B1"/><GlyphID id="413" name="uni06B2"/><GlyphID id="414" name="uni06B3"/><GlyphID id="415" name="uni06B4"/><GlyphID id="416" name="uni0762"/><GlyphID id="417" name="uni0763"/><GlyphID id="418" name="uni0764"/><GlyphID id="419" name="uni06AA"/><GlyphID id="420" name="uni0644"/><GlyphID id="421" name="uni06B5"/><GlyphID id="422" name="uni06B6"/><GlyphID id="423" name="uni06B7"/><GlyphID id="424" name="uni06B8"/><GlyphID id="425" name="absLamRetro"/><GlyphID id="426" name="uni076A"/><GlyphID id="427" name="uni0645"/><GlyphID id="428" name="uni0645.sindhi"/><GlyphID id="429" name="uni0765"/><GlyphID id="430" name="uni0766"/><GlyphID id="431" name="uni0646"/><GlyphID id="432" name="uni06B9"/><GlyphID id="433" name="uni06BA"/><GlyphID id="434" name="uni06BB"/><GlyphID id="435" name="uni06BC"/><GlyphID id="436" name="uni06BD"/><GlyphID id="437" name="uni0767"/><GlyphID id="438" name="uni0768"/><GlyphID id="439" name="uni0769"/><GlyphID id="440" name="uni06BE"/><GlyphID id="441" name="uni06FF"/><GlyphID id="442" name="uni0647"/><GlyphID id="443" name="uni0647.knotted"/><GlyphID id="444" name="uni06D5"/><GlyphID id="445" name="uni0629"/><GlyphID id="446" name="uni06C0"/><GlyphID id="447" name="uni06C1"/><GlyphID id="448" name="uni06C2"/><GlyphID id="449" name="uni06C3"/><GlyphID id="450" name="uni0621"/><GlyphID id="451" name="uni06FD"/><GlyphID id="452" name="uni06FE"/><GlyphID id="453" name="uni0640"/><GlyphID id="454" name="uni06440627"/><GlyphID id="455" name="uni06B50627"/><GlyphID id="456" name="uni06B60627"/><GlyphID id="457" name="uni06B70627"/><GlyphID id="458" name="uni06B80627"/><GlyphID id="459" name="absLamRetroAlef"/><GlyphID id="460" name="uni076A0627"/><GlyphID id="461" name="uni0622.fina"/><GlyphID id="462" name="uni0623.fina"/><GlyphID id="463" name="uni0625.fina"/><GlyphID id="464" name="uni0627.fina"/><GlyphID id="465" name="uni0672.fina"/><GlyphID id="466" name="uni0673.fina"/><GlyphID id="467" name="uni0675.fina"/><GlyphID id="468" name="uni0671.fina"/><GlyphID id="469" name="uni0624.fina"/><GlyphID id="470" name="uni0648.fina"/><GlyphID id="471" name="uni0676.fina"/><GlyphID id="472" name="uni0677.fina"/><GlyphID id="473" name="uni06C4.fina"/><GlyphID id="474" name="uni06C5.fina"/><GlyphID id="475" name="uni06C6.fina"/><GlyphID id="476" name="uni06C7.fina"/><GlyphID id="477" name="uni06C8.fina"/><GlyphID id="478" name="uni06C9.fina"/><GlyphID id="479" name="uni06CA.fina"/><GlyphID id="480" name="uni06CB.fina"/><GlyphID id="481" name="uni06CF.fina"/><GlyphID id="482" name="absWawDotBelowFin"/><GlyphID id="483" name="uni062F.fina"/><GlyphID id="484" name="uni0630.fina"/><GlyphID id="485" name="uni0688.fina"/><GlyphID id="486" name="uni0689.fina"/><GlyphID id="487" name="uni068A.fina"/><GlyphID id="488" name="uni068B.fina"/><GlyphID id="489" name="uni068C.fina"/><GlyphID id="490" name="uni068D.fina"/><GlyphID id="491" name="uni068E.fina"/><GlyphID id="492" name="uni068F.fina"/><GlyphID id="493" name="uni0690.fina"/><GlyphID id="494" name="uni06EE.fina"/><GlyphID id="495" name="uni0759.fina"/><GlyphID id="496" name="uni075A.fina"/><GlyphID id="497" name="uni0631.fina"/><GlyphID id="498" name="uni0632.fina"/><GlyphID id="499" name="uni0691.fina"/><GlyphID id="500" name="uni0692.fina"/><GlyphID id="501" name="uni0693.fina"/><GlyphID id="502" name="uni0694.fina"/><GlyphID id="503" name="uni0695.fina"/><GlyphID id="504" name="uni0696.fina"/><GlyphID id="505" name="uni0697.fina"/><GlyphID id="506" name="uni0698.fina"/><GlyphID id="507" name="uni0699.fina"/><GlyphID id="508" name="uni076B.fina"/><GlyphID id="509" name="uni076C.fina"/><GlyphID id="510" name="absJehRetro1Fin"/><GlyphID id="511" name="absJehRetro2Fin"/><GlyphID id="512" name="uni0698.fina.dotHat"/><GlyphID id="513" name="uni06EF.fina"/><GlyphID id="514" name="uni075B.fina"/><GlyphID id="515" name="uni06D2.fina"/><GlyphID id="516" name="uni06D3.fina"/><GlyphID id="517" name="uni0626.fina"/><GlyphID id="518" name="uni064A.fina"/><GlyphID id="519" name="uni064A.fina.noDots"/><GlyphID id="520" name="uni0678.fina"/><GlyphID id="521" name="uni06CC.fina"/><GlyphID id="522" name="uni06CE.fina"/><GlyphID id="523" name="uni06D0.fina"/><GlyphID id="524" name="uni06D1.fina"/><GlyphID id="525" name="uni06CD.fina"/><GlyphID id="526" name="uni0649.fina"/><GlyphID id="527" name="uni066E.fina"/><GlyphID id="528" name="uni0628.fina"/><GlyphID id="529" name="uni062A.fina"/><GlyphID id="530" name="uni062B.fina"/><GlyphID id="531" name="uni0679.fina"/><GlyphID id="532" name="uni067A.fina"/><GlyphID id="533" name="uni067B.fina"/><GlyphID id="534" name="uni067C.fina"/><GlyphID id="535" name="uni067D.fina"/><GlyphID id="536" name="uni067E.fina"/><GlyphID id="537" name="uni067F.fina"/><GlyphID id="538" name="uni0680.fina"/><GlyphID id="539" name="uni0750.fina"/><GlyphID id="540" name="uni0751.fina"/><GlyphID id="541" name="uni0752.fina"/><GlyphID id="542" name="uni0753.fina"/><GlyphID id="543" name="uni0754.fina"/><GlyphID id="544" name="uni0755.fina"/><GlyphID id="545" name="uni0756.fina"/><GlyphID id="546" name="uni062C.fina"/><GlyphID id="547" name="uni062D.fina"/><GlyphID id="548" name="uni062E.fina"/><GlyphID id="549" name="uni0681.fina"/><GlyphID id="550" name="uni0682.fina"/><GlyphID id="551" name="uni0683.fina"/><GlyphID id="552" name="uni0684.fina"/><GlyphID id="553" name="uni0685.fina"/><GlyphID id="554" name="uni0686.fina"/><GlyphID id="555" name="uni0687.fina"/><GlyphID id="556" name="uni06BF.fina"/><GlyphID id="557" name="absTchehRetro1Fin"/><GlyphID id="558" name="absTchehRetro2Fin"/><GlyphID id="559" name="absJeemRetro1Fin"/><GlyphID id="560" name="absJeemRetro2Fin"/><GlyphID id="561" name="absJeemRetro3Fin"/><GlyphID id="562" name="uni0757.fina"/><GlyphID id="563" name="uni0758.fina"/><GlyphID id="564" name="uni0633.fina"/><GlyphID id="565" name="uni0634.fina"/><GlyphID id="566" name="uni069A.fina"/><GlyphID id="567" name="uni069B.fina"/><GlyphID id="568" name="uni069C.fina"/><GlyphID id="569" name="uni06FA.fina"/><GlyphID id="570" name="absSheenRetro1Fin"/><GlyphID id="571" name="absSheenRetro2Fin"/><GlyphID id="572" name="uni075C.fina"/><GlyphID id="573" name="uni076D.fina"/><GlyphID id="574" name="uni0635.fina"/><GlyphID id="575" name="uni0636.fina"/><GlyphID id="576" name="uni069D.fina"/><GlyphID id="577" name="uni069E.fina"/><GlyphID id="578" name="uni06FB.fina"/><GlyphID id="579" name="uni0637.fina"/><GlyphID id="580" name="uni0638.fina"/><GlyphID id="581" name="uni069F.fina"/><GlyphID id="582" name="uni0639.fina"/><GlyphID id="583" name="uni063A.fina"/><GlyphID id="584" name="uni06A0.fina"/><GlyphID id="585" name="uni06FC.fina"/><GlyphID id="586" name="uni075D.fina"/><GlyphID id="587" name="uni075E.fina"/><GlyphID id="588" name="uni075F.fina"/><GlyphID id="589" name="uni0641.fina"/><GlyphID id="590" name="uni06A1.fina"/><GlyphID id="591" name="uni06A2.fina"/><GlyphID id="592" name="uni06A3.fina"/><GlyphID id="593" name="uni06A4.fina"/><GlyphID id="594" name="uni06A5.fina"/><GlyphID id="595" name="uni06A6.fina"/><GlyphID id="596" name="uni0760.fina"/><GlyphID id="597" name="uni0761.fina"/><GlyphID id="598" name="uni066F.fina"/><GlyphID id="599" name="uni0642.fina"/><GlyphID id="600" name="uni06A7.fina"/><GlyphID id="601" name="uni06A8.fina"/><GlyphID id="602" name="uni0643.fina"/><GlyphID id="603" name="uni06AC.fina"/><GlyphID id="604" name="uni06AD.fina"/><GlyphID id="605" name="uni06AE.fina"/><GlyphID id="606" name="uni06A9.fina"/><GlyphID id="607" name="uni06AB.fina"/><GlyphID id="608" name="uni06AF.fina"/><GlyphID id="609" name="uni06B0.fina"/><GlyphID id="610" name="uni06B1.fina"/><GlyphID id="611" name="uni06B2.fina"/><GlyphID id="612" name="uni06B3.fina"/><GlyphID id="613" name="uni06B4.fina"/><GlyphID id="614" name="uni0762.fina"/><GlyphID id="615" name="uni0763.fina"/><GlyphID id="616" name="uni0764.fina"/><GlyphID id="617" name="uni06AA.fina"/><GlyphID id="618" name="uni0644.fina"/><GlyphID id="619" name="uni06B5.fina"/><GlyphID id="620" name="uni06B6.fina"/><GlyphID id="621" name="uni06B7.fina"/><GlyphID id="622" name="uni06B8.fina"/><GlyphID id="623" name="absLamRetroFin"/><GlyphID id="624" name="uni076A.fina"/><GlyphID id="625" name="uni0645.fina"/><GlyphID id="626" name="uni0645.fina.sindhi"/><GlyphID id="627" name="uni0765.fina"/><GlyphID id="628" name="uni0766.fina"/><GlyphID id="629" name="uni0646.fina"/><GlyphID id="630" name="uni06B9.fina"/><GlyphID id="631" name="uni06BA.fina"/><GlyphID id="632" name="uni06BB.fina"/><GlyphID id="633" name="uni06BC.fina"/><GlyphID id="634" name="uni06BD.fina"/><GlyphID id="635" name="uni0767.fina"/><GlyphID id="636" name="uni0768.fina"/><GlyphID id="637" name="uni0769.fina"/><GlyphID id="638" name="uni06BE.fina"/><GlyphID id="639" name="uni06FF.fina"/><GlyphID id="640" name="uni0647.fina"/><GlyphID id="641" name="uni0647.fina.knottedFlat"/><GlyphID id="642" name="uni0647.fina.knottedHigh"/><GlyphID id="643" name="uni0647.fina.hooked"/><GlyphID id="644" name="uni06D5.fina"/><GlyphID id="645" name="uni0629.fina"/><GlyphID id="646" name="uni06C0.fina"/><GlyphID id="647" name="uni06C1.fina"/><GlyphID id="648" name="uni06C2.fina"/><GlyphID id="649" name="uni06C3.fina"/><GlyphID id="650" name="uni06440627.fina"/><GlyphID id="651" name="uni06B50627.fina"/><GlyphID id="652" name="uni06B60627.fina"/><GlyphID id="653" name="uni06B70627.fina"/><GlyphID id="654" name="uni06B80627.fina"/><GlyphID id="655" name="absLamRetroAlefFin"/><GlyphID id="656" name="uni076A0627.fina"/><GlyphID id="657" name="uni0626.medi"/><GlyphID id="658" name="uni064A.medi"/><GlyphID id="659" name="uni064A.medi.noDots"/><GlyphID id="660" name="uni0678.medi"/><GlyphID id="661" name="uni06CC.medi"/><GlyphID id="662" name="uni06CE.medi"/><GlyphID id="663" name="uni06D0.medi"/><GlyphID id="664" name="uni06D1.medi"/><GlyphID id="665" name="uni0649.medi"/><GlyphID id="666" name="uni066E.medi"/><GlyphID id="667" name="uni0628.medi"/><GlyphID id="668" name="uni062A.medi"/><GlyphID id="669" name="uni062B.medi"/><GlyphID id="670" name="uni0679.medi"/><GlyphID id="671" name="uni067A.medi"/><GlyphID id="672" name="uni067B.medi"/><GlyphID id="673" name="uni067C.medi"/><GlyphID id="674" name="uni067D.medi"/><GlyphID id="675" name="uni067E.medi"/><GlyphID id="676" name="uni067F.medi"/><GlyphID id="677" name="uni0680.medi"/><GlyphID id="678" name="uni0750.medi"/><GlyphID id="679" name="uni0751.medi"/><GlyphID id="680" name="uni0752.medi"/><GlyphID id="681" name="uni0753.medi"/><GlyphID id="682" name="uni0754.medi"/><GlyphID id="683" name="uni0755.medi"/><GlyphID id="684" name="uni0756.medi"/><GlyphID id="685" name="uni062C.medi"/><GlyphID id="686" name="uni062D.medi"/><GlyphID id="687" name="uni062E.medi"/><GlyphID id="688" name="uni0681.medi"/><GlyphID id="689" name="uni0682.medi"/><GlyphID id="690" name="uni0683.medi"/><GlyphID id="691" name="uni0684.medi"/><GlyphID id="692" name="uni0685.medi"/><GlyphID id="693" name="uni0686.medi"/><GlyphID id="694" name="uni0687.medi"/><GlyphID id="695" name="uni06BF.medi"/><GlyphID id="696" name="absTchehRetro1Med"/><GlyphID id="697" name="absTchehRetro2Med"/><GlyphID id="698" name="absJeemRetro1Med"/><GlyphID id="699" name="absJeemRetro2Med"/><GlyphID id="700" name="absJeemRetro3Med"/><GlyphID id="701" name="uni0757.medi"/><GlyphID id="702" name="uni0758.medi"/><GlyphID id="703" name="uni0633.medi"/><GlyphID id="704" name="uni0634.medi"/><GlyphID id="705" name="uni069A.medi"/><GlyphID id="706" name="uni069B.medi"/><GlyphID id="707" name="uni069C.medi"/><GlyphID id="708" name="uni06FA.medi"/><GlyphID id="709" name="absSheenRetro1Med"/><GlyphID id="710" name="absSheenRetro2Med"/><GlyphID id="711" name="uni075C.medi"/><GlyphID id="712" name="uni076D.medi"/><GlyphID id="713" name="uni0635.medi"/><GlyphID id="714" name="uni0636.medi"/><GlyphID id="715" name="uni069D.medi"/><GlyphID id="716" name="uni069E.medi"/><GlyphID id="717" name="uni06FB.medi"/><GlyphID id="718" name="uni0637.medi"/><GlyphID id="719" name="uni0638.medi"/><GlyphID id="720" name="uni069F.medi"/><GlyphID id="721" name="uni0639.medi"/><GlyphID id="722" name="uni063A.medi"/><GlyphID id="723" name="uni06A0.medi"/><GlyphID id="724" name="uni06FC.medi"/><GlyphID id="725" name="uni075D.medi"/><GlyphID id="726" name="uni075E.medi"/><GlyphID id="727" name="uni075F.medi"/><GlyphID id="728" name="uni0641.medi"/><GlyphID id="729" name="uni06A1.medi"/><GlyphID id="730" name="uni06A2.medi"/><GlyphID id="731" name="uni06A3.medi"/><GlyphID id="732" name="uni06A4.medi"/><GlyphID id="733" name="uni06A5.medi"/><GlyphID id="734" name="uni06A6.medi"/><GlyphID id="735" name="uni0760.medi"/><GlyphID id="736" name="uni0761.medi"/><GlyphID id="737" name="uni066F.medi"/><GlyphID id="738" name="uni0642.medi"/><GlyphID id="739" name="uni06A7.medi"/><GlyphID id="740" name="uni06A8.medi"/><GlyphID id="741" name="uni0643.medi"/><GlyphID id="742" name="uni06AC.medi"/><GlyphID id="743" name="uni06AD.medi"/><GlyphID id="744" name="uni06AE.medi"/><GlyphID id="745" name="uni06A9.medi"/><GlyphID id="746" name="uni06AB.medi"/><GlyphID id="747" name="uni06AF.medi"/><GlyphID id="748" name="uni06B0.medi"/><GlyphID id="749" name="uni06B1.medi"/><GlyphID id="750" name="uni06B2.medi"/><GlyphID id="751" name="uni06B3.medi"/><GlyphID id="752" name="uni06B4.medi"/><GlyphID id="753" name="uni0762.medi"/><GlyphID id="754" name="uni0763.medi"/><GlyphID id="755" name="uni0764.medi"/><GlyphID id="756" name="uni06AA.medi"/><GlyphID id="757" name="uni0644.medi"/><GlyphID id="758" name="uni06B5.medi"/><GlyphID id="759" name="uni06B6.medi"/><GlyphID id="760" name="uni06B7.medi"/><GlyphID id="761" name="uni06B8.medi"/><GlyphID id="762" name="absLamRetroMed"/><GlyphID id="763" name="uni076A.medi"/><GlyphID id="764" name="uni0645.medi"/><GlyphID id="765" name="uni0765.medi"/><GlyphID id="766" name="uni0766.medi"/><GlyphID id="767" name="uni0646.medi"/><GlyphID id="768" name="uni06B9.medi"/><GlyphID id="769" name="uni06BA.medi"/><GlyphID id="770" name="uni06BB.medi"/><GlyphID id="771" name="uni06BC.medi"/><GlyphID id="772" name="uni06BD.medi"/><GlyphID id="773" name="uni0767.medi"/><GlyphID id="774" name="uni0768.medi"/><GlyphID id="775" name="uni0769.medi"/><GlyphID id="776" name="uni06BE.medi"/><GlyphID id="777" name="uni06FF.medi"/><GlyphID id="778" name="uni0647.medi"/><GlyphID id="779" name="uni0647.medi.hooked"/><GlyphID id="780" name="uni0647.medi.knottedHigh"/><GlyphID id="781" name="uni06C0.medi"/><GlyphID id="782" name="uni06C1.medi"/><GlyphID id="783" name="uni06C2.medi"/><GlyphID id="784" name="uni0626.init"/><GlyphID id="785" name="uni064A.init"/><GlyphID id="786" name="uni064A.init.noDots"/><GlyphID id="787" name="uni0678.init"/><GlyphID id="788" name="uni06CC.init"/><GlyphID id="789" name="uni06CE.init"/><GlyphID id="790" name="uni06D0.init"/><GlyphID id="791" name="uni06D1.init"/><GlyphID id="792" name="uni0649.init"/><GlyphID id="793" name="uni066E.init"/><GlyphID id="794" name="uni0628.init"/><GlyphID id="795" name="uni062A.init"/><GlyphID id="796" name="uni062B.init"/><GlyphID id="797" name="uni0679.init"/><GlyphID id="798" name="uni067A.init"/><GlyphID id="799" name="uni067B.init"/><GlyphID id="800" name="uni067C.init"/><GlyphID id="801" name="uni067D.init"/><GlyphID id="802" name="uni067E.init"/><GlyphID id="803" name="uni067F.init"/><GlyphID id="804" name="uni0680.init"/><GlyphID id="805" name="uni0750.init"/><GlyphID id="806" name="uni0751.init"/><GlyphID id="807" name="uni0752.init"/><GlyphID id="808" name="uni0753.init"/><GlyphID id="809" name="uni0754.init"/><GlyphID id="810" name="uni0755.init"/><GlyphID id="811" name="uni0756.init"/><GlyphID id="812" name="uni062C.init"/><GlyphID id="813" name="uni062D.init"/><GlyphID id="814" name="uni062E.init"/><GlyphID id="815" name="uni0681.init"/><GlyphID id="816" name="uni0682.init"/><GlyphID id="817" name="uni0683.init"/><GlyphID id="818" name="uni0684.init"/><GlyphID id="819" name="uni0685.init"/><GlyphID id="820" name="uni0686.init"/><GlyphID id="821" name="uni0687.init"/><GlyphID id="822" name="uni06BF.init"/><GlyphID id="823" name="absTchehRetro1Ini"/><GlyphID id="824" name="absTchehRetro2Ini"/><GlyphID id="825" name="absJeemRetro1Ini"/><GlyphID id="826" name="absJeemRetro2Ini"/><GlyphID id="827" name="absJeemRetro3Ini"/><GlyphID id="828" name="uni0757.init"/><GlyphID id="829" name="uni0758.init"/><GlyphID id="830" name="uni0633.init"/><GlyphID id="831" name="uni0634.init"/><GlyphID id="832" name="uni069A.init"/><GlyphID id="833" name="uni069B.init"/><GlyphID id="834" name="uni069C.init"/><GlyphID id="835" name="uni06FA.init"/><GlyphID id="836" name="absSheenRetro1Ini"/><GlyphID id="837" name="absSheenRetro2Ini"/><GlyphID id="838" name="uni075C.init"/><GlyphID id="839" name="uni076D.init"/><GlyphID id="840" name="uni0635.init"/><GlyphID id="841" name="uni0636.init"/><GlyphID id="842" name="uni069D.init"/><GlyphID id="843" name="uni069E.init"/><GlyphID id="844" name="uni06FB.init"/><GlyphID id="845" name="uni0637.init"/><GlyphID id="846" name="uni0638.init"/><GlyphID id="847" name="uni069F.init"/><GlyphID id="848" name="uni0639.init"/><GlyphID id="849" name="uni063A.init"/><GlyphID id="850" name="uni06A0.init"/><GlyphID id="851" name="uni06FC.init"/><GlyphID id="852" name="uni075D.init"/><GlyphID id="853" name="uni075E.init"/><GlyphID id="854" name="uni075F.init"/><GlyphID id="855" name="uni0641.init"/><GlyphID id="856" name="uni06A1.init"/><GlyphID id="857" name="uni06A2.init"/><GlyphID id="858" name="uni06A3.init"/><GlyphID id="859" name="uni06A4.init"/><GlyphID id="860" name="uni06A5.init"/><GlyphID id="861" name="uni06A6.init"/><GlyphID id="862" name="uni0760.init"/><GlyphID id="863" name="uni0761.init"/><GlyphID id="864" name="uni066F.init"/><GlyphID id="865" name="uni0642.init"/><GlyphID id="866" name="uni06A7.init"/><GlyphID id="867" name="uni06A8.init"/><GlyphID id="868" name="uni0643.init"/><GlyphID id="869" name="uni06AC.init"/><GlyphID id="870" name="uni06AD.init"/><GlyphID id="871" name="uni06AE.init"/><GlyphID id="872" name="uni06A9.init"/><GlyphID id="873" name="uni06AB.init"/><GlyphID id="874" name="uni06AF.init"/><GlyphID id="875" name="uni06B0.init"/><GlyphID id="876" name="uni06B1.init"/><GlyphID id="877" name="uni06B2.init"/><GlyphID id="878" name="uni06B3.init"/><GlyphID id="879" name="uni06B4.init"/><GlyphID id="880" name="uni0762.init"/><GlyphID id="881" name="uni0763.init"/><GlyphID id="882" name="uni0764.init"/><GlyphID id="883" name="uni06AA.init"/><GlyphID id="884" name="uni0644.init"/><GlyphID id="885" name="uni06B5.init"/><GlyphID id="886" name="uni06B6.init"/><GlyphID id="887" name="uni06B7.init"/><GlyphID id="888" name="uni06B8.init"/><GlyphID id="889" name="absLamRetroIni"/><GlyphID id="890" name="uni076A.init"/><GlyphID id="891" name="uni0645.init"/><GlyphID id="892" name="uni0765.init"/><GlyphID id="893" name="uni0766.init"/><GlyphID id="894" name="uni0646.init"/><GlyphID id="895" name="uni06B9.init"/><GlyphID id="896" name="uni06BA.init"/><GlyphID id="897" name="uni06BB.init"/><GlyphID id="898" name="uni06BC.init"/><GlyphID id="899" name="uni06BD.init"/><GlyphID id="900" name="uni0767.init"/><GlyphID id="901" name="uni0768.init"/><GlyphID id="902" name="uni0769.init"/><GlyphID id="903" name="uni06BE.init"/><GlyphID id="904" name="uni06FF.init"/><GlyphID id="905" name="uni0647.init"/><GlyphID id="906" name="uni0647.init.hooked"/><GlyphID id="907" name="uni06C0.init"/><GlyphID id="908" name="uni06C1.init"/><GlyphID id="909" name="uni06C2.init"/><GlyphID id="910" name="uni0674"/><GlyphID id="911" name="uni06E5"/><GlyphID id="912" name="uni06E6"/><GlyphID id="913" name="uni064B"/><GlyphID id="914" name="uni064C"/><GlyphID id="915" name="uni064D"/><GlyphID id="916" name="uni064E"/><GlyphID id="917" name="uni064F"/><GlyphID id="918" name="uni0650"/><GlyphID id="919" name="uni0651"/><GlyphID id="920" name="uni0652"/><GlyphID id="921" name="uni0653"/><GlyphID id="922" name="uni0654"/><GlyphID id="923" name="uni0655"/><GlyphID id="924" name="uni0656"/><GlyphID id="925" name="uni0657"/><GlyphID id="926" name="uni0658"/><GlyphID id="927" name="uni0659"/><GlyphID id="928" name="uni065A"/><GlyphID id="929" name="uni065B"/><GlyphID id="930" name="uni065C"/><GlyphID id="931" name="uni065D"/><GlyphID id="932" name="uni065E"/><GlyphID id="933" name="uni0670"/><GlyphID id="934" name="uni0670.large"/><GlyphID id="935" name="uni06D6"/><GlyphID id="936" name="uni06D7"/><GlyphID id="937" name="uni06D8"/><GlyphID id="938" name="uni06D9"/><GlyphID id="939" name="uni06DA"/><GlyphID id="940" name="uni06DB"/><GlyphID id="941" name="uni06DC"/><GlyphID id="942" name="uni06DF"/><GlyphID id="943" name="uni06E0"/><GlyphID id="944" name="uni06E1"/><GlyphID id="945" name="uni06E2"/><GlyphID id="946" name="uni06E3"/><GlyphID id="947" name="uni06E4"/><GlyphID id="948" name="uni06E7"/><GlyphID id="949" name="uni06E8"/><GlyphID id="950" name="uni06EA"/><GlyphID id="951" name="uni06EB"/><GlyphID id="952" name="uni06EC"/><GlyphID id="953" name="uni06ED"/><GlyphID id="954" name="uni060C"/><GlyphID id="955" name="uni060C.downward"/><GlyphID id="956" name="uni0614"/><GlyphID id="957" name="uni061B"/><GlyphID id="958" name="uni061B.downward"/><GlyphID id="959" name="uni061E"/><GlyphID id="960" name="uni061F"/><GlyphID id="961" name="uni066A"/><GlyphID id="962" name="uni066B"/><GlyphID id="963" name="uni066C"/><GlyphID id="964" name="uni066D"/><GlyphID id="965" name="uni06D4"/><GlyphID id="966" name="uni06DD"/><GlyphID id="967" name="uni06DE"/><GlyphID id="968" name="uni06E9"/><GlyphID id="969" name="uniFD3E"/><GlyphID id="970" name="uniFD3F"/><GlyphID id="971" name="uniFDF2"/><GlyphID id="972" name="uniFDFC"/><GlyphID id="973" name="uni0660"/><GlyphID id="974" name="uni0661"/><GlyphID id="975" name="uni0662"/><GlyphID id="976" name="uni0663"/><GlyphID id="977" name="uni0664"/><GlyphID id="978" name="uni0665"/><GlyphID id="979" name="uni0666"/><GlyphID id="980" name="uni0667"/><GlyphID id="981" name="uni0668"/><GlyphID id="982" name="uni0669"/><GlyphID id="983" name="uni06F0"/><GlyphID id="984" name="uni06F1"/><GlyphID id="985" name="uni06F2"/><GlyphID id="986" name="uni06F3"/><GlyphID id="987" name="uni06F4"/><GlyphID id="988" name="uni06F4.urdu"/><GlyphID id="989" name="uni06F5"/><GlyphID id="990" name="uni06F6"/><GlyphID id="991" name="uni06F6.urdu"/><GlyphID id="992" name="uni06F7"/><GlyphID id="993" name="uni06F7.urdu"/><GlyphID id="994" name="uni06F8"/><GlyphID id="995" name="uni06F9"/><GlyphID id="996" name="zeroMedium"/><GlyphID id="997" name="oneMedium"/><GlyphID id="998" name="twoMedium"/><GlyphID id="999" name="threeMedium"/><GlyphID id="1000" name="fourMedium"/><GlyphID id="1001" name="fiveMedium"/><GlyphID id="1002" name="sixMedium"/><GlyphID id="1003" name="sevenMedium"/><GlyphID id="1004" name="eightMedium"/><GlyphID id="1005" name="nineMedium"/><GlyphID id="1006" name="uni0660.Medium"/><GlyphID id="1007" name="uni0661.Medium"/><GlyphID id="1008" name="uni0662.Medium"/><GlyphID id="1009" name="uni0663.Medium"/><GlyphID id="1010" name="uni0664.Medium"/><GlyphID id="1011" name="uni0665.Medium"/><GlyphID id="1012" name="uni0666.Medium"/><GlyphID id="1013" name="uni0667.Medium"/><GlyphID id="1014" name="uni0668.Medium"/><GlyphID id="1015" name="uni0669.Medium"/><GlyphID id="1016" name="uni06F0.Medium"/><GlyphID id="1017" name="uni06F1.Medium"/><GlyphID id="1018" name="uni06F2.Medium"/><GlyphID id="1019" name="uni06F3.Medium"/><GlyphID id="1020" name="uni06F4.Medium"/><GlyphID id="1021" name="uni06F4.Medium.urdu"/><GlyphID id="1022" name="uni06F5.Medium"/><GlyphID id="1023" name="uni06F6.Medium"/><GlyphID id="1024" name="uni06F6.Medium.urdu"/><GlyphID id="1025" name="uni06F7.Medium"/><GlyphID id="1026" name="uni06F7.Medium.urdu"/><GlyphID id="1027" name="uni06F8.Medium"/><GlyphID id="1028" name="uni06F9.Medium"/><GlyphID id="1029" name="zeroSmall"/><GlyphID id="1030" name="oneSmall"/><GlyphID id="1031" name="twoSmall"/><GlyphID id="1032" name="threeSmall"/><GlyphID id="1033" name="fourSmall"/><GlyphID id="1034" name="fiveSmall"/><GlyphID id="1035" name="sixSmall"/><GlyphID id="1036" name="sevenSmall"/><GlyphID id="1037" name="eightSmall"/><GlyphID id="1038" name="nineSmall"/><GlyphID id="1039" name="uni0660.Small"/><GlyphID id="1040" name="uni0661.Small"/><GlyphID id="1041" name="uni0662.Small"/><GlyphID id="1042" name="uni0663.Small"/><GlyphID id="1043" name="uni0664.Small"/><GlyphID id="1044" name="uni0665.Small"/><GlyphID id="1045" name="uni0666.Small"/><GlyphID id="1046" name="uni0667.Small"/><GlyphID id="1047" name="uni0668.Small"/><GlyphID id="1048" name="uni0669.Small"/><GlyphID id="1049" name="uni06F0.Small"/><GlyphID id="1050" name="uni06F1.Small"/><GlyphID id="1051" name="uni06F2.Small"/><GlyphID id="1052" name="uni06F3.Small"/><GlyphID id="1053" name="uni06F4.Small"/><GlyphID id="1054" name="uni06F4.Small.urdu"/><GlyphID id="1055" name="uni06F5.Small"/><GlyphID id="1056" name="uni06F6.Small"/><GlyphID id="1057" name="uni06F6.Small.urdu"/><GlyphID id="1058" name="uni06F7.Small"/><GlyphID id="1059" name="uni06F7.Small.urdu"/><GlyphID id="1060" name="uni06F8.Small"/><GlyphID id="1061" name="uni06F9.Small"/><GlyphID id="1062" name="uni06DD.aat1"/><GlyphID id="1063" name="uni06DD.aat2"/><GlyphID id="1064" name="uni06DD.aat3"/><GlyphID id="1065" name="uni06DD.sp1"/><GlyphID id="1066" name="uni06DD.sp2"/><GlyphID id="1067" name="uni06DD.sp3"/><GlyphID id="1068" name="uni0651064B"/><GlyphID id="1069" name="uni0651064C"/><GlyphID id="1070" name="uni0651064D"/><GlyphID id="1071" name="uni0651064E"/><GlyphID id="1072" name="uni0651064F"/><GlyphID id="1073" name="uni06510650"/><GlyphID id="1074" name="uni0654064E"/><GlyphID id="1075" name="uni0654064F"/><GlyphID id="1076" name="absShaddaAlef"/><GlyphID id="1077" name="uni0652.leftOpen"/><GlyphID id="1078" name="uni0652.downOpen"/><GlyphID id="1079" name="uni064C.sixNine"/><GlyphID id="1080" name="absAutoKashida"/><GlyphID id="1081" name="caron"/><GlyphID id="1082" name="_dot1"/><GlyphID id="1083" name="_dot1_tah"/><GlyphID id="1084" name="_dot1_smallV"/><GlyphID id="1085" name="_dot1_hat"/><GlyphID id="1086" name="_dot2h"/><GlyphID id="1087" name="_dot2h_tah"/><GlyphID id="1088" name="_dot2v"/><GlyphID id="1089" name="_dot3d"/><GlyphID id="1090" name="_dot3u"/><GlyphID id="1091" name="_dot3u_tah"/><GlyphID id="1092" name="_dot4"/><GlyphID id="1093" name="_tah"/><GlyphID id="1094" name="_hamza"/><GlyphID id="1095" name="_highHamza"/><GlyphID id="1096" name="_wavyHamza"/><GlyphID id="1097" name="_wavyHamza.b"/><GlyphID id="1098" name="_wasla"/><GlyphID id="1099" name="_madda"/><GlyphID id="1100" name="_gafBar"/><GlyphID id="1101" name="_gafBar_dot2h"/><GlyphID id="1102" name="_gafBar_dot3u"/><GlyphID id="1103" name="_hook"/><GlyphID id="1104" name="_ring"/><GlyphID id="1105" name="_hat"/><GlyphID id="1106" name="_bar"/><GlyphID id="1107" name="_vline"/><GlyphID id="1108" name="_lines"/><GlyphID id="1109" name="_smallV"/><GlyphID id="1110" name="_damma"/><GlyphID id="1111" name="_hamzaDamma"/><GlyphID id="1112" name="ring"/><GlyphID id="1113" name="_invSmallV"/><GlyphID id="1114" name="_dot3h"/><GlyphID id="1115" name="uni06DD.2"/><GlyphID id="1116" name="uni06DD.3"/><GlyphID id="1117" name="uni0644.init.preAlef"/><GlyphID id="1118" name="uni06B5.init.preAlef"/><GlyphID id="1119" name="uni06B6.init.preAlef"/><GlyphID id="1120" name="uni06B7.init.preAlef"/><GlyphID id="1121" name="uni06B8.init.preAlef"/><GlyphID id="1122" name="absLamRetroIni.preAlef"/><GlyphID id="1123" name="uni076A.init.preAlef"/><GlyphID id="1124" name="uni0622.fina.postLamIni"/><GlyphID id="1125" name="uni0623.fina.postLamIni"/><GlyphID id="1126" name="uni0625.fina.postLamIni"/><GlyphID id="1127" name="uni0627.fina.postLamIni"/><GlyphID id="1128" name="uni0672.fina.postLamIni"/><GlyphID id="1129" name="uni0673.fina.postLamIni"/><GlyphID id="1130" name="uni0675.fina.postLamIni"/><GlyphID id="1131" name="uni0671.fina.postLamIni"/><GlyphID id="1132" name="uni0644.medi.preAlef"/><GlyphID id="1133" name="uni06B5.medi.preAlef"/><GlyphID id="1134" name="uni06B6.medi.preAlef"/><GlyphID id="1135" name="uni06B7.medi.preAlef"/><GlyphID id="1136" name="uni06B8.medi.preAlef"/><GlyphID id="1137" name="absLamRetroMed.preAlef"/><GlyphID id="1138" name="uni076A.medi.preAlef"/><GlyphID id="1139" name="uni0622.fina.postLamMed"/><GlyphID id="1140" name="uni0623.fina.postLamMed"/><GlyphID id="1141" name="uni0625.fina.postLamMed"/><GlyphID id="1142" name="uni0627.fina.postLamMed"/><GlyphID id="1143" name="uni0672.fina.postLamMed"/><GlyphID id="1144" name="uni0673.fina.postLamMed"/><GlyphID id="1145" name="uni0675.fina.postLamMed"/><GlyphID id="1146" name="uni0671.fina.postLamMed"/></GlyphOrder><cmap><tableVersion version="0"/><cmap_format_4 platformID="3" platEncID="1" language="0"><map code="0x9" name="uni0009"/><map code="0x20" name="space"/><map code="0x21" name="exclam.arab"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft.arab"/><map code="0x29" name="parenright.arab"/><map code="0x2a" name="asterisk.arab"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphen"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon.arab"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0xa0" name="uni00A0"/><map code="0xa1" name="exclamdown"/><map code="0xa2" name="cent"/><map code="0xa3" name="sterling"/><map code="0xa4" name="currency"/><map code="0xa5" name="yen"/><map code="0xa6" name="brokenbar"/><map code="0xa7" name="section"/><map code="0xa8" name="dieresis"/><map code="0xa9" name="copyright"/><map code="0xaa" name="ordfeminine"/><map code="0xab" name="guillemotleft"/><map code="0xac" name="logicalnot"/><map code="0xad" name="sfthyphen"/><map code="0xae" name="registered"/><map code="0xaf" name="macron"/><map code="0xb0" name="degree"/><map code="0xb1" name="plusminus"/><map code="0xb2" name="twosuperior"/><map code="0xb3" name="threesuperior"/><map code="0xb4" name="acute"/><map code="0xb5" name="mu"/><map code="0xb6" name="paragraph"/><map code="0xb7" name="periodcentered"/><map code="0xb8" name="cedilla"/><map code="0xb9" name="onesuperior"/><map code="0xba" name="ordmasculine"/><map code="0xbb" name="guillemotright"/><map code="0xbc" name="onequarter"/><map code="0xbd" name="onehalf"/><map code="0xbe" name="threequarters"/><map code="0xbf" name="questiondown"/><map code="0xc0" name="Agrave"/><map code="0xc1" name="Aacute"/><map code="0xc2" name="Acircumflex"/><map code="0xc3" name="Atilde"/><map code="0xc4" name="Adieresis"/><map code="0xc5" name="Aring"/><map code="0xc6" name="AE"/><map code="0xc7" name="Ccedilla"/><map code="0xc8" name="Egrave"/><map code="0xc9" name="Eacute"/><map code="0xca" name="Ecircumflex"/><map code="0xcb" name="Edieresis"/><map code="0xcc" name="Igrave"/><map code="0xcd" name="Iacute"/><map code="0xce" name="Icircumflex"/><map code="0xcf" name="Idieresis"/><map code="0xd0" name="Eth"/><map code="0xd1" name="Ntilde"/><map code="0xd2" name="Ograve"/><map code="0xd3" name="Oacute"/><map code="0xd4" name="Ocircumflex"/><map code="0xd5" name="Otilde"/><map code="0xd6" name="Odieresis"/><map code="0xd7" name="multiply"/><map code="0xd8" name="Oslash"/><map code="0xd9" name="Ugrave"/><map code="0xda" name="Uacute"/><map code="0xdb" name="Ucircumflex"/><map code="0xdc" name="Udieresis"/><map code="0xdd" name="Yacute"/><map code="0xde" name="Thorn"/><map code="0xdf" name="germandbls"/><map code="0xe0" name="agrave"/><map code="0xe1" name="aacute"/><map code="0xe2" name="acircumflex"/><map code="0xe3" name="atilde"/><map code="0xe4" name="adieresis"/><map code="0xe5" name="aring"/><map code="0xe6" name="ae"/><map code="0xe7" name="ccedilla"/><map code="0xe8" name="egrave"/><map code="0xe9" name="eacute"/><map code="0xea" name="ecircumflex"/><map code="0xeb" name="edieresis"/><map code="0xec" name="igrave"/><map code="0xed" name="iacute"/><map code="0xee" name="icircumflex"/><map code="0xef" name="idieresis"/><map code="0xf0" name="eth"/><map code="0xf1" name="ntilde"/><map code="0xf2" name="ograve"/><map code="0xf3" name="oacute"/><map code="0xf4" name="ocircumflex"/><map code="0xf5" name="otilde"/><map code="0xf6" name="odieresis"/><map code="0xf7" name="divide"/><map code="0xf8" name="oslash"/><map code="0xf9" name="ugrave"/><map code="0xfa" name="uacute"/><map code="0xfb" name="ucircumflex"/><map code="0xfc" name="udieresis"/><map code="0xfd" name="yacute"/><map code="0xfe" name="thorn"/><map code="0xff" name="ydieresis"/><map code="0x131" name="dotlessi"/><map code="0x152" name="OE"/><map code="0x153" name="oe"/><map code="0x160" name="Scaron"/><map code="0x161" name="scaron"/><map code="0x178" name="Ydieresis"/><map code="0x17d" name="Zcaron"/><map code="0x17e" name="zcaron"/><map code="0x192" name="florin"/><map code="0x2c6" name="circumflex"/><map code="0x2c7" name="caron"/><map code="0x2c9" name="uni02C9"/><map code="0x2da" name="ring"/><map code="0x2dc" name="tilde"/><map code="0x3bc" name="mu"/><map code="0x60c" name="uni060C"/><map code="0x614" name="uni0614"/><map code="0x61b" name="uni061B"/><map code="0x61e" name="uni061E"/><map code="0x61f" name="uni061F"/><map code="0x621" name="uni0621"/><map code="0x622" name="uni0622"/><map code="0x623" name="uni0623"/><map code="0x624" name="uni0624"/><map code="0x625" name="uni0625"/><map code="0x626" name="uni0626"/><map code="0x627" name="uni0627"/><map code="0x628" name="uni0628"/><map code="0x629" name="uni0629"/><map code="0x62a" name="uni062A"/><map code="0x62b" name="uni062B"/><map code="0x62c" name="uni062C"/><map code="0x62d" name="uni062D"/><map code="0x62e" name="uni062E"/><map code="0x62f" name="uni062F"/><map code="0x630" name="uni0630"/><map code="0x631" name="uni0631"/><map code="0x632" name="uni0632"/><map code="0x633" name="uni0633"/><map code="0x634" name="uni0634"/><map code="0x635" name="uni0635"/><map code="0x636" name="uni0636"/><map code="0x637" name="uni0637"/><map code="0x638" name="uni0638"/><map code="0x639" name="uni0639"/><map code="0x63a" name="uni063A"/><map code="0x640" name="uni0640"/><map code="0x641" name="uni0641"/><map code="0x642" name="uni0642"/><map code="0x643" name="uni0643"/><map code="0x644" name="uni0644"/><map code="0x645" name="uni0645"/><map code="0x646" name="uni0646"/><map code="0x647" name="uni0647"/><map code="0x648" name="uni0648"/><map code="0x649" name="uni0649"/><map code="0x64a" name="uni064A"/><map code="0x64b" name="uni064B"/><map code="0x64c" name="uni064C"/><map code="0x64d" name="uni064D"/><map code="0x64e" name="uni064E"/><map code="0x64f" name="uni064F"/><map code="0x650" name="uni0650"/><map code="0x651" name="uni0651"/><map code="0x652" name="uni0652"/><map code="0x653" name="uni0653"/><map code="0x654" name="uni0654"/><map code="0x655" name="uni0655"/><map code="0x656" name="uni0656"/><map code="0x657" name="uni0657"/><map code="0x658" name="uni0658"/><map code="0x659" name="uni0659"/><map code="0x65a" name="uni065A"/><map code="0x65b" name="uni065B"/><map code="0x65c" name="uni065C"/><map code="0x65d" name="uni065D"/><map code="0x65e" name="uni065E"/><map code="0x660" name="uni0660"/><map code="0x661" name="uni0661"/><map code="0x662" name="uni0662"/><map code="0x663" name="uni0663"/><map code="0x664" name="uni0664"/><map code="0x665" name="uni0665"/><map code="0x666" name="uni0666"/><map code="0x667" name="uni0667"/><map code="0x668" name="uni0668"/><map code="0x669" name="uni0669"/><map code="0x66a" name="uni066A"/><map code="0x66b" name="uni066B"/><map code="0x66c" name="uni066C"/><map code="0x66d" name="uni066D"/><map code="0x66e" name="uni066E"/><map code="0x66f" name="uni066F"/><map code="0x670" name="uni0670"/><map code="0x671" name="uni0671"/><map code="0x672" name="uni0672"/><map code="0x673" name="uni0673"/><map code="0x674" name="uni0674"/><map code="0x675" name="uni0675"/><map code="0x676" name="uni0676"/><map code="0x677" name="uni0677"/><map code="0x678" name="uni0678"/><map code="0x679" name="uni0679"/><map code="0x67a" name="uni067A"/><map code="0x67b" name="uni067B"/><map code="0x67c" name="uni067C"/><map code="0x67d" name="uni067D"/><map code="0x67e" name="uni067E"/><map code="0x67f" name="uni067F"/><map code="0x680" name="uni0680"/><map code="0x681" name="uni0681"/><map code="0x682" name="uni0682"/><map code="0x683" name="uni0683"/><map code="0x684" name="uni0684"/><map code="0x685" name="uni0685"/><map code="0x686" name="uni0686"/><map code="0x687" name="uni0687"/><map code="0x688" name="uni0688"/><map code="0x689" name="uni0689"/><map code="0x68a" name="uni068A"/><map code="0x68b" name="uni068B"/><map code="0x68c" name="uni068C"/><map code="0x68d" name="uni068D"/><map code="0x68e" name="uni068E"/><map code="0x68f" name="uni068F"/><map code="0x690" name="uni0690"/><map code="0x691" name="uni0691"/><map code="0x692" name="uni0692"/><map code="0x693" name="uni0693"/><map code="0x694" name="uni0694"/><map code="0x695" name="uni0695"/><map code="0x696" name="uni0696"/><map code="0x697" name="uni0697"/><map code="0x698" name="uni0698"/><map code="0x699" name="uni0699"/><map code="0x69a" name="uni069A"/><map code="0x69b" name="uni069B"/><map code="0x69c" name="uni069C"/><map code="0x69d" name="uni069D"/><map code="0x69e" name="uni069E"/><map code="0x69f" name="uni069F"/><map code="0x6a0" name="uni06A0"/><map code="0x6a1" name="uni06A1"/><map code="0x6a2" name="uni06A2"/><map code="0x6a3" name="uni06A3"/><map code="0x6a4" name="uni06A4"/><map code="0x6a5" name="uni06A5"/><map code="0x6a6" name="uni06A6"/><map code="0x6a7" name="uni06A7"/><map code="0x6a8" name="uni06A8"/><map code="0x6a9" name="uni06A9"/><map code="0x6aa" name="uni06AA"/><map code="0x6ab" name="uni06AB"/><map code="0x6ac" name="uni06AC"/><map code="0x6ad" name="uni06AD"/><map code="0x6ae" name="uni06AE"/><map code="0x6af" name="uni06AF"/><map code="0x6b0" name="uni06B0"/><map code="0x6b1" name="uni06B1"/><map code="0x6b2" name="uni06B2"/><map code="0x6b3" name="uni06B3"/><map code="0x6b4" name="uni06B4"/><map code="0x6b5" name="uni06B5"/><map code="0x6b6" name="uni06B6"/><map code="0x6b7" name="uni06B7"/><map code="0x6b8" name="uni06B8"/><map code="0x6b9" name="uni06B9"/><map code="0x6ba" name="uni06BA"/><map code="0x6bb" name="uni06BB"/><map code="0x6bc" name="uni06BC"/><map code="0x6bd" name="uni06BD"/><map code="0x6be" name="uni06BE"/><map code="0x6bf" name="uni06BF"/><map code="0x6c0" name="uni06C0"/><map code="0x6c1" name="uni06C1"/><map code="0x6c2" name="uni06C2"/><map code="0x6c3" name="uni06C3"/><map code="0x6c4" name="uni06C4"/><map code="0x6c5" name="uni06C5"/><map code="0x6c6" name="uni06C6"/><map code="0x6c7" name="uni06C7"/><map code="0x6c8" name="uni06C8"/><map code="0x6c9" name="uni06C9"/><map code="0x6ca" name="uni06CA"/><map code="0x6cb" name="uni06CB"/><map code="0x6cc" name="uni06CC"/><map code="0x6cd" name="uni06CD"/><map code="0x6ce" name="uni06CE"/><map code="0x6cf" name="uni06CF"/><map code="0x6d0" name="uni06D0"/><map code="0x6d1" name="uni06D1"/><map code="0x6d2" name="uni06D2"/><map code="0x6d3" name="uni06D3"/><map code="0x6d4" name="uni06D4"/><map code="0x6d5" name="uni06D5"/><map code="0x6d6" name="uni06D6"/><map code="0x6d7" name="uni06D7"/><map code="0x6d8" name="uni06D8"/><map code="0x6d9" name="uni06D9"/><map code="0x6da" name="uni06DA"/><map code="0x6db" name="uni06DB"/><map code="0x6dc" name="uni06DC"/><map code="0x6dd" name="uni06DD"/><map code="0x6de" name="uni06DE"/><map code="0x6df" name="uni06DF"/><map code="0x6e0" name="uni06E0"/><map code="0x6e1" name="uni06E1"/><map code="0x6e2" name="uni06E2"/><map code="0x6e3" name="uni06E3"/><map code="0x6e4" name="uni06E4"/><map code="0x6e5" name="uni06E5"/><map code="0x6e6" name="uni06E6"/><map code="0x6e7" name="uni06E7"/><map code="0x6e8" name="uni06E8"/><map code="0x6e9" name="uni06E9"/><map code="0x6ea" name="uni06EA"/><map code="0x6eb" name="uni06EB"/><map code="0x6ec" name="uni06EC"/><map code="0x6ed" name="uni06ED"/><map code="0x6ee" name="uni06EE"/><map code="0x6ef" name="uni06EF"/><map code="0x6f0" name="uni06F0"/><map code="0x6f1" name="uni06F1"/><map code="0x6f2" name="uni06F2"/><map code="0x6f3" name="uni06F3"/><map code="0x6f4" name="uni06F4"/><map code="0x6f5" name="uni06F5"/><map code="0x6f6" name="uni06F6"/><map code="0x6f7" name="uni06F7"/><map code="0x6f8" name="uni06F8"/><map code="0x6f9" name="uni06F9"/><map code="0x6fa" name="uni06FA"/><map code="0x6fb" name="uni06FB"/><map code="0x6fc" name="uni06FC"/><map code="0x6fd" name="uni06FD"/><map code="0x6fe" name="uni06FE"/><map code="0x6ff" name="uni06FF"/><map code="0x750" name="uni0750"/><map code="0x751" name="uni0751"/><map code="0x752" name="uni0752"/><map code="0x753" name="uni0753"/><map code="0x754" name="uni0754"/><map code="0x755" name="uni0755"/><map code="0x756" name="uni0756"/><map code="0x757" name="uni0757"/><map code="0x758" name="uni0758"/><map code="0x759" name="uni0759"/><map code="0x75a" name="uni075A"/><map code="0x75b" name="uni075B"/><map code="0x75c" name="uni075C"/><map code="0x75d" name="uni075D"/><map code="0x75e" name="uni075E"/><map code="0x75f" name="uni075F"/><map code="0x760" name="uni0760"/><map code="0x761" name="uni0761"/><map code="0x762" name="uni0762"/><map code="0x763" name="uni0763"/><map code="0x764" name="uni0764"/><map code="0x765" name="uni0765"/><map code="0x766" name="uni0766"/><map code="0x767" name="uni0767"/><map code="0x768" name="uni0768"/><map code="0x769" name="uni0769"/><map code="0x76a" name="uni076A"/><map code="0x76b" name="uni076B"/><map code="0x76c" name="uni076C"/><map code="0x76d" name="uni076D"/><map code="0x2000" name="uni2000"/><map code="0x2001" name="uni2001"/><map code="0x2002" name="uni2002"/><map code="0x2003" name="uni2003"/><map code="0x2004" name="uni2004"/><map code="0x2005" name="uni2005"/><map code="0x2006" name="uni2006"/><map code="0x2007" name="uni2007"/><map code="0x2008" name="uni2008"/><map code="0x2009" name="uni2009"/><map code="0x200a" name="uni200A"/><map code="0x200b" name="uni200B"/><map code="0x200c" name="uni200C"/><map code="0x200d" name="uni200D"/><map code="0x200e" name="uni200E"/><map code="0x200f" name="uni200F"/><map code="0x2010" name="uni2010"/><map code="0x2011" name="uni2011"/><map code="0x2013" name="endash"/><map code="0x2014" name="emdash"/><map code="0x2018" name="quoteleft.arab"/><map code="0x2019" name="quoteright.arab"/><map code="0x201a" name="quotesinglbase"/><map code="0x201c" name="quotedblleft.arab"/><map code="0x201d" name="quotedblright.arab"/><map code="0x201e" name="quotedblbase"/><map code="0x2020" name="dagger"/><map code="0x2021" name="daggerdbl"/><map code="0x2022" name="bullet"/><map code="0x2026" name="ellipsis"/><map code="0x202a" name="uni202A"/><map code="0x202b" name="uni202B"/><map code="0x202c" name="uni202C"/><map code="0x202d" name="uni202D"/><map code="0x202e" name="uni202E"/><map code="0x2030" name="perthousand"/><map code="0x2039" name="guilsinglleft"/><map code="0x203a" name="guilsinglright"/><map code="0x2060" name="uni2060"/><map code="0x206c" name="uni206C"/><map code="0x206d" name="uni206D"/><map code="0x20ac" name="Euro"/><map code="0x2122" name="trademark"/><map code="0x2212" name="minus"/><map code="0x2219" name="uni2219"/><map code="0x25cc" name="uni25CC"/><map code="0xfd3e" name="uniFD3E"/><map code="0xfd3f" name="uniFD3F"/><map code="0xfdf2" name="uniFDF2"/><map code="0xfdfc" name="uniFDFC"/><map code="0xfeff" name="uniFEFF"/></cmap_format_4></cmap><hmtx><mtx name=".notdef" width="1135" lsb="60"/><mtx name=".null" width="0" lsb="0"/><mtx name="A" width="1110" lsb="12"/><mtx name="AE" width="1374" lsb="-18"/><mtx name="Aacute" width="1110" lsb="12"/><mtx name="Acircumflex" width="1110" lsb="12"/><mtx name="Adieresis" width="1110" lsb="12"/><mtx name="Agrave" width="1110" lsb="12"/><mtx name="Aring" width="1110" lsb="12"/><mtx name="Atilde" width="1110" lsb="12"/><mtx name="B" width="1004" lsb="27"/><mtx name="C" width="1030" lsb="55"/><mtx name="Ccedilla" width="1030" lsb="55"/><mtx name="D" width="1114" lsb="27"/><mtx name="E" width="942" lsb="33"/><mtx name="Eacute" width="942" lsb="33"/><mtx name="Ecircumflex" width="942" lsb="33"/><mtx name="Edieresis" width="942" lsb="33"/><mtx name="Egrave" width="942" lsb="33"/><mtx name="Eth" width="1116" lsb="27"/><mtx name="Euro" width="950" lsb="0"/><mtx name="F" width="858" lsb="25"/><mtx name="G" width="1114" lsb="53"/><mtx name="H" width="1114" lsb="27"/><mtx name="I" width="514" lsb="39"/><mtx name="Iacute" width="514" lsb="39"/><mtx name="Icircumflex" width="514" lsb="16"/><mtx name="Idieresis" width="514" lsb="16"/><mtx name="Igrave" width="514" lsb="39"/><mtx name="J" width="602" lsb="33"/><mtx name="K" width="1114" lsb="27"/><mtx name="L" width="942" lsb="29"/><mtx name="M" width="1374" lsb="27"/><mtx name="N" width="1114" lsb="8"/><mtx name="Ntilde" width="1114" lsb="8"/><mtx name="O" width="1114" lsb="53"/><mtx name="OE" width="1374" lsb="57"/><mtx name="Oacute" width="1114" lsb="53"/><mtx name="Ocircumflex" width="1114" lsb="53"/><mtx name="Odieresis" width="1114" lsb="53"/><mtx name="Ograve" width="1114" lsb="53"/><mtx name="Oslash" width="1116" lsb="55"/><mtx name="Otilde" width="1114" lsb="53"/><mtx name="P" width="858" lsb="27"/><mtx name="Q" width="1114" lsb="53"/><mtx name="R" width="1030" lsb="27"/><mtx name="S" width="858" lsb="98"/><mtx name="Scaron" width="858" lsb="98"/><mtx name="T" width="940" lsb="37"/><mtx name="Thorn" width="859" lsb="28"/><mtx name="U" width="1114" lsb="23"/><mtx name="Uacute" width="1114" lsb="23"/><mtx name="Ucircumflex" width="1114" lsb="23"/><mtx name="Udieresis" width="1114" lsb="23"/><mtx name="Ugrave" width="1114" lsb="23"/><mtx name="V" width="1114" lsb="14"/><mtx name="W" width="1458" lsb="20"/><mtx name="X" width="1114" lsb="10"/><mtx name="Y" width="1114" lsb="14"/><mtx name="Yacute" width="1114" lsb="14"/><mtx name="Ydieresis" width="1114" lsb="14"/><mtx name="Z" width="942" lsb="20"/><mtx name="Zcaron" width="942" lsb="20"/><mtx name="_bar" width="0" lsb="-186"/><mtx name="_damma" width="0" lsb="-239"/><mtx name="_dot1" width="0" lsb="-104"/><mtx name="_dot1_hat" width="0" lsb="-244"/><mtx name="_dot1_smallV" width="0" lsb="-159"/><mtx name="_dot1_tah" width="0" lsb="-205"/><mtx name="_dot2h" width="0" lsb="-212"/><mtx name="_dot2h_tah" width="0" lsb="-212"/><mtx name="_dot2v" width="0" lsb="-104"/><mtx name="_dot3d" width="0" lsb="-212"/><mtx name="_dot3h" width="0" lsb="-316"/><mtx name="_dot3u" width="0" lsb="-212"/><mtx name="_dot3u_tah" width="0" lsb="-212"/><mtx name="_dot4" width="0" lsb="-212"/><mtx name="_gafBar" width="0" lsb="0"/><mtx name="_gafBar_dot2h" width="0" lsb="-166"/><mtx name="_gafBar_dot3u" width="0" lsb="-160"/><mtx name="_hamza" width="0" lsb="-207"/><mtx name="_hamzaDamma" width="0" lsb="-374"/><mtx name="_hat" width="0" lsb="-252"/><mtx name="_highHamza" width="0" lsb="-19"/><mtx name="_hook" width="0" lsb="-82"/><mtx name="_invSmallV" width="0" lsb="-196"/><mtx name="_lines" width="0" lsb="-141"/><mtx name="_madda" width="0" lsb="-287"/><mtx name="_ring" width="0" lsb="-129"/><mtx name="_smallV" width="0" lsb="-162"/><mtx name="_tah" width="0" lsb="-205"/><mtx name="_vline" width="0" lsb="-36"/><mtx name="_wasla" width="0" lsb="-253"/><mtx name="_wavyHamza" width="0" lsb="-386"/><mtx name="_wavyHamza.b" width="0" lsb="-386"/><mtx name="a" width="686" lsb="55"/><mtx name="aacute" width="686" lsb="55"/><mtx name="absAutoKashida" width="256" lsb="-27"/><mtx name="absJeemRetro1" width="832" lsb="45"/><mtx name="absJeemRetro1Fin" width="889" lsb="25"/><mtx name="absJeemRetro1Ini" width="715" lsb="-87"/><mtx name="absJeemRetro1Med" width="952" lsb="-86"/><mtx name="absJeemRetro2" width="832" lsb="45"/><mtx name="absJeemRetro2Fin" width="889" lsb="25"/><mtx name="absJeemRetro2Ini" width="715" lsb="-87"/><mtx name="absJeemRetro2Med" width="952" lsb="-86"/><mtx name="absJeemRetro3" width="832" lsb="45"/><mtx name="absJeemRetro3Fin" width="889" lsb="25"/><mtx name="absJeemRetro3Ini" width="715" lsb="-87"/><mtx name="absJeemRetro3Med" width="952" lsb="-86"/><mtx name="absJehRetro1" width="590" lsb="-111"/><mtx name="absJehRetro1Fin" width="610" lsb="-43"/><mtx name="absJehRetro2" width="590" lsb="-111"/><mtx name="absJehRetro2Fin" width="610" lsb="-43"/><mtx name="absLamRetro" width="701" lsb="42"/><mtx name="absLamRetroAlef" width="922" lsb="127"/><mtx name="absLamRetroAlefFin" width="1052" lsb="106"/><mtx name="absLamRetroFin" width="906" lsb="25"/><mtx name="absLamRetroIni" width="338" lsb="-86"/><mtx name="absLamRetroIni.preAlef" width="346" lsb="-374"/><mtx name="absLamRetroMed" width="438" lsb="-85"/><mtx name="absLamRetroMed.preAlef" width="502" lsb="-342"/><mtx name="absShaddaAlef" width="0" lsb="-20"/><mtx name="absSheenRetro1" width="1369" lsb="32"/><mtx name="absSheenRetro1Fin" width="1463" lsb="51"/><mtx name="absSheenRetro1Ini" width="850" lsb="-86"/><mtx name="absSheenRetro1Med" width="1032" lsb="-86"/><mtx name="absSheenRetro2" width="1369" lsb="32"/><mtx name="absSheenRetro2Fin" width="1463" lsb="51"/><mtx name="absSheenRetro2Ini" width="850" lsb="-86"/><mtx name="absSheenRetro2Med" width="1032" lsb="-86"/><mtx name="absTchehRetro1" width="832" lsb="45"/><mtx name="absTchehRetro1Fin" width="889" lsb="25"/><mtx name="absTchehRetro1Ini" width="715" lsb="-87"/><mtx name="absTchehRetro1Med" width="952" lsb="-86"/><mtx name="absTchehRetro2" width="832" lsb="45"/><mtx name="absTchehRetro2Fin" width="889" lsb="25"/><mtx name="absTchehRetro2Ini" width="715" lsb="-87"/><mtx name="absTchehRetro2Med" width="952" lsb="-86"/><mtx name="absWawDotBelow" width="612" lsb="-107"/><mtx name="absWawDotBelowFin" width="713" lsb="-51"/><mtx name="acircumflex" width="686" lsb="55"/><mtx name="acute" width="528" lsb="88"/><mtx name="adieresis" width="686" lsb="55"/><mtx name="ae" width="1031" lsb="55"/><mtx name="agrave" width="686" lsb="55"/><mtx name="ampersand" width="1202" lsb="57"/><mtx name="aring" width="686" lsb="55"/><mtx name="asciicircum" width="1485" lsb="354"/><mtx name="asciitilde" width="840" lsb="31"/><mtx name="asterisk" width="773" lsb="110"/><mtx name="asterisk.arab" width="854" lsb="24"/><mtx name="at" width="1423" lsb="74"/><mtx name="atilde" width="686" lsb="55"/><mtx name="b" width="772" lsb="-6"/><mtx name="backslash" width="430" lsb="2"/><mtx name="bar" width="309" lsb="121"/><mtx name="braceleft" width="539" lsb="70"/><mtx name="braceright" width="539" lsb="123"/><mtx name="bracketleft" width="690" lsb="193"/><mtx name="bracketright" width="690" lsb="188"/><mtx name="brokenbar" width="467" lsb="197"/><mtx name="bullet" width="1057" lsb="186"/><mtx name="c" width="686" lsb="51"/><mtx name="caron" width="485" lsb="0"/><mtx name="ccedilla" width="686" lsb="51"/><mtx name="cedilla" width="362" lsb="18"/><mtx name="cent" width="772" lsb="94"/><mtx name="circumflex" width="483" lsb="0"/><mtx name="colon" width="431" lsb="131"/><mtx name="colon.arab" width="598" lsb="205"/><mtx name="comma" width="387" lsb="84"/><mtx name="copyright" width="1174" lsb="51"/><mtx name="currency" width="891" lsb="45"/><mtx name="d" width="772" lsb="51"/><mtx name="dagger" width="772" lsb="76"/><mtx name="daggerdbl" width="772" lsb="104"/><mtx name="degree" width="475" lsb="74"/><mtx name="dieresis" width="461" lsb="0"/><mtx name="divide" width="893" lsb="117"/><mtx name="dollar" width="772" lsb="82"/><mtx name="dotlessi" width="430" lsb="47"/><mtx name="e" width="686" lsb="57"/><mtx name="eacute" width="686" lsb="57"/><mtx name="ecircumflex" width="686" lsb="57"/><mtx name="edieresis" width="686" lsb="57"/><mtx name="egrave" width="686" lsb="57"/><mtx name="eight" width="772" lsb="92"/><mtx name="eightMedium" width="704" lsb="86"/><mtx name="eightSmall" width="470" lsb="57"/><mtx name="ellipsis" width="2048" lsb="205"/><mtx name="emdash" width="1485" lsb="0"/><mtx name="endash" width="743" lsb="-33"/><mtx name="equal" width="983" lsb="66"/><mtx name="eth" width="773" lsb="51"/><mtx name="exclam" width="514" lsb="171"/><mtx name="exclam.arab" width="494" lsb="154"/><mtx name="exclamdown" width="514" lsb="171"/><mtx name="f" width="514" lsb="57"/><mtx name="five" width="772" lsb="74"/><mtx name="fiveMedium" width="704" lsb="68"/><mtx name="fiveSmall" width="470" lsb="45"/><mtx name="florin" width="772" lsb="2"/><mtx name="four" width="772" lsb="25"/><mtx name="fourMedium" width="704" lsb="32"/><mtx name="fourSmall" width="470" lsb="15"/><mtx name="g" width="772" lsb="45"/><mtx name="germandbls" width="773" lsb="27"/><mtx name="grave" width="580" lsb="90"/><mtx name="greater" width="770" lsb="141"/><mtx name="guillemotleft" width="772" lsb="47"/><mtx name="guillemotright" width="772" lsb="49"/><mtx name="guilsinglleft" width="514" lsb="90"/><mtx name="guilsinglright" width="514" lsb="92"/><mtx name="h" width="772" lsb="8"/><mtx name="hyphen" width="514" lsb="61"/><mtx name="i" width="430" lsb="47"/><mtx name="iacute" width="430" lsb="47"/><mtx name="icircumflex" width="430" lsb="-20"/><mtx name="idieresis" width="430" lsb="-20"/><mtx name="igrave" width="430" lsb="18"/><mtx name="j" width="430" lsb="-119"/><mtx name="k" width="772" lsb="10"/><mtx name="l" width="430" lsb="45"/><mtx name="less" width="770" lsb="141"/><mtx name="logicalnot" width="922" lsb="59"/><mtx name="m" width="1202" lsb="10"/><mtx name="macron" width="483" lsb="0"/><mtx name="minus" width="915" lsb="37"/><mtx name="mu" width="874" lsb="94"/><mtx name="multiply" width="983" lsb="96"/><mtx name="n" width="772" lsb="8"/><mtx name="nine" width="772" lsb="61"/><mtx name="nineMedium" width="704" lsb="60"/><mtx name="nineSmall" width="470" lsb="40"/><mtx name="nonmarkingreturn" width="0" lsb="0"/><mtx name="ntilde" width="772" lsb="8"/><mtx name="numbersign" width="772" lsb="27"/><mtx name="o" width="772" lsb="51"/><mtx name="oacute" width="772" lsb="51"/><mtx name="ocircumflex" width="772" lsb="51"/><mtx name="odieresis" width="772" lsb="51"/><mtx name="oe" width="1114" lsb="51"/><mtx name="ograve" width="772" lsb="51"/><mtx name="one" width="772" lsb="180"/><mtx name="oneMedium" width="704" lsb="168"/><mtx name="oneSmall" width="470" lsb="112"/><mtx name="onehalf" width="1188" lsb="125"/><mtx name="onequarter" width="1188" lsb="147"/><mtx name="onesuperior" width="543" lsb="125"/><mtx name="ordfeminine" width="492" lsb="38"/><mtx name="ordmasculine" width="566" lsb="43"/><mtx name="oslash" width="773" lsb="30"/><mtx name="otilde" width="772" lsb="51"/><mtx name="p" width="772" lsb="-8"/><mtx name="paragraph" width="698" lsb="-10"/><mtx name="parenleft" width="514" lsb="64"/><mtx name="parenleft.arab" width="709" lsb="211"/><mtx name="parenright" width="514" lsb="34"/><mtx name="parenright.arab" width="707" lsb="207"/><mtx name="percent" width="1335" lsb="117"/><mtx name="period" width="641" lsb="190"/><mtx name="periodcentered" width="279" lsb="51"/><mtx name="perthousand" width="1630" lsb="27"/><mtx name="plus" width="983" lsb="119"/><mtx name="plusminus" width="1485" lsb="297"/><mtx name="q" width="772" lsb="51"/><mtx name="question" width="686" lsb="70"/><mtx name="questiondown" width="686" lsb="58"/><mtx name="quotedbl" width="629" lsb="100"/><mtx name="quotedblbase" width="684" lsb="51"/><mtx name="quotedblleft" width="786" lsb="51"/><mtx name="quotedblleft.arab" width="909" lsb="152"/><mtx name="quotedblright" width="786" lsb="144"/><mtx name="quotedblright.arab" width="909" lsb="184"/><mtx name="quoteleft" width="514" lsb="140"/><mtx name="quoteleft.arab" width="604" lsb="152"/><mtx name="quoteright" width="514" lsb="144"/><mtx name="quoteright.arab" width="604" lsb="184"/><mtx name="quotesinglbase" width="514" lsb="145"/><mtx name="quotesingle" width="279" lsb="63"/><mtx name="r" width="528" lsb="6"/><mtx name="registered" width="1174" lsb="51"/><mtx name="ring" width="288" lsb="0"/><mtx name="s" width="602" lsb="76"/><mtx name="scaron" width="602" lsb="69"/><mtx name="section" width="772" lsb="117"/><mtx name="semicolon" width="430" lsb="129"/><mtx name="seven" width="772" lsb="57"/><mtx name="sevenMedium" width="704" lsb="51"/><mtx name="sevenSmall" width="470" lsb="34"/><mtx name="sfthyphen" width="514" lsb="61"/><mtx name="six" width="772" lsb="68"/><mtx name="sixMedium" width="704" lsb="64"/><mtx name="sixSmall" width="470" lsb="43"/><mtx name="slash" width="543" lsb="66"/><mtx name="space" width="465" lsb="0"/><mtx name="sterling" width="772" lsb="45"/><mtx name="t" width="430" lsb="12"/><mtx name="thorn" width="773" lsb="-6"/><mtx name="three" width="772" lsb="63"/><mtx name="threeMedium" width="704" lsb="80"/><mtx name="threeSmall" width="470" lsb="40"/><mtx name="threequarters" width="1188" lsb="127"/><mtx name="threesuperior" width="543" lsb="41"/><mtx name="tilde" width="514" lsb="0"/><mtx name="trademark" width="1513" lsb="25"/><mtx name="two" width="772" lsb="35"/><mtx name="twoMedium" width="704" lsb="51"/><mtx name="twoSmall" width="470" lsb="21"/><mtx name="twosuperior" width="543" lsb="18"/><mtx name="u" width="772" lsb="0"/><mtx name="uacute" width="772" lsb="0"/><mtx name="ucircumflex" width="772" lsb="0"/><mtx name="udieresis" width="772" lsb="0"/><mtx name="ugrave" width="772" lsb="0"/><mtx name="underscore" width="743" lsb="0"/><mtx name="uni0009" width="465" lsb="0"/><mtx name="uni00A0" width="641" lsb="0"/><mtx name="uni02C9" width="483" lsb="0"/><mtx name="uni060C" width="604" lsb="193"/><mtx name="uni060C.downward" width="604" lsb="193"/><mtx name="uni0614" width="0" lsb="20"/><mtx name="uni061B" width="604" lsb="205"/><mtx name="uni061B.downward" width="604" lsb="205"/><mtx name="uni061E" width="626" lsb="59"/><mtx name="uni061F" width="727" lsb="163"/><mtx name="uni0621" width="609" lsb="67"/><mtx name="uni0622" width="362" lsb="-92"/><mtx name="uni0622.fina" width="467" lsb="-59"/><mtx name="uni0622.fina.postLamIni" width="576" lsb="-177"/><mtx name="uni0622.fina.postLamMed" width="550" lsb="-159"/><mtx name="uni0623" width="362" lsb="4"/><mtx name="uni0623.fina" width="467" lsb="37"/><mtx name="uni0623.fina.postLamIni" width="576" lsb="-81"/><mtx name="uni0623.fina.postLamMed" width="550" lsb="-63"/><mtx name="uni0624" width="612" lsb="-107"/><mtx name="uni0624.fina" width="713" lsb="-51"/><mtx name="uni0625" width="362" lsb="15"/><mtx name="uni0625.fina" width="467" lsb="105"/><mtx name="uni0625.fina.postLamIni" width="576" lsb="127"/><mtx name="uni0625.fina.postLamMed" width="550" lsb="106"/><mtx name="uni0626" width="1016" lsb="50"/><mtx name="uni0626.fina" width="1036" lsb="38"/><mtx name="uni0626.init" width="338" lsb="-85"/><mtx name="uni0626.medi" width="440" lsb="-87"/><mtx name="uni0627" width="362" lsb="137"/><mtx name="uni0627.fina" width="467" lsb="142"/><mtx name="uni0627.fina.postLamIni" width="576" lsb="127"/><mtx name="uni0627.fina.postLamMed" width="550" lsb="106"/><mtx name="uni0628" width="1220" lsb="48"/><mtx name="uni0628.fina" width="1183" lsb="40"/><mtx name="uni0628.init" width="338" lsb="-85"/><mtx name="uni0628.medi" width="440" lsb="-87"/><mtx name="uni0629" width="471" lsb="-12"/><mtx name="uni0629.fina" width="672" lsb="20"/><mtx name="uni062A" width="1220" lsb="48"/><mtx name="uni062A.fina" width="1183" lsb="40"/><mtx name="uni062A.init" width="338" lsb="-85"/><mtx name="uni062A.medi" width="440" lsb="-87"/><mtx name="uni062B" width="1220" lsb="48"/><mtx name="uni062B.fina" width="1183" lsb="40"/><mtx name="uni062B.init" width="338" lsb="-85"/><mtx name="uni062B.medi" width="440" lsb="-87"/><mtx name="uni062C" width="832" lsb="45"/><mtx name="uni062C.fina" width="889" lsb="25"/><mtx name="uni062C.init" width="715" lsb="-87"/><mtx name="uni062C.medi" width="952" lsb="-86"/><mtx name="uni062D" width="832" lsb="45"/><mtx name="uni062D.fina" width="889" lsb="25"/><mtx name="uni062D.init" width="715" lsb="-87"/><mtx name="uni062D.medi" width="952" lsb="-86"/><mtx name="uni062E" width="832" lsb="45"/><mtx name="uni062E.fina" width="889" lsb="25"/><mtx name="uni062E.init" width="715" lsb="-87"/><mtx name="uni062E.medi" width="952" lsb="-86"/><mtx name="uni062F" width="580" lsb="80"/><mtx name="uni062F.fina" width="739" lsb="102"/><mtx name="uni0630" width="580" lsb="80"/><mtx name="uni0630.fina" width="739" lsb="102"/><mtx name="uni0631" width="590" lsb="-111"/><mtx name="uni0631.fina" width="610" lsb="-43"/><mtx name="uni0632" width="590" lsb="-111"/><mtx name="uni0632.fina" width="610" lsb="-43"/><mtx name="uni0633" width="1369" lsb="32"/><mtx name="uni0633.fina" width="1463" lsb="51"/><mtx name="uni0633.init" width="850" lsb="-86"/><mtx name="uni0633.medi" width="1032" lsb="-86"/><mtx name="uni0634" width="1369" lsb="32"/><mtx name="uni0634.fina" width="1463" lsb="51"/><mtx name="uni0634.init" width="850" lsb="-86"/><mtx name="uni0634.medi" width="1032" lsb="-86"/><mtx name="uni0635" width="1599" lsb="37"/><mtx name="uni0635.fina" width="1653" lsb="51"/><mtx name="uni0635.init" width="1168" lsb="-85"/><mtx name="uni0635.medi" width="1223" lsb="-85"/><mtx name="uni0636" width="1599" lsb="37"/><mtx name="uni0636.fina" width="1653" lsb="51"/><mtx name="uni0636.init" width="1168" lsb="-85"/><mtx name="uni0636.medi" width="1223" lsb="-85"/><mtx name="uni0637" width="1124" lsb="-5"/><mtx name="uni0637.fina" width="1165" lsb="-10"/><mtx name="uni0637.init" width="788" lsb="-87"/><mtx name="uni0637.medi" width="870" lsb="-88"/><mtx name="uni0638" width="1124" lsb="-5"/><mtx name="uni0638.fina" width="1165" lsb="-10"/><mtx name="uni0638.init" width="788" lsb="-87"/><mtx name="uni0638.medi" width="870" lsb="-88"/><mtx name="uni0639" width="800" lsb="58"/><mtx name="uni0639.fina" width="743" lsb="20"/><mtx name="uni0639.init" width="748" lsb="-86"/><mtx name="uni0639.medi" width="709" lsb="-82"/><mtx name="uni063A" width="800" lsb="58"/><mtx name="uni063A.fina" width="743" lsb="20"/><mtx name="uni063A.init" width="748" lsb="-86"/><mtx name="uni063A.medi" width="709" lsb="-82"/><mtx name="uni0640" width="256" lsb="-83"/><mtx name="uni0641" width="1220" lsb="38"/><mtx name="uni0641.fina" width="1272" lsb="25"/><mtx name="uni0641.init" width="487" lsb="-85"/><mtx name="uni0641.medi" width="563" lsb="-85"/><mtx name="uni0642" width="863" lsb="39"/><mtx name="uni0642.fina" width="889" lsb="20"/><mtx name="uni0642.init" width="487" lsb="-85"/><mtx name="uni0642.medi" width="563" lsb="-85"/><mtx name="uni0643" width="1014" lsb="49"/><mtx name="uni0643.fina" width="1179" lsb="49"/><mtx name="uni0643.init" width="633" lsb="-83"/><mtx name="uni0643.medi" width="932" lsb="-85"/><mtx name="uni0644" width="701" lsb="42"/><mtx name="uni0644.fina" width="906" lsb="25"/><mtx name="uni0644.init" width="338" lsb="-86"/><mtx name="uni0644.init.preAlef" width="346" lsb="-374"/><mtx name="uni0644.medi" width="438" lsb="-85"/><mtx name="uni0644.medi.preAlef" width="502" lsb="-342"/><mtx name="uni06440627" width="922" lsb="127"/><mtx name="uni06440627.fina" width="1052" lsb="106"/><mtx name="uni0645" width="557" lsb="37"/><mtx name="uni0645.fina" width="625" lsb="48"/><mtx name="uni0645.fina.sindhi" width="1020" lsb="-39"/><mtx name="uni0645.init" width="604" lsb="-84"/><mtx name="uni0645.medi" width="694" lsb="-85"/><mtx name="uni0645.sindhi" width="912" lsb="-29"/><mtx name="uni0646" width="749" lsb="43"/><mtx name="uni0646.fina" width="907" lsb="48"/><mtx name="uni0646.init" width="338" lsb="-85"/><mtx name="uni0646.medi" width="440" lsb="-87"/><mtx name="uni0647" width="471" lsb="62"/><mtx name="uni0647.fina" width="672" lsb="20"/><mtx name="uni0647.fina.hooked" width="762" lsb="4"/><mtx name="uni0647.fina.knottedFlat" width="799" lsb="-8"/><mtx name="uni0647.fina.knottedHigh" width="940" lsb="-13"/><mtx name="uni0647.init" width="610" lsb="-86"/><mtx name="uni0647.init.hooked" width="338" lsb="-85"/><mtx name="uni0647.knotted" width="850" lsb="2"/><mtx name="uni0647.medi" width="698" lsb="-86"/><mtx name="uni0647.medi.hooked" width="952" lsb="-87"/><mtx name="uni0647.medi.knottedHigh" width="811" lsb="-82"/><mtx name="uni0648" width="612" lsb="-107"/><mtx name="uni0648.fina" width="713" lsb="-51"/><mtx name="uni0649" width="1016" lsb="50"/><mtx name="uni0649.fina" width="1036" lsb="38"/><mtx name="uni0649.init" width="338" lsb="-85"/><mtx name="uni0649.medi" width="440" lsb="-87"/><mtx name="uni064A" width="1016" lsb="50"/><mtx name="uni064A.fina" width="1036" lsb="38"/><mtx name="uni064A.fina.noDots" width="1036" lsb="38"/><mtx name="uni064A.init" width="338" lsb="-85"/><mtx name="uni064A.init.noDots" width="338" lsb="-85"/><mtx name="uni064A.medi" width="440" lsb="-87"/><mtx name="uni064A.medi.noDots" width="440" lsb="-87"/><mtx name="uni064A.noDots" width="1016" lsb="50"/><mtx name="uni064B" width="0" lsb="59"/><mtx name="uni064C" width="0" lsb="-74"/><mtx name="uni064C.sixNine" width="0" lsb="-144"/><mtx name="uni064D" width="0" lsb="-72"/><mtx name="uni064E" width="0" lsb="18"/><mtx name="uni064F" width="0" lsb="0"/><mtx name="uni0650" width="0" lsb="-72"/><mtx name="uni0651" width="0" lsb="-20"/><mtx name="uni0651064B" width="0" lsb="-29"/><mtx name="uni0651064C" width="0" lsb="-121"/><mtx name="uni0651064D" width="0" lsb="-29"/><mtx name="uni0651064E" width="0" lsb="-29"/><mtx name="uni0651064F" width="0" lsb="-46"/><mtx name="uni06510650" width="0" lsb="-29"/><mtx name="uni0652" width="0" lsb="12"/><mtx name="uni0652.downOpen" width="0" lsb="0"/><mtx name="uni0652.leftOpen" width="0" lsb="-4"/><mtx name="uni0653" width="0" lsb="-31"/><mtx name="uni0654" width="0" lsb="-4"/><mtx name="uni0654064E" width="0" lsb="-4"/><mtx name="uni0654064F" width="0" lsb="-19"/><mtx name="uni0655" width="0" lsb="-4"/><mtx name="uni0656" width="0" lsb="53"/><mtx name="uni0657" width="0" lsb="43"/><mtx name="uni0658" width="0" lsb="0"/><mtx name="uni0659" width="0" lsb="18"/><mtx name="uni065A" width="0" lsb="0"/><mtx name="uni065B" width="0" lsb="8"/><mtx name="uni065C" width="0" lsb="-112"/><mtx name="uni065D" width="0" lsb="0"/><mtx name="uni065E" width="0" lsb="18"/><mtx name="uni0660" width="881" lsb="326"/><mtx name="uni0660.Medium" width="704" lsb="261"/><mtx name="uni0660.Small" width="470" lsb="174"/><mtx name="uni0661" width="881" lsb="254"/><mtx name="uni0661.Medium" width="704" lsb="203"/><mtx name="uni0661.Small" width="470" lsb="135"/><mtx name="uni0662" width="881" lsb="190"/><mtx name="uni0662.Medium" width="704" lsb="152"/><mtx name="uni0662.Small" width="470" lsb="101"/><mtx name="uni0663" width="881" lsb="109"/><mtx name="uni0663.Medium" width="704" lsb="86"/><mtx name="uni0663.Small" width="470" lsb="57"/><mtx name="uni0664" width="881" lsb="161"/><mtx name="uni0664.Medium" width="704" lsb="128"/><mtx name="uni0664.Small" width="470" lsb="85"/><mtx name="uni0665" width="881" lsb="205"/><mtx name="uni0665.Medium" width="704" lsb="163"/><mtx name="uni0665.Small" width="470" lsb="109"/><mtx name="uni0666" width="881" lsb="118"/><mtx name="uni0666.Medium" width="704" lsb="94"/><mtx name="uni0666.Small" width="470" lsb="63"/><mtx name="uni0667" width="881" lsb="97"/><mtx name="uni0667.Medium" width="704" lsb="77"/><mtx name="uni0667.Small" width="470" lsb="51"/><mtx name="uni0668" width="881" lsb="100"/><mtx name="uni0668.Medium" width="704" lsb="80"/><mtx name="uni0668.Small" width="470" lsb="53"/><mtx name="uni0669" width="881" lsb="171"/><mtx name="uni0669.Medium" width="704" lsb="136"/><mtx name="uni0669.Small" width="470" lsb="91"/><mtx name="uni066A" width="1348" lsb="180"/><mtx name="uni066B" width="553" lsb="72"/><mtx name="uni066C" width="553" lsb="182"/><mtx name="uni066D" width="887" lsb="70"/><mtx name="uni066E" width="1220" lsb="48"/><mtx name="uni066E.fina" width="1183" lsb="40"/><mtx name="uni066E.init" width="338" lsb="-85"/><mtx name="uni066E.medi" width="440" lsb="-87"/><mtx name="uni066F" width="863" lsb="39"/><mtx name="uni066F.fina" width="889" lsb="20"/><mtx name="uni066F.init" width="487" lsb="-85"/><mtx name="uni066F.medi" width="563" lsb="-85"/><mtx name="uni0670" width="0" lsb="53"/><mtx name="uni0670.large" width="0" lsb="317"/><mtx name="uni0671" width="362" lsb="-58"/><mtx name="uni0671.fina" width="467" lsb="-25"/><mtx name="uni0671.fina.postLamIni" width="576" lsb="-143"/><mtx name="uni0671.fina.postLamMed" width="550" lsb="-125"/><mtx name="uni0672" width="362" lsb="-173"/><mtx name="uni0672.fina" width="467" lsb="-140"/><mtx name="uni0672.fina.postLamIni" width="576" lsb="-258"/><mtx name="uni0672.fina.postLamMed" width="550" lsb="-240"/><mtx name="uni0673" width="362" lsb="-157"/><mtx name="uni0673.fina" width="467" lsb="-67"/><mtx name="uni0673.fina.postLamIni" width="576" lsb="28"/><mtx name="uni0673.fina.postLamMed" width="550" lsb="-4"/><mtx name="uni0674" width="362" lsb="32"/><mtx name="uni0675" width="362" lsb="137"/><mtx name="uni0675.fina" width="467" lsb="142"/><mtx name="uni0675.fina.postLamIni" width="576" lsb="109"/><mtx name="uni0675.fina.postLamMed" width="550" lsb="106"/><mtx name="uni0676" width="612" lsb="-107"/><mtx name="uni0676.fina" width="713" lsb="-51"/><mtx name="uni0677" width="612" lsb="-107"/><mtx name="uni0677.fina" width="713" lsb="-51"/><mtx name="uni0678" width="1016" lsb="50"/><mtx name="uni0678.fina" width="1036" lsb="38"/><mtx name="uni0678.init" width="338" lsb="-85"/><mtx name="uni0678.medi" width="440" lsb="-87"/><mtx name="uni0679" width="1220" lsb="48"/><mtx name="uni0679.fina" width="1183" lsb="40"/><mtx name="uni0679.init" width="338" lsb="-85"/><mtx name="uni0679.medi" width="440" lsb="-87"/><mtx name="uni067A" width="1220" lsb="48"/><mtx name="uni067A.fina" width="1183" lsb="40"/><mtx name="uni067A.init" width="338" lsb="-85"/><mtx name="uni067A.medi" width="440" lsb="-87"/><mtx name="uni067B" width="1220" lsb="48"/><mtx name="uni067B.fina" width="1183" lsb="40"/><mtx name="uni067B.init" width="338" lsb="-85"/><mtx name="uni067B.medi" width="440" lsb="-87"/><mtx name="uni067C" width="1220" lsb="48"/><mtx name="uni067C.fina" width="1183" lsb="40"/><mtx name="uni067C.init" width="338" lsb="-85"/><mtx name="uni067C.medi" width="440" lsb="-87"/><mtx name="uni067D" width="1220" lsb="48"/><mtx name="uni067D.fina" width="1183" lsb="40"/><mtx name="uni067D.init" width="338" lsb="-85"/><mtx name="uni067D.medi" width="440" lsb="-87"/><mtx name="uni067E" width="1220" lsb="48"/><mtx name="uni067E.fina" width="1183" lsb="40"/><mtx name="uni067E.init" width="338" lsb="-85"/><mtx name="uni067E.medi" width="440" lsb="-87"/><mtx name="uni067F" width="1220" lsb="48"/><mtx name="uni067F.fina" width="1183" lsb="40"/><mtx name="uni067F.init" width="338" lsb="-85"/><mtx name="uni067F.medi" width="440" lsb="-87"/><mtx name="uni0680" width="1220" lsb="48"/><mtx name="uni0680.fina" width="1183" lsb="40"/><mtx name="uni0680.init" width="338" lsb="-85"/><mtx name="uni0680.medi" width="440" lsb="-87"/><mtx name="uni0681" width="832" lsb="45"/><mtx name="uni0681.fina" width="889" lsb="25"/><mtx name="uni0681.init" width="715" lsb="-87"/><mtx name="uni0681.medi" width="952" lsb="-86"/><mtx name="uni0682" width="832" lsb="45"/><mtx name="uni0682.fina" width="889" lsb="25"/><mtx name="uni0682.init" width="715" lsb="-87"/><mtx name="uni0682.medi" width="952" lsb="-86"/><mtx name="uni0683" width="832" lsb="45"/><mtx name="uni0683.fina" width="889" lsb="25"/><mtx name="uni0683.init" width="715" lsb="-87"/><mtx name="uni0683.medi" width="952" lsb="-86"/><mtx name="uni0684" width="832" lsb="45"/><mtx name="uni0684.fina" width="889" lsb="25"/><mtx name="uni0684.init" width="715" lsb="-87"/><mtx name="uni0684.medi" width="952" lsb="-86"/><mtx name="uni0685" width="832" lsb="45"/><mtx name="uni0685.fina" width="889" lsb="25"/><mtx name="uni0685.init" width="715" lsb="-87"/><mtx name="uni0685.medi" width="952" lsb="-86"/><mtx name="uni0686" width="832" lsb="45"/><mtx name="uni0686.fina" width="889" lsb="25"/><mtx name="uni0686.init" width="715" lsb="-87"/><mtx name="uni0686.medi" width="952" lsb="-86"/><mtx name="uni0687" width="832" lsb="45"/><mtx name="uni0687.fina" width="889" lsb="25"/><mtx name="uni0687.init" width="715" lsb="-87"/><mtx name="uni0687.medi" width="952" lsb="-86"/><mtx name="uni0688" width="580" lsb="80"/><mtx name="uni0688.fina" width="739" lsb="102"/><mtx name="uni0689" width="580" lsb="80"/><mtx name="uni0689.fina" width="739" lsb="102"/><mtx name="uni068A" width="580" lsb="80"/><mtx name="uni068A.fina" width="739" lsb="102"/><mtx name="uni068B" width="580" lsb="80"/><mtx name="uni068B.fina" width="739" lsb="102"/><mtx name="uni068C" width="580" lsb="79"/><mtx name="uni068C.fina" width="739" lsb="102"/><mtx name="uni068D" width="580" lsb="79"/><mtx name="uni068D.fina" width="739" lsb="102"/><mtx name="uni068E" width="580" lsb="79"/><mtx name="uni068E.fina" width="739" lsb="102"/><mtx name="uni068F" width="580" lsb="79"/><mtx name="uni068F.fina" width="739" lsb="102"/><mtx name="uni0690" width="580" lsb="79"/><mtx name="uni0690.fina" width="739" lsb="102"/><mtx name="uni0691" width="590" lsb="-111"/><mtx name="uni0691.fina" width="610" lsb="-43"/><mtx name="uni0692" width="590" lsb="-111"/><mtx name="uni0692.fina" width="610" lsb="-43"/><mtx name="uni0693" width="590" lsb="-111"/><mtx name="uni0693.fina" width="610" lsb="-43"/><mtx name="uni0694" width="590" lsb="-111"/><mtx name="uni0694.fina" width="610" lsb="-43"/><mtx name="uni0695" width="590" lsb="-111"/><mtx name="uni0695.fina" width="610" lsb="-43"/><mtx name="uni0696" width="590" lsb="-111"/><mtx name="uni0696.fina" width="610" lsb="-43"/><mtx name="uni0697" width="590" lsb="-111"/><mtx name="uni0697.fina" width="610" lsb="-43"/><mtx name="uni0698" width="590" lsb="-111"/><mtx name="uni0698.dotHat" width="590" lsb="-111"/><mtx name="uni0698.fina" width="610" lsb="-43"/><mtx name="uni0698.fina.dotHat" width="610" lsb="-43"/><mtx name="uni0699" width="590" lsb="-111"/><mtx name="uni0699.fina" width="610" lsb="-43"/><mtx name="uni069A" width="1369" lsb="32"/><mtx name="uni069A.fina" width="1463" lsb="51"/><mtx name="uni069A.init" width="850" lsb="-86"/><mtx name="uni069A.medi" width="1032" lsb="-86"/><mtx name="uni069B" width="1369" lsb="32"/><mtx name="uni069B.fina" width="1463" lsb="51"/><mtx name="uni069B.init" width="850" lsb="-86"/><mtx name="uni069B.medi" width="1032" lsb="-86"/><mtx name="uni069C" width="1369" lsb="32"/><mtx name="uni069C.fina" width="1463" lsb="51"/><mtx name="uni069C.init" width="850" lsb="-86"/><mtx name="uni069C.medi" width="1032" lsb="-86"/><mtx name="uni069D" width="1599" lsb="37"/><mtx name="uni069D.fina" width="1653" lsb="51"/><mtx name="uni069D.init" width="1168" lsb="-85"/><mtx name="uni069D.medi" width="1223" lsb="-85"/><mtx name="uni069E" width="1599" lsb="37"/><mtx name="uni069E.fina" width="1653" lsb="51"/><mtx name="uni069E.init" width="1168" lsb="-85"/><mtx name="uni069E.medi" width="1223" lsb="-85"/><mtx name="uni069F" width="1124" lsb="-5"/><mtx name="uni069F.fina" width="1165" lsb="-10"/><mtx name="uni069F.init" width="788" lsb="-87"/><mtx name="uni069F.medi" width="870" lsb="-88"/><mtx name="uni06A0" width="800" lsb="25"/><mtx name="uni06A0.fina" width="743" lsb="20"/><mtx name="uni06A0.init" width="748" lsb="-86"/><mtx name="uni06A0.medi" width="709" lsb="-82"/><mtx name="uni06A1" width="1220" lsb="38"/><mtx name="uni06A1.fina" width="1272" lsb="25"/><mtx name="uni06A1.init" width="487" lsb="-85"/><mtx name="uni06A1.medi" width="563" lsb="-85"/><mtx name="uni06A2" width="1220" lsb="38"/><mtx name="uni06A2.fina" width="1272" lsb="25"/><mtx name="uni06A2.init" width="487" lsb="-85"/><mtx name="uni06A2.medi" width="563" lsb="-85"/><mtx name="uni06A3" width="1220" lsb="38"/><mtx name="uni06A3.fina" width="1272" lsb="25"/><mtx name="uni06A3.init" width="487" lsb="-85"/><mtx name="uni06A3.medi" width="563" lsb="-85"/><mtx name="uni06A4" width="1220" lsb="38"/><mtx name="uni06A4.fina" width="1272" lsb="25"/><mtx name="uni06A4.init" width="487" lsb="-85"/><mtx name="uni06A4.medi" width="563" lsb="-85"/><mtx name="uni06A5" width="1220" lsb="38"/><mtx name="uni06A5.fina" width="1272" lsb="25"/><mtx name="uni06A5.init" width="487" lsb="-85"/><mtx name="uni06A5.medi" width="563" lsb="-85"/><mtx name="uni06A6" width="1220" lsb="38"/><mtx name="uni06A6.fina" width="1272" lsb="25"/><mtx name="uni06A6.init" width="487" lsb="-85"/><mtx name="uni06A6.medi" width="563" lsb="-85"/><mtx name="uni06A7" width="863" lsb="39"/><mtx name="uni06A7.fina" width="889" lsb="20"/><mtx name="uni06A7.init" width="487" lsb="-85"/><mtx name="uni06A7.medi" width="563" lsb="-85"/><mtx name="uni06A8" width="863" lsb="39"/><mtx name="uni06A8.fina" width="889" lsb="20"/><mtx name="uni06A8.init" width="487" lsb="-85"/><mtx name="uni06A8.medi" width="563" lsb="-85"/><mtx name="uni06A9" width="1348" lsb="57"/><mtx name="uni06A9.fina" width="1577" lsb="39"/><mtx name="uni06A9.init" width="633" lsb="-83"/><mtx name="uni06A9.medi" width="932" lsb="-85"/><mtx name="uni06AA" width="1371" lsb="28"/><mtx name="uni06AA.fina" width="1403" lsb="18"/><mtx name="uni06AA.init" width="1126" lsb="-85"/><mtx name="uni06AA.medi" width="1178" lsb="-85"/><mtx name="uni06AB" width="1348" lsb="57"/><mtx name="uni06AB.fina" width="1577" lsb="39"/><mtx name="uni06AB.init" width="633" lsb="-83"/><mtx name="uni06AB.medi" width="932" lsb="-85"/><mtx name="uni06AC" width="1014" lsb="49"/><mtx name="uni06AC.fina" width="1179" lsb="49"/><mtx name="uni06AC.init" width="633" lsb="-83"/><mtx name="uni06AC.medi" width="932" lsb="-85"/><mtx name="uni06AD" width="1014" lsb="49"/><mtx name="uni06AD.fina" width="1179" lsb="49"/><mtx name="uni06AD.init" width="633" lsb="-137"/><mtx name="uni06AD.medi" width="932" lsb="-156"/><mtx name="uni06AE" width="1014" lsb="49"/><mtx name="uni06AE.fina" width="1179" lsb="49"/><mtx name="uni06AE.init" width="633" lsb="-83"/><mtx name="uni06AE.medi" width="932" lsb="-85"/><mtx name="uni06AF" width="1348" lsb="57"/><mtx name="uni06AF.fina" width="1577" lsb="39"/><mtx name="uni06AF.init" width="633" lsb="-83"/><mtx name="uni06AF.medi" width="932" lsb="-85"/><mtx name="uni06B0" width="1348" lsb="57"/><mtx name="uni06B0.fina" width="1577" lsb="39"/><mtx name="uni06B0.init" width="633" lsb="-83"/><mtx name="uni06B0.medi" width="932" lsb="-85"/><mtx name="uni06B1" width="1348" lsb="57"/><mtx name="uni06B1.fina" width="1577" lsb="39"/><mtx name="uni06B1.init" width="633" lsb="-188"/><mtx name="uni06B1.medi" width="932" lsb="-207"/><mtx name="uni06B2" width="1348" lsb="57"/><mtx name="uni06B2.fina" width="1577" lsb="39"/><mtx name="uni06B2.init" width="633" lsb="-83"/><mtx name="uni06B2.medi" width="932" lsb="-85"/><mtx name="uni06B3" width="1348" lsb="57"/><mtx name="uni06B3.fina" width="1577" lsb="39"/><mtx name="uni06B3.init" width="633" lsb="-83"/><mtx name="uni06B3.medi" width="932" lsb="-85"/><mtx name="uni06B4" width="1348" lsb="57"/><mtx name="uni06B4.fina" width="1577" lsb="39"/><mtx name="uni06B4.init" width="633" lsb="-182"/><mtx name="uni06B4.medi" width="932" lsb="-201"/><mtx name="uni06B5" width="701" lsb="42"/><mtx name="uni06B5.fina" width="906" lsb="25"/><mtx name="uni06B5.init" width="338" lsb="-86"/><mtx name="uni06B5.init.preAlef" width="346" lsb="-374"/><mtx name="uni06B5.medi" width="438" lsb="-85"/><mtx name="uni06B5.medi.preAlef" width="502" lsb="-342"/><mtx name="uni06B50627" width="922" lsb="127"/><mtx name="uni06B50627.fina" width="1052" lsb="106"/><mtx name="uni06B6" width="701" lsb="42"/><mtx name="uni06B6.fina" width="906" lsb="25"/><mtx name="uni06B6.init" width="338" lsb="-86"/><mtx name="uni06B6.init.preAlef" width="346" lsb="-374"/><mtx name="uni06B6.medi" width="438" lsb="-85"/><mtx name="uni06B6.medi.preAlef" width="502" lsb="-342"/><mtx name="uni06B60627" width="922" lsb="127"/><mtx name="uni06B60627.fina" width="1052" lsb="106"/><mtx name="uni06B7" width="701" lsb="42"/><mtx name="uni06B7.fina" width="906" lsb="25"/><mtx name="uni06B7.init" width="338" lsb="-86"/><mtx name="uni06B7.init.preAlef" width="346" lsb="-374"/><mtx name="uni06B7.medi" width="438" lsb="-85"/><mtx name="uni06B7.medi.preAlef" width="502" lsb="-342"/><mtx name="uni06B70627" width="922" lsb="127"/><mtx name="uni06B70627.fina" width="1052" lsb="106"/><mtx name="uni06B8" width="701" lsb="42"/><mtx name="uni06B8.fina" width="906" lsb="25"/><mtx name="uni06B8.init" width="338" lsb="-86"/><mtx name="uni06B8.init.preAlef" width="346" lsb="-374"/><mtx name="uni06B8.medi" width="438" lsb="-85"/><mtx name="uni06B8.medi.preAlef" width="502" lsb="-342"/><mtx name="uni06B80627" width="922" lsb="127"/><mtx name="uni06B80627.fina" width="1052" lsb="106"/><mtx name="uni06B9" width="749" lsb="43"/><mtx name="uni06B9.fina" width="907" lsb="48"/><mtx name="uni06B9.init" width="338" lsb="-85"/><mtx name="uni06B9.medi" width="440" lsb="-87"/><mtx name="uni06BA" width="749" lsb="43"/><mtx name="uni06BA.fina" width="907" lsb="48"/><mtx name="uni06BA.init" width="338" lsb="-85"/><mtx name="uni06BA.medi" width="440" lsb="-87"/><mtx name="uni06BB" width="749" lsb="43"/><mtx name="uni06BB.fina" width="907" lsb="48"/><mtx name="uni06BB.init" width="338" lsb="-85"/><mtx name="uni06BB.medi" width="440" lsb="-87"/><mtx name="uni06BC" width="749" lsb="43"/><mtx name="uni06BC.fina" width="907" lsb="48"/><mtx name="uni06BC.init" width="338" lsb="-85"/><mtx name="uni06BC.medi" width="440" lsb="-87"/><mtx name="uni06BD" width="749" lsb="43"/><mtx name="uni06BD.fina" width="907" lsb="48"/><mtx name="uni06BD.init" width="338" lsb="-85"/><mtx name="uni06BD.medi" width="440" lsb="-87"/><mtx name="uni06BE" width="850" lsb="2"/><mtx name="uni06BE.fina" width="799" lsb="-8"/><mtx name="uni06BE.init" width="610" lsb="-86"/><mtx name="uni06BE.medi" width="698" lsb="-86"/><mtx name="uni06BF" width="832" lsb="45"/><mtx name="uni06BF.fina" width="889" lsb="25"/><mtx name="uni06BF.init" width="715" lsb="-87"/><mtx name="uni06BF.medi" width="952" lsb="-86"/><mtx name="uni06C0" width="471" lsb="9"/><mtx name="uni06C0.fina" width="672" lsb="20"/><mtx name="uni06C0.init" width="610" lsb="-86"/><mtx name="uni06C0.medi" width="698" lsb="-86"/><mtx name="uni06C1" width="471" lsb="62"/><mtx name="uni06C1.fina" width="762" lsb="4"/><mtx name="uni06C1.init" width="338" lsb="-85"/><mtx name="uni06C1.medi" width="877" lsb="-87"/><mtx name="uni06C2" width="471" lsb="9"/><mtx name="uni06C2.fina" width="762" lsb="4"/><mtx name="uni06C2.init" width="338" lsb="-85"/><mtx name="uni06C2.medi" width="877" lsb="-87"/><mtx name="uni06C3" width="471" lsb="-12"/><mtx name="uni06C3.fina" width="762" lsb="4"/><mtx name="uni06C4" width="612" lsb="-107"/><mtx name="uni06C4.fina" width="713" lsb="-51"/><mtx name="uni06C5" width="612" lsb="-107"/><mtx name="uni06C5.fina" width="713" lsb="-51"/><mtx name="uni06C6" width="612" lsb="-107"/><mtx name="uni06C6.fina" width="713" lsb="-51"/><mtx name="uni06C7" width="612" lsb="-107"/><mtx name="uni06C7.fina" width="713" lsb="-51"/><mtx name="uni06C8" width="612" lsb="-107"/><mtx name="uni06C8.fina" width="713" lsb="-51"/><mtx name="uni06C9" width="612" lsb="-107"/><mtx name="uni06C9.fina" width="713" lsb="-51"/><mtx name="uni06CA" width="612" lsb="-107"/><mtx name="uni06CA.fina" width="713" lsb="-51"/><mtx name="uni06CB" width="612" lsb="-107"/><mtx name="uni06CB.fina" width="713" lsb="-51"/><mtx name="uni06CC" width="1016" lsb="50"/><mtx name="uni06CC.fina" width="1036" lsb="38"/><mtx name="uni06CC.init" width="338" lsb="-85"/><mtx name="uni06CC.medi" width="440" lsb="-87"/><mtx name="uni06CD" width="1148" lsb="0"/><mtx name="uni06CD.fina" width="1086" lsb="-25"/><mtx name="uni06CE" width="1016" lsb="50"/><mtx name="uni06CE.fina" width="1036" lsb="38"/><mtx name="uni06CE.init" width="338" lsb="-85"/><mtx name="uni06CE.medi" width="440" lsb="-87"/><mtx name="uni06CF" width="612" lsb="-107"/><mtx name="uni06CF.fina" width="713" lsb="-51"/><mtx name="uni06D0" width="1016" lsb="50"/><mtx name="uni06D0.fina" width="1036" lsb="38"/><mtx name="uni06D0.init" width="338" lsb="-85"/><mtx name="uni06D0.medi" width="440" lsb="-87"/><mtx name="uni06D1" width="1016" lsb="50"/><mtx name="uni06D1.fina" width="1036" lsb="38"/><mtx name="uni06D1.init" width="338" lsb="-85"/><mtx name="uni06D1.medi" width="440" lsb="-87"/><mtx name="uni06D2" width="1178" lsb="77"/><mtx name="uni06D2.fina" width="1113" lsb="70"/><mtx name="uni06D3" width="1178" lsb="77"/><mtx name="uni06D3.fina" width="1113" lsb="70"/><mtx name="uni06D4" width="641" lsb="174"/><mtx name="uni06D5" width="471" lsb="62"/><mtx name="uni06D5.fina" width="672" lsb="20"/><mtx name="uni06D6" width="0" lsb="-354"/><mtx name="uni06D7" width="0" lsb="-324"/><mtx name="uni06D8" width="0" lsb="-176"/><mtx name="uni06D9" width="0" lsb="-252"/><mtx name="uni06DA" width="0" lsb="-217"/><mtx name="uni06DB" width="0" lsb="-82"/><mtx name="uni06DC" width="0" lsb="-344"/><mtx name="uni06DD" width="1844" lsb="102"/><mtx name="uni06DD.2" width="1844" lsb="102"/><mtx name="uni06DD.3" width="1844" lsb="102"/><mtx name="uni06DD.aat1" width="570" lsb="-1170"/><mtx name="uni06DD.aat2" width="218" lsb="-1522"/><mtx name="uni06DD.aat3" width="216" lsb="-1524"/><mtx name="uni06DD.sp1" width="569" lsb="0"/><mtx name="uni06DD.sp2" width="217" lsb="0"/><mtx name="uni06DD.sp3" width="217" lsb="0"/><mtx name="uni06DE" width="1585" lsb="68"/><mtx name="uni06DF" width="0" lsb="-74"/><mtx name="uni06E0" width="0" lsb="-59"/><mtx name="uni06E1" width="0" lsb="-207"/><mtx name="uni06E2" width="0" lsb="-123"/><mtx name="uni06E3" width="0" lsb="-319"/><mtx name="uni06E4" width="0" lsb="-147"/><mtx name="uni06E5" width="287" lsb="-37"/><mtx name="uni06E6" width="739" lsb="29"/><mtx name="uni06E7" width="0" lsb="-305"/><mtx name="uni06E8" width="0" lsb="-162"/><mtx name="uni06E9" width="750" lsb="109"/><mtx name="uni06EA" width="0" lsb="-113"/><mtx name="uni06EB" width="0" lsb="-113"/><mtx name="uni06EC" width="0" lsb="-102"/><mtx name="uni06ED" width="0" lsb="-94"/><mtx name="uni06EE" width="580" lsb="39"/><mtx name="uni06EE.fina" width="739" lsb="102"/><mtx name="uni06EF" width="590" lsb="-111"/><mtx name="uni06EF.fina" width="610" lsb="-43"/><mtx name="uni06F0" width="881" lsb="326"/><mtx name="uni06F0.Medium" width="704" lsb="261"/><mtx name="uni06F0.Small" width="470" lsb="174"/><mtx name="uni06F1" width="881" lsb="254"/><mtx name="uni06F1.Medium" width="704" lsb="203"/><mtx name="uni06F1.Small" width="470" lsb="135"/><mtx name="uni06F2" width="881" lsb="190"/><mtx name="uni06F2.Medium" width="704" lsb="152"/><mtx name="uni06F2.Small" width="470" lsb="101"/><mtx name="uni06F3" width="881" lsb="109"/><mtx name="uni06F3.Medium" width="704" lsb="86"/><mtx name="uni06F3.Small" width="470" lsb="57"/><mtx name="uni06F4" width="881" lsb="90"/><mtx name="uni06F4.Medium" width="704" lsb="72"/><mtx name="uni06F4.Medium.urdu" width="704" lsb="92"/><mtx name="uni06F4.Small" width="470" lsb="48"/><mtx name="uni06F4.Small.urdu" width="470" lsb="61"/><mtx name="uni06F4.urdu" width="893" lsb="115"/><mtx name="uni06F5" width="881" lsb="123"/><mtx name="uni06F5.Medium" width="704" lsb="98"/><mtx name="uni06F5.Small" width="470" lsb="65"/><mtx name="uni06F6" width="881" lsb="88"/><mtx name="uni06F6.Medium" width="704" lsb="70"/><mtx name="uni06F6.Medium.urdu" width="704" lsb="94"/><mtx name="uni06F6.Small" width="470" lsb="55"/><mtx name="uni06F6.Small.urdu" width="470" lsb="63"/><mtx name="uni06F6.urdu" width="881" lsb="118"/><mtx name="uni06F7" width="881" lsb="97"/><mtx name="uni06F7.Medium" width="704" lsb="77"/><mtx name="uni06F7.Medium.urdu" width="704" lsb="73"/><mtx name="uni06F7.Small" width="470" lsb="51"/><mtx name="uni06F7.Small.urdu" width="470" lsb="49"/><mtx name="uni06F7.urdu" width="881" lsb="92"/><mtx name="uni06F8" width="881" lsb="100"/><mtx name="uni06F8.Medium" width="704" lsb="80"/><mtx name="uni06F8.Small" width="470" lsb="53"/><mtx name="uni06F9" width="881" lsb="171"/><mtx name="uni06F9.Medium" width="704" lsb="136"/><mtx name="uni06F9.Small" width="470" lsb="91"/><mtx name="uni06FA" width="1369" lsb="32"/><mtx name="uni06FA.fina" width="1463" lsb="51"/><mtx name="uni06FA.init" width="850" lsb="-86"/><mtx name="uni06FA.medi" width="1032" lsb="-86"/><mtx name="uni06FB" width="1599" lsb="37"/><mtx name="uni06FB.fina" width="1653" lsb="51"/><mtx name="uni06FB.init" width="1168" lsb="-85"/><mtx name="uni06FB.medi" width="1223" lsb="-85"/><mtx name="uni06FC" width="800" lsb="58"/><mtx name="uni06FC.fina" width="743" lsb="20"/><mtx name="uni06FC.init" width="748" lsb="-86"/><mtx name="uni06FC.medi" width="709" lsb="-82"/><mtx name="uni06FD" width="609" lsb="67"/><mtx name="uni06FE" width="912" lsb="-29"/><mtx name="uni06FF" width="850" lsb="2"/><mtx name="uni06FF.fina" width="940" lsb="-13"/><mtx name="uni06FF.init" width="610" lsb="-86"/><mtx name="uni06FF.medi" width="811" lsb="-82"/><mtx name="uni0750" width="1220" lsb="48"/><mtx name="uni0750.fina" width="1183" lsb="40"/><mtx name="uni0750.init" width="338" lsb="-117"/><mtx name="uni0750.medi" width="440" lsb="-113"/><mtx name="uni0751" width="1220" lsb="48"/><mtx name="uni0751.fina" width="1183" lsb="40"/><mtx name="uni0751.init" width="338" lsb="-85"/><mtx name="uni0751.medi" width="440" lsb="-87"/><mtx name="uni0752" width="1220" lsb="48"/><mtx name="uni0752.fina" width="1183" lsb="40"/><mtx name="uni0752.init" width="338" lsb="-85"/><mtx name="uni0752.medi" width="440" lsb="-87"/><mtx name="uni0753" width="1220" lsb="48"/><mtx name="uni0753.fina" width="1183" lsb="40"/><mtx name="uni0753.init" width="338" lsb="-85"/><mtx name="uni0753.medi" width="440" lsb="-87"/><mtx name="uni0754" width="1220" lsb="48"/><mtx name="uni0754.fina" width="1183" lsb="40"/><mtx name="uni0754.init" width="338" lsb="-85"/><mtx name="uni0754.medi" width="440" lsb="-87"/><mtx name="uni0755" width="1220" lsb="48"/><mtx name="uni0755.fina" width="1183" lsb="40"/><mtx name="uni0755.init" width="338" lsb="-85"/><mtx name="uni0755.medi" width="440" lsb="-87"/><mtx name="uni0756" width="1220" lsb="48"/><mtx name="uni0756.fina" width="1183" lsb="40"/><mtx name="uni0756.init" width="338" lsb="-85"/><mtx name="uni0756.medi" width="440" lsb="-87"/><mtx name="uni0757" width="832" lsb="45"/><mtx name="uni0757.fina" width="889" lsb="25"/><mtx name="uni0757.init" width="715" lsb="-87"/><mtx name="uni0757.medi" width="952" lsb="-86"/><mtx name="uni0758" width="832" lsb="45"/><mtx name="uni0758.fina" width="889" lsb="25"/><mtx name="uni0758.init" width="715" lsb="-87"/><mtx name="uni0758.medi" width="952" lsb="-86"/><mtx name="uni0759" width="580" lsb="80"/><mtx name="uni0759.fina" width="739" lsb="102"/><mtx name="uni075A" width="580" lsb="80"/><mtx name="uni075A.fina" width="739" lsb="102"/><mtx name="uni075B" width="590" lsb="-111"/><mtx name="uni075B.fina" width="610" lsb="-43"/><mtx name="uni075C" width="1369" lsb="32"/><mtx name="uni075C.fina" width="1463" lsb="51"/><mtx name="uni075C.init" width="850" lsb="-86"/><mtx name="uni075C.medi" width="1032" lsb="-86"/><mtx name="uni075D" width="800" lsb="25"/><mtx name="uni075D.fina" width="743" lsb="20"/><mtx name="uni075D.init" width="748" lsb="-86"/><mtx name="uni075D.medi" width="709" lsb="-82"/><mtx name="uni075E" width="800" lsb="25"/><mtx name="uni075E.fina" width="743" lsb="20"/><mtx name="uni075E.init" width="748" lsb="-86"/><mtx name="uni075E.medi" width="709" lsb="-82"/><mtx name="uni075F" width="800" lsb="58"/><mtx name="uni075F.fina" width="743" lsb="20"/><mtx name="uni075F.init" width="748" lsb="-86"/><mtx name="uni075F.medi" width="709" lsb="-82"/><mtx name="uni0760" width="1220" lsb="38"/><mtx name="uni0760.fina" width="1272" lsb="25"/><mtx name="uni0760.init" width="487" lsb="-85"/><mtx name="uni0760.medi" width="563" lsb="-85"/><mtx name="uni0761" width="1220" lsb="38"/><mtx name="uni0761.fina" width="1272" lsb="25"/><mtx name="uni0761.init" width="487" lsb="-85"/><mtx name="uni0761.medi" width="563" lsb="-85"/><mtx name="uni0762" width="1348" lsb="57"/><mtx name="uni0762.fina" width="1577" lsb="39"/><mtx name="uni0762.init" width="633" lsb="-83"/><mtx name="uni0762.medi" width="932" lsb="-85"/><mtx name="uni0763" width="1348" lsb="57"/><mtx name="uni0763.fina" width="1577" lsb="39"/><mtx name="uni0763.init" width="633" lsb="-137"/><mtx name="uni0763.medi" width="932" lsb="-156"/><mtx name="uni0764" width="1348" lsb="57"/><mtx name="uni0764.fina" width="1577" lsb="39"/><mtx name="uni0764.init" width="633" lsb="-83"/><mtx name="uni0764.medi" width="932" lsb="-85"/><mtx name="uni0765" width="557" lsb="37"/><mtx name="uni0765.fina" width="625" lsb="48"/><mtx name="uni0765.init" width="604" lsb="-84"/><mtx name="uni0765.medi" width="694" lsb="-85"/><mtx name="uni0766" width="557" lsb="37"/><mtx name="uni0766.fina" width="625" lsb="48"/><mtx name="uni0766.init" width="604" lsb="-84"/><mtx name="uni0766.medi" width="694" lsb="-85"/><mtx name="uni0767" width="749" lsb="43"/><mtx name="uni0767.fina" width="907" lsb="48"/><mtx name="uni0767.init" width="338" lsb="-85"/><mtx name="uni0767.medi" width="440" lsb="-87"/><mtx name="uni0768" width="749" lsb="43"/><mtx name="uni0768.fina" width="907" lsb="48"/><mtx name="uni0768.init" width="338" lsb="-85"/><mtx name="uni0768.medi" width="440" lsb="-87"/><mtx name="uni0769" width="749" lsb="43"/><mtx name="uni0769.fina" width="907" lsb="48"/><mtx name="uni0769.init" width="338" lsb="-85"/><mtx name="uni0769.medi" width="440" lsb="-87"/><mtx name="uni076A" width="701" lsb="42"/><mtx name="uni076A.fina" width="906" lsb="25"/><mtx name="uni076A.init" width="338" lsb="-86"/><mtx name="uni076A.init.preAlef" width="346" lsb="-374"/><mtx name="uni076A.medi" width="438" lsb="-85"/><mtx name="uni076A.medi.preAlef" width="502" lsb="-342"/><mtx name="uni076A0627" width="922" lsb="127"/><mtx name="uni076A0627.fina" width="1052" lsb="106"/><mtx name="uni076B" width="590" lsb="-111"/><mtx name="uni076B.fina" width="610" lsb="-43"/><mtx name="uni076C" width="590" lsb="-111"/><mtx name="uni076C.fina" width="610" lsb="-43"/><mtx name="uni076D" width="1369" lsb="32"/><mtx name="uni076D.fina" width="1463" lsb="51"/><mtx name="uni076D.init" width="850" lsb="-86"/><mtx name="uni076D.medi" width="1032" lsb="-86"/><mtx name="uni2000" width="1024" lsb="0"/><mtx name="uni2001" width="2048" lsb="0"/><mtx name="uni2002" width="1024" lsb="0"/><mtx name="uni2003" width="2048" lsb="0"/><mtx name="uni2004" width="682" lsb="0"/><mtx name="uni2005" width="512" lsb="0"/><mtx name="uni2006" width="342" lsb="0"/><mtx name="uni2007" width="801" lsb="0"/><mtx name="uni2008" width="641" lsb="0"/><mtx name="uni2009" width="129" lsb="0"/><mtx name="uni200A" width="63" lsb="0"/><mtx name="uni200B" width="0" lsb="0"/><mtx name="uni200C" width="0" lsb="-295"/><mtx name="uni200D" width="0" lsb="-295"/><mtx name="uni200E" width="0" lsb="-50"/><mtx name="uni200F" width="0" lsb="-110"/><mtx name="uni2010" width="514" lsb="61"/><mtx name="uni2011" width="514" lsb="61"/><mtx name="uni202A" width="0" lsb="-41"/><mtx name="uni202B" width="0" lsb="-166"/><mtx name="uni202C" width="0" lsb="-90"/><mtx name="uni202D" width="0" lsb="-145"/><mtx name="uni202E" width="0" lsb="-166"/><mtx name="uni2060" width="0" lsb="0"/><mtx name="uni206C" width="1024" lsb="31"/><mtx name="uni206D" width="1024" lsb="31"/><mtx name="uni2219" width="279" lsb="51"/><mtx name="uni25CC" width="1024" lsb="68"/><mtx name="uniFD3E" width="842" lsb="27"/><mtx name="uniFD3F" width="842" lsb="35"/><mtx name="uniFDF2" width="1307" lsb="30"/><mtx name="uniFDFC" width="1609" lsb="28"/><mtx name="uniFEFF" width="0" lsb="0"/><mtx name="v" width="772" lsb="12"/><mtx name="w" width="1114" lsb="8"/><mtx name="x" width="772" lsb="20"/><mtx name="y" width="772" lsb="8"/><mtx name="yacute" width="772" lsb="8"/><mtx name="ydieresis" width="772" lsb="8"/><mtx name="yen" width="772" lsb="2"/><mtx name="z" width="686" lsb="31"/><mtx name="zcaron" width="686" lsb="31"/><mtx name="zero" width="772" lsb="55"/><mtx name="zeroMedium" width="704" lsb="51"/><mtx name="zeroSmall" width="470" lsb="34"/></hmtx><GDEF><Version value="1.0"/><GlyphClassDef Format="2"><ClassDef glyph=".notdef" class="1"/><ClassDef glyph=".null" class="1"/><ClassDef glyph="A" class="1"/><ClassDef glyph="B" class="1"/><ClassDef glyph="C" class="1"/><ClassDef glyph="D" class="1"/><ClassDef glyph="E" class="1"/><ClassDef glyph="F" class="1"/><ClassDef glyph="G" class="1"/><ClassDef glyph="H" class="1"/><ClassDef glyph="I" class="1"/><ClassDef glyph="J" class="1"/><ClassDef glyph="K" class="1"/><ClassDef glyph="L" class="1"/><ClassDef glyph="M" class="1"/><ClassDef glyph="N" class="1"/><ClassDef glyph="O" class="1"/><ClassDef glyph="P" class="1"/><ClassDef glyph="Q" class="1"/><ClassDef glyph="R" class="1"/><ClassDef glyph="S" class="1"/><ClassDef glyph="T" class="1"/><ClassDef glyph="U" class="1"/><ClassDef glyph="V" class="1"/><ClassDef glyph="W" class="1"/><ClassDef glyph="X" class="1"/><ClassDef glyph="Y" class="1"/><ClassDef glyph="Z" class="1"/><ClassDef glyph="_bar" class="1"/><ClassDef glyph="_damma" class="1"/><ClassDef glyph="_dot1" class="1"/><ClassDef glyph="_dot1_hat" class="1"/><ClassDef glyph="_dot1_smallV" class="1"/><ClassDef glyph="_dot1_tah" class="1"/><ClassDef glyph="_dot2h" class="1"/><ClassDef glyph="_dot2h_tah" class="1"/><ClassDef glyph="_dot2v" class="1"/><ClassDef glyph="_dot3d" class="1"/><ClassDef glyph="_dot3h" class="1"/><ClassDef glyph="_dot3u" class="1"/><ClassDef glyph="_dot3u_tah" class="1"/><ClassDef glyph="_dot4" class="1"/><ClassDef glyph="_gafBar" class="1"/><ClassDef glyph="_gafBar_dot2h" class="1"/><ClassDef glyph="_gafBar_dot3u" class="1"/><ClassDef glyph="_hamza" class="1"/><ClassDef glyph="_hamzaDamma" class="1"/><ClassDef glyph="_hat" class="1"/><ClassDef glyph="_highHamza" class="1"/><ClassDef glyph="_hook" class="1"/><ClassDef glyph="_invSmallV" class="1"/><ClassDef glyph="_lines" class="1"/><ClassDef glyph="_madda" class="1"/><ClassDef glyph="_ring" class="1"/><ClassDef glyph="_smallV" class="1"/><ClassDef glyph="_tah" class="1"/><ClassDef glyph="_vline" class="1"/><ClassDef glyph="_wasla" class="1"/><ClassDef glyph="_wavyHamza" class="1"/><ClassDef glyph="_wavyHamza.b" class="1"/><ClassDef glyph="a" class="1"/><ClassDef glyph="absAutoKashida" class="1"/><ClassDef glyph="absJeemRetro1" class="1"/><ClassDef glyph="absJeemRetro1Fin" class="1"/><ClassDef glyph="absJeemRetro1Ini" class="1"/><ClassDef glyph="absJeemRetro1Med" class="1"/><ClassDef glyph="absJeemRetro2" class="1"/><ClassDef glyph="absJeemRetro2Fin" class="1"/><ClassDef glyph="absJeemRetro2Ini" class="1"/><ClassDef glyph="absJeemRetro2Med" class="1"/><ClassDef glyph="absJeemRetro3" class="1"/><ClassDef glyph="absJeemRetro3Fin" class="1"/><ClassDef glyph="absJeemRetro3Ini" class="1"/><ClassDef glyph="absJeemRetro3Med" class="1"/><ClassDef glyph="absJehRetro1" class="1"/><ClassDef glyph="absJehRetro1Fin" class="1"/><ClassDef glyph="absJehRetro2" class="1"/><ClassDef glyph="absJehRetro2Fin" class="1"/><ClassDef glyph="absLamRetro" class="1"/><ClassDef glyph="absLamRetroAlef" class="2"/><ClassDef glyph="absLamRetroAlefFin" class="2"/><ClassDef glyph="absLamRetroFin" class="1"/><ClassDef glyph="absLamRetroIni" class="1"/><ClassDef glyph="absLamRetroIni.preAlef" class="1"/><ClassDef glyph="absLamRetroMed" class="1"/><ClassDef glyph="absLamRetroMed.preAlef" class="1"/><ClassDef glyph="absShaddaAlef" class="3"/><ClassDef glyph="absSheenRetro1" class="1"/><ClassDef glyph="absSheenRetro1Fin" class="1"/><ClassDef glyph="absSheenRetro1Ini" class="1"/><ClassDef glyph="absSheenRetro1Med" class="1"/><ClassDef glyph="absSheenRetro2" class="1"/><ClassDef glyph="absSheenRetro2Fin" class="1"/><ClassDef glyph="absSheenRetro2Ini" class="1"/><ClassDef glyph="absSheenRetro2Med" class="1"/><ClassDef glyph="absTchehRetro1" class="1"/><ClassDef glyph="absTchehRetro1Fin" class="1"/><ClassDef glyph="absTchehRetro1Ini" class="1"/><ClassDef glyph="absTchehRetro1Med" class="1"/><ClassDef glyph="absTchehRetro2" class="1"/><ClassDef glyph="absTchehRetro2Fin" class="1"/><ClassDef glyph="absTchehRetro2Ini" class="1"/><ClassDef glyph="absTchehRetro2Med" class="1"/><ClassDef glyph="absWawDotBelow" class="1"/><ClassDef glyph="absWawDotBelowFin" class="1"/><ClassDef glyph="ampersand" class="1"/><ClassDef glyph="asciicircum" class="1"/><ClassDef glyph="asciitilde" class="1"/><ClassDef glyph="asterisk" class="1"/><ClassDef glyph="asterisk.arab" class="1"/><ClassDef glyph="at" class="1"/><ClassDef glyph="b" class="1"/><ClassDef glyph="backslash" class="1"/><ClassDef glyph="bar" class="1"/><ClassDef glyph="braceleft" class="1"/><ClassDef glyph="braceright" class="1"/><ClassDef glyph="bracketleft" class="1"/><ClassDef glyph="bracketright" class="1"/><ClassDef glyph="c" class="1"/><ClassDef glyph="colon" class="1"/><ClassDef glyph="colon.arab" class="1"/><ClassDef glyph="comma" class="1"/><ClassDef glyph="d" class="1"/><ClassDef glyph="dollar" class="1"/><ClassDef glyph="e" class="1"/><ClassDef glyph="eight" class="1"/><ClassDef glyph="eightMedium" class="3"/><ClassDef glyph="eightSmall" class="3"/><ClassDef glyph="equal" class="1"/><ClassDef glyph="exclam" class="1"/><ClassDef glyph="exclam.arab" class="1"/><ClassDef glyph="f" class="1"/><ClassDef glyph="five" class="1"/><ClassDef glyph="fiveMedium" class="3"/><ClassDef glyph="fiveSmall" class="3"/><ClassDef glyph="four" class="1"/><ClassDef glyph="fourMedium" class="3"/><ClassDef glyph="fourSmall" class="3"/><ClassDef glyph="g" class="1"/><ClassDef glyph="grave" class="1"/><ClassDef glyph="greater" class="1"/><ClassDef glyph="h" class="1"/><ClassDef glyph="hyphen" class="1"/><ClassDef glyph="i" class="1"/><ClassDef glyph="j" class="1"/><ClassDef glyph="k" class="1"/><ClassDef glyph="l" class="1"/><ClassDef glyph="less" class="1"/><ClassDef glyph="m" class="1"/><ClassDef glyph="n" class="1"/><ClassDef glyph="nine" class="1"/><ClassDef glyph="nineMedium" class="3"/><ClassDef glyph="nineSmall" class="3"/><ClassDef glyph="nonmarkingreturn" class="1"/><ClassDef glyph="numbersign" class="1"/><ClassDef glyph="o" class="1"/><ClassDef glyph="one" class="1"/><ClassDef glyph="oneMedium" class="3"/><ClassDef glyph="oneSmall" class="3"/><ClassDef glyph="p" class="1"/><ClassDef glyph="parenleft" class="1"/><ClassDef glyph="parenleft.arab" class="1"/><ClassDef glyph="parenright" class="1"/><ClassDef glyph="parenright.arab" class="1"/><ClassDef glyph="percent" class="1"/><ClassDef glyph="period" class="1"/><ClassDef glyph="plus" class="1"/><ClassDef glyph="q" class="1"/><ClassDef glyph="question" class="1"/><ClassDef glyph="quotedbl" class="1"/><ClassDef glyph="quotedblleft.arab" class="1"/><ClassDef glyph="quotedblright.arab" class="1"/><ClassDef glyph="quoteleft.arab" class="1"/><ClassDef glyph="quoteright.arab" class="1"/><ClassDef glyph="quotesingle" class="1"/><ClassDef glyph="r" class="1"/><ClassDef glyph="s" class="1"/><ClassDef glyph="semicolon" class="1"/><ClassDef glyph="seven" class="1"/><ClassDef glyph="sevenMedium" class="3"/><ClassDef glyph="sevenSmall" class="3"/><ClassDef glyph="six" class="1"/><ClassDef glyph="sixMedium" class="3"/><ClassDef glyph="sixSmall" class="3"/><ClassDef glyph="slash" class="1"/><ClassDef glyph="space" class="1"/><ClassDef glyph="t" class="1"/><ClassDef glyph="three" class="1"/><ClassDef glyph="threeMedium" class="3"/><ClassDef glyph="threeSmall" class="3"/><ClassDef glyph="two" class="1"/><ClassDef glyph="twoMedium" class="3"/><ClassDef glyph="twoSmall" class="3"/><ClassDef glyph="u" class="1"/><ClassDef glyph="underscore" class="1"/><ClassDef glyph="uni060C" class="1"/><ClassDef glyph="uni060C.downward" class="1"/><ClassDef glyph="uni0614" class="3"/><ClassDef glyph="uni061B" class="1"/><ClassDef glyph="uni061B.downward" class="1"/><ClassDef glyph="uni061E" class="1"/><ClassDef glyph="uni061F" class="1"/><ClassDef glyph="uni0621" class="1"/><ClassDef glyph="uni0622" class="1"/><ClassDef glyph="uni0622.fina" class="1"/><ClassDef glyph="uni0622.fina.postLamIni" class="1"/><ClassDef glyph="uni0622.fina.postLamMed" class="1"/><ClassDef glyph="uni0623" class="1"/><ClassDef glyph="uni0623.fina" class="1"/><ClassDef glyph="uni0623.fina.postLamIni" class="1"/><ClassDef glyph="uni0623.fina.postLamMed" class="1"/><ClassDef glyph="uni0624" class="1"/><ClassDef glyph="uni0624.fina" class="1"/><ClassDef glyph="uni0625" class="1"/><ClassDef glyph="uni0625.fina" class="1"/><ClassDef glyph="uni0625.fina.postLamIni" class="1"/><ClassDef glyph="uni0625.fina.postLamMed" class="1"/><ClassDef glyph="uni0626" class="1"/><ClassDef glyph="uni0626.fina" class="1"/><ClassDef glyph="uni0626.init" class="1"/><ClassDef glyph="uni0626.medi" class="1"/><ClassDef glyph="uni0627" class="1"/><ClassDef glyph="uni0627.fina" class="1"/><ClassDef glyph="uni0627.fina.postLamIni" class="1"/><ClassDef glyph="uni0627.fina.postLamMed" class="1"/><ClassDef glyph="uni0628" class="1"/><ClassDef glyph="uni0628.fina" class="1"/><ClassDef glyph="uni0628.init" class="1"/><ClassDef glyph="uni0628.medi" class="1"/><ClassDef glyph="uni0629" class="1"/><ClassDef glyph="uni0629.fina" class="1"/><ClassDef glyph="uni062A" class="1"/><ClassDef glyph="uni062A.fina" class="1"/><ClassDef glyph="uni062A.init" class="1"/><ClassDef glyph="uni062A.medi" class="1"/><ClassDef glyph="uni062B" class="1"/><ClassDef glyph="uni062B.fina" class="1"/><ClassDef glyph="uni062B.init" class="1"/><ClassDef glyph="uni062B.medi" class="1"/><ClassDef glyph="uni062C" class="1"/><ClassDef glyph="uni062C.fina" class="1"/><ClassDef glyph="uni062C.init" class="1"/><ClassDef glyph="uni062C.medi" class="1"/><ClassDef glyph="uni062D" class="1"/><ClassDef glyph="uni062D.fina" class="1"/><ClassDef glyph="uni062D.init" class="1"/><ClassDef glyph="uni062D.medi" class="1"/><ClassDef glyph="uni062E" class="1"/><ClassDef glyph="uni062E.fina" class="1"/><ClassDef glyph="uni062E.init" class="1"/><ClassDef glyph="uni062E.medi" class="1"/><ClassDef glyph="uni062F" class="1"/><ClassDef glyph="uni062F.fina" class="1"/><ClassDef glyph="uni0630" class="1"/><ClassDef glyph="uni0630.fina" class="1"/><ClassDef glyph="uni0631" class="1"/><ClassDef glyph="uni0631.fina" class="1"/><ClassDef glyph="uni0632" class="1"/><ClassDef glyph="uni0632.fina" class="1"/><ClassDef glyph="uni0633" class="1"/><ClassDef glyph="uni0633.fina" class="1"/><ClassDef glyph="uni0633.init" class="1"/><ClassDef glyph="uni0633.medi" class="1"/><ClassDef glyph="uni0634" class="1"/><ClassDef glyph="uni0634.fina" class="1"/><ClassDef glyph="uni0634.init" class="1"/><ClassDef glyph="uni0634.medi" class="1"/><ClassDef glyph="uni0635" class="1"/><ClassDef glyph="uni0635.fina" class="1"/><ClassDef glyph="uni0635.init" class="1"/><ClassDef glyph="uni0635.medi" class="1"/><ClassDef glyph="uni0636" class="1"/><ClassDef glyph="uni0636.fina" class="1"/><ClassDef glyph="uni0636.init" class="1"/><ClassDef glyph="uni0636.medi" class="1"/><ClassDef glyph="uni0637" class="1"/><ClassDef glyph="uni0637.fina" class="1"/><ClassDef glyph="uni0637.init" class="1"/><ClassDef glyph="uni0637.medi" class="1"/><ClassDef glyph="uni0638" class="1"/><ClassDef glyph="uni0638.fina" class="1"/><ClassDef glyph="uni0638.init" class="1"/><ClassDef glyph="uni0638.medi" class="1"/><ClassDef glyph="uni0639" class="1"/><ClassDef glyph="uni0639.fina" class="1"/><ClassDef glyph="uni0639.init" class="1"/><ClassDef glyph="uni0639.medi" class="1"/><ClassDef glyph="uni063A" class="1"/><ClassDef glyph="uni063A.fina" class="1"/><ClassDef glyph="uni063A.init" class="1"/><ClassDef glyph="uni063A.medi" class="1"/><ClassDef glyph="uni0640" class="1"/><ClassDef glyph="uni0641" class="1"/><ClassDef glyph="uni0641.fina" class="1"/><ClassDef glyph="uni0641.init" class="1"/><ClassDef glyph="uni0641.medi" class="1"/><ClassDef glyph="uni0642" class="1"/><ClassDef glyph="uni0642.fina" class="1"/><ClassDef glyph="uni0642.init" class="1"/><ClassDef glyph="uni0642.medi" class="1"/><ClassDef glyph="uni0643" class="1"/><ClassDef glyph="uni0643.fina" class="1"/><ClassDef glyph="uni0643.init" class="1"/><ClassDef glyph="uni0643.medi" class="1"/><ClassDef glyph="uni0644" class="1"/><ClassDef glyph="uni0644.fina" class="1"/><ClassDef glyph="uni0644.init" class="1"/><ClassDef glyph="uni0644.init.preAlef" class="1"/><ClassDef glyph="uni0644.medi" class="1"/><ClassDef glyph="uni0644.medi.preAlef" class="1"/><ClassDef glyph="uni06440627" class="2"/><ClassDef glyph="uni06440627.fina" class="2"/><ClassDef glyph="uni0645" class="1"/><ClassDef glyph="uni0645.fina" class="1"/><ClassDef glyph="uni0645.fina.sindhi" class="1"/><ClassDef glyph="uni0645.init" class="1"/><ClassDef glyph="uni0645.medi" class="1"/><ClassDef glyph="uni0645.sindhi" class="1"/><ClassDef glyph="uni0646" class="1"/><ClassDef glyph="uni0646.fina" class="1"/><ClassDef glyph="uni0646.init" class="1"/><ClassDef glyph="uni0646.medi" class="1"/><ClassDef glyph="uni0647" class="1"/><ClassDef glyph="uni0647.fina" class="1"/><ClassDef glyph="uni0647.fina.hooked" class="1"/><ClassDef glyph="uni0647.fina.knottedFlat" class="1"/><ClassDef glyph="uni0647.fina.knottedHigh" class="1"/><ClassDef glyph="uni0647.init" class="1"/><ClassDef glyph="uni0647.init.hooked" class="1"/><ClassDef glyph="uni0647.knotted" class="1"/><ClassDef glyph="uni0647.medi" class="1"/><ClassDef glyph="uni0647.medi.hooked" class="1"/><ClassDef glyph="uni0647.medi.knottedHigh" class="1"/><ClassDef glyph="uni0648" class="1"/><ClassDef glyph="uni0648.fina" class="1"/><ClassDef glyph="uni0649" class="1"/><ClassDef glyph="uni0649.fina" class="1"/><ClassDef glyph="uni0649.init" class="1"/><ClassDef glyph="uni0649.medi" class="1"/><ClassDef glyph="uni064A" class="1"/><ClassDef glyph="uni064A.fina" class="1"/><ClassDef glyph="uni064A.fina.noDots" class="1"/><ClassDef glyph="uni064A.init" class="1"/><ClassDef glyph="uni064A.init.noDots" class="1"/><ClassDef glyph="uni064A.medi" class="1"/><ClassDef glyph="uni064A.medi.noDots" class="1"/><ClassDef glyph="uni064A.noDots" class="1"/><ClassDef glyph="uni064B" class="3"/><ClassDef glyph="uni064C" class="3"/><ClassDef glyph="uni064C.sixNine" class="3"/><ClassDef glyph="uni064D" class="3"/><ClassDef glyph="uni064E" class="3"/><ClassDef glyph="uni064F" class="3"/><ClassDef glyph="uni0650" class="3"/><ClassDef glyph="uni0651" class="3"/><ClassDef glyph="uni0651064B" class="3"/><ClassDef glyph="uni0651064C" class="3"/><ClassDef glyph="uni0651064D" class="3"/><ClassDef glyph="uni0651064E" class="3"/><ClassDef glyph="uni0651064F" class="3"/><ClassDef glyph="uni06510650" class="3"/><ClassDef glyph="uni0652" class="3"/><ClassDef glyph="uni0652.downOpen" class="3"/><ClassDef glyph="uni0652.leftOpen" class="3"/><ClassDef glyph="uni0653" class="3"/><ClassDef glyph="uni0654" class="3"/><ClassDef glyph="uni0654064E" class="3"/><ClassDef glyph="uni0654064F" class="3"/><ClassDef glyph="uni0655" class="3"/><ClassDef glyph="uni0656" class="3"/><ClassDef glyph="uni0657" class="3"/><ClassDef glyph="uni0658" class="3"/><ClassDef glyph="uni0659" class="3"/><ClassDef glyph="uni065A" class="3"/><ClassDef glyph="uni065B" class="3"/><ClassDef glyph="uni065C" class="3"/><ClassDef glyph="uni065D" class="3"/><ClassDef glyph="uni065E" class="3"/><ClassDef glyph="uni0660" class="1"/><ClassDef glyph="uni0660.Medium" class="3"/><ClassDef glyph="uni0660.Small" class="3"/><ClassDef glyph="uni0661" class="1"/><ClassDef glyph="uni0661.Medium" class="3"/><ClassDef glyph="uni0661.Small" class="3"/><ClassDef glyph="uni0662" class="1"/><ClassDef glyph="uni0662.Medium" class="3"/><ClassDef glyph="uni0662.Small" class="3"/><ClassDef glyph="uni0663" class="1"/><ClassDef glyph="uni0663.Medium" class="3"/><ClassDef glyph="uni0663.Small" class="3"/><ClassDef glyph="uni0664" class="1"/><ClassDef glyph="uni0664.Medium" class="3"/><ClassDef glyph="uni0664.Small" class="3"/><ClassDef glyph="uni0665" class="1"/><ClassDef glyph="uni0665.Medium" class="3"/><ClassDef glyph="uni0665.Small" class="3"/><ClassDef glyph="uni0666" class="1"/><ClassDef glyph="uni0666.Medium" class="3"/><ClassDef glyph="uni0666.Small" class="3"/><ClassDef glyph="uni0667" class="1"/><ClassDef glyph="uni0667.Medium" class="3"/><ClassDef glyph="uni0667.Small" class="3"/><ClassDef glyph="uni0668" class="1"/><ClassDef glyph="uni0668.Medium" class="3"/><ClassDef glyph="uni0668.Small" class="3"/><ClassDef glyph="uni0669" class="1"/><ClassDef glyph="uni0669.Medium" class="3"/><ClassDef glyph="uni0669.Small" class="3"/><ClassDef glyph="uni066A" class="1"/><ClassDef glyph="uni066B" class="1"/><ClassDef glyph="uni066C" class="1"/><ClassDef glyph="uni066D" class="1"/><ClassDef glyph="uni066E" class="1"/><ClassDef glyph="uni066E.fina" class="1"/><ClassDef glyph="uni066E.init" class="1"/><ClassDef glyph="uni066E.medi" class="1"/><ClassDef glyph="uni066F" class="1"/><ClassDef glyph="uni066F.fina" class="1"/><ClassDef glyph="uni066F.init" class="1"/><ClassDef glyph="uni066F.medi" class="1"/><ClassDef glyph="uni0670" class="3"/><ClassDef glyph="uni0670.large" class="3"/><ClassDef glyph="uni0671" class="1"/><ClassDef glyph="uni0671.fina" class="1"/><ClassDef glyph="uni0671.fina.postLamIni" class="1"/><ClassDef glyph="uni0671.fina.postLamMed" class="1"/><ClassDef glyph="uni0672" class="1"/><ClassDef glyph="uni0672.fina" class="1"/><ClassDef glyph="uni0672.fina.postLamIni" class="1"/><ClassDef glyph="uni0672.fina.postLamMed" class="1"/><ClassDef glyph="uni0673" class="1"/><ClassDef glyph="uni0673.fina" class="1"/><ClassDef glyph="uni0673.fina.postLamIni" class="1"/><ClassDef glyph="uni0673.fina.postLamMed" class="1"/><ClassDef glyph="uni0674" class="3"/><ClassDef glyph="uni0675" class="1"/><ClassDef glyph="uni0675.fina" class="1"/><ClassDef glyph="uni0675.fina.postLamIni" class="1"/><ClassDef glyph="uni0675.fina.postLamMed" class="1"/><ClassDef glyph="uni0676" class="1"/><ClassDef glyph="uni0676.fina" class="1"/><ClassDef glyph="uni0677" class="1"/><ClassDef glyph="uni0677.fina" class="1"/><ClassDef glyph="uni0678" class="1"/><ClassDef glyph="uni0678.fina" class="1"/><ClassDef glyph="uni0678.init" class="1"/><ClassDef glyph="uni0678.medi" class="1"/><ClassDef glyph="uni0679" class="1"/><ClassDef glyph="uni0679.fina" class="1"/><ClassDef glyph="uni0679.init" class="1"/><ClassDef glyph="uni0679.medi" class="1"/><ClassDef glyph="uni067A" class="1"/><ClassDef glyph="uni067A.fina" class="1"/><ClassDef glyph="uni067A.init" class="1"/><ClassDef glyph="uni067A.medi" class="1"/><ClassDef glyph="uni067B" class="1"/><ClassDef glyph="uni067B.fina" class="1"/><ClassDef glyph="uni067B.init" class="1"/><ClassDef glyph="uni067B.medi" class="1"/><ClassDef glyph="uni067C" class="1"/><ClassDef glyph="uni067C.fina" class="1"/><ClassDef glyph="uni067C.init" class="1"/><ClassDef glyph="uni067C.medi" class="1"/><ClassDef glyph="uni067D" class="1"/><ClassDef glyph="uni067D.fina" class="1"/><ClassDef glyph="uni067D.init" class="1"/><ClassDef glyph="uni067D.medi" class="1"/><ClassDef glyph="uni067E" class="1"/><ClassDef glyph="uni067E.fina" class="1"/><ClassDef glyph="uni067E.init" class="1"/><ClassDef glyph="uni067E.medi" class="1"/><ClassDef glyph="uni067F" class="1"/><ClassDef glyph="uni067F.fina" class="1"/><ClassDef glyph="uni067F.init" class="1"/><ClassDef glyph="uni067F.medi" class="1"/><ClassDef glyph="uni0680" class="1"/><ClassDef glyph="uni0680.fina" class="1"/><ClassDef glyph="uni0680.init" class="1"/><ClassDef glyph="uni0680.medi" class="1"/><ClassDef glyph="uni0681" class="1"/><ClassDef glyph="uni0681.fina" class="1"/><ClassDef glyph="uni0681.init" class="1"/><ClassDef glyph="uni0681.medi" class="1"/><ClassDef glyph="uni0682" class="1"/><ClassDef glyph="uni0682.fina" class="1"/><ClassDef glyph="uni0682.init" class="1"/><ClassDef glyph="uni0682.medi" class="1"/><ClassDef glyph="uni0683" class="1"/><ClassDef glyph="uni0683.fina" class="1"/><ClassDef glyph="uni0683.init" class="1"/><ClassDef glyph="uni0683.medi" class="1"/><ClassDef glyph="uni0684" class="1"/><ClassDef glyph="uni0684.fina" class="1"/><ClassDef glyph="uni0684.init" class="1"/><ClassDef glyph="uni0684.medi" class="1"/><ClassDef glyph="uni0685" class="1"/><ClassDef glyph="uni0685.fina" class="1"/><ClassDef glyph="uni0685.init" class="1"/><ClassDef glyph="uni0685.medi" class="1"/><ClassDef glyph="uni0686" class="1"/><ClassDef glyph="uni0686.fina" class="1"/><ClassDef glyph="uni0686.init" class="1"/><ClassDef glyph="uni0686.medi" class="1"/><ClassDef glyph="uni0687" class="1"/><ClassDef glyph="uni0687.fina" class="1"/><ClassDef glyph="uni0687.init" class="1"/><ClassDef glyph="uni0687.medi" class="1"/><ClassDef glyph="uni0688" class="1"/><ClassDef glyph="uni0688.fina" class="1"/><ClassDef glyph="uni0689" class="1"/><ClassDef glyph="uni0689.fina" class="1"/><ClassDef glyph="uni068A" class="1"/><ClassDef glyph="uni068A.fina" class="1"/><ClassDef glyph="uni068B" class="1"/><ClassDef glyph="uni068B.fina" class="1"/><ClassDef glyph="uni068C" class="1"/><ClassDef glyph="uni068C.fina" class="1"/><ClassDef glyph="uni068D" class="1"/><ClassDef glyph="uni068D.fina" class="1"/><ClassDef glyph="uni068E" class="1"/><ClassDef glyph="uni068E.fina" class="1"/><ClassDef glyph="uni068F" class="1"/><ClassDef glyph="uni068F.fina" class="1"/><ClassDef glyph="uni0690" class="1"/><ClassDef glyph="uni0690.fina" class="1"/><ClassDef glyph="uni0691" class="1"/><ClassDef glyph="uni0691.fina" class="1"/><ClassDef glyph="uni0692" class="1"/><ClassDef glyph="uni0692.fina" class="1"/><ClassDef glyph="uni0693" class="1"/><ClassDef glyph="uni0693.fina" class="1"/><ClassDef glyph="uni0694" class="1"/><ClassDef glyph="uni0694.fina" class="1"/><ClassDef glyph="uni0695" class="1"/><ClassDef glyph="uni0695.fina" class="1"/><ClassDef glyph="uni0696" class="1"/><ClassDef glyph="uni0696.fina" class="1"/><ClassDef glyph="uni0697" class="1"/><ClassDef glyph="uni0697.fina" class="1"/><ClassDef glyph="uni0698" class="1"/><ClassDef glyph="uni0698.dotHat" class="1"/><ClassDef glyph="uni0698.fina" class="1"/><ClassDef glyph="uni0698.fina.dotHat" class="1"/><ClassDef glyph="uni0699" class="1"/><ClassDef glyph="uni0699.fina" class="1"/><ClassDef glyph="uni069A" class="1"/><ClassDef glyph="uni069A.fina" class="1"/><ClassDef glyph="uni069A.init" class="1"/><ClassDef glyph="uni069A.medi" class="1"/><ClassDef glyph="uni069B" class="1"/><ClassDef glyph="uni069B.fina" class="1"/><ClassDef glyph="uni069B.init" class="1"/><ClassDef glyph="uni069B.medi" class="1"/><ClassDef glyph="uni069C" class="1"/><ClassDef glyph="uni069C.fina" class="1"/><ClassDef glyph="uni069C.init" class="1"/><ClassDef glyph="uni069C.medi" class="1"/><ClassDef glyph="uni069D" class="1"/><ClassDef glyph="uni069D.fina" class="1"/><ClassDef glyph="uni069D.init" class="1"/><ClassDef glyph="uni069D.medi" class="1"/><ClassDef glyph="uni069E" class="1"/><ClassDef glyph="uni069E.fina" class="1"/><ClassDef glyph="uni069E.init" class="1"/><ClassDef glyph="uni069E.medi" class="1"/><ClassDef glyph="uni069F" class="1"/><ClassDef glyph="uni069F.fina" class="1"/><ClassDef glyph="uni069F.init" class="1"/><ClassDef glyph="uni069F.medi" class="1"/><ClassDef glyph="uni06A0" class="1"/><ClassDef glyph="uni06A0.fina" class="1"/><ClassDef glyph="uni06A0.init" class="1"/><ClassDef glyph="uni06A0.medi" class="1"/><ClassDef glyph="uni06A1" class="1"/><ClassDef glyph="uni06A1.fina" class="1"/><ClassDef glyph="uni06A1.init" class="1"/><ClassDef glyph="uni06A1.medi" class="1"/><ClassDef glyph="uni06A2" class="1"/><ClassDef glyph="uni06A2.fina" class="1"/><ClassDef glyph="uni06A2.init" class="1"/><ClassDef glyph="uni06A2.medi" class="1"/><ClassDef glyph="uni06A3" class="1"/><ClassDef glyph="uni06A3.fina" class="1"/><ClassDef glyph="uni06A3.init" class="1"/><ClassDef glyph="uni06A3.medi" class="1"/><ClassDef glyph="uni06A4" class="1"/><ClassDef glyph="uni06A4.fina" class="1"/><ClassDef glyph="uni06A4.init" class="1"/><ClassDef glyph="uni06A4.medi" class="1"/><ClassDef glyph="uni06A5" class="1"/><ClassDef glyph="uni06A5.fina" class="1"/><ClassDef glyph="uni06A5.init" class="1"/><ClassDef glyph="uni06A5.medi" class="1"/><ClassDef glyph="uni06A6" class="1"/><ClassDef glyph="uni06A6.fina" class="1"/><ClassDef glyph="uni06A6.init" class="1"/><ClassDef glyph="uni06A6.medi" class="1"/><ClassDef glyph="uni06A7" class="1"/><ClassDef glyph="uni06A7.fina" class="1"/><ClassDef glyph="uni06A7.init" class="1"/><ClassDef glyph="uni06A7.medi" class="1"/><ClassDef glyph="uni06A8" class="1"/><ClassDef glyph="uni06A8.fina" class="1"/><ClassDef glyph="uni06A8.init" class="1"/><ClassDef glyph="uni06A8.medi" class="1"/><ClassDef glyph="uni06A9" class="1"/><ClassDef glyph="uni06A9.fina" class="1"/><ClassDef glyph="uni06A9.init" class="1"/><ClassDef glyph="uni06A9.medi" class="1"/><ClassDef glyph="uni06AA" class="1"/><ClassDef glyph="uni06AA.fina" class="1"/><ClassDef glyph="uni06AA.init" class="1"/><ClassDef glyph="uni06AA.medi" class="1"/><ClassDef glyph="uni06AB" class="1"/><ClassDef glyph="uni06AB.fina" class="1"/><ClassDef glyph="uni06AB.init" class="1"/><ClassDef glyph="uni06AB.medi" class="1"/><ClassDef glyph="uni06AC" class="1"/><ClassDef glyph="uni06AC.fina" class="1"/><ClassDef glyph="uni06AC.init" class="1"/><ClassDef glyph="uni06AC.medi" class="1"/><ClassDef glyph="uni06AD" class="1"/><ClassDef glyph="uni06AD.fina" class="1"/><ClassDef glyph="uni06AD.init" class="1"/><ClassDef glyph="uni06AD.medi" class="1"/><ClassDef glyph="uni06AE" class="1"/><ClassDef glyph="uni06AE.fina" class="1"/><ClassDef glyph="uni06AE.init" class="1"/><ClassDef glyph="uni06AE.medi" class="1"/><ClassDef glyph="uni06AF" class="1"/><ClassDef glyph="uni06AF.fina" class="1"/><ClassDef glyph="uni06AF.init" class="1"/><ClassDef glyph="uni06AF.medi" class="1"/><ClassDef glyph="uni06B0" class="1"/><ClassDef glyph="uni06B0.fina" class="1"/><ClassDef glyph="uni06B0.init" class="1"/><ClassDef glyph="uni06B0.medi" class="1"/><ClassDef glyph="uni06B1" class="1"/><ClassDef glyph="uni06B1.fina" class="1"/><ClassDef glyph="uni06B1.init" class="1"/><ClassDef glyph="uni06B1.medi" class="1"/><ClassDef glyph="uni06B2" class="1"/><ClassDef glyph="uni06B2.fina" class="1"/><ClassDef glyph="uni06B2.init" class="1"/><ClassDef glyph="uni06B2.medi" class="1"/><ClassDef glyph="uni06B3" class="1"/><ClassDef glyph="uni06B3.fina" class="1"/><ClassDef glyph="uni06B3.init" class="1"/><ClassDef glyph="uni06B3.medi" class="1"/><ClassDef glyph="uni06B4" class="1"/><ClassDef glyph="uni06B4.fina" class="1"/><ClassDef glyph="uni06B4.init" class="1"/><ClassDef glyph="uni06B4.medi" class="1"/><ClassDef glyph="uni06B5" class="1"/><ClassDef glyph="uni06B5.fina" class="1"/><ClassDef glyph="uni06B5.init" class="1"/><ClassDef glyph="uni06B5.init.preAlef" class="1"/><ClassDef glyph="uni06B5.medi" class="1"/><ClassDef glyph="uni06B5.medi.preAlef" class="1"/><ClassDef glyph="uni06B50627" class="2"/><ClassDef glyph="uni06B50627.fina" class="2"/><ClassDef glyph="uni06B6" class="1"/><ClassDef glyph="uni06B6.fina" class="1"/><ClassDef glyph="uni06B6.init" class="1"/><ClassDef glyph="uni06B6.init.preAlef" class="1"/><ClassDef glyph="uni06B6.medi" class="1"/><ClassDef glyph="uni06B6.medi.preAlef" class="1"/><ClassDef glyph="uni06B60627" class="2"/><ClassDef glyph="uni06B60627.fina" class="2"/><ClassDef glyph="uni06B7" class="1"/><ClassDef glyph="uni06B7.fina" class="1"/><ClassDef glyph="uni06B7.init" class="1"/><ClassDef glyph="uni06B7.init.preAlef" class="1"/><ClassDef glyph="uni06B7.medi" class="1"/><ClassDef glyph="uni06B7.medi.preAlef" class="1"/><ClassDef glyph="uni06B70627" class="2"/><ClassDef glyph="uni06B70627.fina" class="2"/><ClassDef glyph="uni06B8" class="1"/><ClassDef glyph="uni06B8.fina" class="1"/><ClassDef glyph="uni06B8.init" class="1"/><ClassDef glyph="uni06B8.init.preAlef" class="1"/><ClassDef glyph="uni06B8.medi" class="1"/><ClassDef glyph="uni06B8.medi.preAlef" class="1"/><ClassDef glyph="uni06B80627" class="2"/><ClassDef glyph="uni06B80627.fina" class="2"/><ClassDef glyph="uni06B9" class="1"/><ClassDef glyph="uni06B9.fina" class="1"/><ClassDef glyph="uni06B9.init" class="1"/><ClassDef glyph="uni06B9.medi" class="1"/><ClassDef glyph="uni06BA" class="1"/><ClassDef glyph="uni06BA.fina" class="1"/><ClassDef glyph="uni06BA.init" class="1"/><ClassDef glyph="uni06BA.medi" class="1"/><ClassDef glyph="uni06BB" class="1"/><ClassDef glyph="uni06BB.fina" class="1"/><ClassDef glyph="uni06BB.init" class="1"/><ClassDef glyph="uni06BB.medi" class="1"/><ClassDef glyph="uni06BC" class="1"/><ClassDef glyph="uni06BC.fina" class="1"/><ClassDef glyph="uni06BC.init" class="1"/><ClassDef glyph="uni06BC.medi" class="1"/><ClassDef glyph="uni06BD" class="1"/><ClassDef glyph="uni06BD.fina" class="1"/><ClassDef glyph="uni06BD.init" class="1"/><ClassDef glyph="uni06BD.medi" class="1"/><ClassDef glyph="uni06BE" class="1"/><ClassDef glyph="uni06BE.fina" class="1"/><ClassDef glyph="uni06BE.init" class="1"/><ClassDef glyph="uni06BE.medi" class="1"/><ClassDef glyph="uni06BF" class="1"/><ClassDef glyph="uni06BF.fina" class="1"/><ClassDef glyph="uni06BF.init" class="1"/><ClassDef glyph="uni06BF.medi" class="1"/><ClassDef glyph="uni06C0" class="1"/><ClassDef glyph="uni06C0.fina" class="1"/><ClassDef glyph="uni06C0.init" class="1"/><ClassDef glyph="uni06C0.medi" class="1"/><ClassDef glyph="uni06C1" class="1"/><ClassDef glyph="uni06C1.fina" class="1"/><ClassDef glyph="uni06C1.init" class="1"/><ClassDef glyph="uni06C1.medi" class="1"/><ClassDef glyph="uni06C2" class="1"/><ClassDef glyph="uni06C2.fina" class="1"/><ClassDef glyph="uni06C2.init" class="1"/><ClassDef glyph="uni06C2.medi" class="1"/><ClassDef glyph="uni06C3" class="1"/><ClassDef glyph="uni06C3.fina" class="1"/><ClassDef glyph="uni06C4" class="1"/><ClassDef glyph="uni06C4.fina" class="1"/><ClassDef glyph="uni06C5" class="1"/><ClassDef glyph="uni06C5.fina" class="1"/><ClassDef glyph="uni06C6" class="1"/><ClassDef glyph="uni06C6.fina" class="1"/><ClassDef glyph="uni06C7" class="1"/><ClassDef glyph="uni06C7.fina" class="1"/><ClassDef glyph="uni06C8" class="1"/><ClassDef glyph="uni06C8.fina" class="1"/><ClassDef glyph="uni06C9" class="1"/><ClassDef glyph="uni06C9.fina" class="1"/><ClassDef glyph="uni06CA" class="1"/><ClassDef glyph="uni06CA.fina" class="1"/><ClassDef glyph="uni06CB" class="1"/><ClassDef glyph="uni06CB.fina" class="1"/><ClassDef glyph="uni06CC" class="1"/><ClassDef glyph="uni06CC.fina" class="1"/><ClassDef glyph="uni06CC.init" class="1"/><ClassDef glyph="uni06CC.medi" class="1"/><ClassDef glyph="uni06CD" class="1"/><ClassDef glyph="uni06CD.fina" class="1"/><ClassDef glyph="uni06CE" class="1"/><ClassDef glyph="uni06CE.fina" class="1"/><ClassDef glyph="uni06CE.init" class="1"/><ClassDef glyph="uni06CE.medi" class="1"/><ClassDef glyph="uni06CF" class="1"/><ClassDef glyph="uni06CF.fina" class="1"/><ClassDef glyph="uni06D0" class="1"/><ClassDef glyph="uni06D0.fina" class="1"/><ClassDef glyph="uni06D0.init" class="1"/><ClassDef glyph="uni06D0.medi" class="1"/><ClassDef glyph="uni06D1" class="1"/><ClassDef glyph="uni06D1.fina" class="1"/><ClassDef glyph="uni06D1.init" class="1"/><ClassDef glyph="uni06D1.medi" class="1"/><ClassDef glyph="uni06D2" class="1"/><ClassDef glyph="uni06D2.fina" class="1"/><ClassDef glyph="uni06D3" class="1"/><ClassDef glyph="uni06D3.fina" class="1"/><ClassDef glyph="uni06D4" class="1"/><ClassDef glyph="uni06D5" class="1"/><ClassDef glyph="uni06D6" class="3"/><ClassDef glyph="uni06D7" class="3"/><ClassDef glyph="uni06D8" class="3"/><ClassDef glyph="uni06D9" class="3"/><ClassDef glyph="uni06DA" class="3"/><ClassDef glyph="uni06DB" class="3"/><ClassDef glyph="uni06DC" class="3"/><ClassDef glyph="uni06DD" class="1"/><ClassDef glyph="uni06DD.2" class="1"/><ClassDef glyph="uni06DD.3" class="1"/><ClassDef glyph="uni06DD.aat1" class="1"/><ClassDef glyph="uni06DD.aat2" class="1"/><ClassDef glyph="uni06DD.aat3" class="1"/><ClassDef glyph="uni06DD.sp1" class="1"/><ClassDef glyph="uni06DD.sp2" class="1"/><ClassDef glyph="uni06DD.sp3" class="1"/><ClassDef glyph="uni06DE" class="1"/><ClassDef glyph="uni06DF" class="3"/><ClassDef glyph="uni06E0" class="3"/><ClassDef glyph="uni06E1" class="3"/><ClassDef glyph="uni06E2" class="3"/><ClassDef glyph="uni06E3" class="3"/><ClassDef glyph="uni06E4" class="3"/><ClassDef glyph="uni06E5" class="3"/><ClassDef glyph="uni06E6" class="3"/><ClassDef glyph="uni06E7" class="3"/><ClassDef glyph="uni06E8" class="3"/><ClassDef glyph="uni06E9" class="1"/><ClassDef glyph="uni06EA" class="3"/><ClassDef glyph="uni06EB" class="3"/><ClassDef glyph="uni06EC" class="3"/><ClassDef glyph="uni06ED" class="3"/><ClassDef glyph="uni06EE" class="1"/><ClassDef glyph="uni06EE.fina" class="1"/><ClassDef glyph="uni06EF" class="1"/><ClassDef glyph="uni06EF.fina" class="1"/><ClassDef glyph="uni06F0" class="1"/><ClassDef glyph="uni06F0.Medium" class="3"/><ClassDef glyph="uni06F0.Small" class="3"/><ClassDef glyph="uni06F1" class="1"/><ClassDef glyph="uni06F1.Medium" class="3"/><ClassDef glyph="uni06F1.Small" class="3"/><ClassDef glyph="uni06F2" class="1"/><ClassDef glyph="uni06F2.Medium" class="3"/><ClassDef glyph="uni06F2.Small" class="3"/><ClassDef glyph="uni06F3" class="1"/><ClassDef glyph="uni06F3.Medium" class="3"/><ClassDef glyph="uni06F3.Small" class="3"/><ClassDef glyph="uni06F4" class="1"/><ClassDef glyph="uni06F4.Medium" class="3"/><ClassDef glyph="uni06F4.Medium.urdu" class="3"/><ClassDef glyph="uni06F4.Small" class="3"/><ClassDef glyph="uni06F4.Small.urdu" class="3"/><ClassDef glyph="uni06F4.urdu" class="1"/><ClassDef glyph="uni06F5" class="1"/><ClassDef glyph="uni06F5.Medium" class="3"/><ClassDef glyph="uni06F5.Small" class="3"/><ClassDef glyph="uni06F6" class="1"/><ClassDef glyph="uni06F6.Medium" class="3"/><ClassDef glyph="uni06F6.Medium.urdu" class="3"/><ClassDef glyph="uni06F6.Small" class="3"/><ClassDef glyph="uni06F6.Small.urdu" class="3"/><ClassDef glyph="uni06F6.urdu" class="1"/><ClassDef glyph="uni06F7" class="1"/><ClassDef glyph="uni06F7.Medium" class="3"/><ClassDef glyph="uni06F7.Medium.urdu" class="3"/><ClassDef glyph="uni06F7.Small" class="3"/><ClassDef glyph="uni06F7.Small.urdu" class="3"/><ClassDef glyph="uni06F7.urdu" class="1"/><ClassDef glyph="uni06F8" class="1"/><ClassDef glyph="uni06F8.Medium" class="3"/><ClassDef glyph="uni06F8.Small" class="3"/><ClassDef glyph="uni06F9" class="1"/><ClassDef glyph="uni06F9.Medium" class="3"/><ClassDef glyph="uni06F9.Small" class="3"/><ClassDef glyph="uni06FA" class="1"/><ClassDef glyph="uni06FA.fina" class="1"/><ClassDef glyph="uni06FA.init" class="1"/><ClassDef glyph="uni06FA.medi" class="1"/><ClassDef glyph="uni06FB" class="1"/><ClassDef glyph="uni06FB.fina" class="1"/><ClassDef glyph="uni06FB.init" class="1"/><ClassDef glyph="uni06FB.medi" class="1"/><ClassDef glyph="uni06FC" class="1"/><ClassDef glyph="uni06FC.fina" class="1"/><ClassDef glyph="uni06FC.init" class="1"/><ClassDef glyph="uni06FC.medi" class="1"/><ClassDef glyph="uni06FD" class="1"/><ClassDef glyph="uni06FE" class="1"/><ClassDef glyph="uni06FF" class="1"/><ClassDef glyph="uni06FF.fina" class="1"/><ClassDef glyph="uni06FF.init" class="1"/><ClassDef glyph="uni06FF.medi" class="1"/><ClassDef glyph="uni0750" class="1"/><ClassDef glyph="uni0750.fina" class="1"/><ClassDef glyph="uni0750.init" class="1"/><ClassDef glyph="uni0750.medi" class="1"/><ClassDef glyph="uni0751" class="1"/><ClassDef glyph="uni0751.fina" class="1"/><ClassDef glyph="uni0751.init" class="1"/><ClassDef glyph="uni0751.medi" class="1"/><ClassDef glyph="uni0752" class="1"/><ClassDef glyph="uni0752.fina" class="1"/><ClassDef glyph="uni0752.init" class="1"/><ClassDef glyph="uni0752.medi" class="1"/><ClassDef glyph="uni0753" class="1"/><ClassDef glyph="uni0753.fina" class="1"/><ClassDef glyph="uni0753.init" class="1"/><ClassDef glyph="uni0753.medi" class="1"/><ClassDef glyph="uni0754" class="1"/><ClassDef glyph="uni0754.fina" class="1"/><ClassDef glyph="uni0754.init" class="1"/><ClassDef glyph="uni0754.medi" class="1"/><ClassDef glyph="uni0755" class="1"/><ClassDef glyph="uni0755.fina" class="1"/><ClassDef glyph="uni0755.init" class="1"/><ClassDef glyph="uni0755.medi" class="1"/><ClassDef glyph="uni0756" class="1"/><ClassDef glyph="uni0756.fina" class="1"/><ClassDef glyph="uni0756.init" class="1"/><ClassDef glyph="uni0756.medi" class="1"/><ClassDef glyph="uni0757" class="1"/><ClassDef glyph="uni0757.fina" class="1"/><ClassDef glyph="uni0757.init" class="1"/><ClassDef glyph="uni0757.medi" class="1"/><ClassDef glyph="uni0758" class="1"/><ClassDef glyph="uni0758.fina" class="1"/><ClassDef glyph="uni0758.init" class="1"/><ClassDef glyph="uni0758.medi" class="1"/><ClassDef glyph="uni0759" class="1"/><ClassDef glyph="uni0759.fina" class="1"/><ClassDef glyph="uni075A" class="1"/><ClassDef glyph="uni075A.fina" class="1"/><ClassDef glyph="uni075B" class="1"/><ClassDef glyph="uni075B.fina" class="1"/><ClassDef glyph="uni075C" class="1"/><ClassDef glyph="uni075C.fina" class="1"/><ClassDef glyph="uni075C.init" class="1"/><ClassDef glyph="uni075C.medi" class="1"/><ClassDef glyph="uni075D" class="1"/><ClassDef glyph="uni075D.fina" class="1"/><ClassDef glyph="uni075D.init" class="1"/><ClassDef glyph="uni075D.medi" class="1"/><ClassDef glyph="uni075E" class="1"/><ClassDef glyph="uni075E.fina" class="1"/><ClassDef glyph="uni075E.init" class="1"/><ClassDef glyph="uni075E.medi" class="1"/><ClassDef glyph="uni075F" class="1"/><ClassDef glyph="uni075F.fina" class="1"/><ClassDef glyph="uni075F.init" class="1"/><ClassDef glyph="uni075F.medi" class="1"/><ClassDef glyph="uni0760" class="1"/><ClassDef glyph="uni0760.fina" class="1"/><ClassDef glyph="uni0760.init" class="1"/><ClassDef glyph="uni0760.medi" class="1"/><ClassDef glyph="uni0761" class="1"/><ClassDef glyph="uni0761.fina" class="1"/><ClassDef glyph="uni0761.init" class="1"/><ClassDef glyph="uni0761.medi" class="1"/><ClassDef glyph="uni0762" class="1"/><ClassDef glyph="uni0762.fina" class="1"/><ClassDef glyph="uni0762.init" class="1"/><ClassDef glyph="uni0762.medi" class="1"/><ClassDef glyph="uni0763" class="1"/><ClassDef glyph="uni0763.fina" class="1"/><ClassDef glyph="uni0763.init" class="1"/><ClassDef glyph="uni0763.medi" class="1"/><ClassDef glyph="uni0764" class="1"/><ClassDef glyph="uni0764.fina" class="1"/><ClassDef glyph="uni0764.init" class="1"/><ClassDef glyph="uni0764.medi" class="1"/><ClassDef glyph="uni0765" class="1"/><ClassDef glyph="uni0765.fina" class="1"/><ClassDef glyph="uni0765.init" class="1"/><ClassDef glyph="uni0765.medi" class="1"/><ClassDef glyph="uni0766" class="1"/><ClassDef glyph="uni0766.fina" class="1"/><ClassDef glyph="uni0766.init" class="1"/><ClassDef glyph="uni0766.medi" class="1"/><ClassDef glyph="uni0767" class="1"/><ClassDef glyph="uni0767.fina" class="1"/><ClassDef glyph="uni0767.init" class="1"/><ClassDef glyph="uni0767.medi" class="1"/><ClassDef glyph="uni0768" class="1"/><ClassDef glyph="uni0768.fina" class="1"/><ClassDef glyph="uni0768.init" class="1"/><ClassDef glyph="uni0768.medi" class="1"/><ClassDef glyph="uni0769" class="1"/><ClassDef glyph="uni0769.fina" class="1"/><ClassDef glyph="uni0769.init" class="1"/><ClassDef glyph="uni0769.medi" class="1"/><ClassDef glyph="uni076A" class="1"/><ClassDef glyph="uni076A.fina" class="1"/><ClassDef glyph="uni076A.init" class="1"/><ClassDef glyph="uni076A.init.preAlef" class="1"/><ClassDef glyph="uni076A.medi" class="1"/><ClassDef glyph="uni076A.medi.preAlef" class="1"/><ClassDef glyph="uni076A0627" class="2"/><ClassDef glyph="uni076A0627.fina" class="2"/><ClassDef glyph="uni076B" class="1"/><ClassDef glyph="uni076B.fina" class="1"/><ClassDef glyph="uni076C" class="1"/><ClassDef glyph="uni076C.fina" class="1"/><ClassDef glyph="uni076D" class="1"/><ClassDef glyph="uni076D.fina" class="1"/><ClassDef glyph="uni076D.init" class="1"/><ClassDef glyph="uni076D.medi" class="1"/><ClassDef glyph="uni2000" class="1"/><ClassDef glyph="uni2001" class="1"/><ClassDef glyph="uni2002" class="1"/><ClassDef glyph="uni2003" class="1"/><ClassDef glyph="uni2004" class="1"/><ClassDef glyph="uni2005" class="1"/><ClassDef glyph="uni2006" class="1"/><ClassDef glyph="uni2007" class="1"/><ClassDef glyph="uni2008" class="1"/><ClassDef glyph="uni2009" class="1"/><ClassDef glyph="uni200A" class="1"/><ClassDef glyph="uni200B" class="1"/><ClassDef glyph="uni200C" class="1"/><ClassDef glyph="uni200D" class="1"/><ClassDef glyph="uni200E" class="1"/><ClassDef glyph="uni200F" class="1"/><ClassDef glyph="uni202A" class="1"/><ClassDef glyph="uni202B" class="1"/><ClassDef glyph="uni202C" class="1"/><ClassDef glyph="uni202D" class="1"/><ClassDef glyph="uni202E" class="1"/><ClassDef glyph="uni2060" class="1"/><ClassDef glyph="uni206C" class="1"/><ClassDef glyph="uni206D" class="1"/><ClassDef glyph="uni25CC" class="1"/><ClassDef glyph="uniFD3E" class="1"/><ClassDef glyph="uniFD3F" class="1"/><ClassDef glyph="uniFDF2" class="1"/><ClassDef glyph="uniFDFC" class="1"/><ClassDef glyph="uniFEFF" class="1"/><ClassDef glyph="v" class="1"/><ClassDef glyph="w" class="1"/><ClassDef glyph="x" class="1"/><ClassDef glyph="y" class="1"/><ClassDef glyph="z" class="1"/><ClassDef glyph="zero" class="1"/><ClassDef glyph="zeroMedium" class="3"/><ClassDef glyph="zeroSmall" class="3"/></GlyphClassDef><LigCaretList><Coverage Format="1"></Coverage></LigCaretList><MarkAttachClassDef Format="2"><ClassDef glyph="uni064B" class="1"/><ClassDef glyph="uni064C" class="1"/><ClassDef glyph="uni064D" class="1"/><ClassDef glyph="uni064E" class="1"/><ClassDef glyph="uni064F" class="1"/><ClassDef glyph="uni0650" class="1"/><ClassDef glyph="uni0651" class="1"/><ClassDef glyph="uni0654" class="2"/><ClassDef glyph="uni0670" class="1"/></MarkAttachClassDef></GDEF><GSUB><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="4"/><FeatureIndex index="2" value="13"/><FeatureIndex index="3" value="17"/><FeatureIndex index="4" value="21"/><FeatureIndex index="5" value="9"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="KUR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="5"/><FeatureIndex index="2" value="14"/><FeatureIndex index="3" value="18"/><FeatureIndex index="4" value="22"/><FeatureIndex index="5" value="10"/></LangSys></LangSysRecord><LangSysRecord index="1"><LangSysTag value="SND "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="2"/><FeatureIndex index="1" value="6"/><FeatureIndex index="2" value="15"/><FeatureIndex index="3" value="19"/><FeatureIndex index="4" value="23"/><FeatureIndex index="5" value="11"/></LangSys></LangSysRecord><LangSysRecord index="2"><LangSysTag value="URD "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="3"/><FeatureIndex index="1" value="7"/><FeatureIndex index="2" value="16"/><FeatureIndex index="3" value="20"/><FeatureIndex index="4" value="24"/><FeatureIndex index="5" value="12"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="8"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="8"/><LookupListIndex index="1" value="13"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="8"/><LookupListIndex index="1" value="11"/><LookupListIndex index="2" value="13"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="8"/><LookupListIndex index="1" value="9"/><LookupListIndex index="2" value="13"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="8"/><LookupListIndex index="1" value="10"/><LookupListIndex index="2" value="13"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="12"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="12"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="13"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="14"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="15"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="16"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="17"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="18"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="19"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="20"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="21"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="6"/><LookupListIndex index="3" value="7"/></Feature></FeatureRecord><FeatureRecord index="22"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="6"/><LookupListIndex index="3" value="7"/></Feature></FeatureRecord><FeatureRecord index="23"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord><FeatureRecord index="24"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="2"/><LookupFlag value="1"/><MultipleSubst index="0" Format="1"><Coverage Format="2"><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/><Glyph value="uni0626"/></Coverage><Sequence index="0"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0653"/></Sequence><Sequence index="1"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0654"/></Sequence><Sequence index="2"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0655"/></Sequence><Sequence index="3"><Substitute index="0" value="uni064A"/><Substitute index="1" value="uni0654"/></Sequence></MultipleSubst></Lookup><Lookup index="1"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Ini"/><Substitution in="absJeemRetro2" out="absJeemRetro2Ini"/><Substitution in="absJeemRetro3" out="absJeemRetro3Ini"/><Substitution in="absLamRetro" out="absLamRetroIni"/><Substitution in="absSheenRetro1" out="absSheenRetro1Ini"/><Substitution in="absSheenRetro2" out="absSheenRetro2Ini"/><Substitution in="absTchehRetro1" out="absTchehRetro1Ini"/><Substitution in="absTchehRetro2" out="absTchehRetro2Ini"/><Substitution in="uni0626" out="uni0626.init"/><Substitution in="uni0628" out="uni0628.init"/><Substitution in="uni062A" out="uni062A.init"/><Substitution in="uni062B" out="uni062B.init"/><Substitution in="uni062C" out="uni062C.init"/><Substitution in="uni062D" out="uni062D.init"/><Substitution in="uni062E" out="uni062E.init"/><Substitution in="uni0633" out="uni0633.init"/><Substitution in="uni0634" out="uni0634.init"/><Substitution in="uni0635" out="uni0635.init"/><Substitution in="uni0636" out="uni0636.init"/><Substitution in="uni0637" out="uni0637.init"/><Substitution in="uni0638" out="uni0638.init"/><Substitution in="uni0639" out="uni0639.init"/><Substitution in="uni063A" out="uni063A.init"/><Substitution in="uni0641" out="uni0641.init"/><Substitution in="uni0642" out="uni0642.init"/><Substitution in="uni0643" out="uni0643.init"/><Substitution in="uni0644" out="uni0644.init"/><Substitution in="uni0645" out="uni0645.init"/><Substitution in="uni0646" out="uni0646.init"/><Substitution in="uni0647" out="uni0647.init"/><Substitution in="uni0649" out="uni0649.init"/><Substitution in="uni064A" out="uni064A.init"/><Substitution in="uni064A.noDots" out="uni064A.init.noDots"/><Substitution in="uni066E" out="uni066E.init"/><Substitution in="uni066F" out="uni066F.init"/><Substitution in="uni0678" out="uni0678.init"/><Substitution in="uni0679" out="uni0679.init"/><Substitution in="uni067A" out="uni067A.init"/><Substitution in="uni067B" out="uni067B.init"/><Substitution in="uni067C" out="uni067C.init"/><Substitution in="uni067D" out="uni067D.init"/><Substitution in="uni067E" out="uni067E.init"/><Substitution in="uni067F" out="uni067F.init"/><Substitution in="uni0680" out="uni0680.init"/><Substitution in="uni0681" out="uni0681.init"/><Substitution in="uni0682" out="uni0682.init"/><Substitution in="uni0683" out="uni0683.init"/><Substitution in="uni0684" out="uni0684.init"/><Substitution in="uni0685" out="uni0685.init"/><Substitution in="uni0686" out="uni0686.init"/><Substitution in="uni0687" out="uni0687.init"/><Substitution in="uni069A" out="uni069A.init"/><Substitution in="uni069B" out="uni069B.init"/><Substitution in="uni069C" out="uni069C.init"/><Substitution in="uni069D" out="uni069D.init"/><Substitution in="uni069E" out="uni069E.init"/><Substitution in="uni069F" out="uni069F.init"/><Substitution in="uni06A0" out="uni06A0.init"/><Substitution in="uni06A1" out="uni06A1.init"/><Substitution in="uni06A2" out="uni06A2.init"/><Substitution in="uni06A3" out="uni06A3.init"/><Substitution in="uni06A4" out="uni06A4.init"/><Substitution in="uni06A5" out="uni06A5.init"/><Substitution in="uni06A6" out="uni06A6.init"/><Substitution in="uni06A7" out="uni06A7.init"/><Substitution in="uni06A8" out="uni06A8.init"/><Substitution in="uni06A9" out="uni06A9.init"/><Substitution in="uni06AA" out="uni06AA.init"/><Substitution in="uni06AB" out="uni06AB.init"/><Substitution in="uni06AC" out="uni06AC.init"/><Substitution in="uni06AD" out="uni06AD.init"/><Substitution in="uni06AE" out="uni06AE.init"/><Substitution in="uni06AF" out="uni06AF.init"/><Substitution in="uni06B0" out="uni06B0.init"/><Substitution in="uni06B1" out="uni06B1.init"/><Substitution in="uni06B2" out="uni06B2.init"/><Substitution in="uni06B3" out="uni06B3.init"/><Substitution in="uni06B4" out="uni06B4.init"/><Substitution in="uni06B5" out="uni06B5.init"/><Substitution in="uni06B6" out="uni06B6.init"/><Substitution in="uni06B7" out="uni06B7.init"/><Substitution in="uni06B8" out="uni06B8.init"/><Substitution in="uni06B9" out="uni06B9.init"/><Substitution in="uni06BA" out="uni06BA.init"/><Substitution in="uni06BB" out="uni06BB.init"/><Substitution in="uni06BC" out="uni06BC.init"/><Substitution in="uni06BD" out="uni06BD.init"/><Substitution in="uni06BE" out="uni06BE.init"/><Substitution in="uni06BF" out="uni06BF.init"/><Substitution in="uni06C1" out="uni06C1.init"/><Substitution in="uni06C2" out="uni06C2.init"/><Substitution in="uni06CC" out="uni06CC.init"/><Substitution in="uni06CE" out="uni06CE.init"/><Substitution in="uni06D0" out="uni06D0.init"/><Substitution in="uni06D1" out="uni06D1.init"/><Substitution in="uni06FA" out="uni06FA.init"/><Substitution in="uni06FB" out="uni06FB.init"/><Substitution in="uni06FC" out="uni06FC.init"/><Substitution in="uni06FF" out="uni06FF.init"/><Substitution in="uni0750" out="uni0750.init"/><Substitution in="uni0751" out="uni0751.init"/><Substitution in="uni0752" out="uni0752.init"/><Substitution in="uni0753" out="uni0753.init"/><Substitution in="uni0754" out="uni0754.init"/><Substitution in="uni0755" out="uni0755.init"/><Substitution in="uni0756" out="uni0756.init"/><Substitution in="uni0757" out="uni0757.init"/><Substitution in="uni0758" out="uni0758.init"/><Substitution in="uni075C" out="uni075C.init"/><Substitution in="uni075D" out="uni075D.init"/><Substitution in="uni075E" out="uni075E.init"/><Substitution in="uni075F" out="uni075F.init"/><Substitution in="uni0760" out="uni0760.init"/><Substitution in="uni0761" out="uni0761.init"/><Substitution in="uni0762" out="uni0762.init"/><Substitution in="uni0763" out="uni0763.init"/><Substitution in="uni0764" out="uni0764.init"/><Substitution in="uni0765" out="uni0765.init"/><Substitution in="uni0766" out="uni0766.init"/><Substitution in="uni0767" out="uni0767.init"/><Substitution in="uni0768" out="uni0768.init"/><Substitution in="uni0769" out="uni0769.init"/><Substitution in="uni076A" out="uni076A.init"/><Substitution in="uni076D" out="uni076D.init"/></SingleSubst></Lookup><Lookup index="2"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Fin"/><Substitution in="absJeemRetro2" out="absJeemRetro2Fin"/><Substitution in="absJeemRetro3" out="absJeemRetro3Fin"/><Substitution in="absJehRetro1" out="absJehRetro1Fin"/><Substitution in="absJehRetro2" out="absJehRetro2Fin"/><Substitution in="absLamRetro" out="absLamRetroFin"/><Substitution in="absSheenRetro1" out="absSheenRetro1Fin"/><Substitution in="absSheenRetro2" out="absSheenRetro2Fin"/><Substitution in="absTchehRetro1" out="absTchehRetro1Fin"/><Substitution in="absTchehRetro2" out="absTchehRetro2Fin"/><Substitution in="absWawDotBelow" out="absWawDotBelowFin"/><Substitution in="uni0622" out="uni0622.fina"/><Substitution in="uni0623" out="uni0623.fina"/><Substitution in="uni0624" out="uni0624.fina"/><Substitution in="uni0625" out="uni0625.fina"/><Substitution in="uni0626" out="uni0626.fina"/><Substitution in="uni0627" out="uni0627.fina"/><Substitution in="uni0628" out="uni0628.fina"/><Substitution in="uni0629" out="uni0629.fina"/><Substitution in="uni062A" out="uni062A.fina"/><Substitution in="uni062B" out="uni062B.fina"/><Substitution in="uni062C" out="uni062C.fina"/><Substitution in="uni062D" out="uni062D.fina"/><Substitution in="uni062E" out="uni062E.fina"/><Substitution in="uni062F" out="uni062F.fina"/><Substitution in="uni0630" out="uni0630.fina"/><Substitution in="uni0631" out="uni0631.fina"/><Substitution in="uni0632" out="uni0632.fina"/><Substitution in="uni0633" out="uni0633.fina"/><Substitution in="uni0634" out="uni0634.fina"/><Substitution in="uni0635" out="uni0635.fina"/><Substitution in="uni0636" out="uni0636.fina"/><Substitution in="uni0637" out="uni0637.fina"/><Substitution in="uni0638" out="uni0638.fina"/><Substitution in="uni0639" out="uni0639.fina"/><Substitution in="uni063A" out="uni063A.fina"/><Substitution in="uni0641" out="uni0641.fina"/><Substitution in="uni0642" out="uni0642.fina"/><Substitution in="uni0643" out="uni0643.fina"/><Substitution in="uni0644" out="uni0644.fina"/><Substitution in="uni0645" out="uni0645.fina"/><Substitution in="uni0646" out="uni0646.fina"/><Substitution in="uni0647" out="uni0647.fina"/><Substitution in="uni0648" out="uni0648.fina"/><Substitution in="uni0649" out="uni0649.fina"/><Substitution in="uni064A" out="uni064A.fina"/><Substitution in="uni064A.noDots" out="uni064A.fina.noDots"/><Substitution in="uni066E" out="uni066E.fina"/><Substitution in="uni066F" out="uni066F.fina"/><Substitution in="uni0671" out="uni0671.fina"/><Substitution in="uni0672" out="uni0672.fina"/><Substitution in="uni0673" out="uni0673.fina"/><Substitution in="uni0675" out="uni0675.fina"/><Substitution in="uni0676" out="uni0676.fina"/><Substitution in="uni0677" out="uni0677.fina"/><Substitution in="uni0678" out="uni0678.fina"/><Substitution in="uni0679" out="uni0679.fina"/><Substitution in="uni067A" out="uni067A.fina"/><Substitution in="uni067B" out="uni067B.fina"/><Substitution in="uni067C" out="uni067C.fina"/><Substitution in="uni067D" out="uni067D.fina"/><Substitution in="uni067E" out="uni067E.fina"/><Substitution in="uni067F" out="uni067F.fina"/><Substitution in="uni0680" out="uni0680.fina"/><Substitution in="uni0681" out="uni0681.fina"/><Substitution in="uni0682" out="uni0682.fina"/><Substitution in="uni0683" out="uni0683.fina"/><Substitution in="uni0684" out="uni0684.fina"/><Substitution in="uni0685" out="uni0685.fina"/><Substitution in="uni0686" out="uni0686.fina"/><Substitution in="uni0687" out="uni0687.fina"/><Substitution in="uni0688" out="uni0688.fina"/><Substitution in="uni0689" out="uni0689.fina"/><Substitution in="uni068A" out="uni068A.fina"/><Substitution in="uni068B" out="uni068B.fina"/><Substitution in="uni068C" out="uni068C.fina"/><Substitution in="uni068D" out="uni068D.fina"/><Substitution in="uni068E" out="uni068E.fina"/><Substitution in="uni068F" out="uni068F.fina"/><Substitution in="uni0690" out="uni0690.fina"/><Substitution in="uni0691" out="uni0691.fina"/><Substitution in="uni0692" out="uni0692.fina"/><Substitution in="uni0693" out="uni0693.fina"/><Substitution in="uni0694" out="uni0694.fina"/><Substitution in="uni0695" out="uni0695.fina"/><Substitution in="uni0696" out="uni0696.fina"/><Substitution in="uni0697" out="uni0697.fina"/><Substitution in="uni0698" out="uni0698.fina"/><Substitution in="uni0698.dotHat" out="uni0698.fina.dotHat"/><Substitution in="uni0699" out="uni0699.fina"/><Substitution in="uni069A" out="uni069A.fina"/><Substitution in="uni069B" out="uni069B.fina"/><Substitution in="uni069C" out="uni069C.fina"/><Substitution in="uni069D" out="uni069D.fina"/><Substitution in="uni069E" out="uni069E.fina"/><Substitution in="uni069F" out="uni069F.fina"/><Substitution in="uni06A0" out="uni06A0.fina"/><Substitution in="uni06A1" out="uni06A1.fina"/><Substitution in="uni06A2" out="uni06A2.fina"/><Substitution in="uni06A3" out="uni06A3.fina"/><Substitution in="uni06A4" out="uni06A4.fina"/><Substitution in="uni06A5" out="uni06A5.fina"/><Substitution in="uni06A6" out="uni06A6.fina"/><Substitution in="uni06A7" out="uni06A7.fina"/><Substitution in="uni06A8" out="uni06A8.fina"/><Substitution in="uni06A9" out="uni06A9.fina"/><Substitution in="uni06AA" out="uni06AA.fina"/><Substitution in="uni06AB" out="uni06AB.fina"/><Substitution in="uni06AC" out="uni06AC.fina"/><Substitution in="uni06AD" out="uni06AD.fina"/><Substitution in="uni06AE" out="uni06AE.fina"/><Substitution in="uni06AF" out="uni06AF.fina"/><Substitution in="uni06B0" out="uni06B0.fina"/><Substitution in="uni06B1" out="uni06B1.fina"/><Substitution in="uni06B2" out="uni06B2.fina"/><Substitution in="uni06B3" out="uni06B3.fina"/><Substitution in="uni06B4" out="uni06B4.fina"/><Substitution in="uni06B5" out="uni06B5.fina"/><Substitution in="uni06B6" out="uni06B6.fina"/><Substitution in="uni06B7" out="uni06B7.fina"/><Substitution in="uni06B8" out="uni06B8.fina"/><Substitution in="uni06B9" out="uni06B9.fina"/><Substitution in="uni06BA" out="uni06BA.fina"/><Substitution in="uni06BB" out="uni06BB.fina"/><Substitution in="uni06BC" out="uni06BC.fina"/><Substitution in="uni06BD" out="uni06BD.fina"/><Substitution in="uni06BE" out="uni06BE.fina"/><Substitution in="uni06BF" out="uni06BF.fina"/><Substitution in="uni06C0" out="uni06C0.fina"/><Substitution in="uni06C1" out="uni06C1.fina"/><Substitution in="uni06C2" out="uni06C2.fina"/><Substitution in="uni06C3" out="uni06C3.fina"/><Substitution in="uni06C4" out="uni06C4.fina"/><Substitution in="uni06C5" out="uni06C5.fina"/><Substitution in="uni06C6" out="uni06C6.fina"/><Substitution in="uni06C7" out="uni06C7.fina"/><Substitution in="uni06C8" out="uni06C8.fina"/><Substitution in="uni06C9" out="uni06C9.fina"/><Substitution in="uni06CA" out="uni06CA.fina"/><Substitution in="uni06CB" out="uni06CB.fina"/><Substitution in="uni06CC" out="uni06CC.fina"/><Substitution in="uni06CD" out="uni06CD.fina"/><Substitution in="uni06CE" out="uni06CE.fina"/><Substitution in="uni06CF" out="uni06CF.fina"/><Substitution in="uni06D0" out="uni06D0.fina"/><Substitution in="uni06D1" out="uni06D1.fina"/><Substitution in="uni06D2" out="uni06D2.fina"/><Substitution in="uni06D3" out="uni06D3.fina"/><Substitution in="uni06D5" out="uni06D5.fina"/><Substitution in="uni06EE" out="uni06EE.fina"/><Substitution in="uni06EF" out="uni06EF.fina"/><Substitution in="uni06FA" out="uni06FA.fina"/><Substitution in="uni06FB" out="uni06FB.fina"/><Substitution in="uni06FC" out="uni06FC.fina"/><Substitution in="uni06FF" out="uni06FF.fina"/><Substitution in="uni0750" out="uni0750.fina"/><Substitution in="uni0751" out="uni0751.fina"/><Substitution in="uni0752" out="uni0752.fina"/><Substitution in="uni0753" out="uni0753.fina"/><Substitution in="uni0754" out="uni0754.fina"/><Substitution in="uni0755" out="uni0755.fina"/><Substitution in="uni0756" out="uni0756.fina"/><Substitution in="uni0757" out="uni0757.fina"/><Substitution in="uni0758" out="uni0758.fina"/><Substitution in="uni0759" out="uni0759.fina"/><Substitution in="uni075A" out="uni075A.fina"/><Substitution in="uni075B" out="uni075B.fina"/><Substitution in="uni075C" out="uni075C.fina"/><Substitution in="uni075D" out="uni075D.fina"/><Substitution in="uni075E" out="uni075E.fina"/><Substitution in="uni075F" out="uni075F.fina"/><Substitution in="uni0760" out="uni0760.fina"/><Substitution in="uni0761" out="uni0761.fina"/><Substitution in="uni0762" out="uni0762.fina"/><Substitution in="uni0763" out="uni0763.fina"/><Substitution in="uni0764" out="uni0764.fina"/><Substitution in="uni0765" out="uni0765.fina"/><Substitution in="uni0766" out="uni0766.fina"/><Substitution in="uni0767" out="uni0767.fina"/><Substitution in="uni0768" out="uni0768.fina"/><Substitution in="uni0769" out="uni0769.fina"/><Substitution in="uni076A" out="uni076A.fina"/><Substitution in="uni076B" out="uni076B.fina"/><Substitution in="uni076C" out="uni076C.fina"/><Substitution in="uni076D" out="uni076D.fina"/></SingleSubst></Lookup><Lookup index="3"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Med"/><Substitution in="absJeemRetro2" out="absJeemRetro2Med"/><Substitution in="absJeemRetro3" out="absJeemRetro3Med"/><Substitution in="absLamRetro" out="absLamRetroMed"/><Substitution in="absSheenRetro1" out="absSheenRetro1Med"/><Substitution in="absSheenRetro2" out="absSheenRetro2Med"/><Substitution in="absTchehRetro1" out="absTchehRetro1Med"/><Substitution in="absTchehRetro2" out="absTchehRetro2Med"/><Substitution in="uni0626" out="uni0626.medi"/><Substitution in="uni0628" out="uni0628.medi"/><Substitution in="uni062A" out="uni062A.medi"/><Substitution in="uni062B" out="uni062B.medi"/><Substitution in="uni062C" out="uni062C.medi"/><Substitution in="uni062D" out="uni062D.medi"/><Substitution in="uni062E" out="uni062E.medi"/><Substitution in="uni0633" out="uni0633.medi"/><Substitution in="uni0634" out="uni0634.medi"/><Substitution in="uni0635" out="uni0635.medi"/><Substitution in="uni0636" out="uni0636.medi"/><Substitution in="uni0637" out="uni0637.medi"/><Substitution in="uni0638" out="uni0638.medi"/><Substitution in="uni0639" out="uni0639.medi"/><Substitution in="uni063A" out="uni063A.medi"/><Substitution in="uni0641" out="uni0641.medi"/><Substitution in="uni0642" out="uni0642.medi"/><Substitution in="uni0643" out="uni0643.medi"/><Substitution in="uni0644" out="uni0644.medi"/><Substitution in="uni0645" out="uni0645.medi"/><Substitution in="uni0646" out="uni0646.medi"/><Substitution in="uni0647" out="uni0647.medi"/><Substitution in="uni0649" out="uni0649.medi"/><Substitution in="uni064A" out="uni064A.medi"/><Substitution in="uni064A.noDots" out="uni064A.medi.noDots"/><Substitution in="uni066E" out="uni066E.medi"/><Substitution in="uni066F" out="uni066F.medi"/><Substitution in="uni0678" out="uni0678.medi"/><Substitution in="uni0679" out="uni0679.medi"/><Substitution in="uni067A" out="uni067A.medi"/><Substitution in="uni067B" out="uni067B.medi"/><Substitution in="uni067C" out="uni067C.medi"/><Substitution in="uni067D" out="uni067D.medi"/><Substitution in="uni067E" out="uni067E.medi"/><Substitution in="uni067F" out="uni067F.medi"/><Substitution in="uni0680" out="uni0680.medi"/><Substitution in="uni0681" out="uni0681.medi"/><Substitution in="uni0682" out="uni0682.medi"/><Substitution in="uni0683" out="uni0683.medi"/><Substitution in="uni0684" out="uni0684.medi"/><Substitution in="uni0685" out="uni0685.medi"/><Substitution in="uni0686" out="uni0686.medi"/><Substitution in="uni0687" out="uni0687.medi"/><Substitution in="uni069A" out="uni069A.medi"/><Substitution in="uni069B" out="uni069B.medi"/><Substitution in="uni069C" out="uni069C.medi"/><Substitution in="uni069D" out="uni069D.medi"/><Substitution in="uni069E" out="uni069E.medi"/><Substitution in="uni069F" out="uni069F.medi"/><Substitution in="uni06A0" out="uni06A0.medi"/><Substitution in="uni06A1" out="uni06A1.medi"/><Substitution in="uni06A2" out="uni06A2.medi"/><Substitution in="uni06A3" out="uni06A3.medi"/><Substitution in="uni06A4" out="uni06A4.medi"/><Substitution in="uni06A5" out="uni06A5.medi"/><Substitution in="uni06A6" out="uni06A6.medi"/><Substitution in="uni06A7" out="uni06A7.medi"/><Substitution in="uni06A8" out="uni06A8.medi"/><Substitution in="uni06A9" out="uni06A9.medi"/><Substitution in="uni06AA" out="uni06AA.medi"/><Substitution in="uni06AB" out="uni06AB.medi"/><Substitution in="uni06AC" out="uni06AC.medi"/><Substitution in="uni06AD" out="uni06AD.medi"/><Substitution in="uni06AE" out="uni06AE.medi"/><Substitution in="uni06AF" out="uni06AF.medi"/><Substitution in="uni06B0" out="uni06B0.medi"/><Substitution in="uni06B1" out="uni06B1.medi"/><Substitution in="uni06B2" out="uni06B2.medi"/><Substitution in="uni06B3" out="uni06B3.medi"/><Substitution in="uni06B4" out="uni06B4.medi"/><Substitution in="uni06B5" out="uni06B5.medi"/><Substitution in="uni06B6" out="uni06B6.medi"/><Substitution in="uni06B7" out="uni06B7.medi"/><Substitution in="uni06B8" out="uni06B8.medi"/><Substitution in="uni06B9" out="uni06B9.medi"/><Substitution in="uni06BA" out="uni06BA.medi"/><Substitution in="uni06BB" out="uni06BB.medi"/><Substitution in="uni06BC" out="uni06BC.medi"/><Substitution in="uni06BD" out="uni06BD.medi"/><Substitution in="uni06BE" out="uni06BE.medi"/><Substitution in="uni06BF" out="uni06BF.medi"/><Substitution in="uni06C1" out="uni06C1.medi"/><Substitution in="uni06C2" out="uni06C2.medi"/><Substitution in="uni06CC" out="uni06CC.medi"/><Substitution in="uni06CE" out="uni06CE.medi"/><Substitution in="uni06D0" out="uni06D0.medi"/><Substitution in="uni06D1" out="uni06D1.medi"/><Substitution in="uni06FA" out="uni06FA.medi"/><Substitution in="uni06FB" out="uni06FB.medi"/><Substitution in="uni06FC" out="uni06FC.medi"/><Substitution in="uni06FF" out="uni06FF.medi"/><Substitution in="uni0750" out="uni0750.medi"/><Substitution in="uni0751" out="uni0751.medi"/><Substitution in="uni0752" out="uni0752.medi"/><Substitution in="uni0753" out="uni0753.medi"/><Substitution in="uni0754" out="uni0754.medi"/><Substitution in="uni0755" out="uni0755.medi"/><Substitution in="uni0756" out="uni0756.medi"/><Substitution in="uni0757" out="uni0757.medi"/><Substitution in="uni0758" out="uni0758.medi"/><Substitution in="uni075C" out="uni075C.medi"/><Substitution in="uni075D" out="uni075D.medi"/><Substitution in="uni075E" out="uni075E.medi"/><Substitution in="uni075F" out="uni075F.medi"/><Substitution in="uni0760" out="uni0760.medi"/><Substitution in="uni0761" out="uni0761.medi"/><Substitution in="uni0762" out="uni0762.medi"/><Substitution in="uni0763" out="uni0763.medi"/><Substitution in="uni0764" out="uni0764.medi"/><Substitution in="uni0765" out="uni0765.medi"/><Substitution in="uni0766" out="uni0766.medi"/><Substitution in="uni0767" out="uni0767.medi"/><Substitution in="uni0768" out="uni0768.medi"/><Substitution in="uni0769" out="uni0769.medi"/><Substitution in="uni076A" out="uni076A.medi"/><Substitution in="uni076D" out="uni076D.medi"/></SingleSubst></Lookup><Lookup index="4"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="2"><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="14"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="15"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="16"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="5"><LookupType value="4"/><LookupFlag value="257"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni064B"><Ligature components="uni0651" glyph="uni0651064B"/></LigatureSet><LigatureSet glyph="uni064C"><Ligature components="uni0651" glyph="uni0651064C"/></LigatureSet><LigatureSet glyph="uni064E"><Ligature components="uni0651" glyph="uni0651064E"/></LigatureSet><LigatureSet glyph="uni064F"><Ligature components="uni0651" glyph="uni0651064F"/></LigatureSet><LigatureSet glyph="uni0651"><Ligature components="uni064B" glyph="uni0651064B"/><Ligature components="uni064C" glyph="uni0651064C"/><Ligature components="uni064E" glyph="uni0651064E"/><Ligature components="uni064F" glyph="uni0651064F"/><Ligature components="uni0670" glyph="absShaddaAlef"/></LigatureSet><LigatureSet glyph="uni0670"><Ligature components="uni0651" glyph="absShaddaAlef"/></LigatureSet></LigatureSubst></Lookup><Lookup index="6"><LookupType value="4"/><LookupFlag value="257"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni064D"><Ligature components="uni0651" glyph="uni0651064D"/></LigatureSet><LigatureSet glyph="uni0650"><Ligature components="uni0651" glyph="uni06510650"/></LigatureSet><LigatureSet glyph="uni0651"><Ligature components="uni0650" glyph="uni06510650"/><Ligature components="uni064D" glyph="uni0651064D"/></LigatureSet></LigatureSubst></Lookup><Lookup index="7"><LookupType value="4"/><LookupFlag value="513"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni0647"><Ligature components="uni0654" glyph="uni06C0"/></LigatureSet><LigatureSet glyph="uni0647.fina"><Ligature components="uni0654" glyph="uni06C0.fina"/></LigatureSet><LigatureSet glyph="uni0647.init"><Ligature components="uni0654" glyph="uni06C0.init"/></LigatureSet><LigatureSet glyph="uni0647.medi"><Ligature components="uni0654" glyph="uni06C0.medi"/></LigatureSet><LigatureSet glyph="uni0648"><Ligature components="uni0654" glyph="uni0624"/></LigatureSet><LigatureSet glyph="uni0648.fina"><Ligature components="uni0654" glyph="uni0624.fina"/></LigatureSet><LigatureSet glyph="uni064A"><Ligature components="uni0654" glyph="uni0626"/></LigatureSet><LigatureSet glyph="uni064A.fina"><Ligature components="uni0654" glyph="uni0626.fina"/></LigatureSet><LigatureSet glyph="uni064A.init"><Ligature components="uni0654" glyph="uni0626.init"/></LigatureSet><LigatureSet glyph="uni064A.medi"><Ligature components="uni0654" glyph="uni0626.medi"/></LigatureSet><LigatureSet glyph="uni06C1"><Ligature components="uni0654" glyph="uni06C2"/></LigatureSet><LigatureSet glyph="uni06C1.fina"><Ligature components="uni0654" glyph="uni06C2.fina"/></LigatureSet><LigatureSet glyph="uni06C1.init"><Ligature components="uni0654" glyph="uni06C2.init"/></LigatureSet><LigatureSet glyph="uni06C1.medi"><Ligature components="uni0654" glyph="uni06C2.medi"/></LigatureSet></LigatureSubst></Lookup><Lookup index="8"><LookupType value="6"/><LookupFlag value="1"/><ChainContextSubst index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni064A"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni064A.fina"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/></BacktrackCoverage><InputCoverage index="0" Format="1"><Glyph value="uni0670"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="17"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="9"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni060C" out="uni060C.downward"/><Substitution in="uni061B" out="uni061B.downward"/><Substitution in="uni0645" out="uni0645.sindhi"/><Substitution in="uni0645.fina" out="uni0645.fina.sindhi"/><Substitution in="uni0647" out="uni0647.knotted"/><Substitution in="uni0647.fina" out="uni0647.fina.knottedHigh"/><Substitution in="uni0647.medi" out="uni0647.medi.knottedHigh"/><Substitution in="uni064C" out="uni064C.sixNine"/><Substitution in="uni06F6" out="uni06F6.urdu"/><Substitution in="uni06F7" out="uni06F7.urdu"/></SingleSubst></Lookup><Lookup index="10"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0647.fina" out="uni0647.fina.hooked"/><Substitution in="uni0647.init" out="uni0647.init.hooked"/><Substitution in="uni0647.medi" out="uni0647.medi.hooked"/><Substitution in="uni06F4" out="uni06F4.urdu"/><Substitution in="uni06F6" out="uni06F6.urdu"/><Substitution in="uni06F7" out="uni06F7.urdu"/></SingleSubst></Lookup><Lookup index="11"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni0647" out="uni0647.knotted"/><Substitution in="uni0647.fina" out="uni0647.fina.knottedHigh"/></SingleSubst></Lookup><Lookup index="12"><LookupType value="1"/><LookupFlag value="0"/><SingleSubst index="0" Format="2"><Substitution in="asterisk.arab" out="asterisk"/><Substitution in="colon.arab" out="colon"/><Substitution in="exclam.arab" out="exclam"/><Substitution in="parenleft.arab" out="parenleft"/><Substitution in="parenright.arab" out="parenright"/><Substitution in="quotedblleft.arab" out="quotedblleft"/><Substitution in="quotedblright.arab" out="quotedblright"/><Substitution in="quoteleft.arab" out="quoteleft"/><Substitution in="quoteright.arab" out="quoteright"/></SingleSubst></Lookup><Lookup index="13"><LookupType value="6"/><LookupFlag value="1"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="1"><Glyph value="uni06DD"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="2" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="18"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="1" Format="3"><InputCoverage index="0" Format="1"><Glyph value="uni06DD"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="19"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni06DD"/><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="uni06DD.2"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="20"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="3" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/><Glyph value="uni06DD.3"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="21"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="14"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absLamRetroIni" out="absLamRetroIni.preAlef"/><Substitution in="absLamRetroMed" out="absLamRetroMed.preAlef"/><Substitution in="uni0644.init" out="uni0644.init.preAlef"/><Substitution in="uni0644.medi" out="uni0644.medi.preAlef"/><Substitution in="uni06B5.init" out="uni06B5.init.preAlef"/><Substitution in="uni06B5.medi" out="uni06B5.medi.preAlef"/><Substitution in="uni06B6.init" out="uni06B6.init.preAlef"/><Substitution in="uni06B6.medi" out="uni06B6.medi.preAlef"/><Substitution in="uni06B7.init" out="uni06B7.init.preAlef"/><Substitution in="uni06B7.medi" out="uni06B7.medi.preAlef"/><Substitution in="uni06B8.init" out="uni06B8.init.preAlef"/><Substitution in="uni06B8.medi" out="uni06B8.medi.preAlef"/><Substitution in="uni076A.init" out="uni076A.init.preAlef"/><Substitution in="uni076A.medi" out="uni076A.medi.preAlef"/></SingleSubst></Lookup><Lookup index="15"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0622.fina" out="uni0622.fina.postLamIni"/><Substitution in="uni0623.fina" out="uni0623.fina.postLamIni"/><Substitution in="uni0625.fina" out="uni0625.fina.postLamIni"/><Substitution in="uni0627.fina" out="uni0627.fina.postLamIni"/><Substitution in="uni0671.fina" out="uni0671.fina.postLamIni"/><Substitution in="uni0672.fina" out="uni0672.fina.postLamIni"/><Substitution in="uni0673.fina" out="uni0673.fina.postLamIni"/><Substitution in="uni0675.fina" out="uni0675.fina.postLamIni"/></SingleSubst></Lookup><Lookup index="16"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0622.fina" out="uni0622.fina.postLamMed"/><Substitution in="uni0623.fina" out="uni0623.fina.postLamMed"/><Substitution in="uni0625.fina" out="uni0625.fina.postLamMed"/><Substitution in="uni0627.fina" out="uni0627.fina.postLamMed"/><Substitution in="uni0671.fina" out="uni0671.fina.postLamMed"/><Substitution in="uni0672.fina" out="uni0672.fina.postLamMed"/><Substitution in="uni0673.fina" out="uni0673.fina.postLamMed"/><Substitution in="uni0675.fina" out="uni0675.fina.postLamMed"/></SingleSubst></Lookup><Lookup index="17"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni0670" out="uni0670.large"/></SingleSubst></Lookup><Lookup index="18"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni06DD" out="uni06DD.3"/></SingleSubst></Lookup><Lookup index="19"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni06DD" out="uni06DD.2"/></SingleSubst></Lookup><Lookup index="20"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="eight" out="eightMedium"/><Substitution in="five" out="fiveMedium"/><Substitution in="four" out="fourMedium"/><Substitution in="nine" out="nineMedium"/><Substitution in="one" out="oneMedium"/><Substitution in="seven" out="sevenMedium"/><Substitution in="six" out="sixMedium"/><Substitution in="three" out="threeMedium"/><Substitution in="two" out="twoMedium"/><Substitution in="uni0660" out="uni0660.Medium"/><Substitution in="uni0661" out="uni0661.Medium"/><Substitution in="uni0662" out="uni0662.Medium"/><Substitution in="uni0663" out="uni0663.Medium"/><Substitution in="uni0664" out="uni0664.Medium"/><Substitution in="uni0665" out="uni0665.Medium"/><Substitution in="uni0666" out="uni0666.Medium"/><Substitution in="uni0667" out="uni0667.Medium"/><Substitution in="uni0668" out="uni0668.Medium"/><Substitution in="uni0669" out="uni0669.Medium"/><Substitution in="uni06F0" out="uni06F0.Medium"/><Substitution in="uni06F1" out="uni06F1.Medium"/><Substitution in="uni06F2" out="uni06F2.Medium"/><Substitution in="uni06F3" out="uni06F3.Medium"/><Substitution in="uni06F4" out="uni06F4.Medium"/><Substitution in="uni06F4.urdu" out="uni06F4.Medium.urdu"/><Substitution in="uni06F5" out="uni06F5.Medium"/><Substitution in="uni06F6" out="uni06F6.Medium"/><Substitution in="uni06F6.urdu" out="uni06F6.Medium.urdu"/><Substitution in="uni06F7" out="uni06F7.Medium"/><Substitution in="uni06F7.urdu" out="uni06F7.Medium.urdu"/><Substitution in="uni06F8" out="uni06F8.Medium"/><Substitution in="uni06F9" out="uni06F9.Medium"/><Substitution in="zero" out="zeroMedium"/></SingleSubst></Lookup><Lookup index="21"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="eight" out="eightSmall"/><Substitution in="five" out="fiveSmall"/><Substitution in="four" out="fourSmall"/><Substitution in="nine" out="nineSmall"/><Substitution in="one" out="oneSmall"/><Substitution in="seven" out="sevenSmall"/><Substitution in="six" out="sixSmall"/><Substitution in="three" out="threeSmall"/><Substitution in="two" out="twoSmall"/><Substitution in="uni0660" out="uni0660.Small"/><Substitution in="uni0661" out="uni0661.Small"/><Substitution in="uni0662" out="uni0662.Small"/><Substitution in="uni0663" out="uni0663.Small"/><Substitution in="uni0664" out="uni0664.Small"/><Substitution in="uni0665" out="uni0665.Small"/><Substitution in="uni0666" out="uni0666.Small"/><Substitution in="uni0667" out="uni0667.Small"/><Substitution in="uni0668" out="uni0668.Small"/><Substitution in="uni0669" out="uni0669.Small"/><Substitution in="uni06F0" out="uni06F0.Small"/><Substitution in="uni06F1" out="uni06F1.Small"/><Substitution in="uni06F2" out="uni06F2.Small"/><Substitution in="uni06F3" out="uni06F3.Small"/><Substitution in="uni06F4" out="uni06F4.Small"/><Substitution in="uni06F4.urdu" out="uni06F4.Small.urdu"/><Substitution in="uni06F5" out="uni06F5.Small"/><Substitution in="uni06F6" out="uni06F6.Small"/><Substitution in="uni06F6.urdu" out="uni06F6.Small.urdu"/><Substitution in="uni06F7" out="uni06F7.Small"/><Substitution in="uni06F7.urdu" out="uni06F7.Small.urdu"/><Substitution in="uni06F8" out="uni06F8.Small"/><Substitution in="uni06F9" out="uni06F9.Small"/><Substitution in="zero" out="zeroSmall"/></SingleSubst></Lookup></LookupList></GSUB><GPOS><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="4"/><FeatureIndex index="2" value="8"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="KUR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="5"/><FeatureIndex index="2" value="9"/></LangSys></LangSysRecord><LangSysRecord index="1"><LangSysTag value="SND "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="2"/><FeatureIndex index="1" value="6"/><FeatureIndex index="2" value="10"/></LangSys></LangSysRecord><LangSysRecord index="2"><LangSysTag value="URD "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="3"/><FeatureIndex index="1" value="7"/><FeatureIndex index="2" value="11"/></LangSys></LangSysRecord></Script></ScriptRecord><ScriptRecord index="1"><ScriptTag value="latn"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/></DefaultLangSys></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="6"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="6"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="6"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="6"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="3"/><LookupFlag value="9"/><CursivePos index="0" Format="1"><Coverage Format="2"><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></Coverage><EntryExitRecord index="0"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="1"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="2"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="3"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="4"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="5"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="6"><ExitAnchor Format="1"><XCoordinate value="-2"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="7"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="8"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="9"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="10"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="11"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="12"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="13"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="14"><EntryAnchor Format="1"><XCoordinate value="574"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="15"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="16"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="17"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="18"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="19"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="20"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="21"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-100"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="22"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="23"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="24"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="25"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="26"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="27"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="28"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="29"><EntryAnchor Format="1"><XCoordinate value="550"/><YCoordinate value="-100"/></EntryAnchor></EntryExitRecord></CursivePos></Lookup><Lookup index="1"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06D6"/><Glyph value="uni06D7"/><Glyph value="uni06D8"/><Glyph value="uni06D9"/><Glyph value="uni06DA"/><Glyph value="uni06DB"/><Glyph value="uni06DC"/><Glyph value="uni06DF"/><Glyph value="uni06E0"/><Glyph value="uni06E1"/><Glyph value="uni06E2"/><Glyph value="uni06E4"/><Glyph value="uni06E7"/><Glyph value="uni06E8"/><Glyph value="uni06EB"/><Glyph value="uni06EC"/><Glyph value="uni0614"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni25CC"/><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/><Glyph value="uni0627"/><Glyph value="uni0672"/><Glyph value="uni0673"/><Glyph value="uni0675"/><Glyph value="uni0671"/><Glyph value="uni0624"/><Glyph value="uni0648"/><Glyph value="uni0676"/><Glyph value="uni0677"/><Glyph value="uni06C4"/><Glyph value="uni06C5"/><Glyph value="uni06C6"/><Glyph value="uni06C7"/><Glyph value="uni06C8"/><Glyph value="uni06C9"/><Glyph value="uni06CA"/><Glyph value="uni06CB"/><Glyph value="uni06CF"/><Glyph value="absWawDotBelow"/><Glyph value="uni062F"/><Glyph value="uni0630"/><Glyph value="uni0688"/><Glyph value="uni0689"/><Glyph value="uni068A"/><Glyph value="uni068B"/><Glyph value="uni068C"/><Glyph value="uni068D"/><Glyph value="uni068E"/><Glyph value="uni068F"/><Glyph value="uni0690"/><Glyph value="uni06EE"/><Glyph value="uni0759"/><Glyph value="uni075A"/><Glyph value="uni0631"/><Glyph value="uni0632"/><Glyph value="uni0691"/><Glyph value="uni0692"/><Glyph value="uni0693"/><Glyph value="uni0694"/><Glyph value="uni0695"/><Glyph value="uni0696"/><Glyph value="uni0697"/><Glyph value="uni0698"/><Glyph value="uni0699"/><Glyph value="uni076B"/><Glyph value="uni076C"/><Glyph value="absJehRetro1"/><Glyph value="absJehRetro2"/><Glyph value="uni0698.dotHat"/><Glyph value="uni06EF"/><Glyph value="uni075B"/><Glyph value="uni06D2"/><Glyph value="uni06D3"/><Glyph value="uni0626"/><Glyph value="uni064A"/><Glyph value="uni064A.noDots"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06CE"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni066E"/><Glyph value="uni0628"/><Glyph value="uni062A"/><Glyph value="uni062B"/><Glyph value="uni0679"/><Glyph value="uni067A"/><Glyph value="uni067B"/><Glyph value="uni067C"/><Glyph value="uni067D"/><Glyph value="uni067E"/><Glyph value="uni067F"/><Glyph value="uni0680"/><Glyph value="uni0750"/><Glyph value="uni0751"/><Glyph value="uni0752"/><Glyph value="uni0753"/><Glyph value="uni0754"/><Glyph value="uni0755"/><Glyph value="uni0756"/><Glyph value="uni062C"/><Glyph value="uni062D"/><Glyph value="uni062E"/><Glyph value="uni0681"/><Glyph value="uni0682"/><Glyph value="uni0683"/><Glyph value="uni0684"/><Glyph value="uni0685"/><Glyph value="uni0686"/><Glyph value="uni0687"/><Glyph value="uni06BF"/><Glyph value="absTchehRetro1"/><Glyph value="absTchehRetro2"/><Glyph value="absJeemRetro1"/><Glyph value="absJeemRetro2"/><Glyph value="absJeemRetro3"/><Glyph value="uni0757"/><Glyph value="uni0758"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni0637"/><Glyph value="uni0638"/><Glyph value="uni069F"/><Glyph value="uni0639"/><Glyph value="uni063A"/><Glyph value="uni06A0"/><Glyph value="uni06FC"/><Glyph value="uni075D"/><Glyph value="uni075E"/><Glyph value="uni075F"/><Glyph value="uni0641"/><Glyph value="uni06A1"/><Glyph value="uni06A2"/><Glyph value="uni06A3"/><Glyph value="uni06A4"/><Glyph value="uni06A5"/><Glyph value="uni06A6"/><Glyph value="uni0760"/><Glyph value="uni0761"/><Glyph value="uni066F"/><Glyph value="uni0642"/><Glyph value="uni06A7"/><Glyph value="uni06A8"/><Glyph value="uni0643"/><Glyph value="uni06AC"/><Glyph value="uni06AD"/><Glyph value="uni06AE"/><Glyph value="uni06A9"/><Glyph value="uni06AB"/><Glyph value="uni06AF"/><Glyph value="uni06B0"/><Glyph value="uni06B1"/><Glyph value="uni06B2"/><Glyph value="uni06B3"/><Glyph value="uni06B4"/><Glyph value="uni0762"/><Glyph value="uni0763"/><Glyph value="uni0764"/><Glyph value="uni06AA"/><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0645"/><Glyph value="uni0765"/><Glyph value="uni0766"/><Glyph value="uni0646"/><Glyph value="uni06B9"/><Glyph value="uni06BA"/><Glyph value="uni06BB"/><Glyph value="uni06BC"/><Glyph value="uni06BD"/><Glyph value="uni0767"/><Glyph value="uni0768"/><Glyph value="uni0769"/><Glyph value="uni06BE"/><Glyph value="uni06FF"/><Glyph value="uni0647"/><Glyph value="uni06D5"/><Glyph value="uni0629"/><Glyph value="uni06C0"/><Glyph value="uni06C1"/><Glyph value="uni06C2"/><Glyph value="uni06C3"/><Glyph value="uni0621"/><Glyph value="uni0640"/><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/><Glyph value="uni0624.fina"/><Glyph value="uni0648.fina"/><Glyph value="uni0676.fina"/><Glyph value="uni0677.fina"/><Glyph value="uni06C4.fina"/><Glyph value="uni06C5.fina"/><Glyph value="uni06C6.fina"/><Glyph value="uni06C7.fina"/><Glyph value="uni06C8.fina"/><Glyph value="uni06C9.fina"/><Glyph value="uni06CA.fina"/><Glyph value="uni06CB.fina"/><Glyph value="uni06CF.fina"/><Glyph value="absWawDotBelowFin"/><Glyph value="uni062F.fina"/><Glyph value="uni0630.fina"/><Glyph value="uni0688.fina"/><Glyph value="uni0689.fina"/><Glyph value="uni068A.fina"/><Glyph value="uni068B.fina"/><Glyph value="uni068C.fina"/><Glyph value="uni068D.fina"/><Glyph value="uni068E.fina"/><Glyph value="uni068F.fina"/><Glyph value="uni0690.fina"/><Glyph value="uni06EE.fina"/><Glyph value="uni0759.fina"/><Glyph value="uni075A.fina"/><Glyph value="uni0631.fina"/><Glyph value="uni0632.fina"/><Glyph value="uni0691.fina"/><Glyph value="uni0692.fina"/><Glyph value="uni0693.fina"/><Glyph value="uni0694.fina"/><Glyph value="uni0695.fina"/><Glyph value="uni0696.fina"/><Glyph value="uni0697.fina"/><Glyph value="uni0698.fina"/><Glyph value="uni0699.fina"/><Glyph value="uni076B.fina"/><Glyph value="uni076C.fina"/><Glyph value="absJehRetro1Fin"/><Glyph value="absJehRetro2Fin"/><Glyph value="uni0698.fina.dotHat"/><Glyph value="uni06EF.fina"/><Glyph value="uni075B.fina"/><Glyph value="uni06D2.fina"/><Glyph value="uni06D3.fina"/><Glyph value="uni0626.fina"/><Glyph value="uni064A.fina"/><Glyph value="uni064A.fina.noDots"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06CE.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni066E.fina"/><Glyph value="uni0628.fina"/><Glyph value="uni062A.fina"/><Glyph value="uni062B.fina"/><Glyph value="uni0679.fina"/><Glyph value="uni067A.fina"/><Glyph value="uni067B.fina"/><Glyph value="uni067C.fina"/><Glyph value="uni067D.fina"/><Glyph value="uni067E.fina"/><Glyph value="uni067F.fina"/><Glyph value="uni0680.fina"/><Glyph value="uni0750.fina"/><Glyph value="uni0751.fina"/><Glyph value="uni0752.fina"/><Glyph value="uni0753.fina"/><Glyph value="uni0754.fina"/><Glyph value="uni0755.fina"/><Glyph value="uni0756.fina"/><Glyph value="uni062C.fina"/><Glyph value="uni062D.fina"/><Glyph value="uni062E.fina"/><Glyph value="uni0681.fina"/><Glyph value="uni0682.fina"/><Glyph value="uni0683.fina"/><Glyph value="uni0684.fina"/><Glyph value="uni0685.fina"/><Glyph value="uni0686.fina"/><Glyph value="uni0687.fina"/><Glyph value="uni06BF.fina"/><Glyph value="absTchehRetro1Fin"/><Glyph value="absTchehRetro2Fin"/><Glyph value="absJeemRetro1Fin"/><Glyph value="absJeemRetro2Fin"/><Glyph value="absJeemRetro3Fin"/><Glyph value="uni0757.fina"/><Glyph value="uni0758.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/><Glyph value="uni0637.fina"/><Glyph value="uni0638.fina"/><Glyph value="uni069F.fina"/><Glyph value="uni0639.fina"/><Glyph value="uni063A.fina"/><Glyph value="uni06A0.fina"/><Glyph value="uni06FC.fina"/><Glyph value="uni075D.fina"/><Glyph value="uni075E.fina"/><Glyph value="uni075F.fina"/><Glyph value="uni0641.fina"/><Glyph value="uni06A1.fina"/><Glyph value="uni06A2.fina"/><Glyph value="uni06A3.fina"/><Glyph value="uni06A4.fina"/><Glyph value="uni06A5.fina"/><Glyph value="uni06A6.fina"/><Glyph value="uni0760.fina"/><Glyph value="uni0761.fina"/><Glyph value="uni066F.fina"/><Glyph value="uni0642.fina"/><Glyph value="uni06A7.fina"/><Glyph value="uni06A8.fina"/><Glyph value="uni0643.fina"/><Glyph value="uni06AC.fina"/><Glyph value="uni06AD.fina"/><Glyph value="uni06AE.fina"/><Glyph value="uni06A9.fina"/><Glyph value="uni06AB.fina"/><Glyph value="uni06AF.fina"/><Glyph value="uni06B0.fina"/><Glyph value="uni06B1.fina"/><Glyph value="uni06B2.fina"/><Glyph value="uni06B3.fina"/><Glyph value="uni06B4.fina"/><Glyph value="uni0762.fina"/><Glyph value="uni0763.fina"/><Glyph value="uni0764.fina"/><Glyph value="uni06AA.fina"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0645.fina"/><Glyph value="uni0765.fina"/><Glyph value="uni0766.fina"/><Glyph value="uni0646.fina"/><Glyph value="uni06B9.fina"/><Glyph value="uni06BA.fina"/><Glyph value="uni06BB.fina"/><Glyph value="uni06BC.fina"/><Glyph value="uni06BD.fina"/><Glyph value="uni0767.fina"/><Glyph value="uni0768.fina"/><Glyph value="uni0769.fina"/><Glyph value="uni06BE.fina"/><Glyph value="uni06FF.fina"/><Glyph value="uni0647.fina"/><Glyph value="uni06D5.fina"/><Glyph value="uni0629.fina"/><Glyph value="uni06C0.fina"/><Glyph value="uni06C1.fina"/><Glyph value="uni06C2.fina"/><Glyph value="uni06C3.fina"/><Glyph value="uni0626.medi"/><Glyph value="uni064A.medi"/><Glyph value="uni064A.medi.noDots"/><Glyph value="uni0678.medi"/><Glyph value="uni06CC.medi"/><Glyph value="uni06CE.medi"/><Glyph value="uni06D0.medi"/><Glyph value="uni06D1.medi"/><Glyph value="uni0649.medi"/><Glyph value="uni066E.medi"/><Glyph value="uni0628.medi"/><Glyph value="uni062A.medi"/><Glyph value="uni062B.medi"/><Glyph value="uni0679.medi"/><Glyph value="uni067A.medi"/><Glyph value="uni067B.medi"/><Glyph value="uni067C.medi"/><Glyph value="uni067D.medi"/><Glyph value="uni067E.medi"/><Glyph value="uni067F.medi"/><Glyph value="uni0680.medi"/><Glyph value="uni0750.medi"/><Glyph value="uni0751.medi"/><Glyph value="uni0752.medi"/><Glyph value="uni0753.medi"/><Glyph value="uni0754.medi"/><Glyph value="uni0755.medi"/><Glyph value="uni0756.medi"/><Glyph value="uni062C.medi"/><Glyph value="uni062D.medi"/><Glyph value="uni062E.medi"/><Glyph value="uni0681.medi"/><Glyph value="uni0682.medi"/><Glyph value="uni0683.medi"/><Glyph value="uni0684.medi"/><Glyph value="uni0685.medi"/><Glyph value="uni0686.medi"/><Glyph value="uni0687.medi"/><Glyph value="uni06BF.medi"/><Glyph value="absTchehRetro1Med"/><Glyph value="absTchehRetro2Med"/><Glyph value="absJeemRetro1Med"/><Glyph value="absJeemRetro2Med"/><Glyph value="absJeemRetro3Med"/><Glyph value="uni0757.medi"/><Glyph value="uni0758.medi"/><Glyph value="uni0633.medi"/><Glyph value="uni0634.medi"/><Glyph value="uni069A.medi"/><Glyph value="uni069B.medi"/><Glyph value="uni069C.medi"/><Glyph value="uni06FA.medi"/><Glyph value="absSheenRetro1Med"/><Glyph value="absSheenRetro2Med"/><Glyph value="uni075C.medi"/><Glyph value="uni076D.medi"/><Glyph value="uni0635.medi"/><Glyph value="uni0636.medi"/><Glyph value="uni069D.medi"/><Glyph value="uni069E.medi"/><Glyph value="uni06FB.medi"/><Glyph value="uni0637.medi"/><Glyph value="uni0638.medi"/><Glyph value="uni069F.medi"/><Glyph value="uni0639.medi"/><Glyph value="uni063A.medi"/><Glyph value="uni06A0.medi"/><Glyph value="uni06FC.medi"/><Glyph value="uni075D.medi"/><Glyph value="uni075E.medi"/><Glyph value="uni075F.medi"/><Glyph value="uni0641.medi"/><Glyph value="uni06A1.medi"/><Glyph value="uni06A2.medi"/><Glyph value="uni06A3.medi"/><Glyph value="uni06A4.medi"/><Glyph value="uni06A5.medi"/><Glyph value="uni06A6.medi"/><Glyph value="uni0760.medi"/><Glyph value="uni0761.medi"/><Glyph value="uni066F.medi"/><Glyph value="uni0642.medi"/><Glyph value="uni06A7.medi"/><Glyph value="uni06A8.medi"/><Glyph value="uni0643.medi"/><Glyph value="uni06AC.medi"/><Glyph value="uni06AD.medi"/><Glyph value="uni06AE.medi"/><Glyph value="uni06A9.medi"/><Glyph value="uni06AB.medi"/><Glyph value="uni06AF.medi"/><Glyph value="uni06B0.medi"/><Glyph value="uni06B1.medi"/><Glyph value="uni06B2.medi"/><Glyph value="uni06B3.medi"/><Glyph value="uni06B4.medi"/><Glyph value="uni0762.medi"/><Glyph value="uni0763.medi"/><Glyph value="uni0764.medi"/><Glyph value="uni06AA.medi"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0645.medi"/><Glyph value="uni0765.medi"/><Glyph value="uni0766.medi"/><Glyph value="uni0646.medi"/><Glyph value="uni06B9.medi"/><Glyph value="uni06BA.medi"/><Glyph value="uni06BB.medi"/><Glyph value="uni06BC.medi"/><Glyph value="uni06BD.medi"/><Glyph value="uni0767.medi"/><Glyph value="uni0768.medi"/><Glyph value="uni0769.medi"/><Glyph value="uni06BE.medi"/><Glyph value="uni06FF.medi"/><Glyph value="uni0647.medi"/><Glyph value="uni06C1.medi"/><Glyph value="uni06C2.medi"/><Glyph value="uni0626.init"/><Glyph value="uni064A.init"/><Glyph value="uni064A.init.noDots"/><Glyph value="uni0678.init"/><Glyph value="uni06CC.init"/><Glyph value="uni06CE.init"/><Glyph value="uni06D0.init"/><Glyph value="uni06D1.init"/><Glyph value="uni0649.init"/><Glyph value="uni066E.init"/><Glyph value="uni0628.init"/><Glyph value="uni062A.init"/><Glyph value="uni062B.init"/><Glyph value="uni0679.init"/><Glyph value="uni067A.init"/><Glyph value="uni067B.init"/><Glyph value="uni067C.init"/><Glyph value="uni067D.init"/><Glyph value="uni067E.init"/><Glyph value="uni067F.init"/><Glyph value="uni0680.init"/><Glyph value="uni0750.init"/><Glyph value="uni0751.init"/><Glyph value="uni0752.init"/><Glyph value="uni0753.init"/><Glyph value="uni0754.init"/><Glyph value="uni0755.init"/><Glyph value="uni0756.init"/><Glyph value="uni062C.init"/><Glyph value="uni062D.init"/><Glyph value="uni062E.init"/><Glyph value="uni0681.init"/><Glyph value="uni0682.init"/><Glyph value="uni0683.init"/><Glyph value="uni0684.init"/><Glyph value="uni0685.init"/><Glyph value="uni0686.init"/><Glyph value="uni0687.init"/><Glyph value="uni06BF.init"/><Glyph value="absTchehRetro1Ini"/><Glyph value="absTchehRetro2Ini"/><Glyph value="absJeemRetro1Ini"/><Glyph value="absJeemRetro2Ini"/><Glyph value="absJeemRetro3Ini"/><Glyph value="uni0757.init"/><Glyph value="uni0758.init"/><Glyph value="uni0633.init"/><Glyph value="uni0634.init"/><Glyph value="uni069A.init"/><Glyph value="uni069B.init"/><Glyph value="uni069C.init"/><Glyph value="uni06FA.init"/><Glyph value="absSheenRetro1Ini"/><Glyph value="absSheenRetro2Ini"/><Glyph value="uni075C.init"/><Glyph value="uni076D.init"/><Glyph value="uni0635.init"/><Glyph value="uni0636.init"/><Glyph value="uni069D.init"/><Glyph value="uni069E.init"/><Glyph value="uni06FB.init"/><Glyph value="uni0637.init"/><Glyph value="uni0638.init"/><Glyph value="uni069F.init"/><Glyph value="uni0639.init"/><Glyph value="uni063A.init"/><Glyph value="uni06A0.init"/><Glyph value="uni06FC.init"/><Glyph value="uni075D.init"/><Glyph value="uni075E.init"/><Glyph value="uni075F.init"/><Glyph value="uni0641.init"/><Glyph value="uni06A1.init"/><Glyph value="uni06A2.init"/><Glyph value="uni06A3.init"/><Glyph value="uni06A4.init"/><Glyph value="uni06A5.init"/><Glyph value="uni06A6.init"/><Glyph value="uni0760.init"/><Glyph value="uni0761.init"/><Glyph value="uni066F.init"/><Glyph value="uni0642.init"/><Glyph value="uni06A7.init"/><Glyph value="uni06A8.init"/><Glyph value="uni0643.init"/><Glyph value="uni06AC.init"/><Glyph value="uni06AD.init"/><Glyph value="uni06AE.init"/><Glyph value="uni06A9.init"/><Glyph value="uni06AB.init"/><Glyph value="uni06AF.init"/><Glyph value="uni06B0.init"/><Glyph value="uni06B1.init"/><Glyph value="uni06B2.init"/><Glyph value="uni06B3.init"/><Glyph value="uni06B4.init"/><Glyph value="uni0762.init"/><Glyph value="uni0763.init"/><Glyph value="uni0764.init"/><Glyph value="uni06AA.init"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0645.init"/><Glyph value="uni0765.init"/><Glyph value="uni0766.init"/><Glyph value="uni0646.init"/><Glyph value="uni06B9.init"/><Glyph value="uni06BA.init"/><Glyph value="uni06BB.init"/><Glyph value="uni06BC.init"/><Glyph value="uni06BD.init"/><Glyph value="uni0767.init"/><Glyph value="uni0768.init"/><Glyph value="uni0769.init"/><Glyph value="uni06BE.init"/><Glyph value="uni06FF.init"/><Glyph value="uni0647.init"/><Glyph value="uni06C1.init"/><Glyph value="uni06C2.init"/><Glyph value="uni0674"/><Glyph value="uni060C"/><Glyph value="uni061B"/><Glyph value="uni061F"/><Glyph value="uni066D"/><Glyph value="uni06D4"/><Glyph value="uni06E9"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="226"/><YCoordinate value="1053"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="171"/><YCoordinate value="1027"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="190"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="153"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1039"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="256"/><YCoordinate value="1123"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="112"/><YCoordinate value="964"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="967"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="185"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="204"/><YCoordinate value="976"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="210"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="176"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="109"/><YCoordinate value="676"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="363"/><YCoordinate value="233"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-20"/><YCoordinate value="1007"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-14"/><YCoordinate value="1007"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="970"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="976"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="999"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="4"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="984"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="982"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="984"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="979"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1117"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="3"/><YCoordinate value="996"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="959"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="970"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="556"/><YCoordinate value="1402"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1045"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="153"/><YCoordinate value="1045"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="144"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="155"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="141"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="107"/><YCoordinate value="973"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="979"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="1060"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1475"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1641"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1176"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1176"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1570"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1176"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1719"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1545"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="317"/><YCoordinate value="964"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="1037"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="954"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="915"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="948"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="964"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="883"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="1057"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="883"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1093"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="291"/><YCoordinate value="1267"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="291"/><YCoordinate value="1267"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1093"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1259"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1263"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1263"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1146"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="284"/><YCoordinate value="1300"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="329"/><YCoordinate value="867"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="272"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="272"/><YCoordinate value="1041"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1016"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1219"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1498"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="530"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="324"/><YCoordinate value="777"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="447"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="1197"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="503"/><YCoordinate value="1073"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="552"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="573"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="560"/><YCoordinate value="976"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="569"/><YCoordinate value="984"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="577"/><YCoordinate value="976"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="577"/><YCoordinate value="838"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="577"/><YCoordinate value="1029"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="569"/><YCoordinate value="1033"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="573"/><YCoordinate value="968"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="569"/><YCoordinate value="838"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="577"/><YCoordinate value="806"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="612"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="589"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="446"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="491"/><YCoordinate value="1078"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="438"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="446"/><YCoordinate value="1215"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="1012"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="434"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="438"/><YCoordinate value="1211"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="438"/><YCoordinate value="1203"/></BaseAnchor></BaseRecord><BaseRecord index="102"><BaseAnchor index="0" Format="1"><XCoordinate value="434"/><YCoordinate value="1065"/></BaseAnchor></BaseRecord><BaseRecord index="103"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="104"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="105"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1006"/></BaseAnchor></BaseRecord><BaseRecord index="106"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="793"/></BaseAnchor></BaseRecord><BaseRecord index="107"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="108"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1006"/></BaseAnchor></BaseRecord><BaseRecord index="109"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1006"/></BaseAnchor></BaseRecord><BaseRecord index="110"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1531"/></BaseAnchor></BaseRecord><BaseRecord index="111"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1247"/></BaseAnchor></BaseRecord><BaseRecord index="112"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1006"/></BaseAnchor></BaseRecord><BaseRecord index="113"><BaseAnchor index="0" Format="1"><XCoordinate value="675"/><YCoordinate value="1006"/></BaseAnchor></BaseRecord><BaseRecord index="114"><BaseAnchor index="0" Format="1"><XCoordinate value="799"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="115"><BaseAnchor index="0" Format="1"><XCoordinate value="799"/><YCoordinate value="890"/></BaseAnchor></BaseRecord><BaseRecord index="116"><BaseAnchor index="0" Format="1"><XCoordinate value="799"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="117"><BaseAnchor index="0" Format="1"><XCoordinate value="799"/><YCoordinate value="1103"/></BaseAnchor></BaseRecord><BaseRecord index="118"><BaseAnchor index="0" Format="1"><XCoordinate value="799"/><YCoordinate value="890"/></BaseAnchor></BaseRecord><BaseRecord index="119"><BaseAnchor index="0" Format="1"><XCoordinate value="475"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="120"><BaseAnchor index="0" Format="1"><XCoordinate value="475"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="121"><BaseAnchor index="0" Format="1"><XCoordinate value="475"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="122"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="786"/></BaseAnchor></BaseRecord><BaseRecord index="123"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="124"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="1243"/></BaseAnchor></BaseRecord><BaseRecord index="125"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="1045"/></BaseAnchor></BaseRecord><BaseRecord index="126"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="1101"/></BaseAnchor></BaseRecord><BaseRecord index="127"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="1292"/></BaseAnchor></BaseRecord><BaseRecord index="128"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="1255"/></BaseAnchor></BaseRecord><BaseRecord index="129"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="130"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="131"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="132"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="133"><BaseAnchor index="0" Format="1"><XCoordinate value="595"/><YCoordinate value="1077"/></BaseAnchor></BaseRecord><BaseRecord index="134"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="135"><BaseAnchor index="0" Format="1"><XCoordinate value="595"/><YCoordinate value="1073"/></BaseAnchor></BaseRecord><BaseRecord index="136"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="137"><BaseAnchor index="0" Format="1"><XCoordinate value="605"/><YCoordinate value="732"/></BaseAnchor></BaseRecord><BaseRecord index="138"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="139"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="832"/></BaseAnchor></BaseRecord><BaseRecord index="140"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="832"/></BaseAnchor></BaseRecord><BaseRecord index="141"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="1045"/></BaseAnchor></BaseRecord><BaseRecord index="142"><BaseAnchor index="0" Format="1"><XCoordinate value="521"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="143"><BaseAnchor index="0" Format="1"><XCoordinate value="521"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="144"><BaseAnchor index="0" Format="1"><XCoordinate value="518"/><YCoordinate value="1514"/></BaseAnchor></BaseRecord><BaseRecord index="145"><BaseAnchor index="0" Format="1"><XCoordinate value="521"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="146"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="147"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="148"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="149"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="150"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="1417"/></BaseAnchor></BaseRecord><BaseRecord index="151"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="152"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="153"><BaseAnchor index="0" Format="1"><XCoordinate value="628"/><YCoordinate value="1575"/></BaseAnchor></BaseRecord><BaseRecord index="154"><BaseAnchor index="0" Format="1"><XCoordinate value="640"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="155"><BaseAnchor index="0" Format="1"><XCoordinate value="676"/><YCoordinate value="1434"/></BaseAnchor></BaseRecord><BaseRecord index="156"><BaseAnchor index="0" Format="1"><XCoordinate value="535"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="157"><BaseAnchor index="0" Format="1"><XCoordinate value="464"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="158"><BaseAnchor index="0" Format="1"><XCoordinate value="351"/><YCoordinate value="1422"/></BaseAnchor></BaseRecord><BaseRecord index="159"><BaseAnchor index="0" Format="1"><XCoordinate value="464"/><YCoordinate value="1774"/></BaseAnchor></BaseRecord><BaseRecord index="160"><BaseAnchor index="0" Format="1"><XCoordinate value="468"/><YCoordinate value="1749"/></BaseAnchor></BaseRecord><BaseRecord index="161"><BaseAnchor index="0" Format="1"><XCoordinate value="392"/><YCoordinate value="1968"/></BaseAnchor></BaseRecord><BaseRecord index="162"><BaseAnchor index="0" Format="1"><XCoordinate value="351"/><YCoordinate value="1422"/></BaseAnchor></BaseRecord><BaseRecord index="163"><BaseAnchor index="0" Format="1"><XCoordinate value="440"/><YCoordinate value="1988"/></BaseAnchor></BaseRecord><BaseRecord index="164"><BaseAnchor index="0" Format="1"><XCoordinate value="351"/><YCoordinate value="1422"/></BaseAnchor></BaseRecord><BaseRecord index="165"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="562"/></BaseAnchor></BaseRecord><BaseRecord index="166"><BaseAnchor index="0" Format="1"><XCoordinate value="297"/><YCoordinate value="901"/></BaseAnchor></BaseRecord><BaseRecord index="167"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="619"/></BaseAnchor></BaseRecord><BaseRecord index="168"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="169"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="170"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="709"/></BaseAnchor></BaseRecord><BaseRecord index="171"><BaseAnchor index="0" Format="1"><XCoordinate value="292"/><YCoordinate value="948"/></BaseAnchor></BaseRecord><BaseRecord index="172"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="173"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="948"/></BaseAnchor></BaseRecord><BaseRecord index="174"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="175"><BaseAnchor index="0" Format="1"><XCoordinate value="292"/><YCoordinate value="1158"/></BaseAnchor></BaseRecord><BaseRecord index="176"><BaseAnchor index="0" Format="1"><XCoordinate value="276"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="177"><BaseAnchor index="0" Format="1"><XCoordinate value="413"/><YCoordinate value="891"/></BaseAnchor></BaseRecord><BaseRecord index="178"><BaseAnchor index="0" Format="1"><XCoordinate value="413"/><YCoordinate value="1146"/></BaseAnchor></BaseRecord><BaseRecord index="179"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="180"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="181"><BaseAnchor index="0" Format="1"><XCoordinate value="148"/><YCoordinate value="1122"/></BaseAnchor></BaseRecord><BaseRecord index="182"><BaseAnchor index="0" Format="1"><XCoordinate value="237"/><YCoordinate value="1153"/></BaseAnchor></BaseRecord><BaseRecord index="183"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="184"><BaseAnchor index="0" Format="1"><XCoordinate value="237"/><YCoordinate value="1153"/></BaseAnchor></BaseRecord><BaseRecord index="185"><BaseAnchor index="0" Format="1"><XCoordinate value="144"/><YCoordinate value="1122"/></BaseAnchor></BaseRecord><BaseRecord index="186"><BaseAnchor index="0" Format="1"><XCoordinate value="310"/><YCoordinate value="632"/></BaseAnchor></BaseRecord><BaseRecord index="187"><BaseAnchor index="0" Format="1"><XCoordinate value="114"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="188"><BaseAnchor index="0" Format="1"><XCoordinate value="190"/><YCoordinate value="1462"/></BaseAnchor></BaseRecord><BaseRecord index="189"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1628"/></BaseAnchor></BaseRecord><BaseRecord index="190"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="191"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="192"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1587"/></BaseAnchor></BaseRecord><BaseRecord index="193"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="194"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1624"/></BaseAnchor></BaseRecord><BaseRecord index="195"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="1571"/></BaseAnchor></BaseRecord><BaseRecord index="196"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="887"/></BaseAnchor></BaseRecord><BaseRecord index="197"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="198"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="907"/></BaseAnchor></BaseRecord><BaseRecord index="199"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="874"/></BaseAnchor></BaseRecord><BaseRecord index="200"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="201"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="202"><BaseAnchor index="0" Format="1"><XCoordinate value="409"/><YCoordinate value="794"/></BaseAnchor></BaseRecord><BaseRecord index="203"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="868"/></BaseAnchor></BaseRecord><BaseRecord index="204"><BaseAnchor index="0" Format="1"><XCoordinate value="417"/><YCoordinate value="1008"/></BaseAnchor></BaseRecord><BaseRecord index="205"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="842"/></BaseAnchor></BaseRecord><BaseRecord index="206"><BaseAnchor index="0" Format="1"><XCoordinate value="421"/><YCoordinate value="842"/></BaseAnchor></BaseRecord><BaseRecord index="207"><BaseAnchor index="0" Format="1"><XCoordinate value="417"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="208"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="806"/></BaseAnchor></BaseRecord><BaseRecord index="209"><BaseAnchor index="0" Format="1"><XCoordinate value="401"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="210"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="211"><BaseAnchor index="0" Format="1"><XCoordinate value="409"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="212"><BaseAnchor index="0" Format="1"><XCoordinate value="435"/><YCoordinate value="1395"/></BaseAnchor></BaseRecord><BaseRecord index="213"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="214"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="215"><BaseAnchor index="0" Format="1"><XCoordinate value="435"/><YCoordinate value="1395"/></BaseAnchor></BaseRecord><BaseRecord index="216"><BaseAnchor index="0" Format="1"><XCoordinate value="417"/><YCoordinate value="1267"/></BaseAnchor></BaseRecord><BaseRecord index="217"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="218"><BaseAnchor index="0" Format="1"><XCoordinate value="409"/><YCoordinate value="1409"/></BaseAnchor></BaseRecord><BaseRecord index="219"><BaseAnchor index="0" Format="1"><XCoordinate value="417"/><YCoordinate value="1446"/></BaseAnchor></BaseRecord><BaseRecord index="220"><BaseAnchor index="0" Format="1"><XCoordinate value="433"/><YCoordinate value="1413"/></BaseAnchor></BaseRecord><BaseRecord index="221"><BaseAnchor index="0" Format="1"><XCoordinate value="421"/><YCoordinate value="1263"/></BaseAnchor></BaseRecord><BaseRecord index="222"><BaseAnchor index="0" Format="1"><XCoordinate value="437"/><YCoordinate value="1413"/></BaseAnchor></BaseRecord><BaseRecord index="223"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="224"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="225"><BaseAnchor index="0" Format="1"><XCoordinate value="373"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="226"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="899"/></BaseAnchor></BaseRecord><BaseRecord index="227"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="717"/></BaseAnchor></BaseRecord><BaseRecord index="228"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="229"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="230"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="231"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="232"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="749"/></BaseAnchor></BaseRecord><BaseRecord index="233"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="871"/></BaseAnchor></BaseRecord><BaseRecord index="234"><BaseAnchor index="0" Format="1"><XCoordinate value="364"/><YCoordinate value="911"/></BaseAnchor></BaseRecord><BaseRecord index="235"><BaseAnchor index="0" Format="1"><XCoordinate value="364"/><YCoordinate value="915"/></BaseAnchor></BaseRecord><BaseRecord index="236"><BaseAnchor index="0" Format="1"><XCoordinate value="364"/><YCoordinate value="826"/></BaseAnchor></BaseRecord><BaseRecord index="237"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="1093"/></BaseAnchor></BaseRecord><BaseRecord index="238"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="1369"/></BaseAnchor></BaseRecord><BaseRecord index="239"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="944"/></BaseAnchor></BaseRecord><BaseRecord index="240"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="749"/></BaseAnchor></BaseRecord><BaseRecord index="241"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="242"><BaseAnchor index="0" Format="1"><XCoordinate value="453"/><YCoordinate value="535"/></BaseAnchor></BaseRecord><BaseRecord index="243"><BaseAnchor index="0" Format="1"><XCoordinate value="615"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="244"><BaseAnchor index="0" Format="1"><XCoordinate value="556"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="245"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="246"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="247"><BaseAnchor index="0" Format="1"><XCoordinate value="443"/><YCoordinate value="729"/></BaseAnchor></BaseRecord><BaseRecord index="248"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="249"><BaseAnchor index="0" Format="1"><XCoordinate value="488"/><YCoordinate value="640"/></BaseAnchor></BaseRecord><BaseRecord index="250"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="251"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="252"><BaseAnchor index="0" Format="1"><XCoordinate value="506"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="253"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="254"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="255"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="256"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="757"/></BaseAnchor></BaseRecord><BaseRecord index="257"><BaseAnchor index="0" Format="1"><XCoordinate value="540"/><YCoordinate value="907"/></BaseAnchor></BaseRecord><BaseRecord index="258"><BaseAnchor index="0" Format="1"><XCoordinate value="548"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="259"><BaseAnchor index="0" Format="1"><XCoordinate value="532"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="260"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="261"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="773"/></BaseAnchor></BaseRecord><BaseRecord index="262"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="960"/></BaseAnchor></BaseRecord><BaseRecord index="263"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="264"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="952"/></BaseAnchor></BaseRecord><BaseRecord index="265"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="266"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="267"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="268"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="269"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="761"/></BaseAnchor></BaseRecord><BaseRecord index="270"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="713"/></BaseAnchor></BaseRecord><BaseRecord index="271"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="272"><BaseAnchor index="0" Format="1"><XCoordinate value="544"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="273"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="274"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="275"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="919"/></BaseAnchor></BaseRecord><BaseRecord index="276"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="1025"/></BaseAnchor></BaseRecord><BaseRecord index="277"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="1126"/></BaseAnchor></BaseRecord><BaseRecord index="278"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="279"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="280"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="1134"/></BaseAnchor></BaseRecord><BaseRecord index="281"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="282"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="283"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="939"/></BaseAnchor></BaseRecord><BaseRecord index="284"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="1150"/></BaseAnchor></BaseRecord><BaseRecord index="285"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="286"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="287"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="1146"/></BaseAnchor></BaseRecord><BaseRecord index="288"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="1146"/></BaseAnchor></BaseRecord><BaseRecord index="289"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="968"/></BaseAnchor></BaseRecord><BaseRecord index="290"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="291"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="292"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="293"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="745"/></BaseAnchor></BaseRecord><BaseRecord index="294"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="295"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="296"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="297"><BaseAnchor index="0" Format="1"><XCoordinate value="964"/><YCoordinate value="1474"/></BaseAnchor></BaseRecord><BaseRecord index="298"><BaseAnchor index="0" Format="1"><XCoordinate value="964"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="299"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="300"><BaseAnchor index="0" Format="1"><XCoordinate value="771"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="301"><BaseAnchor index="0" Format="1"><XCoordinate value="869"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="302"><BaseAnchor index="0" Format="1"><XCoordinate value="869"/><YCoordinate value="870"/></BaseAnchor></BaseRecord><BaseRecord index="303"><BaseAnchor index="0" Format="1"><XCoordinate value="869"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="304"><BaseAnchor index="0" Format="1"><XCoordinate value="869"/><YCoordinate value="1083"/></BaseAnchor></BaseRecord><BaseRecord index="305"><BaseAnchor index="0" Format="1"><XCoordinate value="869"/><YCoordinate value="870"/></BaseAnchor></BaseRecord><BaseRecord index="306"><BaseAnchor index="0" Format="1"><XCoordinate value="428"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="307"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="308"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="309"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="310"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="944"/></BaseAnchor></BaseRecord><BaseRecord index="311"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="1154"/></BaseAnchor></BaseRecord><BaseRecord index="312"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="952"/></BaseAnchor></BaseRecord><BaseRecord index="313"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="980"/></BaseAnchor></BaseRecord><BaseRecord index="314"><BaseAnchor index="0" Format="1"><XCoordinate value="296"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="315"><BaseAnchor index="0" Format="1"><XCoordinate value="296"/><YCoordinate value="1150"/></BaseAnchor></BaseRecord><BaseRecord index="316"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="317"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="318"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="319"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="320"><BaseAnchor index="0" Format="1"><XCoordinate value="668"/><YCoordinate value="1101"/></BaseAnchor></BaseRecord><BaseRecord index="321"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="322"><BaseAnchor index="0" Format="1"><XCoordinate value="668"/><YCoordinate value="1105"/></BaseAnchor></BaseRecord><BaseRecord index="323"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="324"><BaseAnchor index="0" Format="1"><XCoordinate value="669"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="325"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="326"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="826"/></BaseAnchor></BaseRecord><BaseRecord index="327"><BaseAnchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="818"/></BaseAnchor></BaseRecord><BaseRecord index="328"><BaseAnchor index="0" Format="1"><XCoordinate value="471"/><YCoordinate value="971"/></BaseAnchor></BaseRecord><BaseRecord index="329"><BaseAnchor index="0" Format="1"><XCoordinate value="609"/><YCoordinate value="1104"/></BaseAnchor></BaseRecord><BaseRecord index="330"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="1393"/></BaseAnchor></BaseRecord><BaseRecord index="331"><BaseAnchor index="0" Format="1"><XCoordinate value="640"/><YCoordinate value="1587"/></BaseAnchor></BaseRecord><BaseRecord index="332"><BaseAnchor index="0" Format="1"><XCoordinate value="609"/><YCoordinate value="1104"/></BaseAnchor></BaseRecord><BaseRecord index="333"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="334"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="335"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="336"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="337"><BaseAnchor index="0" Format="1"><XCoordinate value="498"/><YCoordinate value="1324"/></BaseAnchor></BaseRecord><BaseRecord index="338"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="339"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1118"/></BaseAnchor></BaseRecord><BaseRecord index="340"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="1409"/></BaseAnchor></BaseRecord><BaseRecord index="341"><BaseAnchor index="0" Format="1"><XCoordinate value="640"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="342"><BaseAnchor index="0" Format="1"><XCoordinate value="502"/><YCoordinate value="1292"/></BaseAnchor></BaseRecord><BaseRecord index="343"><BaseAnchor index="0" Format="1"><XCoordinate value="623"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="344"><BaseAnchor index="0" Format="1"><XCoordinate value="502"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="345"><BaseAnchor index="0" Format="1"><XCoordinate value="487"/><YCoordinate value="1148"/></BaseAnchor></BaseRecord><BaseRecord index="346"><BaseAnchor index="0" Format="1"><XCoordinate value="502"/><YCoordinate value="1527"/></BaseAnchor></BaseRecord><BaseRecord index="347"><BaseAnchor index="0" Format="1"><XCoordinate value="514"/><YCoordinate value="1510"/></BaseAnchor></BaseRecord><BaseRecord index="348"><BaseAnchor index="0" Format="1"><XCoordinate value="487"/><YCoordinate value="1694"/></BaseAnchor></BaseRecord><BaseRecord index="349"><BaseAnchor index="0" Format="1"><XCoordinate value="487"/><YCoordinate value="1148"/></BaseAnchor></BaseRecord><BaseRecord index="350"><BaseAnchor index="0" Format="1"><XCoordinate value="530"/><YCoordinate value="1721"/></BaseAnchor></BaseRecord><BaseRecord index="351"><BaseAnchor index="0" Format="1"><XCoordinate value="487"/><YCoordinate value="1148"/></BaseAnchor></BaseRecord><BaseRecord index="352"><BaseAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="535"/></BaseAnchor></BaseRecord><BaseRecord index="353"><BaseAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="832"/></BaseAnchor></BaseRecord><BaseRecord index="354"><BaseAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="535"/></BaseAnchor></BaseRecord><BaseRecord index="355"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="356"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="357"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="624"/></BaseAnchor></BaseRecord><BaseRecord index="358"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="359"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="360"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="361"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="362"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="363"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="364"><BaseAnchor index="0" Format="1"><XCoordinate value="404"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="365"><BaseAnchor index="0" Format="1"><XCoordinate value="404"/><YCoordinate value="1064"/></BaseAnchor></BaseRecord><BaseRecord index="366"><BaseAnchor index="0" Format="1"><XCoordinate value="332"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="367"><BaseAnchor index="0" Format="1"><XCoordinate value="358"/><YCoordinate value="892"/></BaseAnchor></BaseRecord><BaseRecord index="368"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="369"><BaseAnchor index="0" Format="1"><XCoordinate value="368"/><YCoordinate value="1263"/></BaseAnchor></BaseRecord><BaseRecord index="370"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="371"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="372"><BaseAnchor index="0" Format="1"><XCoordinate value="349"/><YCoordinate value="794"/></BaseAnchor></BaseRecord><BaseRecord index="373"><BaseAnchor index="0" Format="1"><XCoordinate value="186"/><YCoordinate value="871"/></BaseAnchor></BaseRecord><BaseRecord index="374"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="375"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="376"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="875"/></BaseAnchor></BaseRecord><BaseRecord index="377"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="378"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="379"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="380"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="381"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="382"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="383"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="384"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="810"/></BaseAnchor></BaseRecord><BaseRecord index="385"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="984"/></BaseAnchor></BaseRecord><BaseRecord index="386"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="980"/></BaseAnchor></BaseRecord><BaseRecord index="387"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="388"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="389"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="810"/></BaseAnchor></BaseRecord><BaseRecord index="390"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1025"/></BaseAnchor></BaseRecord><BaseRecord index="391"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="392"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="1016"/></BaseAnchor></BaseRecord><BaseRecord index="393"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="394"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="395"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="980"/></BaseAnchor></BaseRecord><BaseRecord index="396"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="397"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="398"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="818"/></BaseAnchor></BaseRecord><BaseRecord index="399"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="400"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="830"/></BaseAnchor></BaseRecord><BaseRecord index="401"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="402"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="403"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="956"/></BaseAnchor></BaseRecord><BaseRecord index="404"><BaseAnchor index="0" Format="1"><XCoordinate value="368"/><YCoordinate value="1037"/></BaseAnchor></BaseRecord><BaseRecord index="405"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="1146"/></BaseAnchor></BaseRecord><BaseRecord index="406"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="407"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="408"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="1162"/></BaseAnchor></BaseRecord><BaseRecord index="409"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="410"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="411"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="948"/></BaseAnchor></BaseRecord><BaseRecord index="412"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="1154"/></BaseAnchor></BaseRecord><BaseRecord index="413"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="414"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="415"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="1154"/></BaseAnchor></BaseRecord><BaseRecord index="416"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="1154"/></BaseAnchor></BaseRecord><BaseRecord index="417"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="1004"/></BaseAnchor></BaseRecord><BaseRecord index="418"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="725"/></BaseAnchor></BaseRecord><BaseRecord index="419"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="420"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="965"/></BaseAnchor></BaseRecord><BaseRecord index="421"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="752"/></BaseAnchor></BaseRecord><BaseRecord index="422"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="423"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="965"/></BaseAnchor></BaseRecord><BaseRecord index="424"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="965"/></BaseAnchor></BaseRecord><BaseRecord index="425"><BaseAnchor index="0" Format="1"><XCoordinate value="543"/><YCoordinate value="1490"/></BaseAnchor></BaseRecord><BaseRecord index="426"><BaseAnchor index="0" Format="1"><XCoordinate value="543"/><YCoordinate value="1207"/></BaseAnchor></BaseRecord><BaseRecord index="427"><BaseAnchor index="0" Format="1"><XCoordinate value="454"/><YCoordinate value="1037"/></BaseAnchor></BaseRecord><BaseRecord index="428"><BaseAnchor index="0" Format="1"><XCoordinate value="477"/><YCoordinate value="965"/></BaseAnchor></BaseRecord><BaseRecord index="429"><BaseAnchor index="0" Format="1"><XCoordinate value="526"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="430"><BaseAnchor index="0" Format="1"><XCoordinate value="526"/><YCoordinate value="867"/></BaseAnchor></BaseRecord><BaseRecord index="431"><BaseAnchor index="0" Format="1"><XCoordinate value="526"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="432"><BaseAnchor index="0" Format="1"><XCoordinate value="522"/><YCoordinate value="1045"/></BaseAnchor></BaseRecord><BaseRecord index="433"><BaseAnchor index="0" Format="1"><XCoordinate value="522"/><YCoordinate value="863"/></BaseAnchor></BaseRecord><BaseRecord index="434"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="1251"/></BaseAnchor></BaseRecord><BaseRecord index="435"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="1251"/></BaseAnchor></BaseRecord><BaseRecord index="436"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="1251"/></BaseAnchor></BaseRecord><BaseRecord index="437"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="438"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="920"/></BaseAnchor></BaseRecord><BaseRecord index="439"><BaseAnchor index="0" Format="1"><XCoordinate value="313"/><YCoordinate value="1133"/></BaseAnchor></BaseRecord><BaseRecord index="440"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="948"/></BaseAnchor></BaseRecord><BaseRecord index="441"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="442"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="1195"/></BaseAnchor></BaseRecord><BaseRecord index="443"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="1170"/></BaseAnchor></BaseRecord><BaseRecord index="444"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="1001"/></BaseAnchor></BaseRecord><BaseRecord index="445"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="446"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="447"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="1037"/></BaseAnchor></BaseRecord><BaseRecord index="448"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="1247"/></BaseAnchor></BaseRecord><BaseRecord index="449"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="450"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="1280"/></BaseAnchor></BaseRecord><BaseRecord index="451"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="452"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="453"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="454"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="1069"/></BaseAnchor></BaseRecord><BaseRecord index="455"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="1065"/></BaseAnchor></BaseRecord><BaseRecord index="456"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="1251"/></BaseAnchor></BaseRecord><BaseRecord index="457"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="458"><BaseAnchor index="0" Format="1"><XCoordinate value="53"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="459"><BaseAnchor index="0" Format="1"><XCoordinate value="57"/><YCoordinate value="1434"/></BaseAnchor></BaseRecord><BaseRecord index="460"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="461"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="462"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="463"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1142"/></BaseAnchor></BaseRecord><BaseRecord index="464"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1142"/></BaseAnchor></BaseRecord><BaseRecord index="465"><BaseAnchor index="0" Format="1"><XCoordinate value="53"/><YCoordinate value="1377"/></BaseAnchor></BaseRecord><BaseRecord index="466"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1142"/></BaseAnchor></BaseRecord><BaseRecord index="467"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1142"/></BaseAnchor></BaseRecord><BaseRecord index="468"><BaseAnchor index="0" Format="1"><XCoordinate value="32"/><YCoordinate value="1563"/></BaseAnchor></BaseRecord><BaseRecord index="469"><BaseAnchor index="0" Format="1"><XCoordinate value="57"/><YCoordinate value="1247"/></BaseAnchor></BaseRecord><BaseRecord index="470"><BaseAnchor index="0" Format="1"><XCoordinate value="61"/><YCoordinate value="1429"/></BaseAnchor></BaseRecord><BaseRecord index="471"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="472"><BaseAnchor index="0" Format="1"><XCoordinate value="263"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="473"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1168"/></BaseAnchor></BaseRecord><BaseRecord index="474"><BaseAnchor index="0" Format="1"><XCoordinate value="138"/><YCoordinate value="1547"/></BaseAnchor></BaseRecord><BaseRecord index="475"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="1547"/></BaseAnchor></BaseRecord><BaseRecord index="476"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="1753"/></BaseAnchor></BaseRecord><BaseRecord index="477"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1168"/></BaseAnchor></BaseRecord><BaseRecord index="478"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1757"/></BaseAnchor></BaseRecord><BaseRecord index="479"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1168"/></BaseAnchor></BaseRecord><BaseRecord index="480"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="481"><BaseAnchor index="0" Format="1"><XCoordinate value="267"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="482"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="483"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="822"/></BaseAnchor></BaseRecord><BaseRecord index="484"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="822"/></BaseAnchor></BaseRecord><BaseRecord index="485"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="822"/></BaseAnchor></BaseRecord><BaseRecord index="486"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="958"/></BaseAnchor></BaseRecord><BaseRecord index="487"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="822"/></BaseAnchor></BaseRecord><BaseRecord index="488"><BaseAnchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="489"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="822"/></BaseAnchor></BaseRecord><BaseRecord index="490"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="1195"/></BaseAnchor></BaseRecord><BaseRecord index="491"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="1073"/></BaseAnchor></BaseRecord><BaseRecord index="492"><BaseAnchor index="0" Format="1"><XCoordinate value="310"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="493"><BaseAnchor index="0" Format="1"><XCoordinate value="298"/><YCoordinate value="1126"/></BaseAnchor></BaseRecord><BaseRecord index="494"><BaseAnchor index="0" Format="1"><XCoordinate value="365"/><YCoordinate value="712"/></BaseAnchor></BaseRecord><BaseRecord index="495"><BaseAnchor index="0" Format="1"><XCoordinate value="428"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="496"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="497"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="1012"/></BaseAnchor></BaseRecord><BaseRecord index="498"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="499"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="500"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="501"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="502"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="935"/></BaseAnchor></BaseRecord><BaseRecord index="503"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="504"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="505"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="506"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="507"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="508"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="968"/></BaseAnchor></BaseRecord><BaseRecord index="509"><BaseAnchor index="0" Format="1"><XCoordinate value="126"/><YCoordinate value="1122"/></BaseAnchor></BaseRecord><BaseRecord index="510"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1134"/></BaseAnchor></BaseRecord><BaseRecord index="511"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1122"/></BaseAnchor></BaseRecord><BaseRecord index="512"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="513"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="956"/></BaseAnchor></BaseRecord><BaseRecord index="514"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1162"/></BaseAnchor></BaseRecord><BaseRecord index="515"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="516"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="517"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="518"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="519"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="1126"/></BaseAnchor></BaseRecord><BaseRecord index="520"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="521"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="956"/></BaseAnchor></BaseRecord><BaseRecord index="522"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="523"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="524"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="968"/></BaseAnchor></BaseRecord><BaseRecord index="525"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="526"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="527"><BaseAnchor index="0" Format="1"><XCoordinate value="263"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="528"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="1045"/></BaseAnchor></BaseRecord><BaseRecord index="529"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="1191"/></BaseAnchor></BaseRecord><BaseRecord index="530"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="531"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="532"><BaseAnchor index="0" Format="1"><XCoordinate value="247"/><YCoordinate value="1195"/></BaseAnchor></BaseRecord><BaseRecord index="533"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="534"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="535"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="536"><BaseAnchor index="0" Format="1"><XCoordinate value="263"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="537"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="538"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="539"><BaseAnchor index="0" Format="1"><XCoordinate value="263"/><YCoordinate value="1174"/></BaseAnchor></BaseRecord><BaseRecord index="540"><BaseAnchor index="0" Format="1"><XCoordinate value="263"/><YCoordinate value="1182"/></BaseAnchor></BaseRecord><BaseRecord index="541"><BaseAnchor index="0" Format="1"><XCoordinate value="259"/><YCoordinate value="1008"/></BaseAnchor></BaseRecord><BaseRecord index="542"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="543"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="544"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="971"/></BaseAnchor></BaseRecord><BaseRecord index="545"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="758"/></BaseAnchor></BaseRecord><BaseRecord index="546"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="547"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="971"/></BaseAnchor></BaseRecord><BaseRecord index="548"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="971"/></BaseAnchor></BaseRecord><BaseRecord index="549"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="1494"/></BaseAnchor></BaseRecord><BaseRecord index="550"><BaseAnchor index="0" Format="1"><XCoordinate value="429"/><YCoordinate value="1211"/></BaseAnchor></BaseRecord><BaseRecord index="551"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="1016"/></BaseAnchor></BaseRecord><BaseRecord index="552"><BaseAnchor index="0" Format="1"><XCoordinate value="353"/><YCoordinate value="971"/></BaseAnchor></BaseRecord><BaseRecord index="553"><BaseAnchor index="0" Format="1"><XCoordinate value="519"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="554"><BaseAnchor index="0" Format="1"><XCoordinate value="482"/><YCoordinate value="834"/></BaseAnchor></BaseRecord><BaseRecord index="555"><BaseAnchor index="0" Format="1"><XCoordinate value="519"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="556"><BaseAnchor index="0" Format="1"><XCoordinate value="478"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="557"><BaseAnchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="842"/></BaseAnchor></BaseRecord><BaseRecord index="558"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="559"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="560"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="561"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="838"/></BaseAnchor></BaseRecord><BaseRecord index="562"><BaseAnchor index="0" Format="1"><XCoordinate value="292"/><YCoordinate value="1061"/></BaseAnchor></BaseRecord><BaseRecord index="563"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="1247"/></BaseAnchor></BaseRecord><BaseRecord index="564"><BaseAnchor index="0" Format="1"><XCoordinate value="279"/><YCoordinate value="1053"/></BaseAnchor></BaseRecord><BaseRecord index="565"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="1105"/></BaseAnchor></BaseRecord><BaseRecord index="566"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="1292"/></BaseAnchor></BaseRecord><BaseRecord index="567"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="1247"/></BaseAnchor></BaseRecord><BaseRecord index="568"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1065"/></BaseAnchor></BaseRecord><BaseRecord index="569"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="570"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="571"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="1069"/></BaseAnchor></BaseRecord><BaseRecord index="572"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="1288"/></BaseAnchor></BaseRecord><BaseRecord index="573"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="574"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1336"/></BaseAnchor></BaseRecord><BaseRecord index="575"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="576"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="577"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="858"/></BaseAnchor></BaseRecord><BaseRecord index="578"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="1126"/></BaseAnchor></BaseRecord><BaseRecord index="579"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1085"/></BaseAnchor></BaseRecord><BaseRecord index="580"><BaseAnchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1276"/></BaseAnchor></BaseRecord><BaseRecord index="581"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="582"><BaseAnchor index="0" Format="1"><XCoordinate value="85"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="583"><BaseAnchor index="0" Format="1"><XCoordinate value="61"/><YCoordinate value="1429"/></BaseAnchor></BaseRecord><BaseRecord index="584"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="585"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="586"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="587"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="588"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="589"><BaseAnchor index="0" Format="1"><XCoordinate value="81"/><YCoordinate value="1385"/></BaseAnchor></BaseRecord><BaseRecord index="590"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="591"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="592"><BaseAnchor index="0" Format="1"><XCoordinate value="77"/><YCoordinate value="1571"/></BaseAnchor></BaseRecord><BaseRecord index="593"><BaseAnchor index="0" Format="1"><XCoordinate value="121"/><YCoordinate value="1223"/></BaseAnchor></BaseRecord><BaseRecord index="594"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="1417"/></BaseAnchor></BaseRecord><BaseRecord index="595"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1049"/></BaseAnchor></BaseRecord><BaseRecord index="596"><BaseAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="1004"/></BaseAnchor></BaseRecord><BaseRecord index="597"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="598"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1543"/></BaseAnchor></BaseRecord><BaseRecord index="599"><BaseAnchor index="0" Format="1"><XCoordinate value="113"/><YCoordinate value="1514"/></BaseAnchor></BaseRecord><BaseRecord index="600"><BaseAnchor index="0" Format="1"><XCoordinate value="107"/><YCoordinate value="1706"/></BaseAnchor></BaseRecord><BaseRecord index="601"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="602"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="1737"/></BaseAnchor></BaseRecord><BaseRecord index="603"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="604"><BaseAnchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="605"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="952"/></BaseAnchor></BaseRecord><BaseRecord index="606"><BaseAnchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="607"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="608"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="609"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="610"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="1114"/></BaseAnchor></BaseRecord><BaseRecord index="611"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="612"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="701"/></BaseAnchor></BaseRecord><BaseRecord index="613"><BaseAnchor index="0" Format="1"><XCoordinate value="134"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="614"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="1332"/></BaseAnchor></BaseRecord><BaseRecord index="615"><BaseAnchor index="0" Format="1"><XCoordinate value="138"/><YCoordinate value="1251"/></BaseAnchor></BaseRecord><BaseRecord index="616"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="891"/></BaseAnchor></BaseRecord><BaseRecord index="617"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="618"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="891"/></BaseAnchor></BaseRecord><BaseRecord index="619"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="697"/></BaseAnchor></BaseRecord><BaseRecord index="620"><BaseAnchor index="0" Format="1"><XCoordinate value="149"/><YCoordinate value="1033"/></BaseAnchor></BaseRecord><BaseRecord index="621"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="622"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="623"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="624"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="625"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="626"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="627"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="628"><BaseAnchor index="0" Format="1"><XCoordinate value="84"/><YCoordinate value="1170"/></BaseAnchor></BaseRecord><BaseRecord index="629"><BaseAnchor index="0" Format="1"><XCoordinate value="183"/><YCoordinate value="1569"/></BaseAnchor></BaseRecord><BaseRecord index="630"><BaseAnchor index="0" Format="1"><XCoordinate value="161"/><YCoordinate value="1600"/></BaseAnchor></BaseRecord><BaseRecord index="631"><BaseAnchor index="0" Format="1"><XCoordinate value="139"/><YCoordinate value="1730"/></BaseAnchor></BaseRecord><BaseRecord index="632"><BaseAnchor index="0" Format="1"><XCoordinate value="84"/><YCoordinate value="1170"/></BaseAnchor></BaseRecord><BaseRecord index="633"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="1745"/></BaseAnchor></BaseRecord><BaseRecord index="634"><BaseAnchor index="0" Format="1"><XCoordinate value="84"/><YCoordinate value="1170"/></BaseAnchor></BaseRecord><BaseRecord index="635"><BaseAnchor index="0" Format="1"><XCoordinate value="73"/><YCoordinate value="1300"/></BaseAnchor></BaseRecord><BaseRecord index="636"><BaseAnchor index="0" Format="1"><XCoordinate value="22"/><YCoordinate value="1477"/></BaseAnchor></BaseRecord><BaseRecord index="637"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1041"/></BaseAnchor></BaseRecord><BaseRecord index="638"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1041"/></BaseAnchor></BaseRecord><BaseRecord index="639"><BaseAnchor index="0" Format="1"><XCoordinate value="26"/><YCoordinate value="1400"/></BaseAnchor></BaseRecord><BaseRecord index="640"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1041"/></BaseAnchor></BaseRecord><BaseRecord index="641"><BaseAnchor index="0" Format="1"><XCoordinate value="22"/><YCoordinate value="1419"/></BaseAnchor></BaseRecord><BaseRecord index="642"><BaseAnchor index="0" Format="1"><XCoordinate value="26"/><YCoordinate value="1368"/></BaseAnchor></BaseRecord><BaseRecord index="643"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="644"><BaseAnchor index="0" Format="1"><XCoordinate value="213"/><YCoordinate value="1547"/></BaseAnchor></BaseRecord><BaseRecord index="645"><BaseAnchor index="0" Format="1"><XCoordinate value="194"/><YCoordinate value="1547"/></BaseAnchor></BaseRecord><BaseRecord index="646"><BaseAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="1738"/></BaseAnchor></BaseRecord><BaseRecord index="647"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="648"><BaseAnchor index="0" Format="1"><XCoordinate value="183"/><YCoordinate value="1734"/></BaseAnchor></BaseRecord><BaseRecord index="649"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="1178"/></BaseAnchor></BaseRecord><BaseRecord index="650"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1280"/></BaseAnchor></BaseRecord><BaseRecord index="651"><BaseAnchor index="0" Format="1"><XCoordinate value="44"/><YCoordinate value="1474"/></BaseAnchor></BaseRecord><BaseRecord index="652"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="653"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="654"><BaseAnchor index="0" Format="1"><XCoordinate value="29"/><YCoordinate value="1379"/></BaseAnchor></BaseRecord><BaseRecord index="655"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="656"><BaseAnchor index="0" Format="1"><XCoordinate value="55"/><YCoordinate value="1400"/></BaseAnchor></BaseRecord><BaseRecord index="657"><BaseAnchor index="0" Format="1"><XCoordinate value="48"/><YCoordinate value="1353"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="2"><LookupType value="4"/><LookupFlag value="0"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="1"><Glyph value="uni0670"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="109"/><YCoordinate value="676"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="975"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="293"/><YCoordinate value="928"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="293"/><YCoordinate value="975"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="201"/><YCoordinate value="987"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="975"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="241"/><YCoordinate value="979"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="975"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="352"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="254"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="254"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="254"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="352"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="254"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="352"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="551"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="551"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="499"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="499"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="-13"/><YCoordinate value="814"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="1"/><YCoordinate value="802"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="3"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06D6"/><Glyph value="uni06D7"/><Glyph value="uni06D8"/><Glyph value="uni06D9"/><Glyph value="uni06DA"/><Glyph value="uni06DB"/><Glyph value="uni06DC"/><Glyph value="uni06DF"/><Glyph value="uni06E0"/><Glyph value="uni06E1"/><Glyph value="uni06E2"/><Glyph value="uni06E4"/><Glyph value="uni06E7"/><Glyph value="uni06E8"/><Glyph value="uni06EB"/><Glyph value="uni06EC"/><Glyph value="uni0614"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06E1"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="226"/><YCoordinate value="1053"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="171"/><YCoordinate value="1027"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="190"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="153"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1039"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="256"/><YCoordinate value="1123"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="112"/><YCoordinate value="964"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="967"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="185"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="204"/><YCoordinate value="976"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="210"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="176"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="109"/><YCoordinate value="676"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="363"/><YCoordinate value="233"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-20"/><YCoordinate value="1007"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-14"/><YCoordinate value="1007"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="970"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="976"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="999"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="4"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="984"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="982"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="984"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="979"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="1117"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="3"/><YCoordinate value="996"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="987"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="959"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="970"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="556"/><YCoordinate value="1402"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1045"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="153"/><YCoordinate value="1045"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="144"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="155"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="141"/><YCoordinate value="1056"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="178"/><YCoordinate value="625"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="1051"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="107"/><YCoordinate value="973"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="147"/><YCoordinate value="979"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="187"/><YCoordinate value="1048"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="1437"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="171"/><YCoordinate value="1492"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="190"/><YCoordinate value="1298"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="187"/><YCoordinate value="1492"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="1390"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1421"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1368"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="178"/><YCoordinate value="1042"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="112"/><YCoordinate value="1427"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="147"/><YCoordinate value="1257"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="185"/><YCoordinate value="1258"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="204"/><YCoordinate value="1226"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1226"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="187"/><YCoordinate value="1492"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="1327"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="1085"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="925"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1240"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="147"/><YCoordinate value="1674"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="1733"/></Mark2Anchor></Mark2Record><Mark2Record index="20"><Mark2Anchor index="0" Format="1"><XCoordinate value="144"/><YCoordinate value="1721"/></Mark2Anchor></Mark2Record><Mark2Record index="21"><Mark2Anchor index="0" Format="1"><XCoordinate value="147"/><YCoordinate value="1536"/></Mark2Anchor></Mark2Record><Mark2Record index="22"><Mark2Anchor index="0" Format="1"><XCoordinate value="155"/><YCoordinate value="1730"/></Mark2Anchor></Mark2Record><Mark2Record index="23"><Mark2Anchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="1578"/></Mark2Anchor></Mark2Record><Mark2Record index="24"><Mark2Anchor index="0" Format="1"><XCoordinate value="172"/><YCoordinate value="1251"/></Mark2Anchor></Mark2Record><Mark2Record index="25"><Mark2Anchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="1461"/></Mark2Anchor></Mark2Record><Mark2Record index="26"><Mark2Anchor index="0" Format="1"><XCoordinate value="147"/><YCoordinate value="1761"/></Mark2Anchor></Mark2Record><Mark2Record index="27"><Mark2Anchor index="0" Format="1"><XCoordinate value="107"/><YCoordinate value="1286"/></Mark2Anchor></Mark2Record><Mark2Record index="28"><Mark2Anchor index="0" Format="1"><XCoordinate value="147"/><YCoordinate value="1251"/></Mark2Anchor></Mark2Record><Mark2Record index="29"><Mark2Anchor index="0" Format="1"><XCoordinate value="187"/><YCoordinate value="1699"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="4"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni25CC"/><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/><Glyph value="uni0627"/><Glyph value="uni0672"/><Glyph value="uni0673"/><Glyph value="uni0675"/><Glyph value="uni0671"/><Glyph value="uni0624"/><Glyph value="uni0648"/><Glyph value="uni0676"/><Glyph value="uni0677"/><Glyph value="uni06C4"/><Glyph value="uni06C5"/><Glyph value="uni06C6"/><Glyph value="uni06C7"/><Glyph value="uni06C8"/><Glyph value="uni06C9"/><Glyph value="uni06CA"/><Glyph value="uni06CB"/><Glyph value="uni06CF"/><Glyph value="absWawDotBelow"/><Glyph value="uni062F"/><Glyph value="uni0630"/><Glyph value="uni0688"/><Glyph value="uni0689"/><Glyph value="uni068A"/><Glyph value="uni068B"/><Glyph value="uni068C"/><Glyph value="uni068D"/><Glyph value="uni068E"/><Glyph value="uni068F"/><Glyph value="uni0690"/><Glyph value="uni06EE"/><Glyph value="uni0759"/><Glyph value="uni075A"/><Glyph value="uni0631"/><Glyph value="uni0632"/><Glyph value="uni0691"/><Glyph value="uni0692"/><Glyph value="uni0693"/><Glyph value="uni0694"/><Glyph value="uni0695"/><Glyph value="uni0696"/><Glyph value="uni0697"/><Glyph value="uni0698"/><Glyph value="uni0699"/><Glyph value="uni076B"/><Glyph value="uni076C"/><Glyph value="absJehRetro1"/><Glyph value="absJehRetro2"/><Glyph value="uni0698.dotHat"/><Glyph value="uni06EF"/><Glyph value="uni075B"/><Glyph value="uni06D2"/><Glyph value="uni06D3"/><Glyph value="uni0626"/><Glyph value="uni064A"/><Glyph value="uni064A.noDots"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06CE"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni066E"/><Glyph value="uni0628"/><Glyph value="uni062A"/><Glyph value="uni062B"/><Glyph value="uni0679"/><Glyph value="uni067A"/><Glyph value="uni067B"/><Glyph value="uni067C"/><Glyph value="uni067D"/><Glyph value="uni067E"/><Glyph value="uni067F"/><Glyph value="uni0680"/><Glyph value="uni0750"/><Glyph value="uni0751"/><Glyph value="uni0752"/><Glyph value="uni0753"/><Glyph value="uni0754"/><Glyph value="uni0755"/><Glyph value="uni0756"/><Glyph value="uni062C"/><Glyph value="uni062D"/><Glyph value="uni062E"/><Glyph value="uni0681"/><Glyph value="uni0682"/><Glyph value="uni0683"/><Glyph value="uni0684"/><Glyph value="uni0685"/><Glyph value="uni0686"/><Glyph value="uni0687"/><Glyph value="uni06BF"/><Glyph value="absTchehRetro1"/><Glyph value="absTchehRetro2"/><Glyph value="absJeemRetro1"/><Glyph value="absJeemRetro2"/><Glyph value="absJeemRetro3"/><Glyph value="uni0757"/><Glyph value="uni0758"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni0637"/><Glyph value="uni0638"/><Glyph value="uni069F"/><Glyph value="uni0639"/><Glyph value="uni063A"/><Glyph value="uni06A0"/><Glyph value="uni06FC"/><Glyph value="uni075D"/><Glyph value="uni075E"/><Glyph value="uni075F"/><Glyph value="uni0641"/><Glyph value="uni06A1"/><Glyph value="uni06A2"/><Glyph value="uni06A3"/><Glyph value="uni06A4"/><Glyph value="uni06A5"/><Glyph value="uni06A6"/><Glyph value="uni0760"/><Glyph value="uni0761"/><Glyph value="uni066F"/><Glyph value="uni0642"/><Glyph value="uni06A7"/><Glyph value="uni06A8"/><Glyph value="uni0643"/><Glyph value="uni06AC"/><Glyph value="uni06AD"/><Glyph value="uni06AE"/><Glyph value="uni06A9"/><Glyph value="uni06AB"/><Glyph value="uni06AF"/><Glyph value="uni06B0"/><Glyph value="uni06B1"/><Glyph value="uni06B2"/><Glyph value="uni06B3"/><Glyph value="uni06B4"/><Glyph value="uni0762"/><Glyph value="uni0763"/><Glyph value="uni0764"/><Glyph value="uni06AA"/><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0645"/><Glyph value="uni0765"/><Glyph value="uni0766"/><Glyph value="uni0646"/><Glyph value="uni06B9"/><Glyph value="uni06BA"/><Glyph value="uni06BB"/><Glyph value="uni06BC"/><Glyph value="uni06BD"/><Glyph value="uni0767"/><Glyph value="uni0768"/><Glyph value="uni0769"/><Glyph value="uni06BE"/><Glyph value="uni06FF"/><Glyph value="uni0647"/><Glyph value="uni06D5"/><Glyph value="uni0629"/><Glyph value="uni06C0"/><Glyph value="uni06C1"/><Glyph value="uni06C2"/><Glyph value="uni06C3"/><Glyph value="uni0621"/><Glyph value="uni0640"/><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/><Glyph value="uni0624.fina"/><Glyph value="uni0648.fina"/><Glyph value="uni0676.fina"/><Glyph value="uni0677.fina"/><Glyph value="uni06C4.fina"/><Glyph value="uni06C5.fina"/><Glyph value="uni06C6.fina"/><Glyph value="uni06C7.fina"/><Glyph value="uni06C8.fina"/><Glyph value="uni06C9.fina"/><Glyph value="uni06CA.fina"/><Glyph value="uni06CB.fina"/><Glyph value="uni06CF.fina"/><Glyph value="absWawDotBelowFin"/><Glyph value="uni062F.fina"/><Glyph value="uni0630.fina"/><Glyph value="uni0688.fina"/><Glyph value="uni0689.fina"/><Glyph value="uni068A.fina"/><Glyph value="uni068B.fina"/><Glyph value="uni068C.fina"/><Glyph value="uni068D.fina"/><Glyph value="uni068E.fina"/><Glyph value="uni068F.fina"/><Glyph value="uni0690.fina"/><Glyph value="uni06EE.fina"/><Glyph value="uni0759.fina"/><Glyph value="uni075A.fina"/><Glyph value="uni0631.fina"/><Glyph value="uni0632.fina"/><Glyph value="uni0691.fina"/><Glyph value="uni0692.fina"/><Glyph value="uni0693.fina"/><Glyph value="uni0694.fina"/><Glyph value="uni0695.fina"/><Glyph value="uni0696.fina"/><Glyph value="uni0697.fina"/><Glyph value="uni0698.fina"/><Glyph value="uni0699.fina"/><Glyph value="uni076B.fina"/><Glyph value="uni076C.fina"/><Glyph value="absJehRetro1Fin"/><Glyph value="absJehRetro2Fin"/><Glyph value="uni0698.fina.dotHat"/><Glyph value="uni06EF.fina"/><Glyph value="uni075B.fina"/><Glyph value="uni06D2.fina"/><Glyph value="uni06D3.fina"/><Glyph value="uni0626.fina"/><Glyph value="uni064A.fina"/><Glyph value="uni064A.fina.noDots"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06CE.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni066E.fina"/><Glyph value="uni0628.fina"/><Glyph value="uni062A.fina"/><Glyph value="uni062B.fina"/><Glyph value="uni0679.fina"/><Glyph value="uni067A.fina"/><Glyph value="uni067B.fina"/><Glyph value="uni067C.fina"/><Glyph value="uni067D.fina"/><Glyph value="uni067E.fina"/><Glyph value="uni067F.fina"/><Glyph value="uni0680.fina"/><Glyph value="uni0750.fina"/><Glyph value="uni0751.fina"/><Glyph value="uni0752.fina"/><Glyph value="uni0753.fina"/><Glyph value="uni0754.fina"/><Glyph value="uni0755.fina"/><Glyph value="uni0756.fina"/><Glyph value="uni062C.fina"/><Glyph value="uni062D.fina"/><Glyph value="uni062E.fina"/><Glyph value="uni0681.fina"/><Glyph value="uni0682.fina"/><Glyph value="uni0683.fina"/><Glyph value="uni0684.fina"/><Glyph value="uni0685.fina"/><Glyph value="uni0686.fina"/><Glyph value="uni0687.fina"/><Glyph value="uni06BF.fina"/><Glyph value="absTchehRetro1Fin"/><Glyph value="absTchehRetro2Fin"/><Glyph value="absJeemRetro1Fin"/><Glyph value="absJeemRetro2Fin"/><Glyph value="absJeemRetro3Fin"/><Glyph value="uni0757.fina"/><Glyph value="uni0758.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/><Glyph value="uni0637.fina"/><Glyph value="uni0638.fina"/><Glyph value="uni069F.fina"/><Glyph value="uni0639.fina"/><Glyph value="uni063A.fina"/><Glyph value="uni06A0.fina"/><Glyph value="uni06FC.fina"/><Glyph value="uni075D.fina"/><Glyph value="uni075E.fina"/><Glyph value="uni075F.fina"/><Glyph value="uni0641.fina"/><Glyph value="uni06A1.fina"/><Glyph value="uni06A2.fina"/><Glyph value="uni06A3.fina"/><Glyph value="uni06A4.fina"/><Glyph value="uni06A5.fina"/><Glyph value="uni06A6.fina"/><Glyph value="uni0760.fina"/><Glyph value="uni0761.fina"/><Glyph value="uni066F.fina"/><Glyph value="uni0642.fina"/><Glyph value="uni06A7.fina"/><Glyph value="uni06A8.fina"/><Glyph value="uni0643.fina"/><Glyph value="uni06AC.fina"/><Glyph value="uni06AD.fina"/><Glyph value="uni06AE.fina"/><Glyph value="uni06A9.fina"/><Glyph value="uni06AB.fina"/><Glyph value="uni06AF.fina"/><Glyph value="uni06B0.fina"/><Glyph value="uni06B1.fina"/><Glyph value="uni06B2.fina"/><Glyph value="uni06B3.fina"/><Glyph value="uni06B4.fina"/><Glyph value="uni0762.fina"/><Glyph value="uni0763.fina"/><Glyph value="uni0764.fina"/><Glyph value="uni06AA.fina"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0645.fina"/><Glyph value="uni0765.fina"/><Glyph value="uni0766.fina"/><Glyph value="uni0646.fina"/><Glyph value="uni06B9.fina"/><Glyph value="uni06BA.fina"/><Glyph value="uni06BB.fina"/><Glyph value="uni06BC.fina"/><Glyph value="uni06BD.fina"/><Glyph value="uni0767.fina"/><Glyph value="uni0768.fina"/><Glyph value="uni0769.fina"/><Glyph value="uni06BE.fina"/><Glyph value="uni06FF.fina"/><Glyph value="uni0647.fina"/><Glyph value="uni06D5.fina"/><Glyph value="uni0629.fina"/><Glyph value="uni06C0.fina"/><Glyph value="uni06C1.fina"/><Glyph value="uni06C2.fina"/><Glyph value="uni06C3.fina"/><Glyph value="uni0626.medi"/><Glyph value="uni064A.medi"/><Glyph value="uni064A.medi.noDots"/><Glyph value="uni0678.medi"/><Glyph value="uni06CC.medi"/><Glyph value="uni06CE.medi"/><Glyph value="uni06D0.medi"/><Glyph value="uni06D1.medi"/><Glyph value="uni0649.medi"/><Glyph value="uni066E.medi"/><Glyph value="uni0628.medi"/><Glyph value="uni062A.medi"/><Glyph value="uni062B.medi"/><Glyph value="uni0679.medi"/><Glyph value="uni067A.medi"/><Glyph value="uni067B.medi"/><Glyph value="uni067C.medi"/><Glyph value="uni067D.medi"/><Glyph value="uni067E.medi"/><Glyph value="uni067F.medi"/><Glyph value="uni0680.medi"/><Glyph value="uni0750.medi"/><Glyph value="uni0751.medi"/><Glyph value="uni0752.medi"/><Glyph value="uni0753.medi"/><Glyph value="uni0754.medi"/><Glyph value="uni0755.medi"/><Glyph value="uni0756.medi"/><Glyph value="uni062C.medi"/><Glyph value="uni062D.medi"/><Glyph value="uni062E.medi"/><Glyph value="uni0681.medi"/><Glyph value="uni0682.medi"/><Glyph value="uni0683.medi"/><Glyph value="uni0684.medi"/><Glyph value="uni0685.medi"/><Glyph value="uni0686.medi"/><Glyph value="uni0687.medi"/><Glyph value="uni06BF.medi"/><Glyph value="absTchehRetro1Med"/><Glyph value="absTchehRetro2Med"/><Glyph value="absJeemRetro1Med"/><Glyph value="absJeemRetro2Med"/><Glyph value="absJeemRetro3Med"/><Glyph value="uni0757.medi"/><Glyph value="uni0758.medi"/><Glyph value="uni0633.medi"/><Glyph value="uni0634.medi"/><Glyph value="uni069A.medi"/><Glyph value="uni069B.medi"/><Glyph value="uni069C.medi"/><Glyph value="uni06FA.medi"/><Glyph value="absSheenRetro1Med"/><Glyph value="absSheenRetro2Med"/><Glyph value="uni075C.medi"/><Glyph value="uni076D.medi"/><Glyph value="uni0635.medi"/><Glyph value="uni0636.medi"/><Glyph value="uni069D.medi"/><Glyph value="uni069E.medi"/><Glyph value="uni06FB.medi"/><Glyph value="uni0637.medi"/><Glyph value="uni0638.medi"/><Glyph value="uni069F.medi"/><Glyph value="uni0639.medi"/><Glyph value="uni063A.medi"/><Glyph value="uni06A0.medi"/><Glyph value="uni06FC.medi"/><Glyph value="uni075D.medi"/><Glyph value="uni075E.medi"/><Glyph value="uni075F.medi"/><Glyph value="uni0641.medi"/><Glyph value="uni06A1.medi"/><Glyph value="uni06A2.medi"/><Glyph value="uni06A3.medi"/><Glyph value="uni06A4.medi"/><Glyph value="uni06A5.medi"/><Glyph value="uni06A6.medi"/><Glyph value="uni0760.medi"/><Glyph value="uni0761.medi"/><Glyph value="uni066F.medi"/><Glyph value="uni0642.medi"/><Glyph value="uni06A7.medi"/><Glyph value="uni06A8.medi"/><Glyph value="uni0643.medi"/><Glyph value="uni06AC.medi"/><Glyph value="uni06AD.medi"/><Glyph value="uni06AE.medi"/><Glyph value="uni06A9.medi"/><Glyph value="uni06AB.medi"/><Glyph value="uni06AF.medi"/><Glyph value="uni06B0.medi"/><Glyph value="uni06B1.medi"/><Glyph value="uni06B2.medi"/><Glyph value="uni06B3.medi"/><Glyph value="uni06B4.medi"/><Glyph value="uni0762.medi"/><Glyph value="uni0763.medi"/><Glyph value="uni0764.medi"/><Glyph value="uni06AA.medi"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0645.medi"/><Glyph value="uni0765.medi"/><Glyph value="uni0766.medi"/><Glyph value="uni0646.medi"/><Glyph value="uni06B9.medi"/><Glyph value="uni06BA.medi"/><Glyph value="uni06BB.medi"/><Glyph value="uni06BC.medi"/><Glyph value="uni06BD.medi"/><Glyph value="uni0767.medi"/><Glyph value="uni0768.medi"/><Glyph value="uni0769.medi"/><Glyph value="uni06BE.medi"/><Glyph value="uni06FF.medi"/><Glyph value="uni0647.medi"/><Glyph value="uni06C1.medi"/><Glyph value="uni06C2.medi"/><Glyph value="uni0626.init"/><Glyph value="uni064A.init"/><Glyph value="uni064A.init.noDots"/><Glyph value="uni0678.init"/><Glyph value="uni06CC.init"/><Glyph value="uni06CE.init"/><Glyph value="uni06D0.init"/><Glyph value="uni06D1.init"/><Glyph value="uni0649.init"/><Glyph value="uni066E.init"/><Glyph value="uni0628.init"/><Glyph value="uni062A.init"/><Glyph value="uni062B.init"/><Glyph value="uni0679.init"/><Glyph value="uni067A.init"/><Glyph value="uni067B.init"/><Glyph value="uni067C.init"/><Glyph value="uni067D.init"/><Glyph value="uni067E.init"/><Glyph value="uni067F.init"/><Glyph value="uni0680.init"/><Glyph value="uni0750.init"/><Glyph value="uni0751.init"/><Glyph value="uni0752.init"/><Glyph value="uni0753.init"/><Glyph value="uni0754.init"/><Glyph value="uni0755.init"/><Glyph value="uni0756.init"/><Glyph value="uni062C.init"/><Glyph value="uni062D.init"/><Glyph value="uni062E.init"/><Glyph value="uni0681.init"/><Glyph value="uni0682.init"/><Glyph value="uni0683.init"/><Glyph value="uni0684.init"/><Glyph value="uni0685.init"/><Glyph value="uni0686.init"/><Glyph value="uni0687.init"/><Glyph value="uni06BF.init"/><Glyph value="absTchehRetro1Ini"/><Glyph value="absTchehRetro2Ini"/><Glyph value="absJeemRetro1Ini"/><Glyph value="absJeemRetro2Ini"/><Glyph value="absJeemRetro3Ini"/><Glyph value="uni0757.init"/><Glyph value="uni0758.init"/><Glyph value="uni0633.init"/><Glyph value="uni0634.init"/><Glyph value="uni069A.init"/><Glyph value="uni069B.init"/><Glyph value="uni069C.init"/><Glyph value="uni06FA.init"/><Glyph value="absSheenRetro1Ini"/><Glyph value="absSheenRetro2Ini"/><Glyph value="uni075C.init"/><Glyph value="uni076D.init"/><Glyph value="uni0635.init"/><Glyph value="uni0636.init"/><Glyph value="uni069D.init"/><Glyph value="uni069E.init"/><Glyph value="uni06FB.init"/><Glyph value="uni0637.init"/><Glyph value="uni0638.init"/><Glyph value="uni069F.init"/><Glyph value="uni0639.init"/><Glyph value="uni063A.init"/><Glyph value="uni06A0.init"/><Glyph value="uni06FC.init"/><Glyph value="uni075D.init"/><Glyph value="uni075E.init"/><Glyph value="uni075F.init"/><Glyph value="uni0641.init"/><Glyph value="uni06A1.init"/><Glyph value="uni06A2.init"/><Glyph value="uni06A3.init"/><Glyph value="uni06A4.init"/><Glyph value="uni06A5.init"/><Glyph value="uni06A6.init"/><Glyph value="uni0760.init"/><Glyph value="uni0761.init"/><Glyph value="uni066F.init"/><Glyph value="uni0642.init"/><Glyph value="uni06A7.init"/><Glyph value="uni06A8.init"/><Glyph value="uni0643.init"/><Glyph value="uni06AC.init"/><Glyph value="uni06AD.init"/><Glyph value="uni06AE.init"/><Glyph value="uni06A9.init"/><Glyph value="uni06AB.init"/><Glyph value="uni06AF.init"/><Glyph value="uni06B0.init"/><Glyph value="uni06B1.init"/><Glyph value="uni06B2.init"/><Glyph value="uni06B3.init"/><Glyph value="uni06B4.init"/><Glyph value="uni0762.init"/><Glyph value="uni0763.init"/><Glyph value="uni0764.init"/><Glyph value="uni06AA.init"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0645.init"/><Glyph value="uni0765.init"/><Glyph value="uni0766.init"/><Glyph value="uni0646.init"/><Glyph value="uni06B9.init"/><Glyph value="uni06BA.init"/><Glyph value="uni06BB.init"/><Glyph value="uni06BC.init"/><Glyph value="uni06BD.init"/><Glyph value="uni0767.init"/><Glyph value="uni0768.init"/><Glyph value="uni0769.init"/><Glyph value="uni06BE.init"/><Glyph value="uni06FF.init"/><Glyph value="uni0647.init"/><Glyph value="uni06C1.init"/><Glyph value="uni06C2.init"/><Glyph value="uni0674"/><Glyph value="uni060C"/><Glyph value="uni061B"/><Glyph value="uni061F"/><Glyph value="uni066D"/><Glyph value="uni06D4"/><Glyph value="uni06E9"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="75"/><YCoordinate value="-403"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="66"/><YCoordinate value="-406"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="164"/><YCoordinate value="-49"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="98"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-2"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-195"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-213"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="17"/><YCoordinate value="-285"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="512"/><YCoordinate value="-49"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="127"/><YCoordinate value="-526"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="143"/><YCoordinate value="-498"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="142"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="203"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="244"/><YCoordinate value="-470"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="244"/><YCoordinate value="-470"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-231"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="-660"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="260"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-611"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-672"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-725"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="163"/><YCoordinate value="-697"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="336"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="336"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="334"/><YCoordinate value="-777"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="260"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="285"/><YCoordinate value="-972"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-952"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="249"/><YCoordinate value="-308"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="204"/><YCoordinate value="-308"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="-247"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-360"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="-324"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="212"/><YCoordinate value="-296"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="-336"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="-340"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="-308"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="-259"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="-235"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="102"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="103"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-724"/></BaseAnchor></BaseRecord><BaseRecord index="104"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="105"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="106"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="107"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="108"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="109"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="110"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="111"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="112"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="113"><BaseAnchor index="0" Format="1"><XCoordinate value="168"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="114"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="115"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="116"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="117"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="118"><BaseAnchor index="0" Format="1"><XCoordinate value="173"/><YCoordinate value="-514"/></BaseAnchor></BaseRecord><BaseRecord index="119"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="120"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="121"><BaseAnchor index="0" Format="1"><XCoordinate value="305"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="122"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="123"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="124"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="125"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="126"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="127"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="128"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="-830"/></BaseAnchor></BaseRecord><BaseRecord index="129"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="130"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="131"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="132"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="133"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="134"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="135"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="136"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="137"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="138"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-401"/></BaseAnchor></BaseRecord><BaseRecord index="139"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-401"/></BaseAnchor></BaseRecord><BaseRecord index="140"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-401"/></BaseAnchor></BaseRecord><BaseRecord index="141"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-401"/></BaseAnchor></BaseRecord><BaseRecord index="142"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="143"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="144"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="145"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="146"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="147"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="148"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="149"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="150"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="151"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="152"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="153"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="154"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="155"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="156"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="157"><BaseAnchor index="0" Format="1"><XCoordinate value="310"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="158"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="159"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="160"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="161"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="162"><BaseAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-458"/></BaseAnchor></BaseRecord><BaseRecord index="163"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="164"><BaseAnchor index="0" Format="1"><XCoordinate value="221"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="165"><BaseAnchor index="0" Format="1"><XCoordinate value="113"/><YCoordinate value="-644"/></BaseAnchor></BaseRecord><BaseRecord index="166"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="-719"/></BaseAnchor></BaseRecord><BaseRecord index="167"><BaseAnchor index="0" Format="1"><XCoordinate value="109"/><YCoordinate value="-719"/></BaseAnchor></BaseRecord><BaseRecord index="168"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="169"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-697"/></BaseAnchor></BaseRecord><BaseRecord index="170"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="171"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="172"><BaseAnchor index="0" Format="1"><XCoordinate value="284"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="173"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="174"><BaseAnchor index="0" Format="1"><XCoordinate value="345"/><YCoordinate value="-737"/></BaseAnchor></BaseRecord><BaseRecord index="175"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="176"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="177"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="178"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="179"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="180"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="181"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="182"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="183"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="184"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="185"><BaseAnchor index="0" Format="1"><XCoordinate value="177"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="186"><BaseAnchor index="0" Format="1"><XCoordinate value="281"/><YCoordinate value="-113"/></BaseAnchor></BaseRecord><BaseRecord index="187"><BaseAnchor index="0" Format="1"><XCoordinate value="114"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="188"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="189"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="190"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-526"/></BaseAnchor></BaseRecord><BaseRecord index="191"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="192"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="193"><BaseAnchor index="0" Format="1"><XCoordinate value="223"/><YCoordinate value="-506"/></BaseAnchor></BaseRecord><BaseRecord index="194"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="195"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="196"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="197"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="198"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="199"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="200"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="201"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="202"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="203"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="204"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="205"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="206"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="207"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="208"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="209"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-721"/></BaseAnchor></BaseRecord><BaseRecord index="210"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="211"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="212"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="213"><BaseAnchor index="0" Format="1"><XCoordinate value="296"/><YCoordinate value="-356"/></BaseAnchor></BaseRecord><BaseRecord index="214"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="-405"/></BaseAnchor></BaseRecord><BaseRecord index="215"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-413"/></BaseAnchor></BaseRecord><BaseRecord index="216"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="217"><BaseAnchor index="0" Format="1"><XCoordinate value="336"/><YCoordinate value="-445"/></BaseAnchor></BaseRecord><BaseRecord index="218"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="219"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="220"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="221"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="222"><BaseAnchor index="0" Format="1"><XCoordinate value="211"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="223"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-445"/></BaseAnchor></BaseRecord><BaseRecord index="224"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="225"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="226"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="227"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="228"><BaseAnchor index="0" Format="1"><XCoordinate value="259"/><YCoordinate value="-624"/></BaseAnchor></BaseRecord><BaseRecord index="229"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-591"/></BaseAnchor></BaseRecord><BaseRecord index="230"><BaseAnchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="-660"/></BaseAnchor></BaseRecord><BaseRecord index="231"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-603"/></BaseAnchor></BaseRecord><BaseRecord index="232"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="233"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="234"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="235"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="236"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="237"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="238"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="239"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="240"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="241"><BaseAnchor index="0" Format="1"><XCoordinate value="243"/><YCoordinate value="-490"/></BaseAnchor></BaseRecord><BaseRecord index="242"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="243"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="244"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="245"><BaseAnchor index="0" Format="1"><XCoordinate value="394"/><YCoordinate value="-903"/></BaseAnchor></BaseRecord><BaseRecord index="246"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="247"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="248"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="249"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="250"><BaseAnchor index="0" Format="1"><XCoordinate value="281"/><YCoordinate value="-1077"/></BaseAnchor></BaseRecord><BaseRecord index="251"><BaseAnchor index="0" Format="1"><XCoordinate value="281"/><YCoordinate value="-1081"/></BaseAnchor></BaseRecord><BaseRecord index="252"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="253"><BaseAnchor index="0" Format="1"><XCoordinate value="277"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="254"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="255"><BaseAnchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="-324"/></BaseAnchor></BaseRecord><BaseRecord index="256"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="257"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="258"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="259"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="260"><BaseAnchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="-368"/></BaseAnchor></BaseRecord><BaseRecord index="261"><BaseAnchor index="0" Format="1"><XCoordinate value="176"/><YCoordinate value="-263"/></BaseAnchor></BaseRecord><BaseRecord index="262"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="263"><BaseAnchor index="0" Format="1"><XCoordinate value="216"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="264"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="265"><BaseAnchor index="0" Format="1"><XCoordinate value="237"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="266"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="-441"/></BaseAnchor></BaseRecord><BaseRecord index="267"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="-316"/></BaseAnchor></BaseRecord><BaseRecord index="268"><BaseAnchor index="0" Format="1"><XCoordinate value="249"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="269"><BaseAnchor index="0" Format="1"><XCoordinate value="249"/><YCoordinate value="-640"/></BaseAnchor></BaseRecord><BaseRecord index="270"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-421"/></BaseAnchor></BaseRecord><BaseRecord index="271"><BaseAnchor index="0" Format="1"><XCoordinate value="208"/><YCoordinate value="-466"/></BaseAnchor></BaseRecord><BaseRecord index="272"><BaseAnchor index="0" Format="1"><XCoordinate value="228"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="273"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="274"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="275"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="276"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="277"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="278"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="279"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="280"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="281"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="282"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="283"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="284"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="285"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="286"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="287"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="288"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="289"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="290"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="291"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="292"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="293"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="294"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="295"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="296"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="297"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="298"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="299"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="300"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="301"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="302"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="303"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="304"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="305"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-522"/></BaseAnchor></BaseRecord><BaseRecord index="306"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="307"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="308"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="309"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="310"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="311"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="312"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="313"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="314"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="315"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-786"/></BaseAnchor></BaseRecord><BaseRecord index="316"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="317"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="318"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="319"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="320"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="321"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="322"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="323"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="324"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="325"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="326"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="327"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="328"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-482"/></BaseAnchor></BaseRecord><BaseRecord index="329"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="330"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="331"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="332"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="333"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="334"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="335"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="336"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="337"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="338"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="339"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="340"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="341"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="342"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="343"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="344"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="345"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="346"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="347"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="348"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="349"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="350"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="351"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="352"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-636"/></BaseAnchor></BaseRecord><BaseRecord index="353"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-636"/></BaseAnchor></BaseRecord><BaseRecord index="354"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-636"/></BaseAnchor></BaseRecord><BaseRecord index="355"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="356"><BaseAnchor index="0" Format="1"><XCoordinate value="216"/><YCoordinate value="-790"/></BaseAnchor></BaseRecord><BaseRecord index="357"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="358"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="359"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="-705"/></BaseAnchor></BaseRecord><BaseRecord index="360"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="361"><BaseAnchor index="0" Format="1"><XCoordinate value="293"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="362"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="363"><BaseAnchor index="0" Format="1"><XCoordinate value="232"/><YCoordinate value="-502"/></BaseAnchor></BaseRecord><BaseRecord index="364"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="-454"/></BaseAnchor></BaseRecord><BaseRecord index="365"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="-454"/></BaseAnchor></BaseRecord><BaseRecord index="366"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="367"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="368"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="369"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="370"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="371"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="372"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="373"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="374"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-445"/></BaseAnchor></BaseRecord><BaseRecord index="375"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="376"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="377"><BaseAnchor index="0" Format="1"><XCoordinate value="186"/><YCoordinate value="-458"/></BaseAnchor></BaseRecord><BaseRecord index="378"><BaseAnchor index="0" Format="1"><XCoordinate value="186"/><YCoordinate value="-458"/></BaseAnchor></BaseRecord><BaseRecord index="379"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-632"/></BaseAnchor></BaseRecord><BaseRecord index="380"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-652"/></BaseAnchor></BaseRecord><BaseRecord index="381"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="382"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="383"><BaseAnchor index="0" Format="1"><XCoordinate value="146"/><YCoordinate value="-417"/></BaseAnchor></BaseRecord><BaseRecord index="384"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="385"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="386"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="387"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="388"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-632"/></BaseAnchor></BaseRecord><BaseRecord index="389"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="390"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="391"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-656"/></BaseAnchor></BaseRecord><BaseRecord index="392"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="393"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-664"/></BaseAnchor></BaseRecord><BaseRecord index="394"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-445"/></BaseAnchor></BaseRecord><BaseRecord index="395"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-417"/></BaseAnchor></BaseRecord><BaseRecord index="396"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-636"/></BaseAnchor></BaseRecord><BaseRecord index="397"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-644"/></BaseAnchor></BaseRecord><BaseRecord index="398"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-433"/></BaseAnchor></BaseRecord><BaseRecord index="399"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-454"/></BaseAnchor></BaseRecord><BaseRecord index="400"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="401"><BaseAnchor index="0" Format="1"><XCoordinate value="275"/><YCoordinate value="-344"/></BaseAnchor></BaseRecord><BaseRecord index="402"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="403"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="404"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="405"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="406"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="-360"/></BaseAnchor></BaseRecord><BaseRecord index="407"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="-555"/></BaseAnchor></BaseRecord><BaseRecord index="408"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="409"><BaseAnchor index="0" Format="1"><XCoordinate value="332"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="410"><BaseAnchor index="0" Format="1"><XCoordinate value="292"/><YCoordinate value="-555"/></BaseAnchor></BaseRecord><BaseRecord index="411"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="412"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="-539"/></BaseAnchor></BaseRecord><BaseRecord index="413"><BaseAnchor index="0" Format="1"><XCoordinate value="381"/><YCoordinate value="-798"/></BaseAnchor></BaseRecord><BaseRecord index="414"><BaseAnchor index="0" Format="1"><XCoordinate value="377"/><YCoordinate value="-579"/></BaseAnchor></BaseRecord><BaseRecord index="415"><BaseAnchor index="0" Format="1"><XCoordinate value="292"/><YCoordinate value="-340"/></BaseAnchor></BaseRecord><BaseRecord index="416"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="417"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="418"><BaseAnchor index="0" Format="1"><XCoordinate value="373"/><YCoordinate value="-571"/></BaseAnchor></BaseRecord><BaseRecord index="419"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="420"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="421"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="422"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="423"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="424"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="425"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="426"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="427"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="428"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="429"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="430"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="431"><BaseAnchor index="0" Format="1"><XCoordinate value="296"/><YCoordinate value="-393"/></BaseAnchor></BaseRecord><BaseRecord index="432"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="433"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-360"/></BaseAnchor></BaseRecord><BaseRecord index="434"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="435"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="436"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="437"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="438"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="439"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="440"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="-344"/></BaseAnchor></BaseRecord><BaseRecord index="441"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="442"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="443"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="444"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="445"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="446"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="447"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="448"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="449"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-587"/></BaseAnchor></BaseRecord><BaseRecord index="450"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="451"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="452"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-575"/></BaseAnchor></BaseRecord><BaseRecord index="453"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="454"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="455"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="456"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="457"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="458"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="459"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="460"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-591"/></BaseAnchor></BaseRecord><BaseRecord index="461"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="462"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="463"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="464"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="465"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="466"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-381"/></BaseAnchor></BaseRecord><BaseRecord index="467"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-607"/></BaseAnchor></BaseRecord><BaseRecord index="468"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="469"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="470"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="471"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-595"/></BaseAnchor></BaseRecord><BaseRecord index="472"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="473"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="474"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="475"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="476"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="477"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-559"/></BaseAnchor></BaseRecord><BaseRecord index="478"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="479"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="480"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="481"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="482"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-458"/></BaseAnchor></BaseRecord><BaseRecord index="483"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="484"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="485"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="486"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="487"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-292"/></BaseAnchor></BaseRecord><BaseRecord index="488"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-648"/></BaseAnchor></BaseRecord><BaseRecord index="489"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-449"/></BaseAnchor></BaseRecord><BaseRecord index="490"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="491"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="492"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-454"/></BaseAnchor></BaseRecord><BaseRecord index="493"><BaseAnchor index="0" Format="1"><XCoordinate value="229"/><YCoordinate value="-298"/></BaseAnchor></BaseRecord><BaseRecord index="494"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="-454"/></BaseAnchor></BaseRecord><BaseRecord index="495"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-867"/></BaseAnchor></BaseRecord><BaseRecord index="496"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-867"/></BaseAnchor></BaseRecord><BaseRecord index="497"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="498"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-437"/></BaseAnchor></BaseRecord><BaseRecord index="499"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="500"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="501"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-437"/></BaseAnchor></BaseRecord><BaseRecord index="502"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-437"/></BaseAnchor></BaseRecord><BaseRecord index="503"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-644"/></BaseAnchor></BaseRecord><BaseRecord index="504"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-652"/></BaseAnchor></BaseRecord><BaseRecord index="505"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="506"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="507"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-437"/></BaseAnchor></BaseRecord><BaseRecord index="508"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="509"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="510"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="511"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="512"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-624"/></BaseAnchor></BaseRecord><BaseRecord index="513"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="514"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="515"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-624"/></BaseAnchor></BaseRecord><BaseRecord index="516"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="517"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-636"/></BaseAnchor></BaseRecord><BaseRecord index="518"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-421"/></BaseAnchor></BaseRecord><BaseRecord index="519"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-433"/></BaseAnchor></BaseRecord><BaseRecord index="520"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-624"/></BaseAnchor></BaseRecord><BaseRecord index="521"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-632"/></BaseAnchor></BaseRecord><BaseRecord index="522"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-417"/></BaseAnchor></BaseRecord><BaseRecord index="523"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-417"/></BaseAnchor></BaseRecord><BaseRecord index="524"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="525"><BaseAnchor index="0" Format="1"><XCoordinate value="198"/><YCoordinate value="-352"/></BaseAnchor></BaseRecord><BaseRecord index="526"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="527"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="528"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="529"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="530"><BaseAnchor index="0" Format="1"><XCoordinate value="296"/><YCoordinate value="-360"/></BaseAnchor></BaseRecord><BaseRecord index="531"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-551"/></BaseAnchor></BaseRecord><BaseRecord index="532"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="533"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-551"/></BaseAnchor></BaseRecord><BaseRecord index="534"><BaseAnchor index="0" Format="1"><XCoordinate value="279"/><YCoordinate value="-563"/></BaseAnchor></BaseRecord><BaseRecord index="535"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="-551"/></BaseAnchor></BaseRecord><BaseRecord index="536"><BaseAnchor index="0" Format="1"><XCoordinate value="219"/><YCoordinate value="-551"/></BaseAnchor></BaseRecord><BaseRecord index="537"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="-802"/></BaseAnchor></BaseRecord><BaseRecord index="538"><BaseAnchor index="0" Format="1"><XCoordinate value="304"/><YCoordinate value="-616"/></BaseAnchor></BaseRecord><BaseRecord index="539"><BaseAnchor index="0" Format="1"><XCoordinate value="207"/><YCoordinate value="-344"/></BaseAnchor></BaseRecord><BaseRecord index="540"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="541"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="542"><BaseAnchor index="0" Format="1"><XCoordinate value="288"/><YCoordinate value="-567"/></BaseAnchor></BaseRecord><BaseRecord index="543"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="544"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="545"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-352"/></BaseAnchor></BaseRecord><BaseRecord index="546"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="547"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="548"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="-352"/></BaseAnchor></BaseRecord><BaseRecord index="549"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="550"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="551"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="552"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="553"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="554"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="555"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-409"/></BaseAnchor></BaseRecord><BaseRecord index="556"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="557"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-360"/></BaseAnchor></BaseRecord><BaseRecord index="558"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="559"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="560"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="561"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="562"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="563"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="564"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-377"/></BaseAnchor></BaseRecord><BaseRecord index="565"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="566"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="567"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="568"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="569"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="570"><BaseAnchor index="0" Format="1"><XCoordinate value="182"/><YCoordinate value="-417"/></BaseAnchor></BaseRecord><BaseRecord index="571"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="-413"/></BaseAnchor></BaseRecord><BaseRecord index="572"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="573"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-603"/></BaseAnchor></BaseRecord><BaseRecord index="574"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="575"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-409"/></BaseAnchor></BaseRecord><BaseRecord index="576"><BaseAnchor index="0" Format="1"><XCoordinate value="215"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="577"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="578"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="579"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="580"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="581"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="582"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="583"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="584"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-597"/></BaseAnchor></BaseRecord><BaseRecord index="585"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="586"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="587"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="588"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="589"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="590"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-384"/></BaseAnchor></BaseRecord><BaseRecord index="591"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-597"/></BaseAnchor></BaseRecord><BaseRecord index="592"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="593"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="594"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-200"/></BaseAnchor></BaseRecord><BaseRecord index="595"><BaseAnchor index="0" Format="1"><XCoordinate value="146"/><YCoordinate value="-607"/></BaseAnchor></BaseRecord><BaseRecord index="596"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="597"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="598"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="599"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="600"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="601"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-595"/></BaseAnchor></BaseRecord><BaseRecord index="602"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="603"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="604"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="605"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="606"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-336"/></BaseAnchor></BaseRecord><BaseRecord index="607"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="608"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-405"/></BaseAnchor></BaseRecord><BaseRecord index="609"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="610"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="611"><BaseAnchor index="0" Format="1"><XCoordinate value="166"/><YCoordinate value="-316"/></BaseAnchor></BaseRecord><BaseRecord index="612"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-607"/></BaseAnchor></BaseRecord><BaseRecord index="613"><BaseAnchor index="0" Format="1"><XCoordinate value="174"/><YCoordinate value="-425"/></BaseAnchor></BaseRecord><BaseRecord index="614"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="615"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="616"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="617"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="618"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-202"/></BaseAnchor></BaseRecord><BaseRecord index="619"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-563"/></BaseAnchor></BaseRecord><BaseRecord index="620"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-563"/></BaseAnchor></BaseRecord><BaseRecord index="621"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="622"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="623"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="624"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="625"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="626"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="627"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="628"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="629"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="630"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="631"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="632"><BaseAnchor index="0" Format="1"><XCoordinate value="102"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="633"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="634"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="635"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="636"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="637"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-719"/></BaseAnchor></BaseRecord><BaseRecord index="638"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="639"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="640"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="-733"/></BaseAnchor></BaseRecord><BaseRecord index="641"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="642"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="643"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="644"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="645"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="646"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="647"><BaseAnchor index="0" Format="1"><XCoordinate value="202"/><YCoordinate value="-733"/></BaseAnchor></BaseRecord><BaseRecord index="648"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="649"><BaseAnchor index="0" Format="1"><XCoordinate value="227"/><YCoordinate value="-251"/></BaseAnchor></BaseRecord><BaseRecord index="650"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="651"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="652"><BaseAnchor index="0" Format="1"><XCoordinate value="374"/><YCoordinate value="-722"/></BaseAnchor></BaseRecord><BaseRecord index="653"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="654"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="655"><BaseAnchor index="0" Format="1"><XCoordinate value="356"/><YCoordinate value="-719"/></BaseAnchor></BaseRecord><BaseRecord index="656"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="657"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="5"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="75"/><YCoordinate value="-403"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="66"/><YCoordinate value="-406"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="164"/><YCoordinate value="-49"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="98"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-2"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-195"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-213"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="17"/><YCoordinate value="-285"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="75"/><YCoordinate value="-790"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="66"/><YCoordinate value="-651"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="164"/><YCoordinate value="-471"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="98"/><YCoordinate value="-469"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="-361"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="6"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni06DD"/><Glyph value="uni06DD.2"/><Glyph value="uni06DD.3"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="51"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="52"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="53"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="54"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="55"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="56"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="57"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="58"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="59"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="60"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="61"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="62"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="63"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="64"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="65"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="570"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="217"/><YCoordinate value="0"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="7"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="51"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="52"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="53"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="54"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="55"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="56"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="57"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="58"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="59"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="60"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="61"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="62"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="63"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="64"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="65"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="20"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="21"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="22"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="23"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="24"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="25"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="26"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="27"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="28"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="29"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="30"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="31"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="32"><Mark2Anchor index="0" Format="1"><XCoordinate value="704"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="33"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="34"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="35"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="36"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="37"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="38"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="39"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="40"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="41"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="42"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="43"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="44"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="45"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="46"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="47"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="48"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="49"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="50"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="51"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="52"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="53"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="54"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="55"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="56"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="57"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="58"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="59"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="60"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="61"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="62"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="63"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="64"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="65"><Mark2Anchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup></LookupList></GPOS></ttFont>
-<?xml version="1.0" encoding="ISO-8859-1"?><ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="2.2"><head><tableVersion value="1.0"/><fontRevision value="1.0"/><checkSumAdjustment value="0xdf2c806"/><magicNumber value="0x5f0f3cf5"/><flags value="00000000 00011001"/><unitsPerEm value="2048"/><created value="Fri Jun 3 12:03:06 2005"/><modified value="Fri Jun 3 12:03:06 2005"/><xMin value="-2239"/><yMin value="-1005"/><xMax value="2710"/><yMax value="1755"/><macStyle value="00000000 00000000"/><lowestRecPPEM value="12"/><fontDirectionHint value="0"/><indexToLocFormat value="1"/><glyphDataFormat value="0"/></head><GlyphOrder><GlyphID id="0" name=".notdef"/><GlyphID id="1" name=".null"/><GlyphID id="2" name="nonmarkingreturn"/><GlyphID id="3" name="space"/><GlyphID id="4" name="uni0009"/><GlyphID id="5" name="exclam"/><GlyphID id="6" name="quotedbl"/><GlyphID id="7" name="numbersign"/><GlyphID id="8" name="dollar"/><GlyphID id="9" name="percent"/><GlyphID id="10" name="ampersand"/><GlyphID id="11" name="quotesingle"/><GlyphID id="12" name="parenleft"/><GlyphID id="13" name="parenright"/><GlyphID id="14" name="asterisk"/><GlyphID id="15" name="plus"/><GlyphID id="16" name="comma"/><GlyphID id="17" name="hyphen"/><GlyphID id="18" name="period"/><GlyphID id="19" name="slash"/><GlyphID id="20" name="zero"/><GlyphID id="21" name="one"/><GlyphID id="22" name="two"/><GlyphID id="23" name="three"/><GlyphID id="24" name="four"/><GlyphID id="25" name="five"/><GlyphID id="26" name="six"/><GlyphID id="27" name="seven"/><GlyphID id="28" name="eight"/><GlyphID id="29" name="nine"/><GlyphID id="30" name="colon"/><GlyphID id="31" name="semicolon"/><GlyphID id="32" name="less"/><GlyphID id="33" name="equal"/><GlyphID id="34" name="greater"/><GlyphID id="35" name="question"/><GlyphID id="36" name="at"/><GlyphID id="37" name="A"/><GlyphID id="38" name="B"/><GlyphID id="39" name="C"/><GlyphID id="40" name="D"/><GlyphID id="41" name="E"/><GlyphID id="42" name="F"/><GlyphID id="43" name="G"/><GlyphID id="44" name="H"/><GlyphID id="45" name="I"/><GlyphID id="46" name="J"/><GlyphID id="47" name="K"/><GlyphID id="48" name="L"/><GlyphID id="49" name="M"/><GlyphID id="50" name="N"/><GlyphID id="51" name="O"/><GlyphID id="52" name="P"/><GlyphID id="53" name="Q"/><GlyphID id="54" name="R"/><GlyphID id="55" name="S"/><GlyphID id="56" name="T"/><GlyphID id="57" name="U"/><GlyphID id="58" name="V"/><GlyphID id="59" name="W"/><GlyphID id="60" name="X"/><GlyphID id="61" name="Y"/><GlyphID id="62" name="Z"/><GlyphID id="63" name="bracketleft"/><GlyphID id="64" name="backslash"/><GlyphID id="65" name="bracketright"/><GlyphID id="66" name="asciicircum"/><GlyphID id="67" name="underscore"/><GlyphID id="68" name="grave"/><GlyphID id="69" name="a"/><GlyphID id="70" name="b"/><GlyphID id="71" name="c"/><GlyphID id="72" name="d"/><GlyphID id="73" name="e"/><GlyphID id="74" name="f"/><GlyphID id="75" name="g"/><GlyphID id="76" name="h"/><GlyphID id="77" name="i"/><GlyphID id="78" name="j"/><GlyphID id="79" name="k"/><GlyphID id="80" name="l"/><GlyphID id="81" name="m"/><GlyphID id="82" name="n"/><GlyphID id="83" name="o"/><GlyphID id="84" name="p"/><GlyphID id="85" name="q"/><GlyphID id="86" name="r"/><GlyphID id="87" name="s"/><GlyphID id="88" name="t"/><GlyphID id="89" name="u"/><GlyphID id="90" name="v"/><GlyphID id="91" name="w"/><GlyphID id="92" name="x"/><GlyphID id="93" name="y"/><GlyphID id="94" name="z"/><GlyphID id="95" name="braceleft"/><GlyphID id="96" name="bar"/><GlyphID id="97" name="braceright"/><GlyphID id="98" name="asciitilde"/><GlyphID id="99" name="Euro"/><GlyphID id="100" name="quotesinglbase"/><GlyphID id="101" name="florin"/><GlyphID id="102" name="quotedblbase"/><GlyphID id="103" name="ellipsis"/><GlyphID id="104" name="dagger"/><GlyphID id="105" name="daggerdbl"/><GlyphID id="106" name="circumflex"/><GlyphID id="107" name="perthousand"/><GlyphID id="108" name="Scaron"/><GlyphID id="109" name="guilsinglleft"/><GlyphID id="110" name="guilsinglright"/><GlyphID id="111" name="OE"/><GlyphID id="112" name="Zcaron"/><GlyphID id="113" name="quoteleft"/><GlyphID id="114" name="quoteright"/><GlyphID id="115" name="quotedblleft"/><GlyphID id="116" name="quotedblright"/><GlyphID id="117" name="bullet"/><GlyphID id="118" name="endash"/><GlyphID id="119" name="emdash"/><GlyphID id="120" name="tilde"/><GlyphID id="121" name="trademark"/><GlyphID id="122" name="scaron"/><GlyphID id="123" name="oe"/><GlyphID id="124" name="zcaron"/><GlyphID id="125" name="Ydieresis"/><GlyphID id="126" name="uni00A0"/><GlyphID id="127" name="exclamdown"/><GlyphID id="128" name="cent"/><GlyphID id="129" name="sterling"/><GlyphID id="130" name="currency"/><GlyphID id="131" name="yen"/><GlyphID id="132" name="brokenbar"/><GlyphID id="133" name="section"/><GlyphID id="134" name="dieresis"/><GlyphID id="135" name="copyright"/><GlyphID id="136" name="ordfeminine"/><GlyphID id="137" name="guillemotleft"/><GlyphID id="138" name="guillemotright"/><GlyphID id="139" name="logicalnot"/><GlyphID id="140" name="sfthyphen"/><GlyphID id="141" name="registered"/><GlyphID id="142" name="macron"/><GlyphID id="143" name="uni02C9"/><GlyphID id="144" name="degree"/><GlyphID id="145" name="plusminus"/><GlyphID id="146" name="twosuperior"/><GlyphID id="147" name="threesuperior"/><GlyphID id="148" name="acute"/><GlyphID id="149" name="mu"/><GlyphID id="150" name="paragraph"/><GlyphID id="151" name="periodcentered"/><GlyphID id="152" name="uni2219"/><GlyphID id="153" name="cedilla"/><GlyphID id="154" name="onesuperior"/><GlyphID id="155" name="ordmasculine"/><GlyphID id="156" name="onequarter"/><GlyphID id="157" name="onehalf"/><GlyphID id="158" name="threequarters"/><GlyphID id="159" name="questiondown"/><GlyphID id="160" name="Agrave"/><GlyphID id="161" name="Aacute"/><GlyphID id="162" name="Acircumflex"/><GlyphID id="163" name="Atilde"/><GlyphID id="164" name="Adieresis"/><GlyphID id="165" name="Aring"/><GlyphID id="166" name="AE"/><GlyphID id="167" name="Ccedilla"/><GlyphID id="168" name="Egrave"/><GlyphID id="169" name="Eacute"/><GlyphID id="170" name="Ecircumflex"/><GlyphID id="171" name="Edieresis"/><GlyphID id="172" name="Igrave"/><GlyphID id="173" name="Iacute"/><GlyphID id="174" name="Icircumflex"/><GlyphID id="175" name="Idieresis"/><GlyphID id="176" name="Eth"/><GlyphID id="177" name="Ntilde"/><GlyphID id="178" name="Ograve"/><GlyphID id="179" name="Oacute"/><GlyphID id="180" name="Ocircumflex"/><GlyphID id="181" name="Otilde"/><GlyphID id="182" name="Odieresis"/><GlyphID id="183" name="multiply"/><GlyphID id="184" name="Oslash"/><GlyphID id="185" name="Ugrave"/><GlyphID id="186" name="Uacute"/><GlyphID id="187" name="Ucircumflex"/><GlyphID id="188" name="Udieresis"/><GlyphID id="189" name="Yacute"/><GlyphID id="190" name="Thorn"/><GlyphID id="191" name="germandbls"/><GlyphID id="192" name="agrave"/><GlyphID id="193" name="aacute"/><GlyphID id="194" name="acircumflex"/><GlyphID id="195" name="atilde"/><GlyphID id="196" name="adieresis"/><GlyphID id="197" name="aring"/><GlyphID id="198" name="ae"/><GlyphID id="199" name="ccedilla"/><GlyphID id="200" name="egrave"/><GlyphID id="201" name="eacute"/><GlyphID id="202" name="ecircumflex"/><GlyphID id="203" name="edieresis"/><GlyphID id="204" name="igrave"/><GlyphID id="205" name="iacute"/><GlyphID id="206" name="icircumflex"/><GlyphID id="207" name="idieresis"/><GlyphID id="208" name="eth"/><GlyphID id="209" name="ntilde"/><GlyphID id="210" name="ograve"/><GlyphID id="211" name="oacute"/><GlyphID id="212" name="ocircumflex"/><GlyphID id="213" name="otilde"/><GlyphID id="214" name="odieresis"/><GlyphID id="215" name="divide"/><GlyphID id="216" name="oslash"/><GlyphID id="217" name="ugrave"/><GlyphID id="218" name="uacute"/><GlyphID id="219" name="ucircumflex"/><GlyphID id="220" name="udieresis"/><GlyphID id="221" name="yacute"/><GlyphID id="222" name="thorn"/><GlyphID id="223" name="ydieresis"/><GlyphID id="224" name="dotlessi"/><GlyphID id="225" name="uni2000"/><GlyphID id="226" name="uni2001"/><GlyphID id="227" name="uni2002"/><GlyphID id="228" name="uni2003"/><GlyphID id="229" name="uni2004"/><GlyphID id="230" name="uni2005"/><GlyphID id="231" name="uni2006"/><GlyphID id="232" name="uni2007"/><GlyphID id="233" name="uni2008"/><GlyphID id="234" name="uni2009"/><GlyphID id="235" name="uni200A"/><GlyphID id="236" name="uni200B"/><GlyphID id="237" name="uni200C"/><GlyphID id="238" name="uni200D"/><GlyphID id="239" name="uni200E"/><GlyphID id="240" name="uni200F"/><GlyphID id="241" name="uni2010"/><GlyphID id="242" name="uni2011"/><GlyphID id="243" name="uni202A"/><GlyphID id="244" name="uni202B"/><GlyphID id="245" name="uni202C"/><GlyphID id="246" name="uni202D"/><GlyphID id="247" name="uni202E"/><GlyphID id="248" name="uni2060"/><GlyphID id="249" name="uni206C"/><GlyphID id="250" name="uni206D"/><GlyphID id="251" name="minus"/><GlyphID id="252" name="uni25CC"/><GlyphID id="253" name="uniFEFF"/><GlyphID id="254" name="uni0622"/><GlyphID id="255" name="uni0623"/><GlyphID id="256" name="uni0625"/><GlyphID id="257" name="uni0627"/><GlyphID id="258" name="uni0672"/><GlyphID id="259" name="uni0673"/><GlyphID id="260" name="uni0675"/><GlyphID id="261" name="uni0671"/><GlyphID id="262" name="uni0624"/><GlyphID id="263" name="uni0648"/><GlyphID id="264" name="uni0676"/><GlyphID id="265" name="uni0677"/><GlyphID id="266" name="uni06C4"/><GlyphID id="267" name="uni06C5"/><GlyphID id="268" name="uni06C6"/><GlyphID id="269" name="uni06C7"/><GlyphID id="270" name="uni06C8"/><GlyphID id="271" name="uni06C9"/><GlyphID id="272" name="uni06CA"/><GlyphID id="273" name="uni06CB"/><GlyphID id="274" name="uni06CF"/><GlyphID id="275" name="absWawDotBelow"/><GlyphID id="276" name="uni062F"/><GlyphID id="277" name="uni0630"/><GlyphID id="278" name="uni0688"/><GlyphID id="279" name="uni0689"/><GlyphID id="280" name="uni068A"/><GlyphID id="281" name="uni068B"/><GlyphID id="282" name="uni068C"/><GlyphID id="283" name="uni068D"/><GlyphID id="284" name="uni068E"/><GlyphID id="285" name="uni068F"/><GlyphID id="286" name="uni0690"/><GlyphID id="287" name="uni06EE"/><GlyphID id="288" name="uni0759"/><GlyphID id="289" name="uni075A"/><GlyphID id="290" name="uni0631"/><GlyphID id="291" name="uni0632"/><GlyphID id="292" name="uni0691"/><GlyphID id="293" name="uni0692"/><GlyphID id="294" name="uni0693"/><GlyphID id="295" name="uni0694"/><GlyphID id="296" name="uni0695"/><GlyphID id="297" name="uni0696"/><GlyphID id="298" name="uni0697"/><GlyphID id="299" name="uni0698"/><GlyphID id="300" name="uni0699"/><GlyphID id="301" name="uni076B"/><GlyphID id="302" name="uni076C"/><GlyphID id="303" name="absJehRetro1"/><GlyphID id="304" name="absJehRetro2"/><GlyphID id="305" name="uni0698.dotHat"/><GlyphID id="306" name="uni06EF"/><GlyphID id="307" name="uni075B"/><GlyphID id="308" name="uni06D2"/><GlyphID id="309" name="uni06D3"/><GlyphID id="310" name="uni0626"/><GlyphID id="311" name="uni064A"/><GlyphID id="312" name="uni064A.noDots"/><GlyphID id="313" name="uni0678"/><GlyphID id="314" name="uni06CC"/><GlyphID id="315" name="uni06CE"/><GlyphID id="316" name="uni06D0"/><GlyphID id="317" name="uni06D1"/><GlyphID id="318" name="uni06CD"/><GlyphID id="319" name="uni0649"/><GlyphID id="320" name="uni066E"/><GlyphID id="321" name="uni0628"/><GlyphID id="322" name="uni062A"/><GlyphID id="323" name="uni062B"/><GlyphID id="324" name="uni0679"/><GlyphID id="325" name="uni067A"/><GlyphID id="326" name="uni067B"/><GlyphID id="327" name="uni067C"/><GlyphID id="328" name="uni067D"/><GlyphID id="329" name="uni067E"/><GlyphID id="330" name="uni067F"/><GlyphID id="331" name="uni0680"/><GlyphID id="332" name="uni0750"/><GlyphID id="333" name="uni0751"/><GlyphID id="334" name="uni0752"/><GlyphID id="335" name="uni0753"/><GlyphID id="336" name="uni0754"/><GlyphID id="337" name="uni0755"/><GlyphID id="338" name="uni0756"/><GlyphID id="339" name="uni062C"/><GlyphID id="340" name="uni062D"/><GlyphID id="341" name="uni062E"/><GlyphID id="342" name="uni0681"/><GlyphID id="343" name="uni0682"/><GlyphID id="344" name="uni0683"/><GlyphID id="345" name="uni0684"/><GlyphID id="346" name="uni0685"/><GlyphID id="347" name="uni0686"/><GlyphID id="348" name="uni0687"/><GlyphID id="349" name="uni06BF"/><GlyphID id="350" name="absTchehRetro1"/><GlyphID id="351" name="absTchehRetro2"/><GlyphID id="352" name="absJeemRetro1"/><GlyphID id="353" name="absJeemRetro2"/><GlyphID id="354" name="absJeemRetro3"/><GlyphID id="355" name="uni0757"/><GlyphID id="356" name="uni0758"/><GlyphID id="357" name="uni0633"/><GlyphID id="358" name="uni0634"/><GlyphID id="359" name="uni069A"/><GlyphID id="360" name="uni069B"/><GlyphID id="361" name="uni069C"/><GlyphID id="362" name="uni06FA"/><GlyphID id="363" name="absSheenRetro1"/><GlyphID id="364" name="absSheenRetro2"/><GlyphID id="365" name="uni075C"/><GlyphID id="366" name="uni076D"/><GlyphID id="367" name="uni0635"/><GlyphID id="368" name="uni0636"/><GlyphID id="369" name="uni069D"/><GlyphID id="370" name="uni069E"/><GlyphID id="371" name="uni06FB"/><GlyphID id="372" name="uni0637"/><GlyphID id="373" name="uni0638"/><GlyphID id="374" name="uni069F"/><GlyphID id="375" name="uni0639"/><GlyphID id="376" name="uni063A"/><GlyphID id="377" name="uni06A0"/><GlyphID id="378" name="uni06FC"/><GlyphID id="379" name="uni075D"/><GlyphID id="380" name="uni075E"/><GlyphID id="381" name="uni075F"/><GlyphID id="382" name="uni0641"/><GlyphID id="383" name="uni06A1"/><GlyphID id="384" name="uni06A2"/><GlyphID id="385" name="uni06A3"/><GlyphID id="386" name="uni06A4"/><GlyphID id="387" name="uni06A5"/><GlyphID id="388" name="uni06A6"/><GlyphID id="389" name="uni0760"/><GlyphID id="390" name="uni0761"/><GlyphID id="391" name="uni066F"/><GlyphID id="392" name="uni0642"/><GlyphID id="393" name="uni06A7"/><GlyphID id="394" name="uni06A8"/><GlyphID id="395" name="uni0643"/><GlyphID id="396" name="uni06AC"/><GlyphID id="397" name="uni06AD"/><GlyphID id="398" name="uni06AE"/><GlyphID id="399" name="uni06A9"/><GlyphID id="400" name="uni06AB"/><GlyphID id="401" name="uni06AF"/><GlyphID id="402" name="uni06B0"/><GlyphID id="403" name="uni06B1"/><GlyphID id="404" name="uni06B2"/><GlyphID id="405" name="uni06B3"/><GlyphID id="406" name="uni06B4"/><GlyphID id="407" name="uni0762"/><GlyphID id="408" name="uni0763"/><GlyphID id="409" name="uni0764"/><GlyphID id="410" name="uni06AA"/><GlyphID id="411" name="uni0644"/><GlyphID id="412" name="uni06B5"/><GlyphID id="413" name="uni06B6"/><GlyphID id="414" name="uni06B7"/><GlyphID id="415" name="uni06B8"/><GlyphID id="416" name="absLamRetro"/><GlyphID id="417" name="uni076A"/><GlyphID id="418" name="uni0645"/><GlyphID id="419" name="uni0645.sindhi"/><GlyphID id="420" name="uni0765"/><GlyphID id="421" name="uni0766"/><GlyphID id="422" name="uni0646"/><GlyphID id="423" name="uni06B9"/><GlyphID id="424" name="uni06BA"/><GlyphID id="425" name="uni06BB"/><GlyphID id="426" name="uni06BC"/><GlyphID id="427" name="uni06BD"/><GlyphID id="428" name="uni0767"/><GlyphID id="429" name="uni0768"/><GlyphID id="430" name="uni0769"/><GlyphID id="431" name="uni06BE"/><GlyphID id="432" name="uni06FF"/><GlyphID id="433" name="uni0647"/><GlyphID id="434" name="uni0647.knotted"/><GlyphID id="435" name="uni06D5"/><GlyphID id="436" name="uni0629"/><GlyphID id="437" name="uni06C0"/><GlyphID id="438" name="uni06C1"/><GlyphID id="439" name="uni06C2"/><GlyphID id="440" name="uni06C3"/><GlyphID id="441" name="uni0621"/><GlyphID id="442" name="uni06FD"/><GlyphID id="443" name="uni06FE"/><GlyphID id="444" name="uni0640"/><GlyphID id="445" name="uni06440627"/><GlyphID id="446" name="uni06B50627"/><GlyphID id="447" name="uni06B60627"/><GlyphID id="448" name="uni06B70627"/><GlyphID id="449" name="uni06B80627"/><GlyphID id="450" name="absLamRetroAlef"/><GlyphID id="451" name="uni076A0627"/><GlyphID id="452" name="uni0622.fina"/><GlyphID id="453" name="uni0623.fina"/><GlyphID id="454" name="uni0625.fina"/><GlyphID id="455" name="uni0627.fina"/><GlyphID id="456" name="uni0672.fina"/><GlyphID id="457" name="uni0673.fina"/><GlyphID id="458" name="uni0675.fina"/><GlyphID id="459" name="uni0671.fina"/><GlyphID id="460" name="uni0624.fina"/><GlyphID id="461" name="uni0648.fina"/><GlyphID id="462" name="uni0676.fina"/><GlyphID id="463" name="uni0677.fina"/><GlyphID id="464" name="uni06C4.fina"/><GlyphID id="465" name="uni06C5.fina"/><GlyphID id="466" name="uni06C6.fina"/><GlyphID id="467" name="uni06C7.fina"/><GlyphID id="468" name="uni06C8.fina"/><GlyphID id="469" name="uni06C9.fina"/><GlyphID id="470" name="uni06CA.fina"/><GlyphID id="471" name="uni06CB.fina"/><GlyphID id="472" name="uni06CF.fina"/><GlyphID id="473" name="absWawDotBelowFin"/><GlyphID id="474" name="uni062F.fina"/><GlyphID id="475" name="uni0630.fina"/><GlyphID id="476" name="uni0688.fina"/><GlyphID id="477" name="uni0689.fina"/><GlyphID id="478" name="uni068A.fina"/><GlyphID id="479" name="uni068B.fina"/><GlyphID id="480" name="uni068C.fina"/><GlyphID id="481" name="uni068D.fina"/><GlyphID id="482" name="uni068E.fina"/><GlyphID id="483" name="uni068F.fina"/><GlyphID id="484" name="uni0690.fina"/><GlyphID id="485" name="uni06EE.fina"/><GlyphID id="486" name="uni0759.fina"/><GlyphID id="487" name="uni075A.fina"/><GlyphID id="488" name="uni0631.fina"/><GlyphID id="489" name="uni0632.fina"/><GlyphID id="490" name="uni0691.fina"/><GlyphID id="491" name="uni0692.fina"/><GlyphID id="492" name="uni0693.fina"/><GlyphID id="493" name="uni0694.fina"/><GlyphID id="494" name="uni0695.fina"/><GlyphID id="495" name="uni0696.fina"/><GlyphID id="496" name="uni0697.fina"/><GlyphID id="497" name="uni0698.fina"/><GlyphID id="498" name="uni0699.fina"/><GlyphID id="499" name="uni076B.fina"/><GlyphID id="500" name="uni076C.fina"/><GlyphID id="501" name="absJehRetro1Fin"/><GlyphID id="502" name="absJehRetro2Fin"/><GlyphID id="503" name="uni0698.fina.dotHat"/><GlyphID id="504" name="uni06EF.fina"/><GlyphID id="505" name="uni075B.fina"/><GlyphID id="506" name="uni06D2.fina"/><GlyphID id="507" name="uni06D3.fina"/><GlyphID id="508" name="uni0626.fina"/><GlyphID id="509" name="uni064A.fina"/><GlyphID id="510" name="uni064A.fina.noDots"/><GlyphID id="511" name="uni0678.fina"/><GlyphID id="512" name="uni06CC.fina"/><GlyphID id="513" name="uni06CE.fina"/><GlyphID id="514" name="uni06D0.fina"/><GlyphID id="515" name="uni06D1.fina"/><GlyphID id="516" name="uni06CD.fina"/><GlyphID id="517" name="uni0649.fina"/><GlyphID id="518" name="uni066E.fina"/><GlyphID id="519" name="uni0628.fina"/><GlyphID id="520" name="uni062A.fina"/><GlyphID id="521" name="uni062B.fina"/><GlyphID id="522" name="uni0679.fina"/><GlyphID id="523" name="uni067A.fina"/><GlyphID id="524" name="uni067B.fina"/><GlyphID id="525" name="uni067C.fina"/><GlyphID id="526" name="uni067D.fina"/><GlyphID id="527" name="uni067E.fina"/><GlyphID id="528" name="uni067F.fina"/><GlyphID id="529" name="uni0680.fina"/><GlyphID id="530" name="uni0750.fina"/><GlyphID id="531" name="uni0751.fina"/><GlyphID id="532" name="uni0752.fina"/><GlyphID id="533" name="uni0753.fina"/><GlyphID id="534" name="uni0754.fina"/><GlyphID id="535" name="uni0755.fina"/><GlyphID id="536" name="uni0756.fina"/><GlyphID id="537" name="uni062C.fina"/><GlyphID id="538" name="uni062D.fina"/><GlyphID id="539" name="uni062E.fina"/><GlyphID id="540" name="uni0681.fina"/><GlyphID id="541" name="uni0682.fina"/><GlyphID id="542" name="uni0683.fina"/><GlyphID id="543" name="uni0684.fina"/><GlyphID id="544" name="uni0685.fina"/><GlyphID id="545" name="uni0686.fina"/><GlyphID id="546" name="uni0687.fina"/><GlyphID id="547" name="uni06BF.fina"/><GlyphID id="548" name="absTchehRetro1Fin"/><GlyphID id="549" name="absTchehRetro2Fin"/><GlyphID id="550" name="absJeemRetro1Fin"/><GlyphID id="551" name="absJeemRetro2Fin"/><GlyphID id="552" name="absJeemRetro3Fin"/><GlyphID id="553" name="uni0757.fina"/><GlyphID id="554" name="uni0758.fina"/><GlyphID id="555" name="uni0633.fina"/><GlyphID id="556" name="uni0634.fina"/><GlyphID id="557" name="uni069A.fina"/><GlyphID id="558" name="uni069B.fina"/><GlyphID id="559" name="uni069C.fina"/><GlyphID id="560" name="uni06FA.fina"/><GlyphID id="561" name="absSheenRetro1Fin"/><GlyphID id="562" name="absSheenRetro2Fin"/><GlyphID id="563" name="uni075C.fina"/><GlyphID id="564" name="uni076D.fina"/><GlyphID id="565" name="uni0635.fina"/><GlyphID id="566" name="uni0636.fina"/><GlyphID id="567" name="uni069D.fina"/><GlyphID id="568" name="uni069E.fina"/><GlyphID id="569" name="uni06FB.fina"/><GlyphID id="570" name="uni0637.fina"/><GlyphID id="571" name="uni0638.fina"/><GlyphID id="572" name="uni069F.fina"/><GlyphID id="573" name="uni0639.fina"/><GlyphID id="574" name="uni063A.fina"/><GlyphID id="575" name="uni06A0.fina"/><GlyphID id="576" name="uni06FC.fina"/><GlyphID id="577" name="uni075D.fina"/><GlyphID id="578" name="uni075E.fina"/><GlyphID id="579" name="uni075F.fina"/><GlyphID id="580" name="uni0641.fina"/><GlyphID id="581" name="uni06A1.fina"/><GlyphID id="582" name="uni06A2.fina"/><GlyphID id="583" name="uni06A3.fina"/><GlyphID id="584" name="uni06A4.fina"/><GlyphID id="585" name="uni06A5.fina"/><GlyphID id="586" name="uni06A6.fina"/><GlyphID id="587" name="uni0760.fina"/><GlyphID id="588" name="uni0761.fina"/><GlyphID id="589" name="uni066F.fina"/><GlyphID id="590" name="uni0642.fina"/><GlyphID id="591" name="uni06A7.fina"/><GlyphID id="592" name="uni06A8.fina"/><GlyphID id="593" name="uni0643.fina"/><GlyphID id="594" name="uni06AC.fina"/><GlyphID id="595" name="uni06AD.fina"/><GlyphID id="596" name="uni06AE.fina"/><GlyphID id="597" name="uni06A9.fina"/><GlyphID id="598" name="uni06AB.fina"/><GlyphID id="599" name="uni06AF.fina"/><GlyphID id="600" name="uni06B0.fina"/><GlyphID id="601" name="uni06B1.fina"/><GlyphID id="602" name="uni06B2.fina"/><GlyphID id="603" name="uni06B3.fina"/><GlyphID id="604" name="uni06B4.fina"/><GlyphID id="605" name="uni0762.fina"/><GlyphID id="606" name="uni0763.fina"/><GlyphID id="607" name="uni0764.fina"/><GlyphID id="608" name="uni06AA.fina"/><GlyphID id="609" name="uni0644.fina"/><GlyphID id="610" name="uni06B5.fina"/><GlyphID id="611" name="uni06B6.fina"/><GlyphID id="612" name="uni06B7.fina"/><GlyphID id="613" name="uni06B8.fina"/><GlyphID id="614" name="absLamRetroFin"/><GlyphID id="615" name="uni076A.fina"/><GlyphID id="616" name="uni0645.fina"/><GlyphID id="617" name="uni0645.fina.sindhi"/><GlyphID id="618" name="uni0765.fina"/><GlyphID id="619" name="uni0766.fina"/><GlyphID id="620" name="uni0646.fina"/><GlyphID id="621" name="uni06B9.fina"/><GlyphID id="622" name="uni06BA.fina"/><GlyphID id="623" name="uni06BB.fina"/><GlyphID id="624" name="uni06BC.fina"/><GlyphID id="625" name="uni06BD.fina"/><GlyphID id="626" name="uni0767.fina"/><GlyphID id="627" name="uni0768.fina"/><GlyphID id="628" name="uni0769.fina"/><GlyphID id="629" name="uni06BE.fina"/><GlyphID id="630" name="uni06FF.fina"/><GlyphID id="631" name="uni0647.fina"/><GlyphID id="632" name="uni0647.fina.knottedFlat"/><GlyphID id="633" name="uni0647.fina.knottedHigh"/><GlyphID id="634" name="uni0647.fina.hooked"/><GlyphID id="635" name="uni06D5.fina"/><GlyphID id="636" name="uni0629.fina"/><GlyphID id="637" name="uni06C0.fina"/><GlyphID id="638" name="uni06C1.fina"/><GlyphID id="639" name="uni06C2.fina"/><GlyphID id="640" name="uni06C3.fina"/><GlyphID id="641" name="uni06440627.fina"/><GlyphID id="642" name="uni06B50627.fina"/><GlyphID id="643" name="uni06B60627.fina"/><GlyphID id="644" name="uni06B70627.fina"/><GlyphID id="645" name="uni06B80627.fina"/><GlyphID id="646" name="absLamRetroAlefFin"/><GlyphID id="647" name="uni076A0627.fina"/><GlyphID id="648" name="uni0626.medi"/><GlyphID id="649" name="uni064A.medi"/><GlyphID id="650" name="uni064A.medi.noDots"/><GlyphID id="651" name="uni0678.medi"/><GlyphID id="652" name="uni06CC.medi"/><GlyphID id="653" name="uni06CE.medi"/><GlyphID id="654" name="uni06D0.medi"/><GlyphID id="655" name="uni06D1.medi"/><GlyphID id="656" name="uni0649.medi"/><GlyphID id="657" name="uni066E.medi"/><GlyphID id="658" name="uni0628.medi"/><GlyphID id="659" name="uni062A.medi"/><GlyphID id="660" name="uni062B.medi"/><GlyphID id="661" name="uni0679.medi"/><GlyphID id="662" name="uni067A.medi"/><GlyphID id="663" name="uni067B.medi"/><GlyphID id="664" name="uni067C.medi"/><GlyphID id="665" name="uni067D.medi"/><GlyphID id="666" name="uni067E.medi"/><GlyphID id="667" name="uni067F.medi"/><GlyphID id="668" name="uni0680.medi"/><GlyphID id="669" name="uni0750.medi"/><GlyphID id="670" name="uni0751.medi"/><GlyphID id="671" name="uni0752.medi"/><GlyphID id="672" name="uni0753.medi"/><GlyphID id="673" name="uni0754.medi"/><GlyphID id="674" name="uni0755.medi"/><GlyphID id="675" name="uni0756.medi"/><GlyphID id="676" name="uni062C.medi"/><GlyphID id="677" name="uni062D.medi"/><GlyphID id="678" name="uni062E.medi"/><GlyphID id="679" name="uni0681.medi"/><GlyphID id="680" name="uni0682.medi"/><GlyphID id="681" name="uni0683.medi"/><GlyphID id="682" name="uni0684.medi"/><GlyphID id="683" name="uni0685.medi"/><GlyphID id="684" name="uni0686.medi"/><GlyphID id="685" name="uni0687.medi"/><GlyphID id="686" name="uni06BF.medi"/><GlyphID id="687" name="absTchehRetro1Med"/><GlyphID id="688" name="absTchehRetro2Med"/><GlyphID id="689" name="absJeemRetro1Med"/><GlyphID id="690" name="absJeemRetro2Med"/><GlyphID id="691" name="absJeemRetro3Med"/><GlyphID id="692" name="uni0757.medi"/><GlyphID id="693" name="uni0758.medi"/><GlyphID id="694" name="uni0633.medi"/><GlyphID id="695" name="uni0634.medi"/><GlyphID id="696" name="uni069A.medi"/><GlyphID id="697" name="uni069B.medi"/><GlyphID id="698" name="uni069C.medi"/><GlyphID id="699" name="uni06FA.medi"/><GlyphID id="700" name="absSheenRetro1Med"/><GlyphID id="701" name="absSheenRetro2Med"/><GlyphID id="702" name="uni075C.medi"/><GlyphID id="703" name="uni076D.medi"/><GlyphID id="704" name="uni0635.medi"/><GlyphID id="705" name="uni0636.medi"/><GlyphID id="706" name="uni069D.medi"/><GlyphID id="707" name="uni069E.medi"/><GlyphID id="708" name="uni06FB.medi"/><GlyphID id="709" name="uni0637.medi"/><GlyphID id="710" name="uni0638.medi"/><GlyphID id="711" name="uni069F.medi"/><GlyphID id="712" name="uni0639.medi"/><GlyphID id="713" name="uni063A.medi"/><GlyphID id="714" name="uni06A0.medi"/><GlyphID id="715" name="uni06FC.medi"/><GlyphID id="716" name="uni075D.medi"/><GlyphID id="717" name="uni075E.medi"/><GlyphID id="718" name="uni075F.medi"/><GlyphID id="719" name="uni0641.medi"/><GlyphID id="720" name="uni06A1.medi"/><GlyphID id="721" name="uni06A2.medi"/><GlyphID id="722" name="uni06A3.medi"/><GlyphID id="723" name="uni06A4.medi"/><GlyphID id="724" name="uni06A5.medi"/><GlyphID id="725" name="uni06A6.medi"/><GlyphID id="726" name="uni0760.medi"/><GlyphID id="727" name="uni0761.medi"/><GlyphID id="728" name="uni066F.medi"/><GlyphID id="729" name="uni0642.medi"/><GlyphID id="730" name="uni06A7.medi"/><GlyphID id="731" name="uni06A8.medi"/><GlyphID id="732" name="uni0643.medi"/><GlyphID id="733" name="uni06AC.medi"/><GlyphID id="734" name="uni06AD.medi"/><GlyphID id="735" name="uni06AE.medi"/><GlyphID id="736" name="uni06A9.medi"/><GlyphID id="737" name="uni06AB.medi"/><GlyphID id="738" name="uni06AF.medi"/><GlyphID id="739" name="uni06B0.medi"/><GlyphID id="740" name="uni06B1.medi"/><GlyphID id="741" name="uni06B2.medi"/><GlyphID id="742" name="uni06B3.medi"/><GlyphID id="743" name="uni06B4.medi"/><GlyphID id="744" name="uni0762.medi"/><GlyphID id="745" name="uni0763.medi"/><GlyphID id="746" name="uni0764.medi"/><GlyphID id="747" name="uni06AA.medi"/><GlyphID id="748" name="uni0644.medi"/><GlyphID id="749" name="uni06B5.medi"/><GlyphID id="750" name="uni06B6.medi"/><GlyphID id="751" name="uni06B7.medi"/><GlyphID id="752" name="uni06B8.medi"/><GlyphID id="753" name="absLamRetroMed"/><GlyphID id="754" name="uni076A.medi"/><GlyphID id="755" name="uni0645.medi"/><GlyphID id="756" name="uni0765.medi"/><GlyphID id="757" name="uni0766.medi"/><GlyphID id="758" name="uni0646.medi"/><GlyphID id="759" name="uni06B9.medi"/><GlyphID id="760" name="uni06BA.medi"/><GlyphID id="761" name="uni06BB.medi"/><GlyphID id="762" name="uni06BC.medi"/><GlyphID id="763" name="uni06BD.medi"/><GlyphID id="764" name="uni0767.medi"/><GlyphID id="765" name="uni0768.medi"/><GlyphID id="766" name="uni0769.medi"/><GlyphID id="767" name="uni06BE.medi"/><GlyphID id="768" name="uni06FF.medi"/><GlyphID id="769" name="uni0647.medi"/><GlyphID id="770" name="uni0647.medi.hooked"/><GlyphID id="771" name="uni0647.medi.knottedHigh"/><GlyphID id="772" name="uni06C0.medi"/><GlyphID id="773" name="uni06C1.medi"/><GlyphID id="774" name="uni06C2.medi"/><GlyphID id="775" name="uni0626.init"/><GlyphID id="776" name="uni064A.init"/><GlyphID id="777" name="uni064A.init.noDots"/><GlyphID id="778" name="uni0678.init"/><GlyphID id="779" name="uni06CC.init"/><GlyphID id="780" name="uni06CE.init"/><GlyphID id="781" name="uni06D0.init"/><GlyphID id="782" name="uni06D1.init"/><GlyphID id="783" name="uni0649.init"/><GlyphID id="784" name="uni066E.init"/><GlyphID id="785" name="uni0628.init"/><GlyphID id="786" name="uni062A.init"/><GlyphID id="787" name="uni062B.init"/><GlyphID id="788" name="uni0679.init"/><GlyphID id="789" name="uni067A.init"/><GlyphID id="790" name="uni067B.init"/><GlyphID id="791" name="uni067C.init"/><GlyphID id="792" name="uni067D.init"/><GlyphID id="793" name="uni067E.init"/><GlyphID id="794" name="uni067F.init"/><GlyphID id="795" name="uni0680.init"/><GlyphID id="796" name="uni0750.init"/><GlyphID id="797" name="uni0751.init"/><GlyphID id="798" name="uni0752.init"/><GlyphID id="799" name="uni0753.init"/><GlyphID id="800" name="uni0754.init"/><GlyphID id="801" name="uni0755.init"/><GlyphID id="802" name="uni0756.init"/><GlyphID id="803" name="uni062C.init"/><GlyphID id="804" name="uni062D.init"/><GlyphID id="805" name="uni062E.init"/><GlyphID id="806" name="uni0681.init"/><GlyphID id="807" name="uni0682.init"/><GlyphID id="808" name="uni0683.init"/><GlyphID id="809" name="uni0684.init"/><GlyphID id="810" name="uni0685.init"/><GlyphID id="811" name="uni0686.init"/><GlyphID id="812" name="uni0687.init"/><GlyphID id="813" name="uni06BF.init"/><GlyphID id="814" name="absTchehRetro1Ini"/><GlyphID id="815" name="absTchehRetro2Ini"/><GlyphID id="816" name="absJeemRetro1Ini"/><GlyphID id="817" name="absJeemRetro2Ini"/><GlyphID id="818" name="absJeemRetro3Ini"/><GlyphID id="819" name="uni0757.init"/><GlyphID id="820" name="uni0758.init"/><GlyphID id="821" name="uni0633.init"/><GlyphID id="822" name="uni0634.init"/><GlyphID id="823" name="uni069A.init"/><GlyphID id="824" name="uni069B.init"/><GlyphID id="825" name="uni069C.init"/><GlyphID id="826" name="uni06FA.init"/><GlyphID id="827" name="absSheenRetro1Ini"/><GlyphID id="828" name="absSheenRetro2Ini"/><GlyphID id="829" name="uni075C.init"/><GlyphID id="830" name="uni076D.init"/><GlyphID id="831" name="uni0635.init"/><GlyphID id="832" name="uni0636.init"/><GlyphID id="833" name="uni069D.init"/><GlyphID id="834" name="uni069E.init"/><GlyphID id="835" name="uni06FB.init"/><GlyphID id="836" name="uni0637.init"/><GlyphID id="837" name="uni0638.init"/><GlyphID id="838" name="uni069F.init"/><GlyphID id="839" name="uni0639.init"/><GlyphID id="840" name="uni063A.init"/><GlyphID id="841" name="uni06A0.init"/><GlyphID id="842" name="uni06FC.init"/><GlyphID id="843" name="uni075D.init"/><GlyphID id="844" name="uni075E.init"/><GlyphID id="845" name="uni075F.init"/><GlyphID id="846" name="uni0641.init"/><GlyphID id="847" name="uni06A1.init"/><GlyphID id="848" name="uni06A2.init"/><GlyphID id="849" name="uni06A3.init"/><GlyphID id="850" name="uni06A4.init"/><GlyphID id="851" name="uni06A5.init"/><GlyphID id="852" name="uni06A6.init"/><GlyphID id="853" name="uni0760.init"/><GlyphID id="854" name="uni0761.init"/><GlyphID id="855" name="uni066F.init"/><GlyphID id="856" name="uni0642.init"/><GlyphID id="857" name="uni06A7.init"/><GlyphID id="858" name="uni06A8.init"/><GlyphID id="859" name="uni0643.init"/><GlyphID id="860" name="uni06AC.init"/><GlyphID id="861" name="uni06AD.init"/><GlyphID id="862" name="uni06AE.init"/><GlyphID id="863" name="uni06A9.init"/><GlyphID id="864" name="uni06AB.init"/><GlyphID id="865" name="uni06AF.init"/><GlyphID id="866" name="uni06B0.init"/><GlyphID id="867" name="uni06B1.init"/><GlyphID id="868" name="uni06B2.init"/><GlyphID id="869" name="uni06B3.init"/><GlyphID id="870" name="uni06B4.init"/><GlyphID id="871" name="uni0762.init"/><GlyphID id="872" name="uni0763.init"/><GlyphID id="873" name="uni0764.init"/><GlyphID id="874" name="uni06AA.init"/><GlyphID id="875" name="uni0644.init"/><GlyphID id="876" name="uni06B5.init"/><GlyphID id="877" name="uni06B6.init"/><GlyphID id="878" name="uni06B7.init"/><GlyphID id="879" name="uni06B8.init"/><GlyphID id="880" name="absLamRetroIni"/><GlyphID id="881" name="uni076A.init"/><GlyphID id="882" name="uni0645.init"/><GlyphID id="883" name="uni0765.init"/><GlyphID id="884" name="uni0766.init"/><GlyphID id="885" name="uni0646.init"/><GlyphID id="886" name="uni06B9.init"/><GlyphID id="887" name="uni06BA.init"/><GlyphID id="888" name="uni06BB.init"/><GlyphID id="889" name="uni06BC.init"/><GlyphID id="890" name="uni06BD.init"/><GlyphID id="891" name="uni0767.init"/><GlyphID id="892" name="uni0768.init"/><GlyphID id="893" name="uni0769.init"/><GlyphID id="894" name="uni06BE.init"/><GlyphID id="895" name="uni06FF.init"/><GlyphID id="896" name="uni0647.init"/><GlyphID id="897" name="uni0647.init.hooked"/><GlyphID id="898" name="uni06C0.init"/><GlyphID id="899" name="uni06C1.init"/><GlyphID id="900" name="uni06C2.init"/><GlyphID id="901" name="uni0674"/><GlyphID id="902" name="uni06E5"/><GlyphID id="903" name="uni06E6"/><GlyphID id="904" name="uni064B"/><GlyphID id="905" name="uni064C"/><GlyphID id="906" name="uni064D"/><GlyphID id="907" name="uni064E"/><GlyphID id="908" name="uni064F"/><GlyphID id="909" name="uni0650"/><GlyphID id="910" name="uni0651"/><GlyphID id="911" name="uni0652"/><GlyphID id="912" name="uni0653"/><GlyphID id="913" name="uni0654"/><GlyphID id="914" name="uni0655"/><GlyphID id="915" name="uni0656"/><GlyphID id="916" name="uni0657"/><GlyphID id="917" name="uni0658"/><GlyphID id="918" name="uni0659"/><GlyphID id="919" name="uni065A"/><GlyphID id="920" name="uni065B"/><GlyphID id="921" name="uni065C"/><GlyphID id="922" name="uni065D"/><GlyphID id="923" name="uni065E"/><GlyphID id="924" name="uni0670"/><GlyphID id="925" name="uni0670.large"/><GlyphID id="926" name="uni06D6"/><GlyphID id="927" name="uni06D7"/><GlyphID id="928" name="uni06D8"/><GlyphID id="929" name="uni06D9"/><GlyphID id="930" name="uni06DA"/><GlyphID id="931" name="uni06DB"/><GlyphID id="932" name="uni06DC"/><GlyphID id="933" name="uni06DF"/><GlyphID id="934" name="uni06E0"/><GlyphID id="935" name="uni06E1"/><GlyphID id="936" name="uni06E2"/><GlyphID id="937" name="uni06E3"/><GlyphID id="938" name="uni06E4"/><GlyphID id="939" name="uni06E7"/><GlyphID id="940" name="uni06E8"/><GlyphID id="941" name="uni06EA"/><GlyphID id="942" name="uni06EB"/><GlyphID id="943" name="uni06EC"/><GlyphID id="944" name="uni06ED"/><GlyphID id="945" name="uni0600"/><GlyphID id="946" name="uni0601"/><GlyphID id="947" name="uni0602"/><GlyphID id="948" name="uni0603"/><GlyphID id="949" name="uni060B"/><GlyphID id="950" name="uni060C"/><GlyphID id="951" name="uni060C.downward"/><GlyphID id="952" name="uni060D"/><GlyphID id="953" name="uni060E"/><GlyphID id="954" name="uni060F"/><GlyphID id="955" name="uni0610"/><GlyphID id="956" name="uni0611"/><GlyphID id="957" name="uni0612"/><GlyphID id="958" name="uni0613"/><GlyphID id="959" name="uni0614"/><GlyphID id="960" name="uni0615"/><GlyphID id="961" name="uni061B"/><GlyphID id="962" name="uni061B.downward"/><GlyphID id="963" name="uni061E"/><GlyphID id="964" name="uni061F"/><GlyphID id="965" name="uni066A"/><GlyphID id="966" name="uni066B"/><GlyphID id="967" name="uni066C"/><GlyphID id="968" name="uni066D"/><GlyphID id="969" name="uni06D4"/><GlyphID id="970" name="uni06DD"/><GlyphID id="971" name="uni06DD.alt"/><GlyphID id="972" name="uni06DD.altB"/><GlyphID id="973" name="uni06DE"/><GlyphID id="974" name="uni06E9"/><GlyphID id="975" name="uniFD3E"/><GlyphID id="976" name="uniFD3F"/><GlyphID id="977" name="uniFDF2"/><GlyphID id="978" name="uniFDFC"/><GlyphID id="979" name="uni0660"/><GlyphID id="980" name="uni0661"/><GlyphID id="981" name="uni0662"/><GlyphID id="982" name="uni0663"/><GlyphID id="983" name="uni0664"/><GlyphID id="984" name="uni0665"/><GlyphID id="985" name="uni0666"/><GlyphID id="986" name="uni0667"/><GlyphID id="987" name="uni0668"/><GlyphID id="988" name="uni0669"/><GlyphID id="989" name="uni06F0"/><GlyphID id="990" name="uni06F1"/><GlyphID id="991" name="uni06F2"/><GlyphID id="992" name="uni06F3"/><GlyphID id="993" name="uni06F4"/><GlyphID id="994" name="uni06F4.urdu"/><GlyphID id="995" name="uni06F5"/><GlyphID id="996" name="uni06F6"/><GlyphID id="997" name="uni06F6.urdu"/><GlyphID id="998" name="uni06F7"/><GlyphID id="999" name="uni06F7.urdu"/><GlyphID id="1000" name="uni06F8"/><GlyphID id="1001" name="uni06F9"/><GlyphID id="1002" name="zeroMedium"/><GlyphID id="1003" name="oneMedium"/><GlyphID id="1004" name="twoMedium"/><GlyphID id="1005" name="threeMedium"/><GlyphID id="1006" name="fourMedium"/><GlyphID id="1007" name="fiveMedium"/><GlyphID id="1008" name="sixMedium"/><GlyphID id="1009" name="sevenMedium"/><GlyphID id="1010" name="eightMedium"/><GlyphID id="1011" name="nineMedium"/><GlyphID id="1012" name="uni0660.Medium"/><GlyphID id="1013" name="uni0661.Medium"/><GlyphID id="1014" name="uni0662.Medium"/><GlyphID id="1015" name="uni0663.Medium"/><GlyphID id="1016" name="uni0664.Medium"/><GlyphID id="1017" name="uni0665.Medium"/><GlyphID id="1018" name="uni0666.Medium"/><GlyphID id="1019" name="uni0667.Medium"/><GlyphID id="1020" name="uni0668.Medium"/><GlyphID id="1021" name="uni0669.Medium"/><GlyphID id="1022" name="uni06F0.Medium"/><GlyphID id="1023" name="uni06F1.Medium"/><GlyphID id="1024" name="uni06F2.Medium"/><GlyphID id="1025" name="uni06F3.Medium"/><GlyphID id="1026" name="uni06F4.Medium"/><GlyphID id="1027" name="uni06F4.Medium.urdu"/><GlyphID id="1028" name="uni06F5.Medium"/><GlyphID id="1029" name="uni06F6.Medium"/><GlyphID id="1030" name="uni06F6.Medium.urdu"/><GlyphID id="1031" name="uni06F7.Medium"/><GlyphID id="1032" name="uni06F7.Medium.urdu"/><GlyphID id="1033" name="uni06F8.Medium"/><GlyphID id="1034" name="uni06F9.Medium"/><GlyphID id="1035" name="zeroSmall"/><GlyphID id="1036" name="oneSmall"/><GlyphID id="1037" name="twoSmall"/><GlyphID id="1038" name="threeSmall"/><GlyphID id="1039" name="fourSmall"/><GlyphID id="1040" name="fiveSmall"/><GlyphID id="1041" name="sixSmall"/><GlyphID id="1042" name="sevenSmall"/><GlyphID id="1043" name="eightSmall"/><GlyphID id="1044" name="nineSmall"/><GlyphID id="1045" name="uni0660.Small"/><GlyphID id="1046" name="uni0661.Small"/><GlyphID id="1047" name="uni0662.Small"/><GlyphID id="1048" name="uni0663.Small"/><GlyphID id="1049" name="uni0664.Small"/><GlyphID id="1050" name="uni0665.Small"/><GlyphID id="1051" name="uni0666.Small"/><GlyphID id="1052" name="uni0667.Small"/><GlyphID id="1053" name="uni0668.Small"/><GlyphID id="1054" name="uni0669.Small"/><GlyphID id="1055" name="uni06F0.Small"/><GlyphID id="1056" name="uni06F1.Small"/><GlyphID id="1057" name="uni06F2.Small"/><GlyphID id="1058" name="uni06F3.Small"/><GlyphID id="1059" name="uni06F4.Small"/><GlyphID id="1060" name="uni06F4.Small.urdu"/><GlyphID id="1061" name="uni06F5.Small"/><GlyphID id="1062" name="uni06F6.Small"/><GlyphID id="1063" name="uni06F6.Small.urdu"/><GlyphID id="1064" name="uni06F7.Small"/><GlyphID id="1065" name="uni06F7.Small.urdu"/><GlyphID id="1066" name="uni06F8.Small"/><GlyphID id="1067" name="uni06F9.Small"/><GlyphID id="1068" name="uni06DD.aat1"/><GlyphID id="1069" name="uni06DD.aat2"/><GlyphID id="1070" name="uni06DD.aat3"/><GlyphID id="1071" name="uni06DD.alt.aat1"/><GlyphID id="1072" name="uni06DD.alt.aat2"/><GlyphID id="1073" name="uni06DD.alt.aat3"/><GlyphID id="1074" name="uni06DD.altB.aat1"/><GlyphID id="1075" name="uni06DD.altB.aat2"/><GlyphID id="1076" name="uni06DD.altB.aat3"/><GlyphID id="1077" name="uni06DD.sp1"/><GlyphID id="1078" name="uni06DD.sp2"/><GlyphID id="1079" name="uni06DD.sp3"/><GlyphID id="1080" name="uni0600.aat1"/><GlyphID id="1081" name="uni0600.aat2"/><GlyphID id="1082" name="uni0600.aat3"/><GlyphID id="1083" name="uni0600.sp1"/><GlyphID id="1084" name="uni0600.sp2"/><GlyphID id="1085" name="uni0600.sp3"/><GlyphID id="1086" name="uni0601.aat1"/><GlyphID id="1087" name="uni0601.aat2"/><GlyphID id="1088" name="uni0601.aat3"/><GlyphID id="1089" name="uni0601.aat4"/><GlyphID id="1090" name="uni0601.sp1"/><GlyphID id="1091" name="uni0601.sp2"/><GlyphID id="1092" name="uni0601.sp3"/><GlyphID id="1093" name="uni0601.sp4"/><GlyphID id="1094" name="uni0602.aat1"/><GlyphID id="1095" name="uni0602.aat2"/><GlyphID id="1096" name="uni0602.sp1"/><GlyphID id="1097" name="uni0602.sp2"/><GlyphID id="1098" name="uni0603.aat1"/><GlyphID id="1099" name="uni0603.aat2"/><GlyphID id="1100" name="uni0603.aat3"/><GlyphID id="1101" name="uni0603.sp1"/><GlyphID id="1102" name="uni0603.sp2"/><GlyphID id="1103" name="uni0603.sp3"/><GlyphID id="1104" name="uni0651064B"/><GlyphID id="1105" name="uni0651064C"/><GlyphID id="1106" name="uni0651064D"/><GlyphID id="1107" name="uni0651064E"/><GlyphID id="1108" name="uni0651064F"/><GlyphID id="1109" name="uni06510650"/><GlyphID id="1110" name="uni0654064E"/><GlyphID id="1111" name="uni0654064F"/><GlyphID id="1112" name="absShaddaAlef"/><GlyphID id="1113" name="uni0652.leftOpen"/><GlyphID id="1114" name="uni0652.downOpen"/><GlyphID id="1115" name="uni064C.sixNine"/><GlyphID id="1116" name="absAutoKashida"/><GlyphID id="1117" name="ring"/><GlyphID id="1118" name="caron"/><GlyphID id="1119" name="_dot1"/><GlyphID id="1120" name="_dot1_tah"/><GlyphID id="1121" name="_dot1_smallV"/><GlyphID id="1122" name="_dot1_hat"/><GlyphID id="1123" name="_dot2h"/><GlyphID id="1124" name="_dot2h_tah"/><GlyphID id="1125" name="_dot2v"/><GlyphID id="1126" name="_dot3u"/><GlyphID id="1127" name="_dot3u_tah"/><GlyphID id="1128" name="_dot3d"/><GlyphID id="1129" name="_dot3h"/><GlyphID id="1130" name="_dot4"/><GlyphID id="1131" name="_tah"/><GlyphID id="1132" name="_madda"/><GlyphID id="1133" name="_hamza"/><GlyphID id="1134" name="_highHamza"/><GlyphID id="1135" name="_wavyHamza"/><GlyphID id="1136" name="_wavyHamza.b"/><GlyphID id="1137" name="_wasla"/><GlyphID id="1138" name="_hamzaDamma"/><GlyphID id="1139" name="_bar"/><GlyphID id="1140" name="_ring"/><GlyphID id="1141" name="_smallV"/><GlyphID id="1142" name="_invSmallV"/><GlyphID id="1143" name="_damma"/><GlyphID id="1144" name="_vline"/><GlyphID id="1145" name="_hat"/><GlyphID id="1146" name="_gafBar"/><GlyphID id="1147" name="_gafBar_dot2h"/><GlyphID id="1148" name="_gafBar_dot3u"/><GlyphID id="1149" name="_gafBarShort"/><GlyphID id="1150" name="_gafBarShort_dot2h"/><GlyphID id="1151" name="_gafBarShort_dot3u"/><GlyphID id="1152" name="_lines"/><GlyphID id="1153" name="uni06DD.2"/><GlyphID id="1154" name="uni06DD.3"/><GlyphID id="1155" name="uni06DD.alt.2"/><GlyphID id="1156" name="uni06DD.alt.3"/><GlyphID id="1157" name="uni06DD.altB.2"/><GlyphID id="1158" name="uni06DD.altB.3"/><GlyphID id="1159" name="uni0600.2"/><GlyphID id="1160" name="uni0600.3"/><GlyphID id="1161" name="uni0601.2"/><GlyphID id="1162" name="uni0601.3"/><GlyphID id="1163" name="uni0601.4"/><GlyphID id="1164" name="uni0602.2"/><GlyphID id="1165" name="uni0603.2"/><GlyphID id="1166" name="uni0603.3"/><GlyphID id="1167" name="uni0644.init.preAlef"/><GlyphID id="1168" name="uni06B5.init.preAlef"/><GlyphID id="1169" name="uni06B6.init.preAlef"/><GlyphID id="1170" name="uni06B7.init.preAlef"/><GlyphID id="1171" name="uni06B8.init.preAlef"/><GlyphID id="1172" name="absLamRetroIni.preAlef"/><GlyphID id="1173" name="uni076A.init.preAlef"/><GlyphID id="1174" name="uni0622.fina.postLamIni"/><GlyphID id="1175" name="uni0623.fina.postLamIni"/><GlyphID id="1176" name="uni0625.fina.postLamIni"/><GlyphID id="1177" name="uni0627.fina.postLamIni"/><GlyphID id="1178" name="uni0672.fina.postLamIni"/><GlyphID id="1179" name="uni0673.fina.postLamIni"/><GlyphID id="1180" name="uni0675.fina.postLamIni"/><GlyphID id="1181" name="uni0671.fina.postLamIni"/><GlyphID id="1182" name="uni0644.medi.preAlef"/><GlyphID id="1183" name="uni06B5.medi.preAlef"/><GlyphID id="1184" name="uni06B6.medi.preAlef"/><GlyphID id="1185" name="uni06B7.medi.preAlef"/><GlyphID id="1186" name="uni06B8.medi.preAlef"/><GlyphID id="1187" name="absLamRetroMed.preAlef"/><GlyphID id="1188" name="uni076A.medi.preAlef"/><GlyphID id="1189" name="uni0622.fina.postLamMed"/><GlyphID id="1190" name="uni0623.fina.postLamMed"/><GlyphID id="1191" name="uni0625.fina.postLamMed"/><GlyphID id="1192" name="uni0627.fina.postLamMed"/><GlyphID id="1193" name="uni0672.fina.postLamMed"/><GlyphID id="1194" name="uni0673.fina.postLamMed"/><GlyphID id="1195" name="uni0675.fina.postLamMed"/><GlyphID id="1196" name="uni0671.fina.postLamMed"/></GlyphOrder><cmap><tableVersion version="0"/><cmap_format_4 platformID="3" platEncID="1" language="0"><map code="0x9" name="uni0009"/><map code="0x20" name="space"/><map code="0x21" name="exclam"/><map code="0x22" name="quotedbl"/><map code="0x23" name="numbersign"/><map code="0x24" name="dollar"/><map code="0x25" name="percent"/><map code="0x26" name="ampersand"/><map code="0x27" name="quotesingle"/><map code="0x28" name="parenleft"/><map code="0x29" name="parenright"/><map code="0x2a" name="asterisk"/><map code="0x2b" name="plus"/><map code="0x2c" name="comma"/><map code="0x2d" name="hyphen"/><map code="0x2e" name="period"/><map code="0x2f" name="slash"/><map code="0x30" name="zero"/><map code="0x31" name="one"/><map code="0x32" name="two"/><map code="0x33" name="three"/><map code="0x34" name="four"/><map code="0x35" name="five"/><map code="0x36" name="six"/><map code="0x37" name="seven"/><map code="0x38" name="eight"/><map code="0x39" name="nine"/><map code="0x3a" name="colon"/><map code="0x3b" name="semicolon"/><map code="0x3c" name="less"/><map code="0x3d" name="equal"/><map code="0x3e" name="greater"/><map code="0x3f" name="question"/><map code="0x40" name="at"/><map code="0x41" name="A"/><map code="0x42" name="B"/><map code="0x43" name="C"/><map code="0x44" name="D"/><map code="0x45" name="E"/><map code="0x46" name="F"/><map code="0x47" name="G"/><map code="0x48" name="H"/><map code="0x49" name="I"/><map code="0x4a" name="J"/><map code="0x4b" name="K"/><map code="0x4c" name="L"/><map code="0x4d" name="M"/><map code="0x4e" name="N"/><map code="0x4f" name="O"/><map code="0x50" name="P"/><map code="0x51" name="Q"/><map code="0x52" name="R"/><map code="0x53" name="S"/><map code="0x54" name="T"/><map code="0x55" name="U"/><map code="0x56" name="V"/><map code="0x57" name="W"/><map code="0x58" name="X"/><map code="0x59" name="Y"/><map code="0x5a" name="Z"/><map code="0x5b" name="bracketleft"/><map code="0x5c" name="backslash"/><map code="0x5d" name="bracketright"/><map code="0x5e" name="asciicircum"/><map code="0x5f" name="underscore"/><map code="0x60" name="grave"/><map code="0x61" name="a"/><map code="0x62" name="b"/><map code="0x63" name="c"/><map code="0x64" name="d"/><map code="0x65" name="e"/><map code="0x66" name="f"/><map code="0x67" name="g"/><map code="0x68" name="h"/><map code="0x69" name="i"/><map code="0x6a" name="j"/><map code="0x6b" name="k"/><map code="0x6c" name="l"/><map code="0x6d" name="m"/><map code="0x6e" name="n"/><map code="0x6f" name="o"/><map code="0x70" name="p"/><map code="0x71" name="q"/><map code="0x72" name="r"/><map code="0x73" name="s"/><map code="0x74" name="t"/><map code="0x75" name="u"/><map code="0x76" name="v"/><map code="0x77" name="w"/><map code="0x78" name="x"/><map code="0x79" name="y"/><map code="0x7a" name="z"/><map code="0x7b" name="braceleft"/><map code="0x7c" name="bar"/><map code="0x7d" name="braceright"/><map code="0x7e" name="asciitilde"/><map code="0xa0" name="uni00A0"/><map code="0xa1" name="exclamdown"/><map code="0xa2" name="cent"/><map code="0xa3" name="sterling"/><map code="0xa4" name="currency"/><map code="0xa5" name="yen"/><map code="0xa6" name="brokenbar"/><map code="0xa7" name="section"/><map code="0xa8" name="dieresis"/><map code="0xa9" name="copyright"/><map code="0xaa" name="ordfeminine"/><map code="0xab" name="guillemotleft"/><map code="0xac" name="logicalnot"/><map code="0xad" name="sfthyphen"/><map code="0xae" name="registered"/><map code="0xaf" name="macron"/><map code="0xb0" name="degree"/><map code="0xb1" name="plusminus"/><map code="0xb2" name="twosuperior"/><map code="0xb3" name="threesuperior"/><map code="0xb4" name="acute"/><map code="0xb5" name="mu"/><map code="0xb6" name="paragraph"/><map code="0xb7" name="periodcentered"/><map code="0xb8" name="cedilla"/><map code="0xb9" name="onesuperior"/><map code="0xba" name="ordmasculine"/><map code="0xbb" name="guillemotright"/><map code="0xbc" name="onequarter"/><map code="0xbd" name="onehalf"/><map code="0xbe" name="threequarters"/><map code="0xbf" name="questiondown"/><map code="0xc0" name="Agrave"/><map code="0xc1" name="Aacute"/><map code="0xc2" name="Acircumflex"/><map code="0xc3" name="Atilde"/><map code="0xc4" name="Adieresis"/><map code="0xc5" name="Aring"/><map code="0xc6" name="AE"/><map code="0xc7" name="Ccedilla"/><map code="0xc8" name="Egrave"/><map code="0xc9" name="Eacute"/><map code="0xca" name="Ecircumflex"/><map code="0xcb" name="Edieresis"/><map code="0xcc" name="Igrave"/><map code="0xcd" name="Iacute"/><map code="0xce" name="Icircumflex"/><map code="0xcf" name="Idieresis"/><map code="0xd0" name="Eth"/><map code="0xd1" name="Ntilde"/><map code="0xd2" name="Ograve"/><map code="0xd3" name="Oacute"/><map code="0xd4" name="Ocircumflex"/><map code="0xd5" name="Otilde"/><map code="0xd6" name="Odieresis"/><map code="0xd7" name="multiply"/><map code="0xd8" name="Oslash"/><map code="0xd9" name="Ugrave"/><map code="0xda" name="Uacute"/><map code="0xdb" name="Ucircumflex"/><map code="0xdc" name="Udieresis"/><map code="0xdd" name="Yacute"/><map code="0xde" name="Thorn"/><map code="0xdf" name="germandbls"/><map code="0xe0" name="agrave"/><map code="0xe1" name="aacute"/><map code="0xe2" name="acircumflex"/><map code="0xe3" name="atilde"/><map code="0xe4" name="adieresis"/><map code="0xe5" name="aring"/><map code="0xe6" name="ae"/><map code="0xe7" name="ccedilla"/><map code="0xe8" name="egrave"/><map code="0xe9" name="eacute"/><map code="0xea" name="ecircumflex"/><map code="0xeb" name="edieresis"/><map code="0xec" name="igrave"/><map code="0xed" name="iacute"/><map code="0xee" name="icircumflex"/><map code="0xef" name="idieresis"/><map code="0xf0" name="eth"/><map code="0xf1" name="ntilde"/><map code="0xf2" name="ograve"/><map code="0xf3" name="oacute"/><map code="0xf4" name="ocircumflex"/><map code="0xf5" name="otilde"/><map code="0xf6" name="odieresis"/><map code="0xf7" name="divide"/><map code="0xf8" name="oslash"/><map code="0xf9" name="ugrave"/><map code="0xfa" name="uacute"/><map code="0xfb" name="ucircumflex"/><map code="0xfc" name="udieresis"/><map code="0xfd" name="yacute"/><map code="0xfe" name="thorn"/><map code="0xff" name="ydieresis"/><map code="0x131" name="dotlessi"/><map code="0x152" name="OE"/><map code="0x153" name="oe"/><map code="0x160" name="Scaron"/><map code="0x161" name="scaron"/><map code="0x178" name="Ydieresis"/><map code="0x17d" name="Zcaron"/><map code="0x17e" name="zcaron"/><map code="0x192" name="florin"/><map code="0x2c6" name="circumflex"/><map code="0x2c7" name="caron"/><map code="0x2c9" name="uni02C9"/><map code="0x2da" name="ring"/><map code="0x2dc" name="tilde"/><map code="0x3bc" name="mu"/><map code="0x600" name="uni0600"/><map code="0x601" name="uni0601"/><map code="0x602" name="uni0602"/><map code="0x603" name="uni0603"/><map code="0x60b" name="uni060B"/><map code="0x60c" name="uni060C"/><map code="0x60d" name="uni060D"/><map code="0x60e" name="uni060E"/><map code="0x60f" name="uni060F"/><map code="0x610" name="uni0610"/><map code="0x611" name="uni0611"/><map code="0x612" name="uni0612"/><map code="0x613" name="uni0613"/><map code="0x614" name="uni0614"/><map code="0x615" name="uni0615"/><map code="0x61b" name="uni061B"/><map code="0x61e" name="uni061E"/><map code="0x61f" name="uni061F"/><map code="0x621" name="uni0621"/><map code="0x622" name="uni0622"/><map code="0x623" name="uni0623"/><map code="0x624" name="uni0624"/><map code="0x625" name="uni0625"/><map code="0x626" name="uni0626"/><map code="0x627" name="uni0627"/><map code="0x628" name="uni0628"/><map code="0x629" name="uni0629"/><map code="0x62a" name="uni062A"/><map code="0x62b" name="uni062B"/><map code="0x62c" name="uni062C"/><map code="0x62d" name="uni062D"/><map code="0x62e" name="uni062E"/><map code="0x62f" name="uni062F"/><map code="0x630" name="uni0630"/><map code="0x631" name="uni0631"/><map code="0x632" name="uni0632"/><map code="0x633" name="uni0633"/><map code="0x634" name="uni0634"/><map code="0x635" name="uni0635"/><map code="0x636" name="uni0636"/><map code="0x637" name="uni0637"/><map code="0x638" name="uni0638"/><map code="0x639" name="uni0639"/><map code="0x63a" name="uni063A"/><map code="0x640" name="uni0640"/><map code="0x641" name="uni0641"/><map code="0x642" name="uni0642"/><map code="0x643" name="uni0643"/><map code="0x644" name="uni0644"/><map code="0x645" name="uni0645"/><map code="0x646" name="uni0646"/><map code="0x647" name="uni0647"/><map code="0x648" name="uni0648"/><map code="0x649" name="uni0649"/><map code="0x64a" name="uni064A"/><map code="0x64b" name="uni064B"/><map code="0x64c" name="uni064C"/><map code="0x64d" name="uni064D"/><map code="0x64e" name="uni064E"/><map code="0x64f" name="uni064F"/><map code="0x650" name="uni0650"/><map code="0x651" name="uni0651"/><map code="0x652" name="uni0652"/><map code="0x653" name="uni0653"/><map code="0x654" name="uni0654"/><map code="0x655" name="uni0655"/><map code="0x656" name="uni0656"/><map code="0x657" name="uni0657"/><map code="0x658" name="uni0658"/><map code="0x659" name="uni0659"/><map code="0x65a" name="uni065A"/><map code="0x65b" name="uni065B"/><map code="0x65c" name="uni065C"/><map code="0x65d" name="uni065D"/><map code="0x65e" name="uni065E"/><map code="0x660" name="uni0660"/><map code="0x661" name="uni0661"/><map code="0x662" name="uni0662"/><map code="0x663" name="uni0663"/><map code="0x664" name="uni0664"/><map code="0x665" name="uni0665"/><map code="0x666" name="uni0666"/><map code="0x667" name="uni0667"/><map code="0x668" name="uni0668"/><map code="0x669" name="uni0669"/><map code="0x66a" name="uni066A"/><map code="0x66b" name="uni066B"/><map code="0x66c" name="uni066C"/><map code="0x66d" name="uni066D"/><map code="0x66e" name="uni066E"/><map code="0x66f" name="uni066F"/><map code="0x670" name="uni0670"/><map code="0x671" name="uni0671"/><map code="0x672" name="uni0672"/><map code="0x673" name="uni0673"/><map code="0x674" name="uni0674"/><map code="0x675" name="uni0675"/><map code="0x676" name="uni0676"/><map code="0x677" name="uni0677"/><map code="0x678" name="uni0678"/><map code="0x679" name="uni0679"/><map code="0x67a" name="uni067A"/><map code="0x67b" name="uni067B"/><map code="0x67c" name="uni067C"/><map code="0x67d" name="uni067D"/><map code="0x67e" name="uni067E"/><map code="0x67f" name="uni067F"/><map code="0x680" name="uni0680"/><map code="0x681" name="uni0681"/><map code="0x682" name="uni0682"/><map code="0x683" name="uni0683"/><map code="0x684" name="uni0684"/><map code="0x685" name="uni0685"/><map code="0x686" name="uni0686"/><map code="0x687" name="uni0687"/><map code="0x688" name="uni0688"/><map code="0x689" name="uni0689"/><map code="0x68a" name="uni068A"/><map code="0x68b" name="uni068B"/><map code="0x68c" name="uni068C"/><map code="0x68d" name="uni068D"/><map code="0x68e" name="uni068E"/><map code="0x68f" name="uni068F"/><map code="0x690" name="uni0690"/><map code="0x691" name="uni0691"/><map code="0x692" name="uni0692"/><map code="0x693" name="uni0693"/><map code="0x694" name="uni0694"/><map code="0x695" name="uni0695"/><map code="0x696" name="uni0696"/><map code="0x697" name="uni0697"/><map code="0x698" name="uni0698"/><map code="0x699" name="uni0699"/><map code="0x69a" name="uni069A"/><map code="0x69b" name="uni069B"/><map code="0x69c" name="uni069C"/><map code="0x69d" name="uni069D"/><map code="0x69e" name="uni069E"/><map code="0x69f" name="uni069F"/><map code="0x6a0" name="uni06A0"/><map code="0x6a1" name="uni06A1"/><map code="0x6a2" name="uni06A2"/><map code="0x6a3" name="uni06A3"/><map code="0x6a4" name="uni06A4"/><map code="0x6a5" name="uni06A5"/><map code="0x6a6" name="uni06A6"/><map code="0x6a7" name="uni06A7"/><map code="0x6a8" name="uni06A8"/><map code="0x6a9" name="uni06A9"/><map code="0x6aa" name="uni06AA"/><map code="0x6ab" name="uni06AB"/><map code="0x6ac" name="uni06AC"/><map code="0x6ad" name="uni06AD"/><map code="0x6ae" name="uni06AE"/><map code="0x6af" name="uni06AF"/><map code="0x6b0" name="uni06B0"/><map code="0x6b1" name="uni06B1"/><map code="0x6b2" name="uni06B2"/><map code="0x6b3" name="uni06B3"/><map code="0x6b4" name="uni06B4"/><map code="0x6b5" name="uni06B5"/><map code="0x6b6" name="uni06B6"/><map code="0x6b7" name="uni06B7"/><map code="0x6b8" name="uni06B8"/><map code="0x6b9" name="uni06B9"/><map code="0x6ba" name="uni06BA"/><map code="0x6bb" name="uni06BB"/><map code="0x6bc" name="uni06BC"/><map code="0x6bd" name="uni06BD"/><map code="0x6be" name="uni06BE"/><map code="0x6bf" name="uni06BF"/><map code="0x6c0" name="uni06C0"/><map code="0x6c1" name="uni06C1"/><map code="0x6c2" name="uni06C2"/><map code="0x6c3" name="uni06C3"/><map code="0x6c4" name="uni06C4"/><map code="0x6c5" name="uni06C5"/><map code="0x6c6" name="uni06C6"/><map code="0x6c7" name="uni06C7"/><map code="0x6c8" name="uni06C8"/><map code="0x6c9" name="uni06C9"/><map code="0x6ca" name="uni06CA"/><map code="0x6cb" name="uni06CB"/><map code="0x6cc" name="uni06CC"/><map code="0x6cd" name="uni06CD"/><map code="0x6ce" name="uni06CE"/><map code="0x6cf" name="uni06CF"/><map code="0x6d0" name="uni06D0"/><map code="0x6d1" name="uni06D1"/><map code="0x6d2" name="uni06D2"/><map code="0x6d3" name="uni06D3"/><map code="0x6d4" name="uni06D4"/><map code="0x6d5" name="uni06D5"/><map code="0x6d6" name="uni06D6"/><map code="0x6d7" name="uni06D7"/><map code="0x6d8" name="uni06D8"/><map code="0x6d9" name="uni06D9"/><map code="0x6da" name="uni06DA"/><map code="0x6db" name="uni06DB"/><map code="0x6dc" name="uni06DC"/><map code="0x6dd" name="uni06DD"/><map code="0x6de" name="uni06DE"/><map code="0x6df" name="uni06DF"/><map code="0x6e0" name="uni06E0"/><map code="0x6e1" name="uni06E1"/><map code="0x6e2" name="uni06E2"/><map code="0x6e3" name="uni06E3"/><map code="0x6e4" name="uni06E4"/><map code="0x6e5" name="uni06E5"/><map code="0x6e6" name="uni06E6"/><map code="0x6e7" name="uni06E7"/><map code="0x6e8" name="uni06E8"/><map code="0x6e9" name="uni06E9"/><map code="0x6ea" name="uni06EA"/><map code="0x6eb" name="uni06EB"/><map code="0x6ec" name="uni06EC"/><map code="0x6ed" name="uni06ED"/><map code="0x6ee" name="uni06EE"/><map code="0x6ef" name="uni06EF"/><map code="0x6f0" name="uni06F0"/><map code="0x6f1" name="uni06F1"/><map code="0x6f2" name="uni06F2"/><map code="0x6f3" name="uni06F3"/><map code="0x6f4" name="uni06F4"/><map code="0x6f5" name="uni06F5"/><map code="0x6f6" name="uni06F6"/><map code="0x6f7" name="uni06F7"/><map code="0x6f8" name="uni06F8"/><map code="0x6f9" name="uni06F9"/><map code="0x6fa" name="uni06FA"/><map code="0x6fb" name="uni06FB"/><map code="0x6fc" name="uni06FC"/><map code="0x6fd" name="uni06FD"/><map code="0x6fe" name="uni06FE"/><map code="0x6ff" name="uni06FF"/><map code="0x750" name="uni0750"/><map code="0x751" name="uni0751"/><map code="0x752" name="uni0752"/><map code="0x753" name="uni0753"/><map code="0x754" name="uni0754"/><map code="0x755" name="uni0755"/><map code="0x756" name="uni0756"/><map code="0x757" name="uni0757"/><map code="0x758" name="uni0758"/><map code="0x759" name="uni0759"/><map code="0x75a" name="uni075A"/><map code="0x75b" name="uni075B"/><map code="0x75c" name="uni075C"/><map code="0x75d" name="uni075D"/><map code="0x75e" name="uni075E"/><map code="0x75f" name="uni075F"/><map code="0x760" name="uni0760"/><map code="0x761" name="uni0761"/><map code="0x762" name="uni0762"/><map code="0x763" name="uni0763"/><map code="0x764" name="uni0764"/><map code="0x765" name="uni0765"/><map code="0x766" name="uni0766"/><map code="0x767" name="uni0767"/><map code="0x768" name="uni0768"/><map code="0x769" name="uni0769"/><map code="0x76a" name="uni076A"/><map code="0x76b" name="uni076B"/><map code="0x76c" name="uni076C"/><map code="0x76d" name="uni076D"/><map code="0x2000" name="uni2000"/><map code="0x2001" name="uni2001"/><map code="0x2002" name="uni2002"/><map code="0x2003" name="uni2003"/><map code="0x2004" name="uni2004"/><map code="0x2005" name="uni2005"/><map code="0x2006" name="uni2006"/><map code="0x2007" name="uni2007"/><map code="0x2008" name="uni2008"/><map code="0x2009" name="uni2009"/><map code="0x200a" name="uni200A"/><map code="0x200b" name="uni200B"/><map code="0x200c" name="uni200C"/><map code="0x200d" name="uni200D"/><map code="0x200e" name="uni200E"/><map code="0x200f" name="uni200F"/><map code="0x2010" name="uni2010"/><map code="0x2011" name="uni2011"/><map code="0x2013" name="endash"/><map code="0x2014" name="emdash"/><map code="0x2018" name="quoteleft"/><map code="0x2019" name="quoteright"/><map code="0x201a" name="quotesinglbase"/><map code="0x201c" name="quotedblleft"/><map code="0x201d" name="quotedblright"/><map code="0x201e" name="quotedblbase"/><map code="0x2020" name="dagger"/><map code="0x2021" name="daggerdbl"/><map code="0x2022" name="bullet"/><map code="0x2026" name="ellipsis"/><map code="0x202a" name="uni202A"/><map code="0x202b" name="uni202B"/><map code="0x202c" name="uni202C"/><map code="0x202d" name="uni202D"/><map code="0x202e" name="uni202E"/><map code="0x2030" name="perthousand"/><map code="0x2039" name="guilsinglleft"/><map code="0x203a" name="guilsinglright"/><map code="0x2060" name="uni2060"/><map code="0x206c" name="uni206C"/><map code="0x206d" name="uni206D"/><map code="0x20ac" name="Euro"/><map code="0x2122" name="trademark"/><map code="0x2212" name="minus"/><map code="0x2219" name="uni2219"/><map code="0x25cc" name="uni25CC"/><map code="0xfd3e" name="uniFD3E"/><map code="0xfd3f" name="uniFD3F"/><map code="0xfdf2" name="uniFDF2"/><map code="0xfdfc" name="uniFDFC"/><map code="0xfeff" name="uniFEFF"/></cmap_format_4></cmap><hmtx><mtx name=".notdef" width="1135" lsb="60"/><mtx name=".null" width="0" lsb="0"/><mtx name="A" width="1110" lsb="12"/><mtx name="AE" width="1374" lsb="-18"/><mtx name="Aacute" width="1110" lsb="12"/><mtx name="Acircumflex" width="1110" lsb="12"/><mtx name="Adieresis" width="1110" lsb="12"/><mtx name="Agrave" width="1110" lsb="12"/><mtx name="Aring" width="1110" lsb="12"/><mtx name="Atilde" width="1110" lsb="12"/><mtx name="B" width="1004" lsb="27"/><mtx name="C" width="1030" lsb="55"/><mtx name="Ccedilla" width="1030" lsb="55"/><mtx name="D" width="1114" lsb="27"/><mtx name="E" width="942" lsb="33"/><mtx name="Eacute" width="942" lsb="33"/><mtx name="Ecircumflex" width="942" lsb="33"/><mtx name="Edieresis" width="942" lsb="33"/><mtx name="Egrave" width="942" lsb="33"/><mtx name="Eth" width="1116" lsb="27"/><mtx name="Euro" width="950" lsb="0"/><mtx name="F" width="858" lsb="25"/><mtx name="G" width="1114" lsb="53"/><mtx name="H" width="1114" lsb="27"/><mtx name="I" width="514" lsb="39"/><mtx name="Iacute" width="514" lsb="39"/><mtx name="Icircumflex" width="514" lsb="16"/><mtx name="Idieresis" width="514" lsb="16"/><mtx name="Igrave" width="514" lsb="39"/><mtx name="J" width="602" lsb="33"/><mtx name="K" width="1114" lsb="27"/><mtx name="L" width="942" lsb="29"/><mtx name="M" width="1374" lsb="27"/><mtx name="N" width="1114" lsb="8"/><mtx name="Ntilde" width="1114" lsb="8"/><mtx name="O" width="1114" lsb="53"/><mtx name="OE" width="1374" lsb="57"/><mtx name="Oacute" width="1114" lsb="53"/><mtx name="Ocircumflex" width="1114" lsb="53"/><mtx name="Odieresis" width="1114" lsb="53"/><mtx name="Ograve" width="1114" lsb="53"/><mtx name="Oslash" width="1116" lsb="55"/><mtx name="Otilde" width="1114" lsb="53"/><mtx name="P" width="858" lsb="27"/><mtx name="Q" width="1114" lsb="53"/><mtx name="R" width="1030" lsb="27"/><mtx name="S" width="858" lsb="98"/><mtx name="Scaron" width="858" lsb="98"/><mtx name="T" width="940" lsb="37"/><mtx name="Thorn" width="859" lsb="28"/><mtx name="U" width="1114" lsb="23"/><mtx name="Uacute" width="1114" lsb="23"/><mtx name="Ucircumflex" width="1114" lsb="23"/><mtx name="Udieresis" width="1114" lsb="23"/><mtx name="Ugrave" width="1114" lsb="23"/><mtx name="V" width="1114" lsb="14"/><mtx name="W" width="1458" lsb="20"/><mtx name="X" width="1114" lsb="10"/><mtx name="Y" width="1114" lsb="14"/><mtx name="Yacute" width="1114" lsb="14"/><mtx name="Ydieresis" width="1114" lsb="14"/><mtx name="Z" width="942" lsb="20"/><mtx name="Zcaron" width="942" lsb="20"/><mtx name="_bar" width="0" lsb="-182"/><mtx name="_damma" width="0" lsb="-239"/><mtx name="_dot1" width="0" lsb="-77"/><mtx name="_dot1_hat" width="0" lsb="-201"/><mtx name="_dot1_smallV" width="0" lsb="-204"/><mtx name="_dot1_tah" width="0" lsb="-226"/><mtx name="_dot2h" width="0" lsb="-156"/><mtx name="_dot2h_tah" width="0" lsb="-239"/><mtx name="_dot2v" width="0" lsb="-82"/><mtx name="_dot3d" width="0" lsb="-158"/><mtx name="_dot3h" width="0" lsb="-240"/><mtx name="_dot3u" width="0" lsb="-157"/><mtx name="_dot3u_tah" width="0" lsb="-255"/><mtx name="_dot4" width="0" lsb="-166"/><mtx name="_gafBar" width="0" lsb="-5"/><mtx name="_gafBarShort" width="0" lsb="-5"/><mtx name="_gafBarShort_dot2h" width="0" lsb="-131"/><mtx name="_gafBarShort_dot3u" width="0" lsb="-152"/><mtx name="_gafBar_dot2h" width="0" lsb="-131"/><mtx name="_gafBar_dot3u" width="0" lsb="-152"/><mtx name="_hamza" width="0" lsb="-137"/><mtx name="_hamzaDamma" width="0" lsb="-361"/><mtx name="_hat" width="0" lsb="-198"/><mtx name="_highHamza" width="0" lsb="36"/><mtx name="_invSmallV" width="0" lsb="-181"/><mtx name="_lines" width="0" lsb="-35"/><mtx name="_madda" width="0" lsb="-301"/><mtx name="_ring" width="0" lsb="-119"/><mtx name="_smallV" width="0" lsb="-163"/><mtx name="_tah" width="0" lsb="-242"/><mtx name="_vline" width="0" lsb="-40"/><mtx name="_wasla" width="0" lsb="-207"/><mtx name="_wavyHamza" width="0" lsb="-314"/><mtx name="_wavyHamza.b" width="0" lsb="-314"/><mtx name="a" width="686" lsb="55"/><mtx name="aacute" width="686" lsb="55"/><mtx name="absAutoKashida" width="250" lsb="0"/><mtx name="absJeemRetro1" width="1053" lsb="43"/><mtx name="absJeemRetro1Fin" width="977" lsb="41"/><mtx name="absJeemRetro1Ini" width="977" lsb="-87"/><mtx name="absJeemRetro1Med" width="1044" lsb="-87"/><mtx name="absJeemRetro2" width="1053" lsb="43"/><mtx name="absJeemRetro2Fin" width="977" lsb="41"/><mtx name="absJeemRetro2Ini" width="977" lsb="-87"/><mtx name="absJeemRetro2Med" width="1044" lsb="-87"/><mtx name="absJeemRetro3" width="1053" lsb="43"/><mtx name="absJeemRetro3Fin" width="977" lsb="41"/><mtx name="absJeemRetro3Ini" width="977" lsb="-87"/><mtx name="absJeemRetro3Med" width="1044" lsb="-87"/><mtx name="absJehRetro1" width="530" lsb="-109"/><mtx name="absJehRetro1Fin" width="487" lsb="-100"/><mtx name="absJehRetro2" width="530" lsb="-109"/><mtx name="absJehRetro2Fin" width="487" lsb="-100"/><mtx name="absLamRetro" width="885" lsb="78"/><mtx name="absLamRetroAlef" width="909" lsb="23"/><mtx name="absLamRetroAlefFin" width="1022" lsb="49"/><mtx name="absLamRetroFin" width="850" lsb="23"/><mtx name="absLamRetroIni" width="336" lsb="-98"/><mtx name="absLamRetroIni.preAlef" width="374" lsb="-192"/><mtx name="absLamRetroMed" width="403" lsb="-87"/><mtx name="absLamRetroMed.preAlef" width="522" lsb="-334"/><mtx name="absShaddaAlef" width="0" lsb="-35"/><mtx name="absSheenRetro1" width="1348" lsb="29"/><mtx name="absSheenRetro1Fin" width="1407" lsb="29"/><mtx name="absSheenRetro1Ini" width="918" lsb="-87"/><mtx name="absSheenRetro1Med" width="1018" lsb="-87"/><mtx name="absSheenRetro2" width="1348" lsb="29"/><mtx name="absSheenRetro2Fin" width="1407" lsb="29"/><mtx name="absSheenRetro2Ini" width="918" lsb="-87"/><mtx name="absSheenRetro2Med" width="1018" lsb="-87"/><mtx name="absTchehRetro1" width="1053" lsb="43"/><mtx name="absTchehRetro1Fin" width="977" lsb="41"/><mtx name="absTchehRetro1Ini" width="977" lsb="-87"/><mtx name="absTchehRetro1Med" width="1044" lsb="-87"/><mtx name="absTchehRetro2" width="1053" lsb="43"/><mtx name="absTchehRetro2Fin" width="977" lsb="41"/><mtx name="absTchehRetro2Ini" width="977" lsb="-87"/><mtx name="absTchehRetro2Med" width="1044" lsb="-87"/><mtx name="absWawDotBelow" width="573" lsb="-76"/><mtx name="absWawDotBelowFin" width="573" lsb="-106"/><mtx name="acircumflex" width="686" lsb="55"/><mtx name="acute" width="528" lsb="88"/><mtx name="adieresis" width="686" lsb="55"/><mtx name="ae" width="1031" lsb="55"/><mtx name="agrave" width="686" lsb="55"/><mtx name="ampersand" width="1202" lsb="57"/><mtx name="aring" width="686" lsb="55"/><mtx name="asciicircum" width="1485" lsb="354"/><mtx name="asciitilde" width="840" lsb="31"/><mtx name="asterisk" width="688" lsb="12"/><mtx name="at" width="1423" lsb="74"/><mtx name="atilde" width="686" lsb="55"/><mtx name="b" width="772" lsb="-6"/><mtx name="backslash" width="430" lsb="2"/><mtx name="bar" width="309" lsb="121"/><mtx name="braceleft" width="737" lsb="164"/><mtx name="braceright" width="737" lsb="154"/><mtx name="bracketleft" width="690" lsb="193"/><mtx name="bracketright" width="690" lsb="188"/><mtx name="brokenbar" width="467" lsb="197"/><mtx name="bullet" width="446" lsb="51"/><mtx name="c" width="686" lsb="51"/><mtx name="caron" width="485" lsb="0"/><mtx name="ccedilla" width="686" lsb="51"/><mtx name="cedilla" width="362" lsb="18"/><mtx name="cent" width="772" lsb="94"/><mtx name="circumflex" width="483" lsb="0"/><mtx name="colon" width="641" lsb="215"/><mtx name="comma" width="387" lsb="84"/><mtx name="copyright" width="1174" lsb="51"/><mtx name="currency" width="891" lsb="45"/><mtx name="d" width="772" lsb="51"/><mtx name="dagger" width="772" lsb="76"/><mtx name="daggerdbl" width="772" lsb="104"/><mtx name="degree" width="475" lsb="74"/><mtx name="dieresis" width="461" lsb="0"/><mtx name="divide" width="1485" lsb="297"/><mtx name="dollar" width="772" lsb="82"/><mtx name="dotlessi" width="430" lsb="47"/><mtx name="e" width="686" lsb="57"/><mtx name="eacute" width="686" lsb="57"/><mtx name="ecircumflex" width="686" lsb="57"/><mtx name="edieresis" width="686" lsb="57"/><mtx name="egrave" width="686" lsb="57"/><mtx name="eight" width="772" lsb="92"/><mtx name="eightMedium" width="450" lsb="55"/><mtx name="eightSmall" width="319" lsb="39"/><mtx name="ellipsis" width="1546" lsb="176"/><mtx name="emdash" width="1485" lsb="0"/><mtx name="endash" width="743" lsb="-33"/><mtx name="equal" width="915" lsb="37"/><mtx name="eth" width="773" lsb="51"/><mtx name="exclam" width="555" lsb="190"/><mtx name="exclamdown" width="514" lsb="171"/><mtx name="f" width="514" lsb="57"/><mtx name="five" width="772" lsb="74"/><mtx name="fiveMedium" width="450" lsb="44"/><mtx name="fiveSmall" width="319" lsb="31"/><mtx name="florin" width="772" lsb="2"/><mtx name="four" width="772" lsb="25"/><mtx name="fourMedium" width="450" lsb="14"/><mtx name="fourSmall" width="319" lsb="10"/><mtx name="g" width="772" lsb="45"/><mtx name="germandbls" width="773" lsb="27"/><mtx name="grave" width="580" lsb="86"/><mtx name="greater" width="1485" lsb="297"/><mtx name="guillemotleft" width="772" lsb="47"/><mtx name="guillemotright" width="772" lsb="49"/><mtx name="guilsinglleft" width="514" lsb="90"/><mtx name="guilsinglright" width="514" lsb="92"/><mtx name="h" width="772" lsb="8"/><mtx name="hyphen" width="514" lsb="61"/><mtx name="i" width="430" lsb="47"/><mtx name="iacute" width="430" lsb="47"/><mtx name="icircumflex" width="430" lsb="-20"/><mtx name="idieresis" width="430" lsb="-20"/><mtx name="igrave" width="430" lsb="14"/><mtx name="j" width="430" lsb="-119"/><mtx name="k" width="772" lsb="10"/><mtx name="l" width="430" lsb="45"/><mtx name="less" width="1485" lsb="297"/><mtx name="logicalnot" width="922" lsb="59"/><mtx name="m" width="1202" lsb="10"/><mtx name="macron" width="483" lsb="0"/><mtx name="minus" width="915" lsb="37"/><mtx name="mu" width="874" lsb="94"/><mtx name="multiply" width="915" lsb="137"/><mtx name="n" width="772" lsb="8"/><mtx name="nine" width="772" lsb="61"/><mtx name="nineMedium" width="450" lsb="39"/><mtx name="nineSmall" width="319" lsb="27"/><mtx name="nonmarkingreturn" width="0" lsb="0"/><mtx name="ntilde" width="772" lsb="8"/><mtx name="numbersign" width="772" lsb="27"/><mtx name="o" width="772" lsb="51"/><mtx name="oacute" width="772" lsb="51"/><mtx name="ocircumflex" width="772" lsb="51"/><mtx name="odieresis" width="772" lsb="51"/><mtx name="oe" width="1114" lsb="51"/><mtx name="ograve" width="772" lsb="51"/><mtx name="one" width="772" lsb="180"/><mtx name="oneMedium" width="450" lsb="107"/><mtx name="oneSmall" width="319" lsb="76"/><mtx name="onehalf" width="1188" lsb="125"/><mtx name="onequarter" width="1188" lsb="147"/><mtx name="onesuperior" width="543" lsb="125"/><mtx name="ordfeminine" width="492" lsb="38"/><mtx name="ordmasculine" width="566" lsb="43"/><mtx name="oslash" width="773" lsb="30"/><mtx name="otilde" width="772" lsb="51"/><mtx name="p" width="772" lsb="-8"/><mtx name="paragraph" width="698" lsb="-10"/><mtx name="parenleft" width="547" lsb="76"/><mtx name="parenright" width="547" lsb="43"/><mtx name="percent" width="1335" lsb="117"/><mtx name="period" width="641" lsb="190"/><mtx name="periodcentered" width="279" lsb="51"/><mtx name="perthousand" width="1630" lsb="27"/><mtx name="plus" width="915" lsb="37"/><mtx name="plusminus" width="1485" lsb="297"/><mtx name="q" width="772" lsb="51"/><mtx name="question" width="686" lsb="70"/><mtx name="questiondown" width="686" lsb="58"/><mtx name="quotedbl" width="629" lsb="100"/><mtx name="quotedblbase" width="684" lsb="51"/><mtx name="quotedblleft" width="786" lsb="51"/><mtx name="quotedblright" width="786" lsb="143"/><mtx name="quoteleft" width="514" lsb="139"/><mtx name="quoteright" width="514" lsb="143"/><mtx name="quotesinglbase" width="514" lsb="145"/><mtx name="quotesingle" width="279" lsb="63"/><mtx name="r" width="528" lsb="6"/><mtx name="registered" width="1174" lsb="51"/><mtx name="ring" width="288" lsb="0"/><mtx name="s" width="602" lsb="76"/><mtx name="scaron" width="602" lsb="69"/><mtx name="section" width="772" lsb="117"/><mtx name="semicolon" width="430" lsb="129"/><mtx name="seven" width="772" lsb="57"/><mtx name="sevenMedium" width="450" lsb="33"/><mtx name="sevenSmall" width="319" lsb="23"/><mtx name="sfthyphen" width="514" lsb="61"/><mtx name="six" width="772" lsb="68"/><mtx name="sixMedium" width="450" lsb="41"/><mtx name="sixSmall" width="319" lsb="29"/><mtx name="slash" width="543" lsb="66"/><mtx name="space" width="512" lsb="0"/><mtx name="sterling" width="772" lsb="45"/><mtx name="t" width="430" lsb="12"/><mtx name="thorn" width="773" lsb="-6"/><mtx name="three" width="772" lsb="63"/><mtx name="threeMedium" width="450" lsb="39"/><mtx name="threeSmall" width="319" lsb="27"/><mtx name="threequarters" width="1188" lsb="127"/><mtx name="threesuperior" width="543" lsb="41"/><mtx name="tilde" width="514" lsb="0"/><mtx name="trademark" width="1513" lsb="25"/><mtx name="two" width="772" lsb="35"/><mtx name="twoMedium" width="450" lsb="20"/><mtx name="twoSmall" width="319" lsb="14"/><mtx name="twosuperior" width="543" lsb="18"/><mtx name="u" width="772" lsb="0"/><mtx name="uacute" width="772" lsb="0"/><mtx name="ucircumflex" width="772" lsb="0"/><mtx name="udieresis" width="772" lsb="0"/><mtx name="ugrave" width="772" lsb="0"/><mtx name="underscore" width="743" lsb="0"/><mtx name="uni0009" width="641" lsb="0"/><mtx name="uni00A0" width="641" lsb="0"/><mtx name="uni02C9" width="483" lsb="0"/><mtx name="uni0600" width="1410" lsb="53"/><mtx name="uni0600.2" width="1410" lsb="53"/><mtx name="uni0600.3" width="1864" lsb="57"/><mtx name="uni0600.aat1" width="560" lsb="-796"/><mtx name="uni0600.aat2" width="335" lsb="-1021"/><mtx name="uni0600.aat3" width="335" lsb="-1472"/><mtx name="uni0600.sp1" width="400" lsb="0"/><mtx name="uni0600.sp2" width="175" lsb="0"/><mtx name="uni0600.sp3" width="175" lsb="0"/><mtx name="uni0601" width="2740" lsb="30"/><mtx name="uni0601.2" width="2740" lsb="30"/><mtx name="uni0601.3" width="2740" lsb="30"/><mtx name="uni0601.4" width="2740" lsb="30"/><mtx name="uni0601.aat1" width="1145" lsb="-1564"/><mtx name="uni0601.aat2" width="920" lsb="-1789"/><mtx name="uni0601.aat3" width="695" lsb="-2014"/><mtx name="uni0601.aat4" width="470" lsb="-2239"/><mtx name="uni0601.sp1" width="1145" lsb="0"/><mtx name="uni0601.sp2" width="920" lsb="0"/><mtx name="uni0601.sp3" width="695" lsb="0"/><mtx name="uni0601.sp4" width="470" lsb="0"/><mtx name="uni0602" width="1430" lsb="59"/><mtx name="uni0602.2" width="1430" lsb="59"/><mtx name="uni0602.aat1" width="275" lsb="-1095"/><mtx name="uni0602.aat2" width="50" lsb="-1320"/><mtx name="uni0602.sp1" width="705" lsb="0"/><mtx name="uni0602.sp2" width="480" lsb="0"/><mtx name="uni0603" width="1600" lsb="51"/><mtx name="uni0603.2" width="1600" lsb="51"/><mtx name="uni0603.3" width="2025" lsb="40"/><mtx name="uni0603.aat1" width="895" lsb="-653"/><mtx name="uni0603.aat2" width="670" lsb="-878"/><mtx name="uni0603.aat3" width="670" lsb="-1315"/><mtx name="uni0603.sp1" width="255" lsb="0"/><mtx name="uni0603.sp2" width="30" lsb="0"/><mtx name="uni0603.sp3" width="30" lsb="0"/><mtx name="uni060B" width="571" lsb="55"/><mtx name="uni060C" width="641" lsb="174"/><mtx name="uni060C.downward" width="641" lsb="174"/><mtx name="uni060D" width="542" lsb="66"/><mtx name="uni060E" width="1328" lsb="57"/><mtx name="uni060F" width="1008" lsb="38"/><mtx name="uni0610" width="0" lsb="318"/><mtx name="uni0611" width="0" lsb="286"/><mtx name="uni0612" width="0" lsb="236"/><mtx name="uni0613" width="0" lsb="238"/><mtx name="uni0614" width="0" lsb="-106"/><mtx name="uni0615" width="0" lsb="78"/><mtx name="uni061B" width="641" lsb="168"/><mtx name="uni061B.downward" width="641" lsb="168"/><mtx name="uni061E" width="524" lsb="54"/><mtx name="uni061F" width="627" lsb="74"/><mtx name="uni0621" width="551" lsb="31"/><mtx name="uni0622" width="297" lsb="-172"/><mtx name="uni0622.fina" width="362" lsb="-184"/><mtx name="uni0622.fina.postLamIni" width="535" lsb="-274"/><mtx name="uni0622.fina.postLamMed" width="500" lsb="-272"/><mtx name="uni0623" width="297" lsb="10"/><mtx name="uni0623.fina" width="362" lsb="-2"/><mtx name="uni0623.fina.postLamIni" width="535" lsb="-92"/><mtx name="uni0623.fina.postLamMed" width="500" lsb="-90"/><mtx name="uni0624" width="573" lsb="-76"/><mtx name="uni0624.fina" width="573" lsb="-106"/><mtx name="uni0625" width="297" lsb="10"/><mtx name="uni0625.fina" width="362" lsb="80"/><mtx name="uni0625.fina.postLamIni" width="535" lsb="23"/><mtx name="uni0625.fina.postLamMed" width="500" lsb="49"/><mtx name="uni0626" width="1130" lsb="53"/><mtx name="uni0626.fina" width="940" lsb="86"/><mtx name="uni0626.init" width="360" lsb="-87"/><mtx name="uni0626.medi" width="367" lsb="-87"/><mtx name="uni0627" width="297" lsb="80"/><mtx name="uni0627.fina" width="362" lsb="80"/><mtx name="uni0627.fina.postLamIni" width="535" lsb="23"/><mtx name="uni0627.fina.postLamMed" width="500" lsb="49"/><mtx name="uni0628" width="1352" lsb="86"/><mtx name="uni0628.fina" width="1378" lsb="80"/><mtx name="uni0628.init" width="360" lsb="-87"/><mtx name="uni0628.medi" width="367" lsb="-87"/><mtx name="uni0629" width="502" lsb="76"/><mtx name="uni0629.fina" width="553" lsb="57"/><mtx name="uni062A" width="1352" lsb="86"/><mtx name="uni062A.fina" width="1378" lsb="80"/><mtx name="uni062A.init" width="360" lsb="-87"/><mtx name="uni062A.medi" width="367" lsb="-87"/><mtx name="uni062B" width="1352" lsb="86"/><mtx name="uni062B.fina" width="1378" lsb="80"/><mtx name="uni062B.init" width="360" lsb="-87"/><mtx name="uni062B.medi" width="367" lsb="-87"/><mtx name="uni062C" width="1053" lsb="43"/><mtx name="uni062C.fina" width="977" lsb="41"/><mtx name="uni062C.init" width="977" lsb="-87"/><mtx name="uni062C.medi" width="1044" lsb="-87"/><mtx name="uni062D" width="1053" lsb="43"/><mtx name="uni062D.fina" width="977" lsb="41"/><mtx name="uni062D.init" width="977" lsb="-87"/><mtx name="uni062D.medi" width="1044" lsb="-87"/><mtx name="uni062E" width="1053" lsb="43"/><mtx name="uni062E.fina" width="977" lsb="41"/><mtx name="uni062E.init" width="977" lsb="-87"/><mtx name="uni062E.medi" width="1044" lsb="-87"/><mtx name="uni062F" width="621" lsb="76"/><mtx name="uni062F.fina" width="762" lsb="61"/><mtx name="uni0630" width="621" lsb="76"/><mtx name="uni0630.fina" width="762" lsb="61"/><mtx name="uni0631" width="530" lsb="-109"/><mtx name="uni0631.fina" width="487" lsb="-100"/><mtx name="uni0632" width="530" lsb="-109"/><mtx name="uni0632.fina" width="487" lsb="-100"/><mtx name="uni0633" width="1348" lsb="29"/><mtx name="uni0633.fina" width="1407" lsb="29"/><mtx name="uni0633.init" width="918" lsb="-87"/><mtx name="uni0633.medi" width="1018" lsb="-87"/><mtx name="uni0634" width="1348" lsb="29"/><mtx name="uni0634.fina" width="1407" lsb="29"/><mtx name="uni0634.init" width="918" lsb="-87"/><mtx name="uni0634.medi" width="1018" lsb="-87"/><mtx name="uni0635" width="1602" lsb="29"/><mtx name="uni0635.fina" width="1632" lsb="29"/><mtx name="uni0635.init" width="1210" lsb="-87"/><mtx name="uni0635.medi" width="1210" lsb="-87"/><mtx name="uni0636" width="1602" lsb="29"/><mtx name="uni0636.fina" width="1632" lsb="29"/><mtx name="uni0636.init" width="1210" lsb="-87"/><mtx name="uni0636.medi" width="1210" lsb="-87"/><mtx name="uni0637" width="1092" lsb="29"/><mtx name="uni0637.fina" width="1092" lsb="29"/><mtx name="uni0637.init" width="840" lsb="-87"/><mtx name="uni0637.medi" width="881" lsb="-87"/><mtx name="uni0638" width="1092" lsb="29"/><mtx name="uni0638.fina" width="1092" lsb="29"/><mtx name="uni0638.init" width="840" lsb="-87"/><mtx name="uni0638.medi" width="881" lsb="-87"/><mtx name="uni0639" width="1008" lsb="45"/><mtx name="uni0639.fina" width="758" lsb="4"/><mtx name="uni0639.init" width="735" lsb="-87"/><mtx name="uni0639.medi" width="590" lsb="-87"/><mtx name="uni063A" width="1008" lsb="45"/><mtx name="uni063A.fina" width="758" lsb="4"/><mtx name="uni063A.init" width="735" lsb="-87"/><mtx name="uni063A.medi" width="590" lsb="-87"/><mtx name="uni0640" width="250" lsb="-80"/><mtx name="uni0641" width="1446" lsb="88"/><mtx name="uni0641.fina" width="1458" lsb="90"/><mtx name="uni0641.init" width="430" lsb="-87"/><mtx name="uni0641.medi" width="592" lsb="-87"/><mtx name="uni0642" width="1018" lsb="117"/><mtx name="uni0642.fina" width="864" lsb="35"/><mtx name="uni0642.init" width="430" lsb="-87"/><mtx name="uni0642.medi" width="592" lsb="-87"/><mtx name="uni0643" width="940" lsb="78"/><mtx name="uni0643.fina" width="1333" lsb="72"/><mtx name="uni0643.init" width="829" lsb="-87"/><mtx name="uni0643.medi" width="944" lsb="-87"/><mtx name="uni0644" width="885" lsb="78"/><mtx name="uni0644.fina" width="850" lsb="23"/><mtx name="uni0644.init" width="336" lsb="-87"/><mtx name="uni0644.init.preAlef" width="374" lsb="-192"/><mtx name="uni0644.medi" width="403" lsb="-87"/><mtx name="uni0644.medi.preAlef" width="522" lsb="-334"/><mtx name="uni06440627" width="909" lsb="23"/><mtx name="uni06440627.fina" width="1022" lsb="49"/><mtx name="uni0645" width="582" lsb="68"/><mtx name="uni0645.fina" width="758" lsb="63"/><mtx name="uni0645.fina.sindhi" width="924" lsb="8"/><mtx name="uni0645.init" width="578" lsb="-87"/><mtx name="uni0645.medi" width="770" lsb="-87"/><mtx name="uni0645.sindhi" width="857" lsb="8"/><mtx name="uni0646" width="840" lsb="96"/><mtx name="uni0646.fina" width="885" lsb="10"/><mtx name="uni0646.init" width="360" lsb="-87"/><mtx name="uni0646.medi" width="367" lsb="-87"/><mtx name="uni0647" width="502" lsb="76"/><mtx name="uni0647.fina" width="553" lsb="57"/><mtx name="uni0647.fina.hooked" width="440" lsb="30"/><mtx name="uni0647.fina.knottedFlat" width="795" lsb="-2"/><mtx name="uni0647.fina.knottedHigh" width="804" lsb="2"/><mtx name="uni0647.init" width="725" lsb="-87"/><mtx name="uni0647.init.hooked" width="313" lsb="-87"/><mtx name="uni0647.knotted" width="774" lsb="2"/><mtx name="uni0647.medi" width="694" lsb="-87"/><mtx name="uni0647.medi.hooked" width="676" lsb="-87"/><mtx name="uni0647.medi.knottedHigh" width="762" lsb="-87"/><mtx name="uni0648" width="573" lsb="-76"/><mtx name="uni0648.fina" width="573" lsb="-106"/><mtx name="uni0649" width="1130" lsb="53"/><mtx name="uni0649.fina" width="940" lsb="86"/><mtx name="uni0649.init" width="360" lsb="-87"/><mtx name="uni0649.medi" width="367" lsb="-87"/><mtx name="uni064A" width="1130" lsb="53"/><mtx name="uni064A.fina" width="940" lsb="86"/><mtx name="uni064A.fina.noDots" width="940" lsb="86"/><mtx name="uni064A.init" width="360" lsb="-87"/><mtx name="uni064A.init.noDots" width="360" lsb="-87"/><mtx name="uni064A.medi" width="367" lsb="-87"/><mtx name="uni064A.medi.noDots" width="367" lsb="-87"/><mtx name="uni064A.noDots" width="1130" lsb="53"/><mtx name="uni064B" width="0" lsb="-49"/><mtx name="uni064C" width="0" lsb="-49"/><mtx name="uni064C.sixNine" width="0" lsb="-165"/><mtx name="uni064D" width="0" lsb="0"/><mtx name="uni064E" width="0" lsb="-49"/><mtx name="uni064F" width="0" lsb="-49"/><mtx name="uni0650" width="0" lsb="0"/><mtx name="uni0651" width="0" lsb="-25"/><mtx name="uni0651064B" width="0" lsb="-25"/><mtx name="uni0651064C" width="0" lsb="-59"/><mtx name="uni0651064D" width="0" lsb="-25"/><mtx name="uni0651064E" width="0" lsb="-25"/><mtx name="uni0651064F" width="0" lsb="-25"/><mtx name="uni06510650" width="0" lsb="-25"/><mtx name="uni0652" width="0" lsb="-25"/><mtx name="uni0652.downOpen" width="0" lsb="0"/><mtx name="uni0652.leftOpen" width="0" lsb="-4"/><mtx name="uni0653" width="0" lsb="-186"/><mtx name="uni0654" width="0" lsb="-3"/><mtx name="uni0654064E" width="0" lsb="-31"/><mtx name="uni0654064F" width="0" lsb="-75"/><mtx name="uni0655" width="0" lsb="27"/><mtx name="uni0656" width="0" lsb="56"/><mtx name="uni0657" width="0" lsb="43"/><mtx name="uni0658" width="0" lsb="0"/><mtx name="uni0659" width="0" lsb="19"/><mtx name="uni065A" width="0" lsb="0"/><mtx name="uni065B" width="0" lsb="8"/><mtx name="uni065C" width="0" lsb="62"/><mtx name="uni065D" width="0" lsb="12"/><mtx name="uni065E" width="0" lsb="-49"/><mtx name="uni0660" width="801" lsb="301"/><mtx name="uni0660.Medium" width="450" lsb="171"/><mtx name="uni0660.Small" width="319" lsb="121"/><mtx name="uni0661" width="801" lsb="238"/><mtx name="uni0661.Medium" width="450" lsb="133"/><mtx name="uni0661.Small" width="319" lsb="94"/><mtx name="uni0662" width="801" lsb="154"/><mtx name="uni0662.Medium" width="450" lsb="86"/><mtx name="uni0662.Small" width="319" lsb="61"/><mtx name="uni0663" width="801" lsb="96"/><mtx name="uni0663.Medium" width="450" lsb="55"/><mtx name="uni0663.Small" width="319" lsb="39"/><mtx name="uni0664" width="801" lsb="223"/><mtx name="uni0664.Medium" width="450" lsb="127"/><mtx name="uni0664.Small" width="319" lsb="90"/><mtx name="uni0665" width="801" lsb="162"/><mtx name="uni0665.Medium" width="450" lsb="93"/><mtx name="uni0665.Small" width="319" lsb="66"/><mtx name="uni0666" width="801" lsb="150"/><mtx name="uni0666.Medium" width="450" lsb="84"/><mtx name="uni0666.Small" width="319" lsb="59"/><mtx name="uni0667" width="801" lsb="102"/><mtx name="uni0667.Medium" width="450" lsb="58"/><mtx name="uni0667.Small" width="319" lsb="41"/><mtx name="uni0668" width="801" lsb="111"/><mtx name="uni0668.Medium" width="450" lsb="64"/><mtx name="uni0668.Small" width="319" lsb="45"/><mtx name="uni0669" width="801" lsb="174"/><mtx name="uni0669.Medium" width="450" lsb="99"/><mtx name="uni0669.Small" width="319" lsb="70"/><mtx name="uni066A" width="913" lsb="106"/><mtx name="uni066B" width="553" lsb="72"/><mtx name="uni066C" width="553" lsb="182"/><mtx name="uni066D" width="887" lsb="70"/><mtx name="uni066E" width="1352" lsb="86"/><mtx name="uni066E.fina" width="1378" lsb="80"/><mtx name="uni066E.init" width="360" lsb="-87"/><mtx name="uni066E.medi" width="367" lsb="-87"/><mtx name="uni066F" width="1018" lsb="117"/><mtx name="uni066F.fina" width="864" lsb="35"/><mtx name="uni066F.init" width="430" lsb="-87"/><mtx name="uni066F.medi" width="592" lsb="-87"/><mtx name="uni0670" width="0" lsb="141"/><mtx name="uni0670.large" width="0" lsb="365"/><mtx name="uni0671" width="297" lsb="-27"/><mtx name="uni0671.fina" width="362" lsb="-39"/><mtx name="uni0671.fina.postLamIni" width="535" lsb="-129"/><mtx name="uni0671.fina.postLamMed" width="500" lsb="-127"/><mtx name="uni0672" width="297" lsb="-166"/><mtx name="uni0672.fina" width="362" lsb="-178"/><mtx name="uni0672.fina.postLamIni" width="535" lsb="-268"/><mtx name="uni0672.fina.postLamMed" width="500" lsb="-266"/><mtx name="uni0673" width="297" lsb="-166"/><mtx name="uni0673.fina" width="362" lsb="-87"/><mtx name="uni0673.fina.postLamIni" width="535" lsb="23"/><mtx name="uni0673.fina.postLamMed" width="500" lsb="49"/><mtx name="uni0674" width="332" lsb="27"/><mtx name="uni0675" width="297" lsb="80"/><mtx name="uni0675.fina" width="362" lsb="80"/><mtx name="uni0675.fina.postLamIni" width="535" lsb="23"/><mtx name="uni0675.fina.postLamMed" width="500" lsb="49"/><mtx name="uni0676" width="573" lsb="-76"/><mtx name="uni0676.fina" width="573" lsb="-106"/><mtx name="uni0677" width="573" lsb="-76"/><mtx name="uni0677.fina" width="573" lsb="-106"/><mtx name="uni0678" width="1130" lsb="53"/><mtx name="uni0678.fina" width="940" lsb="86"/><mtx name="uni0678.init" width="360" lsb="-87"/><mtx name="uni0678.medi" width="367" lsb="-87"/><mtx name="uni0679" width="1352" lsb="86"/><mtx name="uni0679.fina" width="1378" lsb="80"/><mtx name="uni0679.init" width="360" lsb="-87"/><mtx name="uni0679.medi" width="367" lsb="-87"/><mtx name="uni067A" width="1352" lsb="86"/><mtx name="uni067A.fina" width="1378" lsb="80"/><mtx name="uni067A.init" width="360" lsb="-87"/><mtx name="uni067A.medi" width="367" lsb="-87"/><mtx name="uni067B" width="1352" lsb="86"/><mtx name="uni067B.fina" width="1378" lsb="80"/><mtx name="uni067B.init" width="360" lsb="-87"/><mtx name="uni067B.medi" width="367" lsb="-87"/><mtx name="uni067C" width="1352" lsb="86"/><mtx name="uni067C.fina" width="1378" lsb="80"/><mtx name="uni067C.init" width="360" lsb="-87"/><mtx name="uni067C.medi" width="367" lsb="-87"/><mtx name="uni067D" width="1352" lsb="86"/><mtx name="uni067D.fina" width="1378" lsb="80"/><mtx name="uni067D.init" width="360" lsb="-87"/><mtx name="uni067D.medi" width="367" lsb="-87"/><mtx name="uni067E" width="1352" lsb="86"/><mtx name="uni067E.fina" width="1378" lsb="80"/><mtx name="uni067E.init" width="360" lsb="-87"/><mtx name="uni067E.medi" width="367" lsb="-87"/><mtx name="uni067F" width="1352" lsb="86"/><mtx name="uni067F.fina" width="1378" lsb="80"/><mtx name="uni067F.init" width="360" lsb="-87"/><mtx name="uni067F.medi" width="367" lsb="-87"/><mtx name="uni0680" width="1352" lsb="86"/><mtx name="uni0680.fina" width="1378" lsb="80"/><mtx name="uni0680.init" width="360" lsb="-87"/><mtx name="uni0680.medi" width="367" lsb="-87"/><mtx name="uni0681" width="1053" lsb="43"/><mtx name="uni0681.fina" width="977" lsb="41"/><mtx name="uni0681.init" width="977" lsb="-87"/><mtx name="uni0681.medi" width="1044" lsb="-87"/><mtx name="uni0682" width="1053" lsb="43"/><mtx name="uni0682.fina" width="977" lsb="41"/><mtx name="uni0682.init" width="977" lsb="-87"/><mtx name="uni0682.medi" width="1044" lsb="-87"/><mtx name="uni0683" width="1053" lsb="43"/><mtx name="uni0683.fina" width="977" lsb="41"/><mtx name="uni0683.init" width="977" lsb="-87"/><mtx name="uni0683.medi" width="1044" lsb="-87"/><mtx name="uni0684" width="1053" lsb="43"/><mtx name="uni0684.fina" width="977" lsb="41"/><mtx name="uni0684.init" width="977" lsb="-87"/><mtx name="uni0684.medi" width="1044" lsb="-87"/><mtx name="uni0685" width="1053" lsb="43"/><mtx name="uni0685.fina" width="977" lsb="41"/><mtx name="uni0685.init" width="977" lsb="-87"/><mtx name="uni0685.medi" width="1044" lsb="-87"/><mtx name="uni0686" width="1053" lsb="43"/><mtx name="uni0686.fina" width="977" lsb="41"/><mtx name="uni0686.init" width="977" lsb="-87"/><mtx name="uni0686.medi" width="1044" lsb="-87"/><mtx name="uni0687" width="1053" lsb="43"/><mtx name="uni0687.fina" width="977" lsb="41"/><mtx name="uni0687.init" width="977" lsb="-87"/><mtx name="uni0687.medi" width="1044" lsb="-87"/><mtx name="uni0688" width="621" lsb="76"/><mtx name="uni0688.fina" width="762" lsb="61"/><mtx name="uni0689" width="621" lsb="76"/><mtx name="uni0689.fina" width="762" lsb="61"/><mtx name="uni068A" width="621" lsb="76"/><mtx name="uni068A.fina" width="762" lsb="61"/><mtx name="uni068B" width="621" lsb="76"/><mtx name="uni068B.fina" width="762" lsb="61"/><mtx name="uni068C" width="621" lsb="76"/><mtx name="uni068C.fina" width="762" lsb="61"/><mtx name="uni068D" width="621" lsb="76"/><mtx name="uni068D.fina" width="762" lsb="61"/><mtx name="uni068E" width="621" lsb="76"/><mtx name="uni068E.fina" width="762" lsb="61"/><mtx name="uni068F" width="621" lsb="76"/><mtx name="uni068F.fina" width="762" lsb="61"/><mtx name="uni0690" width="621" lsb="76"/><mtx name="uni0690.fina" width="762" lsb="61"/><mtx name="uni0691" width="530" lsb="-109"/><mtx name="uni0691.fina" width="487" lsb="-100"/><mtx name="uni0692" width="530" lsb="-109"/><mtx name="uni0692.fina" width="487" lsb="-100"/><mtx name="uni0693" width="530" lsb="-109"/><mtx name="uni0693.fina" width="487" lsb="-100"/><mtx name="uni0694" width="530" lsb="-109"/><mtx name="uni0694.fina" width="487" lsb="-100"/><mtx name="uni0695" width="530" lsb="-109"/><mtx name="uni0695.fina" width="487" lsb="-100"/><mtx name="uni0696" width="530" lsb="-109"/><mtx name="uni0696.fina" width="487" lsb="-100"/><mtx name="uni0697" width="530" lsb="-109"/><mtx name="uni0697.fina" width="487" lsb="-100"/><mtx name="uni0698" width="530" lsb="-109"/><mtx name="uni0698.dotHat" width="530" lsb="-109"/><mtx name="uni0698.fina" width="487" lsb="-100"/><mtx name="uni0698.fina.dotHat" width="487" lsb="-100"/><mtx name="uni0699" width="530" lsb="-109"/><mtx name="uni0699.fina" width="487" lsb="-100"/><mtx name="uni069A" width="1348" lsb="29"/><mtx name="uni069A.fina" width="1407" lsb="29"/><mtx name="uni069A.init" width="918" lsb="-87"/><mtx name="uni069A.medi" width="1018" lsb="-87"/><mtx name="uni069B" width="1348" lsb="29"/><mtx name="uni069B.fina" width="1407" lsb="29"/><mtx name="uni069B.init" width="918" lsb="-87"/><mtx name="uni069B.medi" width="1018" lsb="-87"/><mtx name="uni069C" width="1348" lsb="29"/><mtx name="uni069C.fina" width="1407" lsb="29"/><mtx name="uni069C.init" width="918" lsb="-87"/><mtx name="uni069C.medi" width="1018" lsb="-87"/><mtx name="uni069D" width="1602" lsb="29"/><mtx name="uni069D.fina" width="1632" lsb="29"/><mtx name="uni069D.init" width="1210" lsb="-87"/><mtx name="uni069D.medi" width="1210" lsb="-87"/><mtx name="uni069E" width="1602" lsb="29"/><mtx name="uni069E.fina" width="1632" lsb="29"/><mtx name="uni069E.init" width="1210" lsb="-87"/><mtx name="uni069E.medi" width="1210" lsb="-87"/><mtx name="uni069F" width="1092" lsb="29"/><mtx name="uni069F.fina" width="1092" lsb="29"/><mtx name="uni069F.init" width="840" lsb="-87"/><mtx name="uni069F.medi" width="881" lsb="-87"/><mtx name="uni06A0" width="1008" lsb="45"/><mtx name="uni06A0.fina" width="758" lsb="4"/><mtx name="uni06A0.init" width="735" lsb="-87"/><mtx name="uni06A0.medi" width="590" lsb="-87"/><mtx name="uni06A1" width="1446" lsb="88"/><mtx name="uni06A1.fina" width="1458" lsb="90"/><mtx name="uni06A1.init" width="430" lsb="-87"/><mtx name="uni06A1.medi" width="592" lsb="-87"/><mtx name="uni06A2" width="1446" lsb="88"/><mtx name="uni06A2.fina" width="1458" lsb="90"/><mtx name="uni06A2.init" width="430" lsb="-87"/><mtx name="uni06A2.medi" width="592" lsb="-87"/><mtx name="uni06A3" width="1446" lsb="88"/><mtx name="uni06A3.fina" width="1458" lsb="90"/><mtx name="uni06A3.init" width="430" lsb="-87"/><mtx name="uni06A3.medi" width="592" lsb="-87"/><mtx name="uni06A4" width="1446" lsb="88"/><mtx name="uni06A4.fina" width="1458" lsb="90"/><mtx name="uni06A4.init" width="430" lsb="-87"/><mtx name="uni06A4.medi" width="592" lsb="-87"/><mtx name="uni06A5" width="1446" lsb="88"/><mtx name="uni06A5.fina" width="1458" lsb="90"/><mtx name="uni06A5.init" width="430" lsb="-87"/><mtx name="uni06A5.medi" width="592" lsb="-87"/><mtx name="uni06A6" width="1446" lsb="88"/><mtx name="uni06A6.fina" width="1458" lsb="90"/><mtx name="uni06A6.init" width="430" lsb="-87"/><mtx name="uni06A6.medi" width="592" lsb="-87"/><mtx name="uni06A7" width="1018" lsb="117"/><mtx name="uni06A7.fina" width="864" lsb="35"/><mtx name="uni06A7.init" width="430" lsb="-87"/><mtx name="uni06A7.medi" width="592" lsb="-87"/><mtx name="uni06A8" width="1018" lsb="117"/><mtx name="uni06A8.fina" width="864" lsb="35"/><mtx name="uni06A8.init" width="430" lsb="-87"/><mtx name="uni06A8.medi" width="592" lsb="-87"/><mtx name="uni06A9" width="1544" lsb="72"/><mtx name="uni06A9.fina" width="1544" lsb="72"/><mtx name="uni06A9.init" width="829" lsb="-87"/><mtx name="uni06A9.medi" width="944" lsb="-87"/><mtx name="uni06AA" width="1622" lsb="14"/><mtx name="uni06AA.fina" width="1706" lsb="14"/><mtx name="uni06AA.init" width="1497" lsb="-87"/><mtx name="uni06AA.medi" width="1579" lsb="-87"/><mtx name="uni06AB" width="1544" lsb="72"/><mtx name="uni06AB.fina" width="1544" lsb="72"/><mtx name="uni06AB.init" width="829" lsb="-87"/><mtx name="uni06AB.medi" width="944" lsb="-87"/><mtx name="uni06AC" width="940" lsb="78"/><mtx name="uni06AC.fina" width="1333" lsb="72"/><mtx name="uni06AC.init" width="829" lsb="-87"/><mtx name="uni06AC.medi" width="944" lsb="-87"/><mtx name="uni06AD" width="940" lsb="78"/><mtx name="uni06AD.fina" width="1333" lsb="72"/><mtx name="uni06AD.init" width="829" lsb="-87"/><mtx name="uni06AD.medi" width="944" lsb="-87"/><mtx name="uni06AE" width="940" lsb="78"/><mtx name="uni06AE.fina" width="1333" lsb="72"/><mtx name="uni06AE.init" width="829" lsb="-87"/><mtx name="uni06AE.medi" width="944" lsb="-87"/><mtx name="uni06AF" width="1544" lsb="72"/><mtx name="uni06AF.fina" width="1544" lsb="72"/><mtx name="uni06AF.init" width="829" lsb="-87"/><mtx name="uni06AF.medi" width="944" lsb="-87"/><mtx name="uni06B0" width="1544" lsb="72"/><mtx name="uni06B0.fina" width="1544" lsb="72"/><mtx name="uni06B0.init" width="829" lsb="-87"/><mtx name="uni06B0.medi" width="944" lsb="-87"/><mtx name="uni06B1" width="1544" lsb="72"/><mtx name="uni06B1.fina" width="1544" lsb="72"/><mtx name="uni06B1.init" width="829" lsb="-109"/><mtx name="uni06B1.medi" width="944" lsb="-101"/><mtx name="uni06B2" width="1544" lsb="72"/><mtx name="uni06B2.fina" width="1544" lsb="72"/><mtx name="uni06B2.init" width="829" lsb="-87"/><mtx name="uni06B2.medi" width="944" lsb="-87"/><mtx name="uni06B3" width="1544" lsb="72"/><mtx name="uni06B3.fina" width="1544" lsb="72"/><mtx name="uni06B3.init" width="829" lsb="-87"/><mtx name="uni06B3.medi" width="944" lsb="-87"/><mtx name="uni06B4" width="1544" lsb="72"/><mtx name="uni06B4.fina" width="1544" lsb="72"/><mtx name="uni06B4.init" width="829" lsb="-130"/><mtx name="uni06B4.medi" width="944" lsb="-122"/><mtx name="uni06B5" width="885" lsb="78"/><mtx name="uni06B5.fina" width="850" lsb="23"/><mtx name="uni06B5.init" width="336" lsb="-87"/><mtx name="uni06B5.init.preAlef" width="374" lsb="-192"/><mtx name="uni06B5.medi" width="403" lsb="-87"/><mtx name="uni06B5.medi.preAlef" width="522" lsb="-334"/><mtx name="uni06B50627" width="909" lsb="23"/><mtx name="uni06B50627.fina" width="1022" lsb="49"/><mtx name="uni06B6" width="885" lsb="78"/><mtx name="uni06B6.fina" width="850" lsb="23"/><mtx name="uni06B6.init" width="336" lsb="-87"/><mtx name="uni06B6.init.preAlef" width="374" lsb="-192"/><mtx name="uni06B6.medi" width="403" lsb="-87"/><mtx name="uni06B6.medi.preAlef" width="522" lsb="-334"/><mtx name="uni06B60627" width="909" lsb="23"/><mtx name="uni06B60627.fina" width="1022" lsb="49"/><mtx name="uni06B7" width="885" lsb="78"/><mtx name="uni06B7.fina" width="850" lsb="23"/><mtx name="uni06B7.init" width="336" lsb="-87"/><mtx name="uni06B7.init.preAlef" width="374" lsb="-192"/><mtx name="uni06B7.medi" width="403" lsb="-87"/><mtx name="uni06B7.medi.preAlef" width="522" lsb="-334"/><mtx name="uni06B70627" width="909" lsb="23"/><mtx name="uni06B70627.fina" width="1022" lsb="49"/><mtx name="uni06B8" width="885" lsb="78"/><mtx name="uni06B8.fina" width="850" lsb="23"/><mtx name="uni06B8.init" width="336" lsb="-87"/><mtx name="uni06B8.init.preAlef" width="374" lsb="-192"/><mtx name="uni06B8.medi" width="403" lsb="-87"/><mtx name="uni06B8.medi.preAlef" width="522" lsb="-334"/><mtx name="uni06B80627" width="909" lsb="23"/><mtx name="uni06B80627.fina" width="1022" lsb="49"/><mtx name="uni06B9" width="840" lsb="96"/><mtx name="uni06B9.fina" width="885" lsb="10"/><mtx name="uni06B9.init" width="360" lsb="-87"/><mtx name="uni06B9.medi" width="367" lsb="-87"/><mtx name="uni06BA" width="840" lsb="96"/><mtx name="uni06BA.fina" width="885" lsb="10"/><mtx name="uni06BA.init" width="360" lsb="-87"/><mtx name="uni06BA.medi" width="367" lsb="-87"/><mtx name="uni06BB" width="840" lsb="96"/><mtx name="uni06BB.fina" width="885" lsb="10"/><mtx name="uni06BB.init" width="360" lsb="-87"/><mtx name="uni06BB.medi" width="367" lsb="-87"/><mtx name="uni06BC" width="840" lsb="96"/><mtx name="uni06BC.fina" width="885" lsb="10"/><mtx name="uni06BC.init" width="360" lsb="-87"/><mtx name="uni06BC.medi" width="367" lsb="-87"/><mtx name="uni06BD" width="840" lsb="96"/><mtx name="uni06BD.fina" width="885" lsb="10"/><mtx name="uni06BD.init" width="360" lsb="-87"/><mtx name="uni06BD.medi" width="367" lsb="-87"/><mtx name="uni06BE" width="774" lsb="2"/><mtx name="uni06BE.fina" width="795" lsb="-2"/><mtx name="uni06BE.init" width="725" lsb="-87"/><mtx name="uni06BE.medi" width="694" lsb="-87"/><mtx name="uni06BF" width="1053" lsb="43"/><mtx name="uni06BF.fina" width="977" lsb="41"/><mtx name="uni06BF.init" width="977" lsb="-87"/><mtx name="uni06BF.medi" width="1044" lsb="-87"/><mtx name="uni06C0" width="502" lsb="76"/><mtx name="uni06C0.fina" width="553" lsb="57"/><mtx name="uni06C0.init" width="725" lsb="-87"/><mtx name="uni06C0.medi" width="694" lsb="-87"/><mtx name="uni06C1" width="502" lsb="76"/><mtx name="uni06C1.fina" width="440" lsb="30"/><mtx name="uni06C1.init" width="313" lsb="-87"/><mtx name="uni06C1.medi" width="676" lsb="-87"/><mtx name="uni06C2" width="502" lsb="76"/><mtx name="uni06C2.fina" width="440" lsb="30"/><mtx name="uni06C2.init" width="313" lsb="-87"/><mtx name="uni06C2.medi" width="676" lsb="-87"/><mtx name="uni06C3" width="502" lsb="76"/><mtx name="uni06C3.fina" width="440" lsb="30"/><mtx name="uni06C4" width="573" lsb="-76"/><mtx name="uni06C4.fina" width="573" lsb="-106"/><mtx name="uni06C5" width="573" lsb="-76"/><mtx name="uni06C5.fina" width="573" lsb="-106"/><mtx name="uni06C6" width="573" lsb="-76"/><mtx name="uni06C6.fina" width="573" lsb="-106"/><mtx name="uni06C7" width="573" lsb="-76"/><mtx name="uni06C7.fina" width="573" lsb="-106"/><mtx name="uni06C8" width="573" lsb="-76"/><mtx name="uni06C8.fina" width="573" lsb="-106"/><mtx name="uni06C9" width="573" lsb="-76"/><mtx name="uni06C9.fina" width="573" lsb="-106"/><mtx name="uni06CA" width="573" lsb="-76"/><mtx name="uni06CA.fina" width="573" lsb="-106"/><mtx name="uni06CB" width="573" lsb="-76"/><mtx name="uni06CB.fina" width="573" lsb="-106"/><mtx name="uni06CC" width="1130" lsb="53"/><mtx name="uni06CC.fina" width="940" lsb="86"/><mtx name="uni06CC.init" width="360" lsb="-87"/><mtx name="uni06CC.medi" width="367" lsb="-87"/><mtx name="uni06CD" width="1130" lsb="-24"/><mtx name="uni06CD.fina" width="940" lsb="-36"/><mtx name="uni06CE" width="1130" lsb="53"/><mtx name="uni06CE.fina" width="940" lsb="86"/><mtx name="uni06CE.init" width="360" lsb="-87"/><mtx name="uni06CE.medi" width="367" lsb="-87"/><mtx name="uni06CF" width="573" lsb="-76"/><mtx name="uni06CF.fina" width="573" lsb="-106"/><mtx name="uni06D0" width="1130" lsb="53"/><mtx name="uni06D0.fina" width="940" lsb="86"/><mtx name="uni06D0.init" width="360" lsb="-87"/><mtx name="uni06D0.medi" width="367" lsb="-87"/><mtx name="uni06D1" width="1130" lsb="53"/><mtx name="uni06D1.fina" width="940" lsb="86"/><mtx name="uni06D1.init" width="360" lsb="-87"/><mtx name="uni06D1.medi" width="367" lsb="-87"/><mtx name="uni06D2" width="1481" lsb="59"/><mtx name="uni06D2.fina" width="1016" lsb="39"/><mtx name="uni06D3" width="1481" lsb="59"/><mtx name="uni06D3.fina" width="1016" lsb="39"/><mtx name="uni06D4" width="641" lsb="174"/><mtx name="uni06D5" width="502" lsb="76"/><mtx name="uni06D5.fina" width="553" lsb="57"/><mtx name="uni06D6" width="0" lsb="-354"/><mtx name="uni06D7" width="0" lsb="-324"/><mtx name="uni06D8" width="0" lsb="-176"/><mtx name="uni06D9" width="0" lsb="-252"/><mtx name="uni06DA" width="0" lsb="-217"/><mtx name="uni06DB" width="0" lsb="-82"/><mtx name="uni06DC" width="0" lsb="-344"/><mtx name="uni06DD" width="1368" lsb="59"/><mtx name="uni06DD.2" width="1368" lsb="59"/><mtx name="uni06DD.3" width="1368" lsb="59"/><mtx name="uni06DD.aat1" width="506" lsb="-856"/><mtx name="uni06DD.aat2" width="280" lsb="-1082"/><mtx name="uni06DD.aat3" width="249" lsb="-1113"/><mtx name="uni06DD.alt" width="1368" lsb="44"/><mtx name="uni06DD.alt.2" width="1368" lsb="44"/><mtx name="uni06DD.alt.3" width="1368" lsb="44"/><mtx name="uni06DD.alt.aat1" width="506" lsb="-872"/><mtx name="uni06DD.alt.aat2" width="280" lsb="-1098"/><mtx name="uni06DD.alt.aat3" width="249" lsb="-1129"/><mtx name="uni06DD.altB" width="1368" lsb="120"/><mtx name="uni06DD.altB.2" width="1368" lsb="120"/><mtx name="uni06DD.altB.3" width="1368" lsb="120"/><mtx name="uni06DD.altB.aat1" width="506" lsb="-796"/><mtx name="uni06DD.altB.aat2" width="280" lsb="-1022"/><mtx name="uni06DD.altB.aat3" width="249" lsb="-1053"/><mtx name="uni06DD.sp1" width="506" lsb="0"/><mtx name="uni06DD.sp2" width="280" lsb="0"/><mtx name="uni06DD.sp3" width="249" lsb="0"/><mtx name="uni06DE" width="1585" lsb="68"/><mtx name="uni06DF" width="0" lsb="-74"/><mtx name="uni06E0" width="0" lsb="-59"/><mtx name="uni06E1" width="0" lsb="-207"/><mtx name="uni06E2" width="0" lsb="-123"/><mtx name="uni06E3" width="0" lsb="-319"/><mtx name="uni06E4" width="0" lsb="-147"/><mtx name="uni06E5" width="287" lsb="-37"/><mtx name="uni06E6" width="739" lsb="29"/><mtx name="uni06E7" width="0" lsb="-305"/><mtx name="uni06E8" width="0" lsb="-162"/><mtx name="uni06E9" width="750" lsb="109"/><mtx name="uni06EA" width="0" lsb="-113"/><mtx name="uni06EB" width="0" lsb="-113"/><mtx name="uni06EC" width="0" lsb="-102"/><mtx name="uni06ED" width="0" lsb="-94"/><mtx name="uni06EE" width="621" lsb="76"/><mtx name="uni06EE.fina" width="762" lsb="61"/><mtx name="uni06EF" width="530" lsb="-109"/><mtx name="uni06EF.fina" width="487" lsb="-100"/><mtx name="uni06F0" width="801" lsb="301"/><mtx name="uni06F0.Medium" width="450" lsb="171"/><mtx name="uni06F0.Small" width="319" lsb="121"/><mtx name="uni06F1" width="801" lsb="238"/><mtx name="uni06F1.Medium" width="450" lsb="133"/><mtx name="uni06F1.Small" width="319" lsb="94"/><mtx name="uni06F2" width="801" lsb="154"/><mtx name="uni06F2.Medium" width="450" lsb="86"/><mtx name="uni06F2.Small" width="319" lsb="61"/><mtx name="uni06F3" width="801" lsb="96"/><mtx name="uni06F3.Medium" width="450" lsb="55"/><mtx name="uni06F3.Small" width="319" lsb="39"/><mtx name="uni06F4" width="801" lsb="102"/><mtx name="uni06F4.Medium" width="450" lsb="58"/><mtx name="uni06F4.Medium.urdu" width="451" lsb="65"/><mtx name="uni06F4.Small" width="319" lsb="41"/><mtx name="uni06F4.Small.urdu" width="320" lsb="46"/><mtx name="uni06F4.urdu" width="801" lsb="137"/><mtx name="uni06F5" width="801" lsb="139"/><mtx name="uni06F5.Medium" width="450" lsb="78"/><mtx name="uni06F5.Small" width="319" lsb="55"/><mtx name="uni06F6" width="801" lsb="160"/><mtx name="uni06F6.Medium" width="450" lsb="89"/><mtx name="uni06F6.Medium.urdu" width="450" lsb="84"/><mtx name="uni06F6.Small" width="319" lsb="63"/><mtx name="uni06F6.Small.urdu" width="319" lsb="59"/><mtx name="uni06F6.urdu" width="801" lsb="150"/><mtx name="uni06F7" width="801" lsb="102"/><mtx name="uni06F7.Medium" width="450" lsb="58"/><mtx name="uni06F7.Medium.urdu" width="451" lsb="37"/><mtx name="uni06F7.Small" width="319" lsb="41"/><mtx name="uni06F7.Small.urdu" width="320" lsb="26"/><mtx name="uni06F7.urdu" width="800" lsb="65"/><mtx name="uni06F8" width="801" lsb="111"/><mtx name="uni06F8.Medium" width="450" lsb="64"/><mtx name="uni06F8.Small" width="319" lsb="45"/><mtx name="uni06F9" width="801" lsb="174"/><mtx name="uni06F9.Medium" width="450" lsb="99"/><mtx name="uni06F9.Small" width="319" lsb="70"/><mtx name="uni06FA" width="1348" lsb="29"/><mtx name="uni06FA.fina" width="1407" lsb="29"/><mtx name="uni06FA.init" width="918" lsb="-87"/><mtx name="uni06FA.medi" width="1018" lsb="-87"/><mtx name="uni06FB" width="1602" lsb="29"/><mtx name="uni06FB.fina" width="1632" lsb="29"/><mtx name="uni06FB.init" width="1210" lsb="-87"/><mtx name="uni06FB.medi" width="1210" lsb="-87"/><mtx name="uni06FC" width="1008" lsb="45"/><mtx name="uni06FC.fina" width="758" lsb="4"/><mtx name="uni06FC.init" width="735" lsb="-87"/><mtx name="uni06FC.medi" width="590" lsb="-87"/><mtx name="uni06FD" width="551" lsb="31"/><mtx name="uni06FE" width="857" lsb="8"/><mtx name="uni06FF" width="774" lsb="2"/><mtx name="uni06FF.fina" width="804" lsb="2"/><mtx name="uni06FF.init" width="725" lsb="-87"/><mtx name="uni06FF.medi" width="762" lsb="-87"/><mtx name="uni0750" width="1352" lsb="86"/><mtx name="uni0750.fina" width="1378" lsb="80"/><mtx name="uni0750.init" width="360" lsb="-124"/><mtx name="uni0750.medi" width="367" lsb="-87"/><mtx name="uni0751" width="1352" lsb="86"/><mtx name="uni0751.fina" width="1378" lsb="80"/><mtx name="uni0751.init" width="360" lsb="-87"/><mtx name="uni0751.medi" width="367" lsb="-87"/><mtx name="uni0752" width="1352" lsb="86"/><mtx name="uni0752.fina" width="1378" lsb="80"/><mtx name="uni0752.init" width="360" lsb="-87"/><mtx name="uni0752.medi" width="367" lsb="-87"/><mtx name="uni0753" width="1352" lsb="86"/><mtx name="uni0753.fina" width="1378" lsb="80"/><mtx name="uni0753.init" width="360" lsb="-87"/><mtx name="uni0753.medi" width="367" lsb="-87"/><mtx name="uni0754" width="1352" lsb="86"/><mtx name="uni0754.fina" width="1378" lsb="80"/><mtx name="uni0754.init" width="360" lsb="-87"/><mtx name="uni0754.medi" width="367" lsb="-87"/><mtx name="uni0755" width="1352" lsb="86"/><mtx name="uni0755.fina" width="1378" lsb="80"/><mtx name="uni0755.init" width="360" lsb="-87"/><mtx name="uni0755.medi" width="367" lsb="-87"/><mtx name="uni0756" width="1352" lsb="86"/><mtx name="uni0756.fina" width="1378" lsb="80"/><mtx name="uni0756.init" width="360" lsb="-87"/><mtx name="uni0756.medi" width="367" lsb="-87"/><mtx name="uni0757" width="1053" lsb="43"/><mtx name="uni0757.fina" width="977" lsb="41"/><mtx name="uni0757.init" width="977" lsb="-87"/><mtx name="uni0757.medi" width="1044" lsb="-87"/><mtx name="uni0758" width="1053" lsb="43"/><mtx name="uni0758.fina" width="977" lsb="41"/><mtx name="uni0758.init" width="977" lsb="-87"/><mtx name="uni0758.medi" width="1044" lsb="-87"/><mtx name="uni0759" width="621" lsb="76"/><mtx name="uni0759.fina" width="762" lsb="61"/><mtx name="uni075A" width="621" lsb="76"/><mtx name="uni075A.fina" width="762" lsb="61"/><mtx name="uni075B" width="530" lsb="-109"/><mtx name="uni075B.fina" width="487" lsb="-100"/><mtx name="uni075C" width="1348" lsb="29"/><mtx name="uni075C.fina" width="1407" lsb="29"/><mtx name="uni075C.init" width="918" lsb="-87"/><mtx name="uni075C.medi" width="1018" lsb="-87"/><mtx name="uni075D" width="1008" lsb="45"/><mtx name="uni075D.fina" width="758" lsb="4"/><mtx name="uni075D.init" width="735" lsb="-87"/><mtx name="uni075D.medi" width="590" lsb="-87"/><mtx name="uni075E" width="1008" lsb="45"/><mtx name="uni075E.fina" width="758" lsb="4"/><mtx name="uni075E.init" width="735" lsb="-87"/><mtx name="uni075E.medi" width="590" lsb="-87"/><mtx name="uni075F" width="1008" lsb="45"/><mtx name="uni075F.fina" width="758" lsb="4"/><mtx name="uni075F.init" width="735" lsb="-87"/><mtx name="uni075F.medi" width="590" lsb="-87"/><mtx name="uni0760" width="1446" lsb="88"/><mtx name="uni0760.fina" width="1458" lsb="90"/><mtx name="uni0760.init" width="430" lsb="-87"/><mtx name="uni0760.medi" width="592" lsb="-87"/><mtx name="uni0761" width="1446" lsb="88"/><mtx name="uni0761.fina" width="1458" lsb="90"/><mtx name="uni0761.init" width="430" lsb="-87"/><mtx name="uni0761.medi" width="592" lsb="-87"/><mtx name="uni0762" width="1544" lsb="72"/><mtx name="uni0762.fina" width="1544" lsb="72"/><mtx name="uni0762.init" width="829" lsb="-87"/><mtx name="uni0762.medi" width="944" lsb="-87"/><mtx name="uni0763" width="1544" lsb="72"/><mtx name="uni0763.fina" width="1544" lsb="72"/><mtx name="uni0763.init" width="829" lsb="-87"/><mtx name="uni0763.medi" width="944" lsb="-87"/><mtx name="uni0764" width="1544" lsb="72"/><mtx name="uni0764.fina" width="1544" lsb="72"/><mtx name="uni0764.init" width="829" lsb="-87"/><mtx name="uni0764.medi" width="944" lsb="-87"/><mtx name="uni0765" width="582" lsb="68"/><mtx name="uni0765.fina" width="758" lsb="63"/><mtx name="uni0765.init" width="578" lsb="-87"/><mtx name="uni0765.medi" width="770" lsb="-87"/><mtx name="uni0766" width="582" lsb="68"/><mtx name="uni0766.fina" width="758" lsb="63"/><mtx name="uni0766.init" width="578" lsb="-87"/><mtx name="uni0766.medi" width="770" lsb="-87"/><mtx name="uni0767" width="840" lsb="96"/><mtx name="uni0767.fina" width="885" lsb="10"/><mtx name="uni0767.init" width="360" lsb="-87"/><mtx name="uni0767.medi" width="367" lsb="-87"/><mtx name="uni0768" width="840" lsb="96"/><mtx name="uni0768.fina" width="885" lsb="10"/><mtx name="uni0768.init" width="360" lsb="-87"/><mtx name="uni0768.medi" width="367" lsb="-87"/><mtx name="uni0769" width="840" lsb="96"/><mtx name="uni0769.fina" width="885" lsb="10"/><mtx name="uni0769.init" width="360" lsb="-87"/><mtx name="uni0769.medi" width="367" lsb="-87"/><mtx name="uni076A" width="885" lsb="78"/><mtx name="uni076A.fina" width="850" lsb="23"/><mtx name="uni076A.init" width="336" lsb="-87"/><mtx name="uni076A.init.preAlef" width="374" lsb="-192"/><mtx name="uni076A.medi" width="403" lsb="-87"/><mtx name="uni076A.medi.preAlef" width="522" lsb="-334"/><mtx name="uni076A0627" width="909" lsb="23"/><mtx name="uni076A0627.fina" width="1022" lsb="49"/><mtx name="uni076B" width="530" lsb="-109"/><mtx name="uni076B.fina" width="487" lsb="-100"/><mtx name="uni076C" width="530" lsb="-109"/><mtx name="uni076C.fina" width="487" lsb="-100"/><mtx name="uni076D" width="1348" lsb="29"/><mtx name="uni076D.fina" width="1407" lsb="29"/><mtx name="uni076D.init" width="918" lsb="-87"/><mtx name="uni076D.medi" width="1018" lsb="-87"/><mtx name="uni2000" width="1024" lsb="0"/><mtx name="uni2001" width="2048" lsb="0"/><mtx name="uni2002" width="1024" lsb="0"/><mtx name="uni2003" width="2048" lsb="0"/><mtx name="uni2004" width="682" lsb="0"/><mtx name="uni2005" width="512" lsb="0"/><mtx name="uni2006" width="342" lsb="0"/><mtx name="uni2007" width="801" lsb="0"/><mtx name="uni2008" width="641" lsb="0"/><mtx name="uni2009" width="129" lsb="0"/><mtx name="uni200A" width="63" lsb="0"/><mtx name="uni200B" width="0" lsb="0"/><mtx name="uni200C" width="0" lsb="-295"/><mtx name="uni200D" width="0" lsb="-295"/><mtx name="uni200E" width="0" lsb="-70"/><mtx name="uni200F" width="0" lsb="-100"/><mtx name="uni2010" width="514" lsb="61"/><mtx name="uni2011" width="514" lsb="61"/><mtx name="uni202A" width="0" lsb="-41"/><mtx name="uni202B" width="0" lsb="-166"/><mtx name="uni202C" width="0" lsb="-90"/><mtx name="uni202D" width="0" lsb="-145"/><mtx name="uni202E" width="0" lsb="-166"/><mtx name="uni2060" width="0" lsb="0"/><mtx name="uni206C" width="1024" lsb="31"/><mtx name="uni206D" width="1024" lsb="31"/><mtx name="uni2219" width="279" lsb="51"/><mtx name="uni25CC" width="1024" lsb="68"/><mtx name="uniFD3E" width="842" lsb="27"/><mtx name="uniFD3F" width="842" lsb="36"/><mtx name="uniFDF2" width="1184" lsb="37"/><mtx name="uniFDFC" width="1363" lsb="58"/><mtx name="uniFEFF" width="0" lsb="0"/><mtx name="v" width="772" lsb="12"/><mtx name="w" width="1114" lsb="8"/><mtx name="x" width="772" lsb="20"/><mtx name="y" width="772" lsb="8"/><mtx name="yacute" width="772" lsb="8"/><mtx name="ydieresis" width="772" lsb="8"/><mtx name="yen" width="772" lsb="2"/><mtx name="z" width="686" lsb="31"/><mtx name="zcaron" width="686" lsb="31"/><mtx name="zero" width="772" lsb="55"/><mtx name="zeroMedium" width="450" lsb="33"/><mtx name="zeroSmall" width="319" lsb="23"/></hmtx><GDEF><Version value="1.0"/><GlyphClassDef Format="2"><ClassDef glyph=".notdef" class="1"/><ClassDef glyph=".null" class="1"/><ClassDef glyph="A" class="1"/><ClassDef glyph="B" class="1"/><ClassDef glyph="C" class="1"/><ClassDef glyph="D" class="1"/><ClassDef glyph="E" class="1"/><ClassDef glyph="F" class="1"/><ClassDef glyph="G" class="1"/><ClassDef glyph="H" class="1"/><ClassDef glyph="I" class="1"/><ClassDef glyph="J" class="1"/><ClassDef glyph="K" class="1"/><ClassDef glyph="L" class="1"/><ClassDef glyph="M" class="1"/><ClassDef glyph="N" class="1"/><ClassDef glyph="O" class="1"/><ClassDef glyph="P" class="1"/><ClassDef glyph="Q" class="1"/><ClassDef glyph="R" class="1"/><ClassDef glyph="S" class="1"/><ClassDef glyph="T" class="1"/><ClassDef glyph="U" class="1"/><ClassDef glyph="V" class="1"/><ClassDef glyph="W" class="1"/><ClassDef glyph="X" class="1"/><ClassDef glyph="Y" class="1"/><ClassDef glyph="Z" class="1"/><ClassDef glyph="_bar" class="1"/><ClassDef glyph="_damma" class="1"/><ClassDef glyph="_dot1" class="1"/><ClassDef glyph="_dot1_hat" class="1"/><ClassDef glyph="_dot1_smallV" class="1"/><ClassDef glyph="_dot1_tah" class="1"/><ClassDef glyph="_dot2h" class="1"/><ClassDef glyph="_dot2h_tah" class="1"/><ClassDef glyph="_dot2v" class="1"/><ClassDef glyph="_dot3d" class="1"/><ClassDef glyph="_dot3h" class="1"/><ClassDef glyph="_dot3u" class="1"/><ClassDef glyph="_dot3u_tah" class="1"/><ClassDef glyph="_dot4" class="1"/><ClassDef glyph="_gafBar" class="1"/><ClassDef glyph="_gafBarShort" class="1"/><ClassDef glyph="_gafBarShort_dot2h" class="1"/><ClassDef glyph="_gafBarShort_dot3u" class="1"/><ClassDef glyph="_gafBar_dot2h" class="1"/><ClassDef glyph="_gafBar_dot3u" class="1"/><ClassDef glyph="_hamza" class="1"/><ClassDef glyph="_hamzaDamma" class="1"/><ClassDef glyph="_hat" class="1"/><ClassDef glyph="_highHamza" class="1"/><ClassDef glyph="_invSmallV" class="1"/><ClassDef glyph="_lines" class="1"/><ClassDef glyph="_madda" class="1"/><ClassDef glyph="_ring" class="1"/><ClassDef glyph="_smallV" class="1"/><ClassDef glyph="_tah" class="1"/><ClassDef glyph="_vline" class="1"/><ClassDef glyph="_wasla" class="1"/><ClassDef glyph="_wavyHamza" class="1"/><ClassDef glyph="_wavyHamza.b" class="1"/><ClassDef glyph="a" class="1"/><ClassDef glyph="absAutoKashida" class="1"/><ClassDef glyph="absJeemRetro1" class="1"/><ClassDef glyph="absJeemRetro1Fin" class="1"/><ClassDef glyph="absJeemRetro1Ini" class="1"/><ClassDef glyph="absJeemRetro1Med" class="1"/><ClassDef glyph="absJeemRetro2" class="1"/><ClassDef glyph="absJeemRetro2Fin" class="1"/><ClassDef glyph="absJeemRetro2Ini" class="1"/><ClassDef glyph="absJeemRetro2Med" class="1"/><ClassDef glyph="absJeemRetro3" class="1"/><ClassDef glyph="absJeemRetro3Fin" class="1"/><ClassDef glyph="absJeemRetro3Ini" class="1"/><ClassDef glyph="absJeemRetro3Med" class="1"/><ClassDef glyph="absJehRetro1" class="1"/><ClassDef glyph="absJehRetro1Fin" class="1"/><ClassDef glyph="absJehRetro2" class="1"/><ClassDef glyph="absJehRetro2Fin" class="1"/><ClassDef glyph="absLamRetro" class="1"/><ClassDef glyph="absLamRetroAlef" class="2"/><ClassDef glyph="absLamRetroAlefFin" class="2"/><ClassDef glyph="absLamRetroFin" class="1"/><ClassDef glyph="absLamRetroIni" class="1"/><ClassDef glyph="absLamRetroIni.preAlef" class="1"/><ClassDef glyph="absLamRetroMed" class="1"/><ClassDef glyph="absLamRetroMed.preAlef" class="1"/><ClassDef glyph="absShaddaAlef" class="3"/><ClassDef glyph="absSheenRetro1" class="1"/><ClassDef glyph="absSheenRetro1Fin" class="1"/><ClassDef glyph="absSheenRetro1Ini" class="1"/><ClassDef glyph="absSheenRetro1Med" class="1"/><ClassDef glyph="absSheenRetro2" class="1"/><ClassDef glyph="absSheenRetro2Fin" class="1"/><ClassDef glyph="absSheenRetro2Ini" class="1"/><ClassDef glyph="absSheenRetro2Med" class="1"/><ClassDef glyph="absTchehRetro1" class="1"/><ClassDef glyph="absTchehRetro1Fin" class="1"/><ClassDef glyph="absTchehRetro1Ini" class="1"/><ClassDef glyph="absTchehRetro1Med" class="1"/><ClassDef glyph="absTchehRetro2" class="1"/><ClassDef glyph="absTchehRetro2Fin" class="1"/><ClassDef glyph="absTchehRetro2Ini" class="1"/><ClassDef glyph="absTchehRetro2Med" class="1"/><ClassDef glyph="absWawDotBelow" class="1"/><ClassDef glyph="absWawDotBelowFin" class="1"/><ClassDef glyph="ampersand" class="1"/><ClassDef glyph="asciicircum" class="1"/><ClassDef glyph="asciitilde" class="1"/><ClassDef glyph="asterisk" class="1"/><ClassDef glyph="at" class="1"/><ClassDef glyph="b" class="1"/><ClassDef glyph="backslash" class="1"/><ClassDef glyph="bar" class="1"/><ClassDef glyph="braceleft" class="1"/><ClassDef glyph="braceright" class="1"/><ClassDef glyph="bracketleft" class="1"/><ClassDef glyph="bracketright" class="1"/><ClassDef glyph="c" class="1"/><ClassDef glyph="colon" class="1"/><ClassDef glyph="comma" class="1"/><ClassDef glyph="d" class="1"/><ClassDef glyph="dollar" class="1"/><ClassDef glyph="e" class="1"/><ClassDef glyph="eight" class="1"/><ClassDef glyph="eightMedium" class="3"/><ClassDef glyph="eightSmall" class="3"/><ClassDef glyph="equal" class="1"/><ClassDef glyph="exclam" class="1"/><ClassDef glyph="f" class="1"/><ClassDef glyph="five" class="1"/><ClassDef glyph="fiveMedium" class="3"/><ClassDef glyph="fiveSmall" class="3"/><ClassDef glyph="four" class="1"/><ClassDef glyph="fourMedium" class="3"/><ClassDef glyph="fourSmall" class="3"/><ClassDef glyph="g" class="1"/><ClassDef glyph="grave" class="1"/><ClassDef glyph="greater" class="1"/><ClassDef glyph="h" class="1"/><ClassDef glyph="hyphen" class="1"/><ClassDef glyph="i" class="1"/><ClassDef glyph="j" class="1"/><ClassDef glyph="k" class="1"/><ClassDef glyph="l" class="1"/><ClassDef glyph="less" class="1"/><ClassDef glyph="m" class="1"/><ClassDef glyph="n" class="1"/><ClassDef glyph="nine" class="1"/><ClassDef glyph="nineMedium" class="3"/><ClassDef glyph="nineSmall" class="3"/><ClassDef glyph="nonmarkingreturn" class="1"/><ClassDef glyph="numbersign" class="1"/><ClassDef glyph="o" class="1"/><ClassDef glyph="one" class="1"/><ClassDef glyph="oneMedium" class="3"/><ClassDef glyph="oneSmall" class="3"/><ClassDef glyph="p" class="1"/><ClassDef glyph="parenleft" class="1"/><ClassDef glyph="parenright" class="1"/><ClassDef glyph="percent" class="1"/><ClassDef glyph="period" class="1"/><ClassDef glyph="plus" class="1"/><ClassDef glyph="q" class="1"/><ClassDef glyph="question" class="1"/><ClassDef glyph="quotedbl" class="1"/><ClassDef glyph="quotesingle" class="1"/><ClassDef glyph="r" class="1"/><ClassDef glyph="s" class="1"/><ClassDef glyph="semicolon" class="1"/><ClassDef glyph="seven" class="1"/><ClassDef glyph="sevenMedium" class="3"/><ClassDef glyph="sevenSmall" class="3"/><ClassDef glyph="six" class="1"/><ClassDef glyph="sixMedium" class="3"/><ClassDef glyph="sixSmall" class="3"/><ClassDef glyph="slash" class="1"/><ClassDef glyph="space" class="1"/><ClassDef glyph="t" class="1"/><ClassDef glyph="three" class="1"/><ClassDef glyph="threeMedium" class="3"/><ClassDef glyph="threeSmall" class="3"/><ClassDef glyph="two" class="1"/><ClassDef glyph="twoMedium" class="3"/><ClassDef glyph="twoSmall" class="3"/><ClassDef glyph="u" class="1"/><ClassDef glyph="underscore" class="1"/><ClassDef glyph="uni0600" class="1"/><ClassDef glyph="uni0600.2" class="1"/><ClassDef glyph="uni0600.3" class="1"/><ClassDef glyph="uni0600.aat1" class="1"/><ClassDef glyph="uni0600.aat2" class="1"/><ClassDef glyph="uni0600.aat3" class="1"/><ClassDef glyph="uni0600.sp1" class="1"/><ClassDef glyph="uni0600.sp2" class="1"/><ClassDef glyph="uni0600.sp3" class="1"/><ClassDef glyph="uni0601" class="1"/><ClassDef glyph="uni0601.2" class="1"/><ClassDef glyph="uni0601.3" class="1"/><ClassDef glyph="uni0601.4" class="1"/><ClassDef glyph="uni0601.aat1" class="1"/><ClassDef glyph="uni0601.aat2" class="1"/><ClassDef glyph="uni0601.aat3" class="1"/><ClassDef glyph="uni0601.aat4" class="1"/><ClassDef glyph="uni0601.sp1" class="1"/><ClassDef glyph="uni0601.sp2" class="1"/><ClassDef glyph="uni0601.sp3" class="1"/><ClassDef glyph="uni0601.sp4" class="1"/><ClassDef glyph="uni0602" class="1"/><ClassDef glyph="uni0602.2" class="1"/><ClassDef glyph="uni0602.aat1" class="1"/><ClassDef glyph="uni0602.aat2" class="1"/><ClassDef glyph="uni0602.sp1" class="1"/><ClassDef glyph="uni0602.sp2" class="1"/><ClassDef glyph="uni0603" class="1"/><ClassDef glyph="uni0603.2" class="1"/><ClassDef glyph="uni0603.3" class="1"/><ClassDef glyph="uni0603.aat1" class="1"/><ClassDef glyph="uni0603.aat2" class="1"/><ClassDef glyph="uni0603.aat3" class="1"/><ClassDef glyph="uni0603.sp1" class="1"/><ClassDef glyph="uni0603.sp2" class="1"/><ClassDef glyph="uni0603.sp3" class="1"/><ClassDef glyph="uni060B" class="1"/><ClassDef glyph="uni060C" class="1"/><ClassDef glyph="uni060C.downward" class="1"/><ClassDef glyph="uni060D" class="1"/><ClassDef glyph="uni060E" class="1"/><ClassDef glyph="uni060F" class="1"/><ClassDef glyph="uni0610" class="3"/><ClassDef glyph="uni0611" class="3"/><ClassDef glyph="uni0612" class="3"/><ClassDef glyph="uni0613" class="3"/><ClassDef glyph="uni0614" class="3"/><ClassDef glyph="uni0615" class="3"/><ClassDef glyph="uni061B" class="1"/><ClassDef glyph="uni061B.downward" class="1"/><ClassDef glyph="uni061E" class="1"/><ClassDef glyph="uni061F" class="1"/><ClassDef glyph="uni0621" class="1"/><ClassDef glyph="uni0622" class="1"/><ClassDef glyph="uni0622.fina" class="1"/><ClassDef glyph="uni0622.fina.postLamIni" class="1"/><ClassDef glyph="uni0622.fina.postLamMed" class="1"/><ClassDef glyph="uni0623" class="1"/><ClassDef glyph="uni0623.fina" class="1"/><ClassDef glyph="uni0623.fina.postLamIni" class="1"/><ClassDef glyph="uni0623.fina.postLamMed" class="1"/><ClassDef glyph="uni0624" class="1"/><ClassDef glyph="uni0624.fina" class="1"/><ClassDef glyph="uni0625" class="1"/><ClassDef glyph="uni0625.fina" class="1"/><ClassDef glyph="uni0625.fina.postLamIni" class="1"/><ClassDef glyph="uni0625.fina.postLamMed" class="1"/><ClassDef glyph="uni0626" class="1"/><ClassDef glyph="uni0626.fina" class="1"/><ClassDef glyph="uni0626.init" class="1"/><ClassDef glyph="uni0626.medi" class="1"/><ClassDef glyph="uni0627" class="1"/><ClassDef glyph="uni0627.fina" class="1"/><ClassDef glyph="uni0627.fina.postLamIni" class="1"/><ClassDef glyph="uni0627.fina.postLamMed" class="1"/><ClassDef glyph="uni0628" class="1"/><ClassDef glyph="uni0628.fina" class="1"/><ClassDef glyph="uni0628.init" class="1"/><ClassDef glyph="uni0628.medi" class="1"/><ClassDef glyph="uni0629" class="1"/><ClassDef glyph="uni0629.fina" class="1"/><ClassDef glyph="uni062A" class="1"/><ClassDef glyph="uni062A.fina" class="1"/><ClassDef glyph="uni062A.init" class="1"/><ClassDef glyph="uni062A.medi" class="1"/><ClassDef glyph="uni062B" class="1"/><ClassDef glyph="uni062B.fina" class="1"/><ClassDef glyph="uni062B.init" class="1"/><ClassDef glyph="uni062B.medi" class="1"/><ClassDef glyph="uni062C" class="1"/><ClassDef glyph="uni062C.fina" class="1"/><ClassDef glyph="uni062C.init" class="1"/><ClassDef glyph="uni062C.medi" class="1"/><ClassDef glyph="uni062D" class="1"/><ClassDef glyph="uni062D.fina" class="1"/><ClassDef glyph="uni062D.init" class="1"/><ClassDef glyph="uni062D.medi" class="1"/><ClassDef glyph="uni062E" class="1"/><ClassDef glyph="uni062E.fina" class="1"/><ClassDef glyph="uni062E.init" class="1"/><ClassDef glyph="uni062E.medi" class="1"/><ClassDef glyph="uni062F" class="1"/><ClassDef glyph="uni062F.fina" class="1"/><ClassDef glyph="uni0630" class="1"/><ClassDef glyph="uni0630.fina" class="1"/><ClassDef glyph="uni0631" class="1"/><ClassDef glyph="uni0631.fina" class="1"/><ClassDef glyph="uni0632" class="1"/><ClassDef glyph="uni0632.fina" class="1"/><ClassDef glyph="uni0633" class="1"/><ClassDef glyph="uni0633.fina" class="1"/><ClassDef glyph="uni0633.init" class="1"/><ClassDef glyph="uni0633.medi" class="1"/><ClassDef glyph="uni0634" class="1"/><ClassDef glyph="uni0634.fina" class="1"/><ClassDef glyph="uni0634.init" class="1"/><ClassDef glyph="uni0634.medi" class="1"/><ClassDef glyph="uni0635" class="1"/><ClassDef glyph="uni0635.fina" class="1"/><ClassDef glyph="uni0635.init" class="1"/><ClassDef glyph="uni0635.medi" class="1"/><ClassDef glyph="uni0636" class="1"/><ClassDef glyph="uni0636.fina" class="1"/><ClassDef glyph="uni0636.init" class="1"/><ClassDef glyph="uni0636.medi" class="1"/><ClassDef glyph="uni0637" class="1"/><ClassDef glyph="uni0637.fina" class="1"/><ClassDef glyph="uni0637.init" class="1"/><ClassDef glyph="uni0637.medi" class="1"/><ClassDef glyph="uni0638" class="1"/><ClassDef glyph="uni0638.fina" class="1"/><ClassDef glyph="uni0638.init" class="1"/><ClassDef glyph="uni0638.medi" class="1"/><ClassDef glyph="uni0639" class="1"/><ClassDef glyph="uni0639.fina" class="1"/><ClassDef glyph="uni0639.init" class="1"/><ClassDef glyph="uni0639.medi" class="1"/><ClassDef glyph="uni063A" class="1"/><ClassDef glyph="uni063A.fina" class="1"/><ClassDef glyph="uni063A.init" class="1"/><ClassDef glyph="uni063A.medi" class="1"/><ClassDef glyph="uni0640" class="1"/><ClassDef glyph="uni0641" class="1"/><ClassDef glyph="uni0641.fina" class="1"/><ClassDef glyph="uni0641.init" class="1"/><ClassDef glyph="uni0641.medi" class="1"/><ClassDef glyph="uni0642" class="1"/><ClassDef glyph="uni0642.fina" class="1"/><ClassDef glyph="uni0642.init" class="1"/><ClassDef glyph="uni0642.medi" class="1"/><ClassDef glyph="uni0643" class="1"/><ClassDef glyph="uni0643.fina" class="1"/><ClassDef glyph="uni0643.init" class="1"/><ClassDef glyph="uni0643.medi" class="1"/><ClassDef glyph="uni0644" class="1"/><ClassDef glyph="uni0644.fina" class="1"/><ClassDef glyph="uni0644.init" class="1"/><ClassDef glyph="uni0644.init.preAlef" class="1"/><ClassDef glyph="uni0644.medi" class="1"/><ClassDef glyph="uni0644.medi.preAlef" class="1"/><ClassDef glyph="uni06440627" class="2"/><ClassDef glyph="uni06440627.fina" class="2"/><ClassDef glyph="uni0645" class="1"/><ClassDef glyph="uni0645.fina" class="1"/><ClassDef glyph="uni0645.fina.sindhi" class="1"/><ClassDef glyph="uni0645.init" class="1"/><ClassDef glyph="uni0645.medi" class="1"/><ClassDef glyph="uni0645.sindhi" class="1"/><ClassDef glyph="uni0646" class="1"/><ClassDef glyph="uni0646.fina" class="1"/><ClassDef glyph="uni0646.init" class="1"/><ClassDef glyph="uni0646.medi" class="1"/><ClassDef glyph="uni0647" class="1"/><ClassDef glyph="uni0647.fina" class="1"/><ClassDef glyph="uni0647.fina.hooked" class="1"/><ClassDef glyph="uni0647.fina.knottedFlat" class="1"/><ClassDef glyph="uni0647.fina.knottedHigh" class="1"/><ClassDef glyph="uni0647.init" class="1"/><ClassDef glyph="uni0647.init.hooked" class="1"/><ClassDef glyph="uni0647.knotted" class="1"/><ClassDef glyph="uni0647.medi" class="1"/><ClassDef glyph="uni0647.medi.hooked" class="1"/><ClassDef glyph="uni0647.medi.knottedHigh" class="1"/><ClassDef glyph="uni0648" class="1"/><ClassDef glyph="uni0648.fina" class="1"/><ClassDef glyph="uni0649" class="1"/><ClassDef glyph="uni0649.fina" class="1"/><ClassDef glyph="uni0649.init" class="1"/><ClassDef glyph="uni0649.medi" class="1"/><ClassDef glyph="uni064A" class="1"/><ClassDef glyph="uni064A.fina" class="1"/><ClassDef glyph="uni064A.fina.noDots" class="1"/><ClassDef glyph="uni064A.init" class="1"/><ClassDef glyph="uni064A.init.noDots" class="1"/><ClassDef glyph="uni064A.medi" class="1"/><ClassDef glyph="uni064A.medi.noDots" class="1"/><ClassDef glyph="uni064A.noDots" class="1"/><ClassDef glyph="uni064B" class="3"/><ClassDef glyph="uni064C" class="3"/><ClassDef glyph="uni064C.sixNine" class="3"/><ClassDef glyph="uni064D" class="3"/><ClassDef glyph="uni064E" class="3"/><ClassDef glyph="uni064F" class="3"/><ClassDef glyph="uni0650" class="3"/><ClassDef glyph="uni0651" class="3"/><ClassDef glyph="uni0651064B" class="3"/><ClassDef glyph="uni0651064C" class="3"/><ClassDef glyph="uni0651064D" class="3"/><ClassDef glyph="uni0651064E" class="3"/><ClassDef glyph="uni0651064F" class="3"/><ClassDef glyph="uni06510650" class="3"/><ClassDef glyph="uni0652" class="3"/><ClassDef glyph="uni0652.downOpen" class="3"/><ClassDef glyph="uni0652.leftOpen" class="3"/><ClassDef glyph="uni0653" class="3"/><ClassDef glyph="uni0654" class="3"/><ClassDef glyph="uni0654064E" class="3"/><ClassDef glyph="uni0654064F" class="3"/><ClassDef glyph="uni0655" class="3"/><ClassDef glyph="uni0656" class="3"/><ClassDef glyph="uni0657" class="3"/><ClassDef glyph="uni0658" class="3"/><ClassDef glyph="uni0659" class="3"/><ClassDef glyph="uni065A" class="3"/><ClassDef glyph="uni065B" class="3"/><ClassDef glyph="uni065C" class="3"/><ClassDef glyph="uni065D" class="3"/><ClassDef glyph="uni065E" class="3"/><ClassDef glyph="uni0660" class="1"/><ClassDef glyph="uni0660.Medium" class="3"/><ClassDef glyph="uni0660.Small" class="3"/><ClassDef glyph="uni0661" class="1"/><ClassDef glyph="uni0661.Medium" class="3"/><ClassDef glyph="uni0661.Small" class="3"/><ClassDef glyph="uni0662" class="1"/><ClassDef glyph="uni0662.Medium" class="3"/><ClassDef glyph="uni0662.Small" class="3"/><ClassDef glyph="uni0663" class="1"/><ClassDef glyph="uni0663.Medium" class="3"/><ClassDef glyph="uni0663.Small" class="3"/><ClassDef glyph="uni0664" class="1"/><ClassDef glyph="uni0664.Medium" class="3"/><ClassDef glyph="uni0664.Small" class="3"/><ClassDef glyph="uni0665" class="1"/><ClassDef glyph="uni0665.Medium" class="3"/><ClassDef glyph="uni0665.Small" class="3"/><ClassDef glyph="uni0666" class="1"/><ClassDef glyph="uni0666.Medium" class="3"/><ClassDef glyph="uni0666.Small" class="3"/><ClassDef glyph="uni0667" class="1"/><ClassDef glyph="uni0667.Medium" class="3"/><ClassDef glyph="uni0667.Small" class="3"/><ClassDef glyph="uni0668" class="1"/><ClassDef glyph="uni0668.Medium" class="3"/><ClassDef glyph="uni0668.Small" class="3"/><ClassDef glyph="uni0669" class="1"/><ClassDef glyph="uni0669.Medium" class="3"/><ClassDef glyph="uni0669.Small" class="3"/><ClassDef glyph="uni066A" class="1"/><ClassDef glyph="uni066B" class="1"/><ClassDef glyph="uni066C" class="1"/><ClassDef glyph="uni066D" class="1"/><ClassDef glyph="uni066E" class="1"/><ClassDef glyph="uni066E.fina" class="1"/><ClassDef glyph="uni066E.init" class="1"/><ClassDef glyph="uni066E.medi" class="1"/><ClassDef glyph="uni066F" class="1"/><ClassDef glyph="uni066F.fina" class="1"/><ClassDef glyph="uni066F.init" class="1"/><ClassDef glyph="uni066F.medi" class="1"/><ClassDef glyph="uni0670" class="3"/><ClassDef glyph="uni0670.large" class="3"/><ClassDef glyph="uni0671" class="1"/><ClassDef glyph="uni0671.fina" class="1"/><ClassDef glyph="uni0671.fina.postLamIni" class="1"/><ClassDef glyph="uni0671.fina.postLamMed" class="1"/><ClassDef glyph="uni0672" class="1"/><ClassDef glyph="uni0672.fina" class="1"/><ClassDef glyph="uni0672.fina.postLamIni" class="1"/><ClassDef glyph="uni0672.fina.postLamMed" class="1"/><ClassDef glyph="uni0673" class="1"/><ClassDef glyph="uni0673.fina" class="1"/><ClassDef glyph="uni0673.fina.postLamIni" class="1"/><ClassDef glyph="uni0673.fina.postLamMed" class="1"/><ClassDef glyph="uni0674" class="3"/><ClassDef glyph="uni0675" class="1"/><ClassDef glyph="uni0675.fina" class="1"/><ClassDef glyph="uni0675.fina.postLamIni" class="1"/><ClassDef glyph="uni0675.fina.postLamMed" class="1"/><ClassDef glyph="uni0676" class="1"/><ClassDef glyph="uni0676.fina" class="1"/><ClassDef glyph="uni0677" class="1"/><ClassDef glyph="uni0677.fina" class="1"/><ClassDef glyph="uni0678" class="1"/><ClassDef glyph="uni0678.fina" class="1"/><ClassDef glyph="uni0678.init" class="1"/><ClassDef glyph="uni0678.medi" class="1"/><ClassDef glyph="uni0679" class="1"/><ClassDef glyph="uni0679.fina" class="1"/><ClassDef glyph="uni0679.init" class="1"/><ClassDef glyph="uni0679.medi" class="1"/><ClassDef glyph="uni067A" class="1"/><ClassDef glyph="uni067A.fina" class="1"/><ClassDef glyph="uni067A.init" class="1"/><ClassDef glyph="uni067A.medi" class="1"/><ClassDef glyph="uni067B" class="1"/><ClassDef glyph="uni067B.fina" class="1"/><ClassDef glyph="uni067B.init" class="1"/><ClassDef glyph="uni067B.medi" class="1"/><ClassDef glyph="uni067C" class="1"/><ClassDef glyph="uni067C.fina" class="1"/><ClassDef glyph="uni067C.init" class="1"/><ClassDef glyph="uni067C.medi" class="1"/><ClassDef glyph="uni067D" class="1"/><ClassDef glyph="uni067D.fina" class="1"/><ClassDef glyph="uni067D.init" class="1"/><ClassDef glyph="uni067D.medi" class="1"/><ClassDef glyph="uni067E" class="1"/><ClassDef glyph="uni067E.fina" class="1"/><ClassDef glyph="uni067E.init" class="1"/><ClassDef glyph="uni067E.medi" class="1"/><ClassDef glyph="uni067F" class="1"/><ClassDef glyph="uni067F.fina" class="1"/><ClassDef glyph="uni067F.init" class="1"/><ClassDef glyph="uni067F.medi" class="1"/><ClassDef glyph="uni0680" class="1"/><ClassDef glyph="uni0680.fina" class="1"/><ClassDef glyph="uni0680.init" class="1"/><ClassDef glyph="uni0680.medi" class="1"/><ClassDef glyph="uni0681" class="1"/><ClassDef glyph="uni0681.fina" class="1"/><ClassDef glyph="uni0681.init" class="1"/><ClassDef glyph="uni0681.medi" class="1"/><ClassDef glyph="uni0682" class="1"/><ClassDef glyph="uni0682.fina" class="1"/><ClassDef glyph="uni0682.init" class="1"/><ClassDef glyph="uni0682.medi" class="1"/><ClassDef glyph="uni0683" class="1"/><ClassDef glyph="uni0683.fina" class="1"/><ClassDef glyph="uni0683.init" class="1"/><ClassDef glyph="uni0683.medi" class="1"/><ClassDef glyph="uni0684" class="1"/><ClassDef glyph="uni0684.fina" class="1"/><ClassDef glyph="uni0684.init" class="1"/><ClassDef glyph="uni0684.medi" class="1"/><ClassDef glyph="uni0685" class="1"/><ClassDef glyph="uni0685.fina" class="1"/><ClassDef glyph="uni0685.init" class="1"/><ClassDef glyph="uni0685.medi" class="1"/><ClassDef glyph="uni0686" class="1"/><ClassDef glyph="uni0686.fina" class="1"/><ClassDef glyph="uni0686.init" class="1"/><ClassDef glyph="uni0686.medi" class="1"/><ClassDef glyph="uni0687" class="1"/><ClassDef glyph="uni0687.fina" class="1"/><ClassDef glyph="uni0687.init" class="1"/><ClassDef glyph="uni0687.medi" class="1"/><ClassDef glyph="uni0688" class="1"/><ClassDef glyph="uni0688.fina" class="1"/><ClassDef glyph="uni0689" class="1"/><ClassDef glyph="uni0689.fina" class="1"/><ClassDef glyph="uni068A" class="1"/><ClassDef glyph="uni068A.fina" class="1"/><ClassDef glyph="uni068B" class="1"/><ClassDef glyph="uni068B.fina" class="1"/><ClassDef glyph="uni068C" class="1"/><ClassDef glyph="uni068C.fina" class="1"/><ClassDef glyph="uni068D" class="1"/><ClassDef glyph="uni068D.fina" class="1"/><ClassDef glyph="uni068E" class="1"/><ClassDef glyph="uni068E.fina" class="1"/><ClassDef glyph="uni068F" class="1"/><ClassDef glyph="uni068F.fina" class="1"/><ClassDef glyph="uni0690" class="1"/><ClassDef glyph="uni0690.fina" class="1"/><ClassDef glyph="uni0691" class="1"/><ClassDef glyph="uni0691.fina" class="1"/><ClassDef glyph="uni0692" class="1"/><ClassDef glyph="uni0692.fina" class="1"/><ClassDef glyph="uni0693" class="1"/><ClassDef glyph="uni0693.fina" class="1"/><ClassDef glyph="uni0694" class="1"/><ClassDef glyph="uni0694.fina" class="1"/><ClassDef glyph="uni0695" class="1"/><ClassDef glyph="uni0695.fina" class="1"/><ClassDef glyph="uni0696" class="1"/><ClassDef glyph="uni0696.fina" class="1"/><ClassDef glyph="uni0697" class="1"/><ClassDef glyph="uni0697.fina" class="1"/><ClassDef glyph="uni0698" class="1"/><ClassDef glyph="uni0698.dotHat" class="1"/><ClassDef glyph="uni0698.fina" class="1"/><ClassDef glyph="uni0698.fina.dotHat" class="1"/><ClassDef glyph="uni0699" class="1"/><ClassDef glyph="uni0699.fina" class="1"/><ClassDef glyph="uni069A" class="1"/><ClassDef glyph="uni069A.fina" class="1"/><ClassDef glyph="uni069A.init" class="1"/><ClassDef glyph="uni069A.medi" class="1"/><ClassDef glyph="uni069B" class="1"/><ClassDef glyph="uni069B.fina" class="1"/><ClassDef glyph="uni069B.init" class="1"/><ClassDef glyph="uni069B.medi" class="1"/><ClassDef glyph="uni069C" class="1"/><ClassDef glyph="uni069C.fina" class="1"/><ClassDef glyph="uni069C.init" class="1"/><ClassDef glyph="uni069C.medi" class="1"/><ClassDef glyph="uni069D" class="1"/><ClassDef glyph="uni069D.fina" class="1"/><ClassDef glyph="uni069D.init" class="1"/><ClassDef glyph="uni069D.medi" class="1"/><ClassDef glyph="uni069E" class="1"/><ClassDef glyph="uni069E.fina" class="1"/><ClassDef glyph="uni069E.init" class="1"/><ClassDef glyph="uni069E.medi" class="1"/><ClassDef glyph="uni069F" class="1"/><ClassDef glyph="uni069F.fina" class="1"/><ClassDef glyph="uni069F.init" class="1"/><ClassDef glyph="uni069F.medi" class="1"/><ClassDef glyph="uni06A0" class="1"/><ClassDef glyph="uni06A0.fina" class="1"/><ClassDef glyph="uni06A0.init" class="1"/><ClassDef glyph="uni06A0.medi" class="1"/><ClassDef glyph="uni06A1" class="1"/><ClassDef glyph="uni06A1.fina" class="1"/><ClassDef glyph="uni06A1.init" class="1"/><ClassDef glyph="uni06A1.medi" class="1"/><ClassDef glyph="uni06A2" class="1"/><ClassDef glyph="uni06A2.fina" class="1"/><ClassDef glyph="uni06A2.init" class="1"/><ClassDef glyph="uni06A2.medi" class="1"/><ClassDef glyph="uni06A3" class="1"/><ClassDef glyph="uni06A3.fina" class="1"/><ClassDef glyph="uni06A3.init" class="1"/><ClassDef glyph="uni06A3.medi" class="1"/><ClassDef glyph="uni06A4" class="1"/><ClassDef glyph="uni06A4.fina" class="1"/><ClassDef glyph="uni06A4.init" class="1"/><ClassDef glyph="uni06A4.medi" class="1"/><ClassDef glyph="uni06A5" class="1"/><ClassDef glyph="uni06A5.fina" class="1"/><ClassDef glyph="uni06A5.init" class="1"/><ClassDef glyph="uni06A5.medi" class="1"/><ClassDef glyph="uni06A6" class="1"/><ClassDef glyph="uni06A6.fina" class="1"/><ClassDef glyph="uni06A6.init" class="1"/><ClassDef glyph="uni06A6.medi" class="1"/><ClassDef glyph="uni06A7" class="1"/><ClassDef glyph="uni06A7.fina" class="1"/><ClassDef glyph="uni06A7.init" class="1"/><ClassDef glyph="uni06A7.medi" class="1"/><ClassDef glyph="uni06A8" class="1"/><ClassDef glyph="uni06A8.fina" class="1"/><ClassDef glyph="uni06A8.init" class="1"/><ClassDef glyph="uni06A8.medi" class="1"/><ClassDef glyph="uni06A9" class="1"/><ClassDef glyph="uni06A9.fina" class="1"/><ClassDef glyph="uni06A9.init" class="1"/><ClassDef glyph="uni06A9.medi" class="1"/><ClassDef glyph="uni06AA" class="1"/><ClassDef glyph="uni06AA.fina" class="1"/><ClassDef glyph="uni06AA.init" class="1"/><ClassDef glyph="uni06AA.medi" class="1"/><ClassDef glyph="uni06AB" class="1"/><ClassDef glyph="uni06AB.fina" class="1"/><ClassDef glyph="uni06AB.init" class="1"/><ClassDef glyph="uni06AB.medi" class="1"/><ClassDef glyph="uni06AC" class="1"/><ClassDef glyph="uni06AC.fina" class="1"/><ClassDef glyph="uni06AC.init" class="1"/><ClassDef glyph="uni06AC.medi" class="1"/><ClassDef glyph="uni06AD" class="1"/><ClassDef glyph="uni06AD.fina" class="1"/><ClassDef glyph="uni06AD.init" class="1"/><ClassDef glyph="uni06AD.medi" class="1"/><ClassDef glyph="uni06AE" class="1"/><ClassDef glyph="uni06AE.fina" class="1"/><ClassDef glyph="uni06AE.init" class="1"/><ClassDef glyph="uni06AE.medi" class="1"/><ClassDef glyph="uni06AF" class="1"/><ClassDef glyph="uni06AF.fina" class="1"/><ClassDef glyph="uni06AF.init" class="1"/><ClassDef glyph="uni06AF.medi" class="1"/><ClassDef glyph="uni06B0" class="1"/><ClassDef glyph="uni06B0.fina" class="1"/><ClassDef glyph="uni06B0.init" class="1"/><ClassDef glyph="uni06B0.medi" class="1"/><ClassDef glyph="uni06B1" class="1"/><ClassDef glyph="uni06B1.fina" class="1"/><ClassDef glyph="uni06B1.init" class="1"/><ClassDef glyph="uni06B1.medi" class="1"/><ClassDef glyph="uni06B2" class="1"/><ClassDef glyph="uni06B2.fina" class="1"/><ClassDef glyph="uni06B2.init" class="1"/><ClassDef glyph="uni06B2.medi" class="1"/><ClassDef glyph="uni06B3" class="1"/><ClassDef glyph="uni06B3.fina" class="1"/><ClassDef glyph="uni06B3.init" class="1"/><ClassDef glyph="uni06B3.medi" class="1"/><ClassDef glyph="uni06B4" class="1"/><ClassDef glyph="uni06B4.fina" class="1"/><ClassDef glyph="uni06B4.init" class="1"/><ClassDef glyph="uni06B4.medi" class="1"/><ClassDef glyph="uni06B5" class="1"/><ClassDef glyph="uni06B5.fina" class="1"/><ClassDef glyph="uni06B5.init" class="1"/><ClassDef glyph="uni06B5.init.preAlef" class="1"/><ClassDef glyph="uni06B5.medi" class="1"/><ClassDef glyph="uni06B5.medi.preAlef" class="1"/><ClassDef glyph="uni06B50627" class="2"/><ClassDef glyph="uni06B50627.fina" class="2"/><ClassDef glyph="uni06B6" class="1"/><ClassDef glyph="uni06B6.fina" class="1"/><ClassDef glyph="uni06B6.init" class="1"/><ClassDef glyph="uni06B6.init.preAlef" class="1"/><ClassDef glyph="uni06B6.medi" class="1"/><ClassDef glyph="uni06B6.medi.preAlef" class="1"/><ClassDef glyph="uni06B60627" class="2"/><ClassDef glyph="uni06B60627.fina" class="2"/><ClassDef glyph="uni06B7" class="1"/><ClassDef glyph="uni06B7.fina" class="1"/><ClassDef glyph="uni06B7.init" class="1"/><ClassDef glyph="uni06B7.init.preAlef" class="1"/><ClassDef glyph="uni06B7.medi" class="1"/><ClassDef glyph="uni06B7.medi.preAlef" class="1"/><ClassDef glyph="uni06B70627" class="2"/><ClassDef glyph="uni06B70627.fina" class="2"/><ClassDef glyph="uni06B8" class="1"/><ClassDef glyph="uni06B8.fina" class="1"/><ClassDef glyph="uni06B8.init" class="1"/><ClassDef glyph="uni06B8.init.preAlef" class="1"/><ClassDef glyph="uni06B8.medi" class="1"/><ClassDef glyph="uni06B8.medi.preAlef" class="1"/><ClassDef glyph="uni06B80627" class="2"/><ClassDef glyph="uni06B80627.fina" class="2"/><ClassDef glyph="uni06B9" class="1"/><ClassDef glyph="uni06B9.fina" class="1"/><ClassDef glyph="uni06B9.init" class="1"/><ClassDef glyph="uni06B9.medi" class="1"/><ClassDef glyph="uni06BA" class="1"/><ClassDef glyph="uni06BA.fina" class="1"/><ClassDef glyph="uni06BA.init" class="1"/><ClassDef glyph="uni06BA.medi" class="1"/><ClassDef glyph="uni06BB" class="1"/><ClassDef glyph="uni06BB.fina" class="1"/><ClassDef glyph="uni06BB.init" class="1"/><ClassDef glyph="uni06BB.medi" class="1"/><ClassDef glyph="uni06BC" class="1"/><ClassDef glyph="uni06BC.fina" class="1"/><ClassDef glyph="uni06BC.init" class="1"/><ClassDef glyph="uni06BC.medi" class="1"/><ClassDef glyph="uni06BD" class="1"/><ClassDef glyph="uni06BD.fina" class="1"/><ClassDef glyph="uni06BD.init" class="1"/><ClassDef glyph="uni06BD.medi" class="1"/><ClassDef glyph="uni06BE" class="1"/><ClassDef glyph="uni06BE.fina" class="1"/><ClassDef glyph="uni06BE.init" class="1"/><ClassDef glyph="uni06BE.medi" class="1"/><ClassDef glyph="uni06BF" class="1"/><ClassDef glyph="uni06BF.fina" class="1"/><ClassDef glyph="uni06BF.init" class="1"/><ClassDef glyph="uni06BF.medi" class="1"/><ClassDef glyph="uni06C0" class="1"/><ClassDef glyph="uni06C0.fina" class="1"/><ClassDef glyph="uni06C0.init" class="1"/><ClassDef glyph="uni06C0.medi" class="1"/><ClassDef glyph="uni06C1" class="1"/><ClassDef glyph="uni06C1.fina" class="1"/><ClassDef glyph="uni06C1.init" class="1"/><ClassDef glyph="uni06C1.medi" class="1"/><ClassDef glyph="uni06C2" class="1"/><ClassDef glyph="uni06C2.fina" class="1"/><ClassDef glyph="uni06C2.init" class="1"/><ClassDef glyph="uni06C2.medi" class="1"/><ClassDef glyph="uni06C3" class="1"/><ClassDef glyph="uni06C3.fina" class="1"/><ClassDef glyph="uni06C4" class="1"/><ClassDef glyph="uni06C4.fina" class="1"/><ClassDef glyph="uni06C5" class="1"/><ClassDef glyph="uni06C5.fina" class="1"/><ClassDef glyph="uni06C6" class="1"/><ClassDef glyph="uni06C6.fina" class="1"/><ClassDef glyph="uni06C7" class="1"/><ClassDef glyph="uni06C7.fina" class="1"/><ClassDef glyph="uni06C8" class="1"/><ClassDef glyph="uni06C8.fina" class="1"/><ClassDef glyph="uni06C9" class="1"/><ClassDef glyph="uni06C9.fina" class="1"/><ClassDef glyph="uni06CA" class="1"/><ClassDef glyph="uni06CA.fina" class="1"/><ClassDef glyph="uni06CB" class="1"/><ClassDef glyph="uni06CB.fina" class="1"/><ClassDef glyph="uni06CC" class="1"/><ClassDef glyph="uni06CC.fina" class="1"/><ClassDef glyph="uni06CC.init" class="1"/><ClassDef glyph="uni06CC.medi" class="1"/><ClassDef glyph="uni06CD" class="1"/><ClassDef glyph="uni06CD.fina" class="1"/><ClassDef glyph="uni06CE" class="1"/><ClassDef glyph="uni06CE.fina" class="1"/><ClassDef glyph="uni06CE.init" class="1"/><ClassDef glyph="uni06CE.medi" class="1"/><ClassDef glyph="uni06CF" class="1"/><ClassDef glyph="uni06CF.fina" class="1"/><ClassDef glyph="uni06D0" class="1"/><ClassDef glyph="uni06D0.fina" class="1"/><ClassDef glyph="uni06D0.init" class="1"/><ClassDef glyph="uni06D0.medi" class="1"/><ClassDef glyph="uni06D1" class="1"/><ClassDef glyph="uni06D1.fina" class="1"/><ClassDef glyph="uni06D1.init" class="1"/><ClassDef glyph="uni06D1.medi" class="1"/><ClassDef glyph="uni06D2" class="1"/><ClassDef glyph="uni06D2.fina" class="1"/><ClassDef glyph="uni06D3" class="1"/><ClassDef glyph="uni06D3.fina" class="1"/><ClassDef glyph="uni06D4" class="1"/><ClassDef glyph="uni06D5" class="1"/><ClassDef glyph="uni06D6" class="3"/><ClassDef glyph="uni06D7" class="3"/><ClassDef glyph="uni06D8" class="3"/><ClassDef glyph="uni06D9" class="3"/><ClassDef glyph="uni06DA" class="3"/><ClassDef glyph="uni06DB" class="3"/><ClassDef glyph="uni06DC" class="3"/><ClassDef glyph="uni06DD" class="1"/><ClassDef glyph="uni06DD.2" class="1"/><ClassDef glyph="uni06DD.3" class="1"/><ClassDef glyph="uni06DD.aat1" class="1"/><ClassDef glyph="uni06DD.aat2" class="1"/><ClassDef glyph="uni06DD.aat3" class="1"/><ClassDef glyph="uni06DD.alt" class="1"/><ClassDef glyph="uni06DD.alt.2" class="1"/><ClassDef glyph="uni06DD.alt.3" class="1"/><ClassDef glyph="uni06DD.alt.aat1" class="1"/><ClassDef glyph="uni06DD.alt.aat2" class="1"/><ClassDef glyph="uni06DD.alt.aat3" class="1"/><ClassDef glyph="uni06DD.altB" class="1"/><ClassDef glyph="uni06DD.altB.2" class="1"/><ClassDef glyph="uni06DD.altB.3" class="1"/><ClassDef glyph="uni06DD.altB.aat1" class="1"/><ClassDef glyph="uni06DD.altB.aat2" class="1"/><ClassDef glyph="uni06DD.altB.aat3" class="1"/><ClassDef glyph="uni06DD.sp1" class="1"/><ClassDef glyph="uni06DD.sp2" class="1"/><ClassDef glyph="uni06DD.sp3" class="1"/><ClassDef glyph="uni06DE" class="1"/><ClassDef glyph="uni06DF" class="3"/><ClassDef glyph="uni06E0" class="3"/><ClassDef glyph="uni06E1" class="3"/><ClassDef glyph="uni06E2" class="3"/><ClassDef glyph="uni06E3" class="3"/><ClassDef glyph="uni06E4" class="3"/><ClassDef glyph="uni06E5" class="3"/><ClassDef glyph="uni06E6" class="3"/><ClassDef glyph="uni06E7" class="3"/><ClassDef glyph="uni06E8" class="3"/><ClassDef glyph="uni06E9" class="1"/><ClassDef glyph="uni06EA" class="3"/><ClassDef glyph="uni06EB" class="3"/><ClassDef glyph="uni06EC" class="3"/><ClassDef glyph="uni06ED" class="3"/><ClassDef glyph="uni06EE" class="1"/><ClassDef glyph="uni06EE.fina" class="1"/><ClassDef glyph="uni06EF" class="1"/><ClassDef glyph="uni06EF.fina" class="1"/><ClassDef glyph="uni06F0" class="1"/><ClassDef glyph="uni06F0.Medium" class="3"/><ClassDef glyph="uni06F0.Small" class="3"/><ClassDef glyph="uni06F1" class="1"/><ClassDef glyph="uni06F1.Medium" class="3"/><ClassDef glyph="uni06F1.Small" class="3"/><ClassDef glyph="uni06F2" class="1"/><ClassDef glyph="uni06F2.Medium" class="3"/><ClassDef glyph="uni06F2.Small" class="3"/><ClassDef glyph="uni06F3" class="1"/><ClassDef glyph="uni06F3.Medium" class="3"/><ClassDef glyph="uni06F3.Small" class="3"/><ClassDef glyph="uni06F4" class="1"/><ClassDef glyph="uni06F4.Medium" class="3"/><ClassDef glyph="uni06F4.Medium.urdu" class="3"/><ClassDef glyph="uni06F4.Small" class="3"/><ClassDef glyph="uni06F4.Small.urdu" class="3"/><ClassDef glyph="uni06F4.urdu" class="1"/><ClassDef glyph="uni06F5" class="1"/><ClassDef glyph="uni06F5.Medium" class="3"/><ClassDef glyph="uni06F5.Small" class="3"/><ClassDef glyph="uni06F6" class="1"/><ClassDef glyph="uni06F6.Medium" class="3"/><ClassDef glyph="uni06F6.Medium.urdu" class="3"/><ClassDef glyph="uni06F6.Small" class="3"/><ClassDef glyph="uni06F6.Small.urdu" class="3"/><ClassDef glyph="uni06F6.urdu" class="1"/><ClassDef glyph="uni06F7" class="1"/><ClassDef glyph="uni06F7.Medium" class="3"/><ClassDef glyph="uni06F7.Medium.urdu" class="3"/><ClassDef glyph="uni06F7.Small" class="3"/><ClassDef glyph="uni06F7.Small.urdu" class="3"/><ClassDef glyph="uni06F7.urdu" class="1"/><ClassDef glyph="uni06F8" class="1"/><ClassDef glyph="uni06F8.Medium" class="3"/><ClassDef glyph="uni06F8.Small" class="3"/><ClassDef glyph="uni06F9" class="1"/><ClassDef glyph="uni06F9.Medium" class="3"/><ClassDef glyph="uni06F9.Small" class="3"/><ClassDef glyph="uni06FA" class="1"/><ClassDef glyph="uni06FA.fina" class="1"/><ClassDef glyph="uni06FA.init" class="1"/><ClassDef glyph="uni06FA.medi" class="1"/><ClassDef glyph="uni06FB" class="1"/><ClassDef glyph="uni06FB.fina" class="1"/><ClassDef glyph="uni06FB.init" class="1"/><ClassDef glyph="uni06FB.medi" class="1"/><ClassDef glyph="uni06FC" class="1"/><ClassDef glyph="uni06FC.fina" class="1"/><ClassDef glyph="uni06FC.init" class="1"/><ClassDef glyph="uni06FC.medi" class="1"/><ClassDef glyph="uni06FD" class="1"/><ClassDef glyph="uni06FE" class="1"/><ClassDef glyph="uni06FF" class="1"/><ClassDef glyph="uni06FF.fina" class="1"/><ClassDef glyph="uni06FF.init" class="1"/><ClassDef glyph="uni06FF.medi" class="1"/><ClassDef glyph="uni0750" class="1"/><ClassDef glyph="uni0750.fina" class="1"/><ClassDef glyph="uni0750.init" class="1"/><ClassDef glyph="uni0750.medi" class="1"/><ClassDef glyph="uni0751" class="1"/><ClassDef glyph="uni0751.fina" class="1"/><ClassDef glyph="uni0751.init" class="1"/><ClassDef glyph="uni0751.medi" class="1"/><ClassDef glyph="uni0752" class="1"/><ClassDef glyph="uni0752.fina" class="1"/><ClassDef glyph="uni0752.init" class="1"/><ClassDef glyph="uni0752.medi" class="1"/><ClassDef glyph="uni0753" class="1"/><ClassDef glyph="uni0753.fina" class="1"/><ClassDef glyph="uni0753.init" class="1"/><ClassDef glyph="uni0753.medi" class="1"/><ClassDef glyph="uni0754" class="1"/><ClassDef glyph="uni0754.fina" class="1"/><ClassDef glyph="uni0754.init" class="1"/><ClassDef glyph="uni0754.medi" class="1"/><ClassDef glyph="uni0755" class="1"/><ClassDef glyph="uni0755.fina" class="1"/><ClassDef glyph="uni0755.init" class="1"/><ClassDef glyph="uni0755.medi" class="1"/><ClassDef glyph="uni0756" class="1"/><ClassDef glyph="uni0756.fina" class="1"/><ClassDef glyph="uni0756.init" class="1"/><ClassDef glyph="uni0756.medi" class="1"/><ClassDef glyph="uni0757" class="1"/><ClassDef glyph="uni0757.fina" class="1"/><ClassDef glyph="uni0757.init" class="1"/><ClassDef glyph="uni0757.medi" class="1"/><ClassDef glyph="uni0758" class="1"/><ClassDef glyph="uni0758.fina" class="1"/><ClassDef glyph="uni0758.init" class="1"/><ClassDef glyph="uni0758.medi" class="1"/><ClassDef glyph="uni0759" class="1"/><ClassDef glyph="uni0759.fina" class="1"/><ClassDef glyph="uni075A" class="1"/><ClassDef glyph="uni075A.fina" class="1"/><ClassDef glyph="uni075B" class="1"/><ClassDef glyph="uni075B.fina" class="1"/><ClassDef glyph="uni075C" class="1"/><ClassDef glyph="uni075C.fina" class="1"/><ClassDef glyph="uni075C.init" class="1"/><ClassDef glyph="uni075C.medi" class="1"/><ClassDef glyph="uni075D" class="1"/><ClassDef glyph="uni075D.fina" class="1"/><ClassDef glyph="uni075D.init" class="1"/><ClassDef glyph="uni075D.medi" class="1"/><ClassDef glyph="uni075E" class="1"/><ClassDef glyph="uni075E.fina" class="1"/><ClassDef glyph="uni075E.init" class="1"/><ClassDef glyph="uni075E.medi" class="1"/><ClassDef glyph="uni075F" class="1"/><ClassDef glyph="uni075F.fina" class="1"/><ClassDef glyph="uni075F.init" class="1"/><ClassDef glyph="uni075F.medi" class="1"/><ClassDef glyph="uni0760" class="1"/><ClassDef glyph="uni0760.fina" class="1"/><ClassDef glyph="uni0760.init" class="1"/><ClassDef glyph="uni0760.medi" class="1"/><ClassDef glyph="uni0761" class="1"/><ClassDef glyph="uni0761.fina" class="1"/><ClassDef glyph="uni0761.init" class="1"/><ClassDef glyph="uni0761.medi" class="1"/><ClassDef glyph="uni0762" class="1"/><ClassDef glyph="uni0762.fina" class="1"/><ClassDef glyph="uni0762.init" class="1"/><ClassDef glyph="uni0762.medi" class="1"/><ClassDef glyph="uni0763" class="1"/><ClassDef glyph="uni0763.fina" class="1"/><ClassDef glyph="uni0763.init" class="1"/><ClassDef glyph="uni0763.medi" class="1"/><ClassDef glyph="uni0764" class="1"/><ClassDef glyph="uni0764.fina" class="1"/><ClassDef glyph="uni0764.init" class="1"/><ClassDef glyph="uni0764.medi" class="1"/><ClassDef glyph="uni0765" class="1"/><ClassDef glyph="uni0765.fina" class="1"/><ClassDef glyph="uni0765.init" class="1"/><ClassDef glyph="uni0765.medi" class="1"/><ClassDef glyph="uni0766" class="1"/><ClassDef glyph="uni0766.fina" class="1"/><ClassDef glyph="uni0766.init" class="1"/><ClassDef glyph="uni0766.medi" class="1"/><ClassDef glyph="uni0767" class="1"/><ClassDef glyph="uni0767.fina" class="1"/><ClassDef glyph="uni0767.init" class="1"/><ClassDef glyph="uni0767.medi" class="1"/><ClassDef glyph="uni0768" class="1"/><ClassDef glyph="uni0768.fina" class="1"/><ClassDef glyph="uni0768.init" class="1"/><ClassDef glyph="uni0768.medi" class="1"/><ClassDef glyph="uni0769" class="1"/><ClassDef glyph="uni0769.fina" class="1"/><ClassDef glyph="uni0769.init" class="1"/><ClassDef glyph="uni0769.medi" class="1"/><ClassDef glyph="uni076A" class="1"/><ClassDef glyph="uni076A.fina" class="1"/><ClassDef glyph="uni076A.init" class="1"/><ClassDef glyph="uni076A.init.preAlef" class="1"/><ClassDef glyph="uni076A.medi" class="1"/><ClassDef glyph="uni076A.medi.preAlef" class="1"/><ClassDef glyph="uni076A0627" class="2"/><ClassDef glyph="uni076A0627.fina" class="2"/><ClassDef glyph="uni076B" class="1"/><ClassDef glyph="uni076B.fina" class="1"/><ClassDef glyph="uni076C" class="1"/><ClassDef glyph="uni076C.fina" class="1"/><ClassDef glyph="uni076D" class="1"/><ClassDef glyph="uni076D.fina" class="1"/><ClassDef glyph="uni076D.init" class="1"/><ClassDef glyph="uni076D.medi" class="1"/><ClassDef glyph="uni2000" class="1"/><ClassDef glyph="uni2001" class="1"/><ClassDef glyph="uni2002" class="1"/><ClassDef glyph="uni2003" class="1"/><ClassDef glyph="uni2004" class="1"/><ClassDef glyph="uni2005" class="1"/><ClassDef glyph="uni2006" class="1"/><ClassDef glyph="uni2007" class="1"/><ClassDef glyph="uni2008" class="1"/><ClassDef glyph="uni2009" class="1"/><ClassDef glyph="uni200A" class="1"/><ClassDef glyph="uni200B" class="1"/><ClassDef glyph="uni200C" class="1"/><ClassDef glyph="uni200D" class="1"/><ClassDef glyph="uni200E" class="1"/><ClassDef glyph="uni200F" class="1"/><ClassDef glyph="uni202A" class="1"/><ClassDef glyph="uni202B" class="1"/><ClassDef glyph="uni202C" class="1"/><ClassDef glyph="uni202D" class="1"/><ClassDef glyph="uni202E" class="1"/><ClassDef glyph="uni2060" class="1"/><ClassDef glyph="uni206C" class="1"/><ClassDef glyph="uni206D" class="1"/><ClassDef glyph="uni25CC" class="1"/><ClassDef glyph="uniFD3E" class="1"/><ClassDef glyph="uniFD3F" class="1"/><ClassDef glyph="uniFDF2" class="1"/><ClassDef glyph="uniFDFC" class="1"/><ClassDef glyph="uniFEFF" class="1"/><ClassDef glyph="v" class="1"/><ClassDef glyph="w" class="1"/><ClassDef glyph="x" class="1"/><ClassDef glyph="y" class="1"/><ClassDef glyph="z" class="1"/><ClassDef glyph="zero" class="1"/><ClassDef glyph="zeroMedium" class="3"/><ClassDef glyph="zeroSmall" class="3"/></GlyphClassDef><LigCaretList><Coverage Format="1"></Coverage></LigCaretList><MarkAttachClassDef Format="2"><ClassDef glyph="uni064B" class="1"/><ClassDef glyph="uni064C" class="1"/><ClassDef glyph="uni064D" class="1"/><ClassDef glyph="uni064E" class="1"/><ClassDef glyph="uni064F" class="1"/><ClassDef glyph="uni0650" class="1"/><ClassDef glyph="uni0651" class="1"/><ClassDef glyph="uni0654" class="2"/><ClassDef glyph="uni0670" class="1"/></MarkAttachClassDef></GDEF><GSUB><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="4"/><FeatureIndex index="2" value="12"/><FeatureIndex index="3" value="16"/><FeatureIndex index="4" value="20"/><FeatureIndex index="5" value="24"/><FeatureIndex index="6" value="8"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="KUR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="5"/><FeatureIndex index="2" value="13"/><FeatureIndex index="3" value="17"/><FeatureIndex index="4" value="21"/><FeatureIndex index="5" value="25"/><FeatureIndex index="6" value="9"/></LangSys></LangSysRecord><LangSysRecord index="1"><LangSysTag value="SND "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="2"/><FeatureIndex index="1" value="6"/><FeatureIndex index="2" value="14"/><FeatureIndex index="3" value="18"/><FeatureIndex index="4" value="22"/><FeatureIndex index="5" value="26"/><FeatureIndex index="6" value="10"/></LangSys></LangSysRecord><LangSysRecord index="2"><LangSysTag value="URD "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="3"/><FeatureIndex index="1" value="7"/><FeatureIndex index="2" value="15"/><FeatureIndex index="3" value="19"/><FeatureIndex index="4" value="23"/><FeatureIndex index="5" value="27"/><FeatureIndex index="6" value="11"/></LangSys></LangSysRecord></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="9"/><LookupListIndex index="1" value="10"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="9"/><LookupListIndex index="1" value="10"/><LookupListIndex index="2" value="12"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="9"/><LookupListIndex index="1" value="10"/><LookupListIndex index="2" value="11"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="calt"/><Feature><LookupListIndex index="0" value="9"/><LookupListIndex index="1" value="10"/><LookupListIndex index="2" value="13"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="ccmp"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="fina"/><Feature><LookupListIndex index="0" value="2"/></Feature></FeatureRecord><FeatureRecord index="12"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="13"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="14"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="15"><FeatureTag value="init"/><Feature><LookupListIndex index="0" value="1"/></Feature></FeatureRecord><FeatureRecord index="16"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="17"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="18"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="19"><FeatureTag value="medi"/><Feature><LookupListIndex index="0" value="3"/></Feature></FeatureRecord><FeatureRecord index="20"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="6"/><LookupListIndex index="3" value="7"/><LookupListIndex index="4" value="8"/></Feature></FeatureRecord><FeatureRecord index="21"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="6"/><LookupListIndex index="3" value="7"/><LookupListIndex index="4" value="8"/></Feature></FeatureRecord><FeatureRecord index="22"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/><LookupListIndex index="3" value="8"/></Feature></FeatureRecord><FeatureRecord index="23"><FeatureTag value="rlig"/><Feature><LookupListIndex index="0" value="4"/><LookupListIndex index="1" value="5"/><LookupListIndex index="2" value="7"/><LookupListIndex index="3" value="8"/></Feature></FeatureRecord><FeatureRecord index="24"><FeatureTag value="salt"/><Feature><LookupListIndex index="0" value="14"/></Feature></FeatureRecord><FeatureRecord index="25"><FeatureTag value="salt"/><Feature><LookupListIndex index="0" value="14"/></Feature></FeatureRecord><FeatureRecord index="26"><FeatureTag value="salt"/><Feature><LookupListIndex index="0" value="14"/></Feature></FeatureRecord><FeatureRecord index="27"><FeatureTag value="salt"/><Feature><LookupListIndex index="0" value="14"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="2"/><LookupFlag value="1"/><MultipleSubst index="0" Format="1"><Coverage Format="2"><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/></Coverage><Sequence index="0"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0653"/></Sequence><Sequence index="1"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0654"/></Sequence><Sequence index="2"><Substitute index="0" value="uni0627"/><Substitute index="1" value="uni0655"/></Sequence></MultipleSubst></Lookup><Lookup index="1"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Ini"/><Substitution in="absJeemRetro2" out="absJeemRetro2Ini"/><Substitution in="absJeemRetro3" out="absJeemRetro3Ini"/><Substitution in="absLamRetro" out="absLamRetroIni"/><Substitution in="absSheenRetro1" out="absSheenRetro1Ini"/><Substitution in="absSheenRetro2" out="absSheenRetro2Ini"/><Substitution in="absTchehRetro1" out="absTchehRetro1Ini"/><Substitution in="absTchehRetro2" out="absTchehRetro2Ini"/><Substitution in="uni0626" out="uni0626.init"/><Substitution in="uni0628" out="uni0628.init"/><Substitution in="uni062A" out="uni062A.init"/><Substitution in="uni062B" out="uni062B.init"/><Substitution in="uni062C" out="uni062C.init"/><Substitution in="uni062D" out="uni062D.init"/><Substitution in="uni062E" out="uni062E.init"/><Substitution in="uni0633" out="uni0633.init"/><Substitution in="uni0634" out="uni0634.init"/><Substitution in="uni0635" out="uni0635.init"/><Substitution in="uni0636" out="uni0636.init"/><Substitution in="uni0637" out="uni0637.init"/><Substitution in="uni0638" out="uni0638.init"/><Substitution in="uni0639" out="uni0639.init"/><Substitution in="uni063A" out="uni063A.init"/><Substitution in="uni0641" out="uni0641.init"/><Substitution in="uni0642" out="uni0642.init"/><Substitution in="uni0643" out="uni0643.init"/><Substitution in="uni0644" out="uni0644.init"/><Substitution in="uni0645" out="uni0645.init"/><Substitution in="uni0646" out="uni0646.init"/><Substitution in="uni0647" out="uni0647.init"/><Substitution in="uni0649" out="uni0649.init"/><Substitution in="uni064A" out="uni064A.init"/><Substitution in="uni064A.noDots" out="uni064A.init.noDots"/><Substitution in="uni066E" out="uni066E.init"/><Substitution in="uni066F" out="uni066F.init"/><Substitution in="uni0678" out="uni0678.init"/><Substitution in="uni0679" out="uni0679.init"/><Substitution in="uni067A" out="uni067A.init"/><Substitution in="uni067B" out="uni067B.init"/><Substitution in="uni067C" out="uni067C.init"/><Substitution in="uni067D" out="uni067D.init"/><Substitution in="uni067E" out="uni067E.init"/><Substitution in="uni067F" out="uni067F.init"/><Substitution in="uni0680" out="uni0680.init"/><Substitution in="uni0681" out="uni0681.init"/><Substitution in="uni0682" out="uni0682.init"/><Substitution in="uni0683" out="uni0683.init"/><Substitution in="uni0684" out="uni0684.init"/><Substitution in="uni0685" out="uni0685.init"/><Substitution in="uni0686" out="uni0686.init"/><Substitution in="uni0687" out="uni0687.init"/><Substitution in="uni069A" out="uni069A.init"/><Substitution in="uni069B" out="uni069B.init"/><Substitution in="uni069C" out="uni069C.init"/><Substitution in="uni069D" out="uni069D.init"/><Substitution in="uni069E" out="uni069E.init"/><Substitution in="uni069F" out="uni069F.init"/><Substitution in="uni06A0" out="uni06A0.init"/><Substitution in="uni06A1" out="uni06A1.init"/><Substitution in="uni06A2" out="uni06A2.init"/><Substitution in="uni06A3" out="uni06A3.init"/><Substitution in="uni06A4" out="uni06A4.init"/><Substitution in="uni06A5" out="uni06A5.init"/><Substitution in="uni06A6" out="uni06A6.init"/><Substitution in="uni06A7" out="uni06A7.init"/><Substitution in="uni06A8" out="uni06A8.init"/><Substitution in="uni06A9" out="uni06A9.init"/><Substitution in="uni06AA" out="uni06AA.init"/><Substitution in="uni06AB" out="uni06AB.init"/><Substitution in="uni06AC" out="uni06AC.init"/><Substitution in="uni06AD" out="uni06AD.init"/><Substitution in="uni06AE" out="uni06AE.init"/><Substitution in="uni06AF" out="uni06AF.init"/><Substitution in="uni06B0" out="uni06B0.init"/><Substitution in="uni06B1" out="uni06B1.init"/><Substitution in="uni06B2" out="uni06B2.init"/><Substitution in="uni06B3" out="uni06B3.init"/><Substitution in="uni06B4" out="uni06B4.init"/><Substitution in="uni06B5" out="uni06B5.init"/><Substitution in="uni06B6" out="uni06B6.init"/><Substitution in="uni06B7" out="uni06B7.init"/><Substitution in="uni06B8" out="uni06B8.init"/><Substitution in="uni06B9" out="uni06B9.init"/><Substitution in="uni06BA" out="uni06BA.init"/><Substitution in="uni06BB" out="uni06BB.init"/><Substitution in="uni06BC" out="uni06BC.init"/><Substitution in="uni06BD" out="uni06BD.init"/><Substitution in="uni06BE" out="uni06BE.init"/><Substitution in="uni06BF" out="uni06BF.init"/><Substitution in="uni06C1" out="uni06C1.init"/><Substitution in="uni06CC" out="uni06CC.init"/><Substitution in="uni06CE" out="uni06CE.init"/><Substitution in="uni06D0" out="uni06D0.init"/><Substitution in="uni06D1" out="uni06D1.init"/><Substitution in="uni06FA" out="uni06FA.init"/><Substitution in="uni06FB" out="uni06FB.init"/><Substitution in="uni06FC" out="uni06FC.init"/><Substitution in="uni06FF" out="uni06FF.init"/><Substitution in="uni0750" out="uni0750.init"/><Substitution in="uni0751" out="uni0751.init"/><Substitution in="uni0752" out="uni0752.init"/><Substitution in="uni0753" out="uni0753.init"/><Substitution in="uni0754" out="uni0754.init"/><Substitution in="uni0755" out="uni0755.init"/><Substitution in="uni0756" out="uni0756.init"/><Substitution in="uni0757" out="uni0757.init"/><Substitution in="uni0758" out="uni0758.init"/><Substitution in="uni075C" out="uni075C.init"/><Substitution in="uni075D" out="uni075D.init"/><Substitution in="uni075E" out="uni075E.init"/><Substitution in="uni075F" out="uni075F.init"/><Substitution in="uni0760" out="uni0760.init"/><Substitution in="uni0761" out="uni0761.init"/><Substitution in="uni0762" out="uni0762.init"/><Substitution in="uni0763" out="uni0763.init"/><Substitution in="uni0764" out="uni0764.init"/><Substitution in="uni0765" out="uni0765.init"/><Substitution in="uni0766" out="uni0766.init"/><Substitution in="uni0767" out="uni0767.init"/><Substitution in="uni0768" out="uni0768.init"/><Substitution in="uni0769" out="uni0769.init"/><Substitution in="uni076A" out="uni076A.init"/><Substitution in="uni076D" out="uni076D.init"/></SingleSubst></Lookup><Lookup index="2"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Fin"/><Substitution in="absJeemRetro2" out="absJeemRetro2Fin"/><Substitution in="absJeemRetro3" out="absJeemRetro3Fin"/><Substitution in="absJehRetro1" out="absJehRetro1Fin"/><Substitution in="absJehRetro2" out="absJehRetro2Fin"/><Substitution in="absLamRetro" out="absLamRetroFin"/><Substitution in="absSheenRetro1" out="absSheenRetro1Fin"/><Substitution in="absSheenRetro2" out="absSheenRetro2Fin"/><Substitution in="absTchehRetro1" out="absTchehRetro1Fin"/><Substitution in="absTchehRetro2" out="absTchehRetro2Fin"/><Substitution in="absWawDotBelow" out="absWawDotBelowFin"/><Substitution in="uni0622" out="uni0622.fina"/><Substitution in="uni0623" out="uni0623.fina"/><Substitution in="uni0624" out="uni0624.fina"/><Substitution in="uni0625" out="uni0625.fina"/><Substitution in="uni0626" out="uni0626.fina"/><Substitution in="uni0627" out="uni0627.fina"/><Substitution in="uni0628" out="uni0628.fina"/><Substitution in="uni0629" out="uni0629.fina"/><Substitution in="uni062A" out="uni062A.fina"/><Substitution in="uni062B" out="uni062B.fina"/><Substitution in="uni062C" out="uni062C.fina"/><Substitution in="uni062D" out="uni062D.fina"/><Substitution in="uni062E" out="uni062E.fina"/><Substitution in="uni062F" out="uni062F.fina"/><Substitution in="uni0630" out="uni0630.fina"/><Substitution in="uni0631" out="uni0631.fina"/><Substitution in="uni0632" out="uni0632.fina"/><Substitution in="uni0633" out="uni0633.fina"/><Substitution in="uni0634" out="uni0634.fina"/><Substitution in="uni0635" out="uni0635.fina"/><Substitution in="uni0636" out="uni0636.fina"/><Substitution in="uni0637" out="uni0637.fina"/><Substitution in="uni0638" out="uni0638.fina"/><Substitution in="uni0639" out="uni0639.fina"/><Substitution in="uni063A" out="uni063A.fina"/><Substitution in="uni0641" out="uni0641.fina"/><Substitution in="uni0642" out="uni0642.fina"/><Substitution in="uni0643" out="uni0643.fina"/><Substitution in="uni0644" out="uni0644.fina"/><Substitution in="uni0645" out="uni0645.fina"/><Substitution in="uni0646" out="uni0646.fina"/><Substitution in="uni0647" out="uni0647.fina"/><Substitution in="uni0648" out="uni0648.fina"/><Substitution in="uni0649" out="uni0649.fina"/><Substitution in="uni064A" out="uni064A.fina"/><Substitution in="uni064A.noDots" out="uni064A.fina.noDots"/><Substitution in="uni066E" out="uni066E.fina"/><Substitution in="uni066F" out="uni066F.fina"/><Substitution in="uni0671" out="uni0671.fina"/><Substitution in="uni0672" out="uni0672.fina"/><Substitution in="uni0673" out="uni0673.fina"/><Substitution in="uni0675" out="uni0675.fina"/><Substitution in="uni0676" out="uni0676.fina"/><Substitution in="uni0677" out="uni0677.fina"/><Substitution in="uni0678" out="uni0678.fina"/><Substitution in="uni0679" out="uni0679.fina"/><Substitution in="uni067A" out="uni067A.fina"/><Substitution in="uni067B" out="uni067B.fina"/><Substitution in="uni067C" out="uni067C.fina"/><Substitution in="uni067D" out="uni067D.fina"/><Substitution in="uni067E" out="uni067E.fina"/><Substitution in="uni067F" out="uni067F.fina"/><Substitution in="uni0680" out="uni0680.fina"/><Substitution in="uni0681" out="uni0681.fina"/><Substitution in="uni0682" out="uni0682.fina"/><Substitution in="uni0683" out="uni0683.fina"/><Substitution in="uni0684" out="uni0684.fina"/><Substitution in="uni0685" out="uni0685.fina"/><Substitution in="uni0686" out="uni0686.fina"/><Substitution in="uni0687" out="uni0687.fina"/><Substitution in="uni0688" out="uni0688.fina"/><Substitution in="uni0689" out="uni0689.fina"/><Substitution in="uni068A" out="uni068A.fina"/><Substitution in="uni068B" out="uni068B.fina"/><Substitution in="uni068C" out="uni068C.fina"/><Substitution in="uni068D" out="uni068D.fina"/><Substitution in="uni068E" out="uni068E.fina"/><Substitution in="uni068F" out="uni068F.fina"/><Substitution in="uni0690" out="uni0690.fina"/><Substitution in="uni0691" out="uni0691.fina"/><Substitution in="uni0692" out="uni0692.fina"/><Substitution in="uni0693" out="uni0693.fina"/><Substitution in="uni0694" out="uni0694.fina"/><Substitution in="uni0695" out="uni0695.fina"/><Substitution in="uni0696" out="uni0696.fina"/><Substitution in="uni0697" out="uni0697.fina"/><Substitution in="uni0698" out="uni0698.fina"/><Substitution in="uni0698.dotHat" out="uni0698.fina.dotHat"/><Substitution in="uni0699" out="uni0699.fina"/><Substitution in="uni069A" out="uni069A.fina"/><Substitution in="uni069B" out="uni069B.fina"/><Substitution in="uni069C" out="uni069C.fina"/><Substitution in="uni069D" out="uni069D.fina"/><Substitution in="uni069E" out="uni069E.fina"/><Substitution in="uni069F" out="uni069F.fina"/><Substitution in="uni06A0" out="uni06A0.fina"/><Substitution in="uni06A1" out="uni06A1.fina"/><Substitution in="uni06A2" out="uni06A2.fina"/><Substitution in="uni06A3" out="uni06A3.fina"/><Substitution in="uni06A4" out="uni06A4.fina"/><Substitution in="uni06A5" out="uni06A5.fina"/><Substitution in="uni06A6" out="uni06A6.fina"/><Substitution in="uni06A7" out="uni06A7.fina"/><Substitution in="uni06A8" out="uni06A8.fina"/><Substitution in="uni06A9" out="uni06A9.fina"/><Substitution in="uni06AA" out="uni06AA.fina"/><Substitution in="uni06AB" out="uni06AB.fina"/><Substitution in="uni06AC" out="uni06AC.fina"/><Substitution in="uni06AD" out="uni06AD.fina"/><Substitution in="uni06AE" out="uni06AE.fina"/><Substitution in="uni06AF" out="uni06AF.fina"/><Substitution in="uni06B0" out="uni06B0.fina"/><Substitution in="uni06B1" out="uni06B1.fina"/><Substitution in="uni06B2" out="uni06B2.fina"/><Substitution in="uni06B3" out="uni06B3.fina"/><Substitution in="uni06B4" out="uni06B4.fina"/><Substitution in="uni06B5" out="uni06B5.fina"/><Substitution in="uni06B6" out="uni06B6.fina"/><Substitution in="uni06B7" out="uni06B7.fina"/><Substitution in="uni06B8" out="uni06B8.fina"/><Substitution in="uni06B9" out="uni06B9.fina"/><Substitution in="uni06BA" out="uni06BA.fina"/><Substitution in="uni06BB" out="uni06BB.fina"/><Substitution in="uni06BC" out="uni06BC.fina"/><Substitution in="uni06BD" out="uni06BD.fina"/><Substitution in="uni06BE" out="uni06BE.fina"/><Substitution in="uni06BF" out="uni06BF.fina"/><Substitution in="uni06C0" out="uni06C0.fina"/><Substitution in="uni06C1" out="uni06C1.fina"/><Substitution in="uni06C2" out="uni06C2.fina"/><Substitution in="uni06C3" out="uni06C3.fina"/><Substitution in="uni06C4" out="uni06C4.fina"/><Substitution in="uni06C5" out="uni06C5.fina"/><Substitution in="uni06C6" out="uni06C6.fina"/><Substitution in="uni06C7" out="uni06C7.fina"/><Substitution in="uni06C8" out="uni06C8.fina"/><Substitution in="uni06C9" out="uni06C9.fina"/><Substitution in="uni06CA" out="uni06CA.fina"/><Substitution in="uni06CB" out="uni06CB.fina"/><Substitution in="uni06CC" out="uni06CC.fina"/><Substitution in="uni06CD" out="uni06CD.fina"/><Substitution in="uni06CE" out="uni06CE.fina"/><Substitution in="uni06CF" out="uni06CF.fina"/><Substitution in="uni06D0" out="uni06D0.fina"/><Substitution in="uni06D1" out="uni06D1.fina"/><Substitution in="uni06D2" out="uni06D2.fina"/><Substitution in="uni06D3" out="uni06D3.fina"/><Substitution in="uni06D5" out="uni06D5.fina"/><Substitution in="uni06EE" out="uni06EE.fina"/><Substitution in="uni06EF" out="uni06EF.fina"/><Substitution in="uni06FA" out="uni06FA.fina"/><Substitution in="uni06FB" out="uni06FB.fina"/><Substitution in="uni06FC" out="uni06FC.fina"/><Substitution in="uni06FF" out="uni06FF.fina"/><Substitution in="uni0750" out="uni0750.fina"/><Substitution in="uni0751" out="uni0751.fina"/><Substitution in="uni0752" out="uni0752.fina"/><Substitution in="uni0753" out="uni0753.fina"/><Substitution in="uni0754" out="uni0754.fina"/><Substitution in="uni0755" out="uni0755.fina"/><Substitution in="uni0756" out="uni0756.fina"/><Substitution in="uni0757" out="uni0757.fina"/><Substitution in="uni0758" out="uni0758.fina"/><Substitution in="uni0759" out="uni0759.fina"/><Substitution in="uni075A" out="uni075A.fina"/><Substitution in="uni075B" out="uni075B.fina"/><Substitution in="uni075C" out="uni075C.fina"/><Substitution in="uni075D" out="uni075D.fina"/><Substitution in="uni075E" out="uni075E.fina"/><Substitution in="uni075F" out="uni075F.fina"/><Substitution in="uni0760" out="uni0760.fina"/><Substitution in="uni0761" out="uni0761.fina"/><Substitution in="uni0762" out="uni0762.fina"/><Substitution in="uni0763" out="uni0763.fina"/><Substitution in="uni0764" out="uni0764.fina"/><Substitution in="uni0765" out="uni0765.fina"/><Substitution in="uni0766" out="uni0766.fina"/><Substitution in="uni0767" out="uni0767.fina"/><Substitution in="uni0768" out="uni0768.fina"/><Substitution in="uni0769" out="uni0769.fina"/><Substitution in="uni076A" out="uni076A.fina"/><Substitution in="uni076B" out="uni076B.fina"/><Substitution in="uni076C" out="uni076C.fina"/><Substitution in="uni076D" out="uni076D.fina"/></SingleSubst></Lookup><Lookup index="3"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absJeemRetro1" out="absJeemRetro1Med"/><Substitution in="absJeemRetro2" out="absJeemRetro2Med"/><Substitution in="absJeemRetro3" out="absJeemRetro3Med"/><Substitution in="absLamRetro" out="absLamRetroMed"/><Substitution in="absSheenRetro1" out="absSheenRetro1Med"/><Substitution in="absSheenRetro2" out="absSheenRetro2Med"/><Substitution in="absTchehRetro1" out="absTchehRetro1Med"/><Substitution in="absTchehRetro2" out="absTchehRetro2Med"/><Substitution in="uni0626" out="uni0626.medi"/><Substitution in="uni0628" out="uni0628.medi"/><Substitution in="uni062A" out="uni062A.medi"/><Substitution in="uni062B" out="uni062B.medi"/><Substitution in="uni062C" out="uni062C.medi"/><Substitution in="uni062D" out="uni062D.medi"/><Substitution in="uni062E" out="uni062E.medi"/><Substitution in="uni0633" out="uni0633.medi"/><Substitution in="uni0634" out="uni0634.medi"/><Substitution in="uni0635" out="uni0635.medi"/><Substitution in="uni0636" out="uni0636.medi"/><Substitution in="uni0637" out="uni0637.medi"/><Substitution in="uni0638" out="uni0638.medi"/><Substitution in="uni0639" out="uni0639.medi"/><Substitution in="uni063A" out="uni063A.medi"/><Substitution in="uni0641" out="uni0641.medi"/><Substitution in="uni0642" out="uni0642.medi"/><Substitution in="uni0643" out="uni0643.medi"/><Substitution in="uni0644" out="uni0644.medi"/><Substitution in="uni0645" out="uni0645.medi"/><Substitution in="uni0646" out="uni0646.medi"/><Substitution in="uni0647" out="uni0647.medi"/><Substitution in="uni0649" out="uni0649.medi"/><Substitution in="uni064A" out="uni064A.medi"/><Substitution in="uni064A.noDots" out="uni064A.medi.noDots"/><Substitution in="uni066E" out="uni066E.medi"/><Substitution in="uni066F" out="uni066F.medi"/><Substitution in="uni0678" out="uni0678.medi"/><Substitution in="uni0679" out="uni0679.medi"/><Substitution in="uni067A" out="uni067A.medi"/><Substitution in="uni067B" out="uni067B.medi"/><Substitution in="uni067C" out="uni067C.medi"/><Substitution in="uni067D" out="uni067D.medi"/><Substitution in="uni067E" out="uni067E.medi"/><Substitution in="uni067F" out="uni067F.medi"/><Substitution in="uni0680" out="uni0680.medi"/><Substitution in="uni0681" out="uni0681.medi"/><Substitution in="uni0682" out="uni0682.medi"/><Substitution in="uni0683" out="uni0683.medi"/><Substitution in="uni0684" out="uni0684.medi"/><Substitution in="uni0685" out="uni0685.medi"/><Substitution in="uni0686" out="uni0686.medi"/><Substitution in="uni0687" out="uni0687.medi"/><Substitution in="uni069A" out="uni069A.medi"/><Substitution in="uni069B" out="uni069B.medi"/><Substitution in="uni069C" out="uni069C.medi"/><Substitution in="uni069D" out="uni069D.medi"/><Substitution in="uni069E" out="uni069E.medi"/><Substitution in="uni069F" out="uni069F.medi"/><Substitution in="uni06A0" out="uni06A0.medi"/><Substitution in="uni06A1" out="uni06A1.medi"/><Substitution in="uni06A2" out="uni06A2.medi"/><Substitution in="uni06A3" out="uni06A3.medi"/><Substitution in="uni06A4" out="uni06A4.medi"/><Substitution in="uni06A5" out="uni06A5.medi"/><Substitution in="uni06A6" out="uni06A6.medi"/><Substitution in="uni06A7" out="uni06A7.medi"/><Substitution in="uni06A8" out="uni06A8.medi"/><Substitution in="uni06A9" out="uni06A9.medi"/><Substitution in="uni06AA" out="uni06AA.medi"/><Substitution in="uni06AB" out="uni06AB.medi"/><Substitution in="uni06AC" out="uni06AC.medi"/><Substitution in="uni06AD" out="uni06AD.medi"/><Substitution in="uni06AE" out="uni06AE.medi"/><Substitution in="uni06AF" out="uni06AF.medi"/><Substitution in="uni06B0" out="uni06B0.medi"/><Substitution in="uni06B1" out="uni06B1.medi"/><Substitution in="uni06B2" out="uni06B2.medi"/><Substitution in="uni06B3" out="uni06B3.medi"/><Substitution in="uni06B4" out="uni06B4.medi"/><Substitution in="uni06B5" out="uni06B5.medi"/><Substitution in="uni06B6" out="uni06B6.medi"/><Substitution in="uni06B7" out="uni06B7.medi"/><Substitution in="uni06B8" out="uni06B8.medi"/><Substitution in="uni06B9" out="uni06B9.medi"/><Substitution in="uni06BA" out="uni06BA.medi"/><Substitution in="uni06BB" out="uni06BB.medi"/><Substitution in="uni06BC" out="uni06BC.medi"/><Substitution in="uni06BD" out="uni06BD.medi"/><Substitution in="uni06BE" out="uni06BE.medi"/><Substitution in="uni06BF" out="uni06BF.medi"/><Substitution in="uni06C1" out="uni06C1.medi"/><Substitution in="uni06CC" out="uni06CC.medi"/><Substitution in="uni06CE" out="uni06CE.medi"/><Substitution in="uni06D0" out="uni06D0.medi"/><Substitution in="uni06D1" out="uni06D1.medi"/><Substitution in="uni06FA" out="uni06FA.medi"/><Substitution in="uni06FB" out="uni06FB.medi"/><Substitution in="uni06FC" out="uni06FC.medi"/><Substitution in="uni06FF" out="uni06FF.medi"/><Substitution in="uni0750" out="uni0750.medi"/><Substitution in="uni0751" out="uni0751.medi"/><Substitution in="uni0752" out="uni0752.medi"/><Substitution in="uni0753" out="uni0753.medi"/><Substitution in="uni0754" out="uni0754.medi"/><Substitution in="uni0755" out="uni0755.medi"/><Substitution in="uni0756" out="uni0756.medi"/><Substitution in="uni0757" out="uni0757.medi"/><Substitution in="uni0758" out="uni0758.medi"/><Substitution in="uni075C" out="uni075C.medi"/><Substitution in="uni075D" out="uni075D.medi"/><Substitution in="uni075E" out="uni075E.medi"/><Substitution in="uni075F" out="uni075F.medi"/><Substitution in="uni0760" out="uni0760.medi"/><Substitution in="uni0761" out="uni0761.medi"/><Substitution in="uni0762" out="uni0762.medi"/><Substitution in="uni0763" out="uni0763.medi"/><Substitution in="uni0764" out="uni0764.medi"/><Substitution in="uni0765" out="uni0765.medi"/><Substitution in="uni0766" out="uni0766.medi"/><Substitution in="uni0767" out="uni0767.medi"/><Substitution in="uni0768" out="uni0768.medi"/><Substitution in="uni0769" out="uni0769.medi"/><Substitution in="uni076A" out="uni076A.medi"/><Substitution in="uni076D" out="uni076D.medi"/></SingleSubst></Lookup><Lookup index="4"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="2"><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="15"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="1" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="16"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="2" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="17"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="5"><LookupType value="4"/><LookupFlag value="257"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni064B"><Ligature components="uni0651" glyph="uni0651064B"/></LigatureSet><LigatureSet glyph="uni064C"><Ligature components="uni0651" glyph="uni0651064C"/></LigatureSet><LigatureSet glyph="uni064E"><Ligature components="uni0651" glyph="uni0651064E"/></LigatureSet><LigatureSet glyph="uni064F"><Ligature components="uni0651" glyph="uni0651064F"/></LigatureSet><LigatureSet glyph="uni0651"><Ligature components="uni064B" glyph="uni0651064B"/><Ligature components="uni064C" glyph="uni0651064C"/><Ligature components="uni064E" glyph="uni0651064E"/><Ligature components="uni064F" glyph="uni0651064F"/><Ligature components="uni0670" glyph="absShaddaAlef"/></LigatureSet><LigatureSet glyph="uni0670"><Ligature components="uni0651" glyph="absShaddaAlef"/></LigatureSet></LigatureSubst></Lookup><Lookup index="6"><LookupType value="4"/><LookupFlag value="257"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni064D"><Ligature components="uni0651" glyph="uni0651064D"/></LigatureSet><LigatureSet glyph="uni0650"><Ligature components="uni0651" glyph="uni06510650"/></LigatureSet><LigatureSet glyph="uni0651"><Ligature components="uni0650" glyph="uni06510650"/><Ligature components="uni064D" glyph="uni0651064D"/></LigatureSet></LigatureSubst></Lookup><Lookup index="7"><LookupType value="4"/><LookupFlag value="513"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni0647"><Ligature components="uni0654" glyph="uni06C0"/></LigatureSet><LigatureSet glyph="uni0647.fina"><Ligature components="uni0654" glyph="uni06C0.fina"/></LigatureSet><LigatureSet glyph="uni0647.init"><Ligature components="uni0654" glyph="uni06C0.init"/></LigatureSet><LigatureSet glyph="uni0647.medi"><Ligature components="uni0654" glyph="uni06C0.medi"/></LigatureSet><LigatureSet glyph="uni0648"><Ligature components="uni0654" glyph="uni0624"/></LigatureSet><LigatureSet glyph="uni0648.fina"><Ligature components="uni0654" glyph="uni0624.fina"/></LigatureSet><LigatureSet glyph="uni064A"><Ligature components="uni0654" glyph="uni0626"/></LigatureSet><LigatureSet glyph="uni064A.fina"><Ligature components="uni0654" glyph="uni0626.fina"/></LigatureSet><LigatureSet glyph="uni064A.init"><Ligature components="uni0654" glyph="uni0626.init"/></LigatureSet><LigatureSet glyph="uni064A.medi"><Ligature components="uni0654" glyph="uni0626.medi"/></LigatureSet><LigatureSet glyph="uni06C1"><Ligature components="uni0654" glyph="uni06C2"/></LigatureSet><LigatureSet glyph="uni06C1.fina"><Ligature components="uni0654" glyph="uni06C2.fina"/></LigatureSet><LigatureSet glyph="uni06C1.init"><Ligature components="uni0654" glyph="uni06C2.init"/></LigatureSet><LigatureSet glyph="uni06C1.medi"><Ligature components="uni0654" glyph="uni06C2.medi"/></LigatureSet></LigatureSubst></Lookup><Lookup index="8"><LookupType value="4"/><LookupFlag value="1"/><LigatureSubst index="0" Format="1"><LigatureSet glyph="uni064E"><Ligature components="uni0654" glyph="uni0654064E"/></LigatureSet><LigatureSet glyph="uni064F"><Ligature components="uni0654" glyph="uni0654064F"/></LigatureSet><LigatureSet glyph="uni0654"><Ligature components="uni064E" glyph="uni0654064E"/><Ligature components="uni064F" glyph="uni0654064F"/></LigatureSet></LigatureSubst></Lookup><Lookup index="9"><LookupType value="6"/><LookupFlag value="9"/><ChainContextSubst index="0" Format="3"><InputCoverage index="0" Format="1"><Glyph value="uni0601"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="2" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="3" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="18"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="1" Format="3"><InputCoverage index="0" Format="2"><Glyph value="uni0600"/><Glyph value="uni0601"/><Glyph value="uni0603"/><Glyph value="uni06DD"/><Glyph value="uni06DD.alt"/><Glyph value="uni06DD.altB"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="2" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="19"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="2" Format="3"><InputCoverage index="0" Format="2"><Glyph value="uni0600"/><Glyph value="uni0601"/><Glyph value="uni0602"/><Glyph value="uni0603"/><Glyph value="uni06DD"/><Glyph value="uni06DD.alt"/><Glyph value="uni06DD.altB"/></InputCoverage><LookAheadCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><LookAheadCoverage index="1" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></LookAheadCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="20"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="3" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0600"/><Glyph value="uni0601"/><Glyph value="uni0602"/><Glyph value="uni0603"/><Glyph value="uni06DD"/><Glyph value="uni06DD.alt"/><Glyph value="uni06DD.altB"/><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="uni06DD.2"/><Glyph value="uni06DD.alt.2"/><Glyph value="uni06DD.altB.2"/><Glyph value="uni0600.2"/><Glyph value="uni0600.3"/><Glyph value="uni0601.2"/><Glyph value="uni0601.3"/><Glyph value="uni0601.4"/><Glyph value="uni0602.2"/><Glyph value="uni0603.2"/><Glyph value="uni0603.3"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="21"/></SubstLookupRecord></ChainContextSubst><ChainContextSubst index="4" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/><Glyph value="uni06DD.3"/><Glyph value="uni06DD.alt.3"/><Glyph value="uni06DD.altB.3"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="zero"/><Glyph value="one"/><Glyph value="two"/><Glyph value="three"/><Glyph value="four"/><Glyph value="five"/><Glyph value="six"/><Glyph value="seven"/><Glyph value="eight"/><Glyph value="nine"/><Glyph value="uni0660"/><Glyph value="uni0661"/><Glyph value="uni0662"/><Glyph value="uni0663"/><Glyph value="uni0664"/><Glyph value="uni0665"/><Glyph value="uni0666"/><Glyph value="uni0667"/><Glyph value="uni0668"/><Glyph value="uni0669"/><Glyph value="uni06F0"/><Glyph value="uni06F1"/><Glyph value="uni06F2"/><Glyph value="uni06F3"/><Glyph value="uni06F4"/><Glyph value="uni06F4.urdu"/><Glyph value="uni06F5"/><Glyph value="uni06F6"/><Glyph value="uni06F6.urdu"/><Glyph value="uni06F7"/><Glyph value="uni06F7.urdu"/><Glyph value="uni06F8"/><Glyph value="uni06F9"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="22"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="10"><LookupType value="6"/><LookupFlag value="1"/><ChainContextSubst index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni064A"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni064A.fina"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/></BacktrackCoverage><InputCoverage index="0" Format="1"><Glyph value="uni0670"/></InputCoverage><SubstLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="23"/></SubstLookupRecord></ChainContextSubst></Lookup><Lookup index="11"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0645" out="uni0645.sindhi"/><Substitution in="uni0645.fina" out="uni0645.fina.sindhi"/><Substitution in="uni0647" out="uni0647.knotted"/><Substitution in="uni0647.fina" out="uni0647.fina.knottedHigh"/><Substitution in="uni0647.medi" out="uni0647.medi.knottedHigh"/><Substitution in="uni06F6" out="uni06F6.urdu"/><Substitution in="uni06F7" out="uni06F7.urdu"/></SingleSubst></Lookup><Lookup index="12"><LookupType value="1"/><LookupFlag value="0"/><SingleSubst index="0" Format="2"><Substitution in="uni0647" out="uni0647.knotted"/><Substitution in="uni0647.fina" out="uni0647.fina.knottedHigh"/></SingleSubst></Lookup><Lookup index="13"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0647.fina" out="uni0647.fina.hooked"/><Substitution in="uni0647.init" out="uni0647.init.hooked"/><Substitution in="uni0647.medi" out="uni0647.medi.hooked"/><Substitution in="uni06F4" out="uni06F4.urdu"/><Substitution in="uni06F6" out="uni06F6.urdu"/><Substitution in="uni06F7" out="uni06F7.urdu"/></SingleSubst></Lookup><Lookup index="14"><LookupType value="3"/><LookupFlag value="1"/><AlternateSubst index="0" Format="1"><AlternateSet glyph="uni06DD"><Alternate glyph="uni06DD.alt"/><Alternate glyph="uni06DD.altB"/></AlternateSet></AlternateSubst></Lookup><Lookup index="15"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="absLamRetroIni" out="absLamRetroIni.preAlef"/><Substitution in="absLamRetroMed" out="absLamRetroMed.preAlef"/><Substitution in="uni0644.init" out="uni0644.init.preAlef"/><Substitution in="uni0644.medi" out="uni0644.medi.preAlef"/><Substitution in="uni06B5.init" out="uni06B5.init.preAlef"/><Substitution in="uni06B5.medi" out="uni06B5.medi.preAlef"/><Substitution in="uni06B6.init" out="uni06B6.init.preAlef"/><Substitution in="uni06B6.medi" out="uni06B6.medi.preAlef"/><Substitution in="uni06B7.init" out="uni06B7.init.preAlef"/><Substitution in="uni06B7.medi" out="uni06B7.medi.preAlef"/><Substitution in="uni06B8.init" out="uni06B8.init.preAlef"/><Substitution in="uni06B8.medi" out="uni06B8.medi.preAlef"/><Substitution in="uni076A.init" out="uni076A.init.preAlef"/><Substitution in="uni076A.medi" out="uni076A.medi.preAlef"/></SingleSubst></Lookup><Lookup index="16"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0622.fina" out="uni0622.fina.postLamIni"/><Substitution in="uni0623.fina" out="uni0623.fina.postLamIni"/><Substitution in="uni0625.fina" out="uni0625.fina.postLamIni"/><Substitution in="uni0627.fina" out="uni0627.fina.postLamIni"/><Substitution in="uni0671.fina" out="uni0671.fina.postLamIni"/><Substitution in="uni0672.fina" out="uni0672.fina.postLamIni"/><Substitution in="uni0673.fina" out="uni0673.fina.postLamIni"/><Substitution in="uni0675.fina" out="uni0675.fina.postLamIni"/></SingleSubst></Lookup><Lookup index="17"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0622.fina" out="uni0622.fina.postLamMed"/><Substitution in="uni0623.fina" out="uni0623.fina.postLamMed"/><Substitution in="uni0625.fina" out="uni0625.fina.postLamMed"/><Substitution in="uni0627.fina" out="uni0627.fina.postLamMed"/><Substitution in="uni0671.fina" out="uni0671.fina.postLamMed"/><Substitution in="uni0672.fina" out="uni0672.fina.postLamMed"/><Substitution in="uni0673.fina" out="uni0673.fina.postLamMed"/><Substitution in="uni0675.fina" out="uni0675.fina.postLamMed"/></SingleSubst></Lookup><Lookup index="18"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0601" out="uni0601.4"/></SingleSubst></Lookup><Lookup index="19"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0600" out="uni0600.3"/><Substitution in="uni0601" out="uni0601.3"/><Substitution in="uni0603" out="uni0603.3"/><Substitution in="uni06DD" out="uni06DD.3"/><Substitution in="uni06DD.alt" out="uni06DD.alt.3"/><Substitution in="uni06DD.altB" out="uni06DD.altB.3"/></SingleSubst></Lookup><Lookup index="20"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="uni0600" out="uni0600.2"/><Substitution in="uni0601" out="uni0601.2"/><Substitution in="uni0602" out="uni0602.2"/><Substitution in="uni0603" out="uni0603.2"/><Substitution in="uni06DD" out="uni06DD.2"/><Substitution in="uni06DD.alt" out="uni06DD.alt.2"/><Substitution in="uni06DD.altB" out="uni06DD.altB.2"/></SingleSubst></Lookup><Lookup index="21"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="eight" out="eightMedium"/><Substitution in="five" out="fiveMedium"/><Substitution in="four" out="fourMedium"/><Substitution in="nine" out="nineMedium"/><Substitution in="one" out="oneMedium"/><Substitution in="seven" out="sevenMedium"/><Substitution in="six" out="sixMedium"/><Substitution in="three" out="threeMedium"/><Substitution in="two" out="twoMedium"/><Substitution in="uni0660" out="uni0660.Medium"/><Substitution in="uni0661" out="uni0661.Medium"/><Substitution in="uni0662" out="uni0662.Medium"/><Substitution in="uni0663" out="uni0663.Medium"/><Substitution in="uni0664" out="uni0664.Medium"/><Substitution in="uni0665" out="uni0665.Medium"/><Substitution in="uni0666" out="uni0666.Medium"/><Substitution in="uni0667" out="uni0667.Medium"/><Substitution in="uni0668" out="uni0668.Medium"/><Substitution in="uni0669" out="uni0669.Medium"/><Substitution in="uni06F0" out="uni06F0.Medium"/><Substitution in="uni06F1" out="uni06F1.Medium"/><Substitution in="uni06F2" out="uni06F2.Medium"/><Substitution in="uni06F3" out="uni06F3.Medium"/><Substitution in="uni06F4" out="uni06F4.Medium"/><Substitution in="uni06F4.urdu" out="uni06F4.Medium.urdu"/><Substitution in="uni06F5" out="uni06F5.Medium"/><Substitution in="uni06F6" out="uni06F6.Medium"/><Substitution in="uni06F6.urdu" out="uni06F6.Medium.urdu"/><Substitution in="uni06F7" out="uni06F7.Medium"/><Substitution in="uni06F7.urdu" out="uni06F7.Medium.urdu"/><Substitution in="uni06F8" out="uni06F8.Medium"/><Substitution in="uni06F9" out="uni06F9.Medium"/><Substitution in="zero" out="zeroMedium"/></SingleSubst></Lookup><Lookup index="22"><LookupType value="1"/><LookupFlag value="9"/><SingleSubst index="0" Format="2"><Substitution in="eight" out="eightSmall"/><Substitution in="five" out="fiveSmall"/><Substitution in="four" out="fourSmall"/><Substitution in="nine" out="nineSmall"/><Substitution in="one" out="oneSmall"/><Substitution in="seven" out="sevenSmall"/><Substitution in="six" out="sixSmall"/><Substitution in="three" out="threeSmall"/><Substitution in="two" out="twoSmall"/><Substitution in="uni0660" out="uni0660.Small"/><Substitution in="uni0661" out="uni0661.Small"/><Substitution in="uni0662" out="uni0662.Small"/><Substitution in="uni0663" out="uni0663.Small"/><Substitution in="uni0664" out="uni0664.Small"/><Substitution in="uni0665" out="uni0665.Small"/><Substitution in="uni0666" out="uni0666.Small"/><Substitution in="uni0667" out="uni0667.Small"/><Substitution in="uni0668" out="uni0668.Small"/><Substitution in="uni0669" out="uni0669.Small"/><Substitution in="uni06F0" out="uni06F0.Small"/><Substitution in="uni06F1" out="uni06F1.Small"/><Substitution in="uni06F2" out="uni06F2.Small"/><Substitution in="uni06F3" out="uni06F3.Small"/><Substitution in="uni06F4" out="uni06F4.Small"/><Substitution in="uni06F4.urdu" out="uni06F4.Small.urdu"/><Substitution in="uni06F5" out="uni06F5.Small"/><Substitution in="uni06F6" out="uni06F6.Small"/><Substitution in="uni06F6.urdu" out="uni06F6.Small.urdu"/><Substitution in="uni06F7" out="uni06F7.Small"/><Substitution in="uni06F7.urdu" out="uni06F7.Small.urdu"/><Substitution in="uni06F8" out="uni06F8.Small"/><Substitution in="uni06F9" out="uni06F9.Small"/><Substitution in="zero" out="zeroSmall"/></SingleSubst></Lookup><Lookup index="23"><LookupType value="1"/><LookupFlag value="1"/><SingleSubst index="0" Format="2"><Substitution in="uni0670" out="uni0670.large"/></SingleSubst></Lookup></LookupList></GSUB><GPOS><Version value="1.0"/><ScriptList><ScriptRecord index="0"><ScriptTag value="arab"/><Script><DefaultLangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="0"/><FeatureIndex index="1" value="4"/><FeatureIndex index="2" value="8"/></DefaultLangSys><LangSysRecord index="0"><LangSysTag value="KUR "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="1"/><FeatureIndex index="1" value="5"/><FeatureIndex index="2" value="9"/></LangSys></LangSysRecord><LangSysRecord index="1"><LangSysTag value="SND "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="2"/><FeatureIndex index="1" value="6"/><FeatureIndex index="2" value="10"/></LangSys></LangSysRecord><LangSysRecord index="2"><LangSysTag value="URD "/><LangSys><ReqFeatureIndex value="65535"/><FeatureIndex index="0" value="3"/><FeatureIndex index="1" value="7"/><FeatureIndex index="2" value="11"/></LangSys></LangSysRecord></Script></ScriptRecord></ScriptList><FeatureList><FeatureRecord index="0"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="1"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="2"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="3"><FeatureTag value="curs"/><Feature><LookupListIndex index="0" value="0"/></Feature></FeatureRecord><FeatureRecord index="4"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="5"/><LookupListIndex index="4" value="7"/></Feature></FeatureRecord><FeatureRecord index="5"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="5"/><LookupListIndex index="4" value="7"/></Feature></FeatureRecord><FeatureRecord index="6"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="4"/><LookupListIndex index="3" value="5"/><LookupListIndex index="4" value="7"/></Feature></FeatureRecord><FeatureRecord index="7"><FeatureTag value="mark"/><Feature><LookupListIndex index="0" value="1"/><LookupListIndex index="1" value="2"/><LookupListIndex index="2" value="3"/><LookupListIndex index="3" value="4"/><LookupListIndex index="4" value="7"/></Feature></FeatureRecord><FeatureRecord index="8"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="6"/><LookupListIndex index="2" value="8"/></Feature></FeatureRecord><FeatureRecord index="9"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="6"/><LookupListIndex index="2" value="8"/></Feature></FeatureRecord><FeatureRecord index="10"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="6"/><LookupListIndex index="2" value="8"/></Feature></FeatureRecord><FeatureRecord index="11"><FeatureTag value="mkmk"/><Feature><LookupListIndex index="0" value="3"/><LookupListIndex index="1" value="6"/><LookupListIndex index="2" value="8"/></Feature></FeatureRecord></FeatureList><LookupList><Lookup index="0"><LookupType value="3"/><LookupFlag value="9"/><CursivePos index="0" Format="1"><Coverage Format="2"><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></Coverage><EntryExitRecord index="0"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="1"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="2"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="3"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="4"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="5"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="6"><ExitAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="7"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="8"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="9"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="10"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="11"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="12"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="13"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="14"><EntryAnchor Format="1"><XCoordinate value="535"/><YCoordinate value="0"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="15"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="16"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="17"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="18"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="19"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="20"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="21"><ExitAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="250"/></ExitAnchor></EntryExitRecord><EntryExitRecord index="22"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="23"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="24"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="25"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="26"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="27"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="28"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord><EntryExitRecord index="29"><EntryAnchor Format="1"><XCoordinate value="650"/><YCoordinate value="250"/></EntryAnchor></EntryExitRecord></CursivePos></Lookup><Lookup index="1"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06D6"/><Glyph value="uni06D7"/><Glyph value="uni06D8"/><Glyph value="uni06D9"/><Glyph value="uni06DA"/><Glyph value="uni06DB"/><Glyph value="uni06DC"/><Glyph value="uni06DF"/><Glyph value="uni06E0"/><Glyph value="uni06E1"/><Glyph value="uni06E2"/><Glyph value="uni06E4"/><Glyph value="uni06E7"/><Glyph value="uni06E8"/><Glyph value="uni06EB"/><Glyph value="uni06EC"/><Glyph value="uni0610"/><Glyph value="uni0611"/><Glyph value="uni0612"/><Glyph value="uni0613"/><Glyph value="uni0614"/><Glyph value="uni0615"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni25CC"/><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/><Glyph value="uni0627"/><Glyph value="uni0672"/><Glyph value="uni0673"/><Glyph value="uni0675"/><Glyph value="uni0671"/><Glyph value="uni0624"/><Glyph value="uni0648"/><Glyph value="uni0676"/><Glyph value="uni0677"/><Glyph value="uni06C4"/><Glyph value="uni06C5"/><Glyph value="uni06C6"/><Glyph value="uni06C7"/><Glyph value="uni06C8"/><Glyph value="uni06C9"/><Glyph value="uni06CA"/><Glyph value="uni06CB"/><Glyph value="uni06CF"/><Glyph value="absWawDotBelow"/><Glyph value="uni062F"/><Glyph value="uni0630"/><Glyph value="uni0688"/><Glyph value="uni0689"/><Glyph value="uni068A"/><Glyph value="uni068B"/><Glyph value="uni068C"/><Glyph value="uni068D"/><Glyph value="uni068E"/><Glyph value="uni068F"/><Glyph value="uni0690"/><Glyph value="uni06EE"/><Glyph value="uni0759"/><Glyph value="uni075A"/><Glyph value="uni0631"/><Glyph value="uni0632"/><Glyph value="uni0691"/><Glyph value="uni0692"/><Glyph value="uni0693"/><Glyph value="uni0694"/><Glyph value="uni0695"/><Glyph value="uni0696"/><Glyph value="uni0697"/><Glyph value="uni0698"/><Glyph value="uni0699"/><Glyph value="uni076B"/><Glyph value="uni076C"/><Glyph value="absJehRetro1"/><Glyph value="absJehRetro2"/><Glyph value="uni0698.dotHat"/><Glyph value="uni06EF"/><Glyph value="uni075B"/><Glyph value="uni06D2"/><Glyph value="uni06D3"/><Glyph value="uni0626"/><Glyph value="uni064A"/><Glyph value="uni064A.noDots"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06CE"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni066E"/><Glyph value="uni0628"/><Glyph value="uni062A"/><Glyph value="uni062B"/><Glyph value="uni0679"/><Glyph value="uni067A"/><Glyph value="uni067B"/><Glyph value="uni067C"/><Glyph value="uni067D"/><Glyph value="uni067E"/><Glyph value="uni067F"/><Glyph value="uni0680"/><Glyph value="uni0750"/><Glyph value="uni0751"/><Glyph value="uni0752"/><Glyph value="uni0753"/><Glyph value="uni0754"/><Glyph value="uni0755"/><Glyph value="uni0756"/><Glyph value="uni062C"/><Glyph value="uni062D"/><Glyph value="uni062E"/><Glyph value="uni0681"/><Glyph value="uni0682"/><Glyph value="uni0683"/><Glyph value="uni0684"/><Glyph value="uni0685"/><Glyph value="uni0686"/><Glyph value="uni0687"/><Glyph value="uni06BF"/><Glyph value="absTchehRetro1"/><Glyph value="absTchehRetro2"/><Glyph value="absJeemRetro1"/><Glyph value="absJeemRetro2"/><Glyph value="absJeemRetro3"/><Glyph value="uni0757"/><Glyph value="uni0758"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni0637"/><Glyph value="uni0638"/><Glyph value="uni069F"/><Glyph value="uni0639"/><Glyph value="uni063A"/><Glyph value="uni06A0"/><Glyph value="uni06FC"/><Glyph value="uni075D"/><Glyph value="uni075E"/><Glyph value="uni075F"/><Glyph value="uni0641"/><Glyph value="uni06A1"/><Glyph value="uni06A2"/><Glyph value="uni06A3"/><Glyph value="uni06A4"/><Glyph value="uni06A5"/><Glyph value="uni06A6"/><Glyph value="uni0760"/><Glyph value="uni0761"/><Glyph value="uni066F"/><Glyph value="uni0642"/><Glyph value="uni06A7"/><Glyph value="uni06A8"/><Glyph value="uni0643"/><Glyph value="uni06AC"/><Glyph value="uni06AD"/><Glyph value="uni06AE"/><Glyph value="uni06A9"/><Glyph value="uni06AB"/><Glyph value="uni06AF"/><Glyph value="uni06B0"/><Glyph value="uni06B1"/><Glyph value="uni06B2"/><Glyph value="uni06B3"/><Glyph value="uni06B4"/><Glyph value="uni0762"/><Glyph value="uni0763"/><Glyph value="uni0764"/><Glyph value="uni06AA"/><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0645"/><Glyph value="uni0765"/><Glyph value="uni0766"/><Glyph value="uni0646"/><Glyph value="uni06B9"/><Glyph value="uni06BA"/><Glyph value="uni06BB"/><Glyph value="uni06BC"/><Glyph value="uni06BD"/><Glyph value="uni0767"/><Glyph value="uni0768"/><Glyph value="uni0769"/><Glyph value="uni06BE"/><Glyph value="uni06FF"/><Glyph value="uni0647"/><Glyph value="uni06D5"/><Glyph value="uni0629"/><Glyph value="uni06C0"/><Glyph value="uni06C1"/><Glyph value="uni06C2"/><Glyph value="uni06C3"/><Glyph value="uni0621"/><Glyph value="uni0640"/><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/><Glyph value="uni0624.fina"/><Glyph value="uni0648.fina"/><Glyph value="uni0676.fina"/><Glyph value="uni0677.fina"/><Glyph value="uni06C4.fina"/><Glyph value="uni06C5.fina"/><Glyph value="uni06C6.fina"/><Glyph value="uni06C7.fina"/><Glyph value="uni06C8.fina"/><Glyph value="uni06C9.fina"/><Glyph value="uni06CA.fina"/><Glyph value="uni06CB.fina"/><Glyph value="uni06CF.fina"/><Glyph value="absWawDotBelowFin"/><Glyph value="uni062F.fina"/><Glyph value="uni0630.fina"/><Glyph value="uni0688.fina"/><Glyph value="uni0689.fina"/><Glyph value="uni068A.fina"/><Glyph value="uni068B.fina"/><Glyph value="uni068C.fina"/><Glyph value="uni068D.fina"/><Glyph value="uni068E.fina"/><Glyph value="uni068F.fina"/><Glyph value="uni0690.fina"/><Glyph value="uni06EE.fina"/><Glyph value="uni0759.fina"/><Glyph value="uni075A.fina"/><Glyph value="uni0631.fina"/><Glyph value="uni0632.fina"/><Glyph value="uni0691.fina"/><Glyph value="uni0692.fina"/><Glyph value="uni0693.fina"/><Glyph value="uni0694.fina"/><Glyph value="uni0695.fina"/><Glyph value="uni0696.fina"/><Glyph value="uni0697.fina"/><Glyph value="uni0698.fina"/><Glyph value="uni0699.fina"/><Glyph value="uni076B.fina"/><Glyph value="uni076C.fina"/><Glyph value="absJehRetro1Fin"/><Glyph value="absJehRetro2Fin"/><Glyph value="uni0698.fina.dotHat"/><Glyph value="uni06EF.fina"/><Glyph value="uni075B.fina"/><Glyph value="uni06D2.fina"/><Glyph value="uni06D3.fina"/><Glyph value="uni0626.fina"/><Glyph value="uni064A.fina"/><Glyph value="uni064A.fina.noDots"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06CE.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni066E.fina"/><Glyph value="uni0628.fina"/><Glyph value="uni062A.fina"/><Glyph value="uni062B.fina"/><Glyph value="uni0679.fina"/><Glyph value="uni067A.fina"/><Glyph value="uni067B.fina"/><Glyph value="uni067C.fina"/><Glyph value="uni067D.fina"/><Glyph value="uni067E.fina"/><Glyph value="uni067F.fina"/><Glyph value="uni0680.fina"/><Glyph value="uni0750.fina"/><Glyph value="uni0751.fina"/><Glyph value="uni0752.fina"/><Glyph value="uni0753.fina"/><Glyph value="uni0754.fina"/><Glyph value="uni0755.fina"/><Glyph value="uni0756.fina"/><Glyph value="uni062C.fina"/><Glyph value="uni062D.fina"/><Glyph value="uni062E.fina"/><Glyph value="uni0681.fina"/><Glyph value="uni0682.fina"/><Glyph value="uni0683.fina"/><Glyph value="uni0684.fina"/><Glyph value="uni0685.fina"/><Glyph value="uni0686.fina"/><Glyph value="uni0687.fina"/><Glyph value="uni06BF.fina"/><Glyph value="absTchehRetro1Fin"/><Glyph value="absTchehRetro2Fin"/><Glyph value="absJeemRetro1Fin"/><Glyph value="absJeemRetro2Fin"/><Glyph value="absJeemRetro3Fin"/><Glyph value="uni0757.fina"/><Glyph value="uni0758.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/><Glyph value="uni0637.fina"/><Glyph value="uni0638.fina"/><Glyph value="uni069F.fina"/><Glyph value="uni0639.fina"/><Glyph value="uni063A.fina"/><Glyph value="uni06A0.fina"/><Glyph value="uni06FC.fina"/><Glyph value="uni075D.fina"/><Glyph value="uni075E.fina"/><Glyph value="uni075F.fina"/><Glyph value="uni0641.fina"/><Glyph value="uni06A1.fina"/><Glyph value="uni06A2.fina"/><Glyph value="uni06A3.fina"/><Glyph value="uni06A4.fina"/><Glyph value="uni06A5.fina"/><Glyph value="uni06A6.fina"/><Glyph value="uni0760.fina"/><Glyph value="uni0761.fina"/><Glyph value="uni066F.fina"/><Glyph value="uni0642.fina"/><Glyph value="uni06A7.fina"/><Glyph value="uni06A8.fina"/><Glyph value="uni0643.fina"/><Glyph value="uni06AC.fina"/><Glyph value="uni06AD.fina"/><Glyph value="uni06AE.fina"/><Glyph value="uni06A9.fina"/><Glyph value="uni06AB.fina"/><Glyph value="uni06AF.fina"/><Glyph value="uni06B0.fina"/><Glyph value="uni06B1.fina"/><Glyph value="uni06B2.fina"/><Glyph value="uni06B3.fina"/><Glyph value="uni06B4.fina"/><Glyph value="uni0762.fina"/><Glyph value="uni0763.fina"/><Glyph value="uni0764.fina"/><Glyph value="uni06AA.fina"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0645.fina"/><Glyph value="uni0765.fina"/><Glyph value="uni0766.fina"/><Glyph value="uni0646.fina"/><Glyph value="uni06B9.fina"/><Glyph value="uni06BA.fina"/><Glyph value="uni06BB.fina"/><Glyph value="uni06BC.fina"/><Glyph value="uni06BD.fina"/><Glyph value="uni0767.fina"/><Glyph value="uni0768.fina"/><Glyph value="uni0769.fina"/><Glyph value="uni06BE.fina"/><Glyph value="uni06FF.fina"/><Glyph value="uni0647.fina"/><Glyph value="uni06D5.fina"/><Glyph value="uni0629.fina"/><Glyph value="uni06C0.fina"/><Glyph value="uni06C1.fina"/><Glyph value="uni06C2.fina"/><Glyph value="uni06C3.fina"/><Glyph value="uni0626.medi"/><Glyph value="uni064A.medi"/><Glyph value="uni064A.medi.noDots"/><Glyph value="uni0678.medi"/><Glyph value="uni06CC.medi"/><Glyph value="uni06CE.medi"/><Glyph value="uni06D0.medi"/><Glyph value="uni06D1.medi"/><Glyph value="uni0649.medi"/><Glyph value="uni066E.medi"/><Glyph value="uni0628.medi"/><Glyph value="uni062A.medi"/><Glyph value="uni062B.medi"/><Glyph value="uni0679.medi"/><Glyph value="uni067A.medi"/><Glyph value="uni067B.medi"/><Glyph value="uni067C.medi"/><Glyph value="uni067D.medi"/><Glyph value="uni067E.medi"/><Glyph value="uni067F.medi"/><Glyph value="uni0680.medi"/><Glyph value="uni0750.medi"/><Glyph value="uni0751.medi"/><Glyph value="uni0752.medi"/><Glyph value="uni0753.medi"/><Glyph value="uni0754.medi"/><Glyph value="uni0755.medi"/><Glyph value="uni0756.medi"/><Glyph value="uni062C.medi"/><Glyph value="uni062D.medi"/><Glyph value="uni062E.medi"/><Glyph value="uni0681.medi"/><Glyph value="uni0682.medi"/><Glyph value="uni0683.medi"/><Glyph value="uni0684.medi"/><Glyph value="uni0685.medi"/><Glyph value="uni0686.medi"/><Glyph value="uni0687.medi"/><Glyph value="uni06BF.medi"/><Glyph value="absTchehRetro1Med"/><Glyph value="absTchehRetro2Med"/><Glyph value="absJeemRetro1Med"/><Glyph value="absJeemRetro2Med"/><Glyph value="absJeemRetro3Med"/><Glyph value="uni0757.medi"/><Glyph value="uni0758.medi"/><Glyph value="uni0633.medi"/><Glyph value="uni0634.medi"/><Glyph value="uni069A.medi"/><Glyph value="uni069B.medi"/><Glyph value="uni069C.medi"/><Glyph value="uni06FA.medi"/><Glyph value="absSheenRetro1Med"/><Glyph value="absSheenRetro2Med"/><Glyph value="uni075C.medi"/><Glyph value="uni076D.medi"/><Glyph value="uni0635.medi"/><Glyph value="uni0636.medi"/><Glyph value="uni069D.medi"/><Glyph value="uni069E.medi"/><Glyph value="uni06FB.medi"/><Glyph value="uni0637.medi"/><Glyph value="uni0638.medi"/><Glyph value="uni069F.medi"/><Glyph value="uni0639.medi"/><Glyph value="uni063A.medi"/><Glyph value="uni06A0.medi"/><Glyph value="uni06FC.medi"/><Glyph value="uni075D.medi"/><Glyph value="uni075E.medi"/><Glyph value="uni075F.medi"/><Glyph value="uni0641.medi"/><Glyph value="uni06A1.medi"/><Glyph value="uni06A2.medi"/><Glyph value="uni06A3.medi"/><Glyph value="uni06A4.medi"/><Glyph value="uni06A5.medi"/><Glyph value="uni06A6.medi"/><Glyph value="uni0760.medi"/><Glyph value="uni0761.medi"/><Glyph value="uni066F.medi"/><Glyph value="uni0642.medi"/><Glyph value="uni06A7.medi"/><Glyph value="uni06A8.medi"/><Glyph value="uni0643.medi"/><Glyph value="uni06AC.medi"/><Glyph value="uni06AD.medi"/><Glyph value="uni06AE.medi"/><Glyph value="uni06A9.medi"/><Glyph value="uni06AB.medi"/><Glyph value="uni06AF.medi"/><Glyph value="uni06B0.medi"/><Glyph value="uni06B1.medi"/><Glyph value="uni06B2.medi"/><Glyph value="uni06B3.medi"/><Glyph value="uni06B4.medi"/><Glyph value="uni0762.medi"/><Glyph value="uni0763.medi"/><Glyph value="uni0764.medi"/><Glyph value="uni06AA.medi"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0645.medi"/><Glyph value="uni0765.medi"/><Glyph value="uni0766.medi"/><Glyph value="uni0646.medi"/><Glyph value="uni06B9.medi"/><Glyph value="uni06BA.medi"/><Glyph value="uni06BB.medi"/><Glyph value="uni06BC.medi"/><Glyph value="uni06BD.medi"/><Glyph value="uni0767.medi"/><Glyph value="uni0768.medi"/><Glyph value="uni0769.medi"/><Glyph value="uni06BE.medi"/><Glyph value="uni06FF.medi"/><Glyph value="uni0647.medi"/><Glyph value="uni06C1.medi"/><Glyph value="uni0626.init"/><Glyph value="uni064A.init"/><Glyph value="uni064A.init.noDots"/><Glyph value="uni0678.init"/><Glyph value="uni06CC.init"/><Glyph value="uni06CE.init"/><Glyph value="uni06D0.init"/><Glyph value="uni06D1.init"/><Glyph value="uni0649.init"/><Glyph value="uni066E.init"/><Glyph value="uni0628.init"/><Glyph value="uni062A.init"/><Glyph value="uni062B.init"/><Glyph value="uni0679.init"/><Glyph value="uni067A.init"/><Glyph value="uni067B.init"/><Glyph value="uni067C.init"/><Glyph value="uni067D.init"/><Glyph value="uni067E.init"/><Glyph value="uni067F.init"/><Glyph value="uni0680.init"/><Glyph value="uni0750.init"/><Glyph value="uni0751.init"/><Glyph value="uni0752.init"/><Glyph value="uni0753.init"/><Glyph value="uni0754.init"/><Glyph value="uni0755.init"/><Glyph value="uni0756.init"/><Glyph value="uni062C.init"/><Glyph value="uni062D.init"/><Glyph value="uni062E.init"/><Glyph value="uni0681.init"/><Glyph value="uni0682.init"/><Glyph value="uni0683.init"/><Glyph value="uni0684.init"/><Glyph value="uni0685.init"/><Glyph value="uni0686.init"/><Glyph value="uni0687.init"/><Glyph value="uni06BF.init"/><Glyph value="absTchehRetro1Ini"/><Glyph value="absTchehRetro2Ini"/><Glyph value="absJeemRetro1Ini"/><Glyph value="absJeemRetro2Ini"/><Glyph value="absJeemRetro3Ini"/><Glyph value="uni0757.init"/><Glyph value="uni0758.init"/><Glyph value="uni0633.init"/><Glyph value="uni0634.init"/><Glyph value="uni069A.init"/><Glyph value="uni069B.init"/><Glyph value="uni069C.init"/><Glyph value="uni06FA.init"/><Glyph value="absSheenRetro1Ini"/><Glyph value="absSheenRetro2Ini"/><Glyph value="uni075C.init"/><Glyph value="uni076D.init"/><Glyph value="uni0635.init"/><Glyph value="uni0636.init"/><Glyph value="uni069D.init"/><Glyph value="uni069E.init"/><Glyph value="uni06FB.init"/><Glyph value="uni0637.init"/><Glyph value="uni0638.init"/><Glyph value="uni069F.init"/><Glyph value="uni0639.init"/><Glyph value="uni063A.init"/><Glyph value="uni06A0.init"/><Glyph value="uni06FC.init"/><Glyph value="uni075D.init"/><Glyph value="uni075E.init"/><Glyph value="uni075F.init"/><Glyph value="uni0641.init"/><Glyph value="uni06A1.init"/><Glyph value="uni06A2.init"/><Glyph value="uni06A3.init"/><Glyph value="uni06A4.init"/><Glyph value="uni06A5.init"/><Glyph value="uni06A6.init"/><Glyph value="uni0760.init"/><Glyph value="uni0761.init"/><Glyph value="uni066F.init"/><Glyph value="uni0642.init"/><Glyph value="uni06A7.init"/><Glyph value="uni06A8.init"/><Glyph value="uni0643.init"/><Glyph value="uni06AC.init"/><Glyph value="uni06AD.init"/><Glyph value="uni06AE.init"/><Glyph value="uni06A9.init"/><Glyph value="uni06AB.init"/><Glyph value="uni06AF.init"/><Glyph value="uni06B0.init"/><Glyph value="uni06B1.init"/><Glyph value="uni06B2.init"/><Glyph value="uni06B3.init"/><Glyph value="uni06B4.init"/><Glyph value="uni0762.init"/><Glyph value="uni0763.init"/><Glyph value="uni0764.init"/><Glyph value="uni06AA.init"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0645.init"/><Glyph value="uni0765.init"/><Glyph value="uni0766.init"/><Glyph value="uni0646.init"/><Glyph value="uni06B9.init"/><Glyph value="uni06BA.init"/><Glyph value="uni06BB.init"/><Glyph value="uni06BC.init"/><Glyph value="uni06BD.init"/><Glyph value="uni0767.init"/><Glyph value="uni0768.init"/><Glyph value="uni0769.init"/><Glyph value="uni06BE.init"/><Glyph value="uni06FF.init"/><Glyph value="uni0647.init"/><Glyph value="uni06C1.init"/><Glyph value="uni0674"/><Glyph value="uni060C"/><Glyph value="uni061B"/><Glyph value="uni061F"/><Glyph value="uni066D"/><Glyph value="uni06D4"/><Glyph value="uni06E9"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="1005"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="960"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1110"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="900"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="207"/><YCoordinate value="969"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="203"/><YCoordinate value="941"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="207"/><YCoordinate value="949"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="105"/><YCoordinate value="945"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="660"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="450"/><YCoordinate value="510"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="540"/><YCoordinate value="998"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="514"/><YCoordinate value="996"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="526"/><YCoordinate value="978"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="508"/><YCoordinate value="986"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1035"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="301"/><YCoordinate value="1035"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="135"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="975"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="975"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="900"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="520"/><YCoordinate value="1080"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1395"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1470"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1455"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1215"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="1370"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="332"/><YCoordinate value="988"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="1078"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="691"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="1059"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="348"/><YCoordinate value="1039"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1031"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="1129"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="687"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="266"/><YCoordinate value="859"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="1094"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="234"/><YCoordinate value="1363"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="848"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="852"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="234"/><YCoordinate value="1379"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="1176"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="1211"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="258"/><YCoordinate value="1203"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="262"/><YCoordinate value="1199"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="266"/><YCoordinate value="1094"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="234"/><YCoordinate value="1348"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="863"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="840"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="280"/><YCoordinate value="960"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="1320"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="1487"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="1115"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="255"/><YCoordinate value="870"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="224"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="345"/><YCoordinate value="645"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="329"/><YCoordinate value="944"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="1008"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="325"/><YCoordinate value="709"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="329"/><YCoordinate value="705"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="692"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="325"/><YCoordinate value="706"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="1030"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="705"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="705"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="739"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="495"/><YCoordinate value="675"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="602"/><YCoordinate value="906"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="598"/><YCoordinate value="1030"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="581"/><YCoordinate value="1149"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="598"/><YCoordinate value="893"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="607"/><YCoordinate value="1021"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="620"/><YCoordinate value="863"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="624"/><YCoordinate value="863"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="658"/><YCoordinate value="914"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="1192"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="660"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="660"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="1196"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="1192"/></BaseAnchor></BaseRecord><BaseRecord index="102"><BaseAnchor index="0" Format="1"><XCoordinate value="436"/><YCoordinate value="970"/></BaseAnchor></BaseRecord><BaseRecord index="103"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="104"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="105"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="555"/></BaseAnchor></BaseRecord><BaseRecord index="106"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="107"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="108"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="551"/></BaseAnchor></BaseRecord><BaseRecord index="109"><BaseAnchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="551"/></BaseAnchor></BaseRecord><BaseRecord index="110"><BaseAnchor index="0" Format="1"><XCoordinate value="325"/><YCoordinate value="996"/></BaseAnchor></BaseRecord><BaseRecord index="111"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="112"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="611"/></BaseAnchor></BaseRecord><BaseRecord index="113"><BaseAnchor index="0" Format="1"><XCoordinate value="316"/><YCoordinate value="632"/></BaseAnchor></BaseRecord><BaseRecord index="114"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="496"/></BaseAnchor></BaseRecord><BaseRecord index="115"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="500"/></BaseAnchor></BaseRecord><BaseRecord index="116"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="500"/></BaseAnchor></BaseRecord><BaseRecord index="117"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="118"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="500"/></BaseAnchor></BaseRecord><BaseRecord index="119"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="120"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="121"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="122"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="123"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="124"><BaseAnchor index="0" Format="1"><XCoordinate value="222"/><YCoordinate value="1282"/></BaseAnchor></BaseRecord><BaseRecord index="125"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="1107"/></BaseAnchor></BaseRecord><BaseRecord index="126"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1115"/></BaseAnchor></BaseRecord><BaseRecord index="127"><BaseAnchor index="0" Format="1"><XCoordinate value="252"/><YCoordinate value="1273"/></BaseAnchor></BaseRecord><BaseRecord index="128"><BaseAnchor index="0" Format="1"><XCoordinate value="252"/><YCoordinate value="1290"/></BaseAnchor></BaseRecord><BaseRecord index="129"><BaseAnchor index="0" Format="1"><XCoordinate value="479"/><YCoordinate value="917"/></BaseAnchor></BaseRecord><BaseRecord index="130"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="131"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="132"><BaseAnchor index="0" Format="1"><XCoordinate value="479"/><YCoordinate value="921"/></BaseAnchor></BaseRecord><BaseRecord index="133"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="134"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="135"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="136"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="137"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="138"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="795"/></BaseAnchor></BaseRecord><BaseRecord index="139"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="140"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="141"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="142"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="1155"/></BaseAnchor></BaseRecord><BaseRecord index="143"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="1141"/></BaseAnchor></BaseRecord><BaseRecord index="144"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1372"/></BaseAnchor></BaseRecord><BaseRecord index="145"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="146"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="147"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="148"><BaseAnchor index="0" Format="1"><XCoordinate value="457"/><YCoordinate value="795"/></BaseAnchor></BaseRecord><BaseRecord index="149"><BaseAnchor index="0" Format="1"><XCoordinate value="457"/><YCoordinate value="795"/></BaseAnchor></BaseRecord><BaseRecord index="150"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="151"><BaseAnchor index="0" Format="1"><XCoordinate value="457"/><YCoordinate value="795"/></BaseAnchor></BaseRecord><BaseRecord index="152"><BaseAnchor index="0" Format="1"><XCoordinate value="457"/><YCoordinate value="795"/></BaseAnchor></BaseRecord><BaseRecord index="153"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="154"><BaseAnchor index="0" Format="1"><XCoordinate value="436"/><YCoordinate value="906"/></BaseAnchor></BaseRecord><BaseRecord index="155"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="961"/></BaseAnchor></BaseRecord><BaseRecord index="156"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="157"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="158"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="159"><BaseAnchor index="0" Format="1"><XCoordinate value="538"/><YCoordinate value="1572"/></BaseAnchor></BaseRecord><BaseRecord index="160"><BaseAnchor index="0" Format="1"><XCoordinate value="453"/><YCoordinate value="1470"/></BaseAnchor></BaseRecord><BaseRecord index="161"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1620"/></BaseAnchor></BaseRecord><BaseRecord index="162"><BaseAnchor index="0" Format="1"><XCoordinate value="315"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="163"><BaseAnchor index="0" Format="1"><XCoordinate value="436"/><YCoordinate value="1769"/></BaseAnchor></BaseRecord><BaseRecord index="164"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1140"/></BaseAnchor></BaseRecord><BaseRecord index="165"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="837"/></BaseAnchor></BaseRecord><BaseRecord index="166"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="167"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="168"><BaseAnchor index="0" Format="1"><XCoordinate value="251"/><YCoordinate value="999"/></BaseAnchor></BaseRecord><BaseRecord index="169"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="999"/></BaseAnchor></BaseRecord><BaseRecord index="170"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="870"/></BaseAnchor></BaseRecord><BaseRecord index="171"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="1365"/></BaseAnchor></BaseRecord><BaseRecord index="172"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="999"/></BaseAnchor></BaseRecord><BaseRecord index="173"><BaseAnchor index="0" Format="1"><XCoordinate value="285"/><YCoordinate value="1245"/></BaseAnchor></BaseRecord><BaseRecord index="174"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="999"/></BaseAnchor></BaseRecord><BaseRecord index="175"><BaseAnchor index="0" Format="1"><XCoordinate value="286"/><YCoordinate value="1478"/></BaseAnchor></BaseRecord><BaseRecord index="176"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="1275"/></BaseAnchor></BaseRecord><BaseRecord index="177"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="178"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1070"/></BaseAnchor></BaseRecord><BaseRecord index="179"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="180"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="181"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="182"><BaseAnchor index="0" Format="1"><XCoordinate value="209"/><YCoordinate value="1128"/></BaseAnchor></BaseRecord><BaseRecord index="183"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="184"><BaseAnchor index="0" Format="1"><XCoordinate value="218"/><YCoordinate value="1132"/></BaseAnchor></BaseRecord><BaseRecord index="185"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="186"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="540"/></BaseAnchor></BaseRecord><BaseRecord index="187"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="188"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1395"/></BaseAnchor></BaseRecord><BaseRecord index="189"><BaseAnchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1445"/></BaseAnchor></BaseRecord><BaseRecord index="190"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1175"/></BaseAnchor></BaseRecord><BaseRecord index="191"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="1175"/></BaseAnchor></BaseRecord><BaseRecord index="192"><BaseAnchor index="0" Format="1"><XCoordinate value="60"/><YCoordinate value="1485"/></BaseAnchor></BaseRecord><BaseRecord index="193"><BaseAnchor index="0" Format="1"><XCoordinate value="75"/><YCoordinate value="1185"/></BaseAnchor></BaseRecord><BaseRecord index="194"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="1365"/></BaseAnchor></BaseRecord><BaseRecord index="195"><BaseAnchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="1370"/></BaseAnchor></BaseRecord><BaseRecord index="196"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="880"/></BaseAnchor></BaseRecord><BaseRecord index="197"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="198"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="910"/></BaseAnchor></BaseRecord><BaseRecord index="199"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="200"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="201"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="202"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="203"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="1038"/></BaseAnchor></BaseRecord><BaseRecord index="204"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="978"/></BaseAnchor></BaseRecord><BaseRecord index="205"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="966"/></BaseAnchor></BaseRecord><BaseRecord index="206"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="936"/></BaseAnchor></BaseRecord><BaseRecord index="207"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="1008"/></BaseAnchor></BaseRecord><BaseRecord index="208"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="936"/></BaseAnchor></BaseRecord><BaseRecord index="209"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="210"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="211"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1196"/></BaseAnchor></BaseRecord><BaseRecord index="212"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1500"/></BaseAnchor></BaseRecord><BaseRecord index="213"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="214"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="215"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1500"/></BaseAnchor></BaseRecord><BaseRecord index="216"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1260"/></BaseAnchor></BaseRecord><BaseRecord index="217"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="218"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1303"/></BaseAnchor></BaseRecord><BaseRecord index="219"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1330"/></BaseAnchor></BaseRecord><BaseRecord index="220"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1300"/></BaseAnchor></BaseRecord><BaseRecord index="221"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="1256"/></BaseAnchor></BaseRecord><BaseRecord index="222"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1500"/></BaseAnchor></BaseRecord><BaseRecord index="223"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="992"/></BaseAnchor></BaseRecord><BaseRecord index="224"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="225"><BaseAnchor index="0" Format="1"><XCoordinate value="244"/><YCoordinate value="799"/></BaseAnchor></BaseRecord><BaseRecord index="226"><BaseAnchor index="0" Format="1"><XCoordinate value="214"/><YCoordinate value="953"/></BaseAnchor></BaseRecord><BaseRecord index="227"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="228"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="229"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="230"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="231"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="232"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="233"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="234"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="923"/></BaseAnchor></BaseRecord><BaseRecord index="235"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="889"/></BaseAnchor></BaseRecord><BaseRecord index="236"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="859"/></BaseAnchor></BaseRecord><BaseRecord index="237"><BaseAnchor index="0" Format="1"><XCoordinate value="218"/><YCoordinate value="1171"/></BaseAnchor></BaseRecord><BaseRecord index="238"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="1346"/></BaseAnchor></BaseRecord><BaseRecord index="239"><BaseAnchor index="0" Format="1"><XCoordinate value="239"/><YCoordinate value="1021"/></BaseAnchor></BaseRecord><BaseRecord index="240"><BaseAnchor index="0" Format="1"><XCoordinate value="244"/><YCoordinate value="812"/></BaseAnchor></BaseRecord><BaseRecord index="241"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="242"><BaseAnchor index="0" Format="1"><XCoordinate value="375"/><YCoordinate value="220"/></BaseAnchor></BaseRecord><BaseRecord index="243"><BaseAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="500"/></BaseAnchor></BaseRecord><BaseRecord index="244"><BaseAnchor index="0" Format="1"><XCoordinate value="385"/><YCoordinate value="530"/></BaseAnchor></BaseRecord><BaseRecord index="245"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="246"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="247"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="248"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="249"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="564"/></BaseAnchor></BaseRecord><BaseRecord index="250"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="251"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="252"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="253"><BaseAnchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="329"/></BaseAnchor></BaseRecord><BaseRecord index="254"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="255"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="256"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="820"/></BaseAnchor></BaseRecord><BaseRecord index="257"><BaseAnchor index="0" Format="1"><XCoordinate value="615"/><YCoordinate value="953"/></BaseAnchor></BaseRecord><BaseRecord index="258"><BaseAnchor index="0" Format="1"><XCoordinate value="551"/><YCoordinate value="1030"/></BaseAnchor></BaseRecord><BaseRecord index="259"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="931"/></BaseAnchor></BaseRecord><BaseRecord index="260"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="261"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="833"/></BaseAnchor></BaseRecord><BaseRecord index="262"><BaseAnchor index="0" Format="1"><XCoordinate value="628"/><YCoordinate value="970"/></BaseAnchor></BaseRecord><BaseRecord index="263"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="264"><BaseAnchor index="0" Format="1"><XCoordinate value="624"/><YCoordinate value="953"/></BaseAnchor></BaseRecord><BaseRecord index="265"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="266"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="267"><BaseAnchor index="0" Format="1"><XCoordinate value="607"/><YCoordinate value="927"/></BaseAnchor></BaseRecord><BaseRecord index="268"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="269"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="833"/></BaseAnchor></BaseRecord><BaseRecord index="270"><BaseAnchor index="0" Format="1"><XCoordinate value="632"/><YCoordinate value="808"/></BaseAnchor></BaseRecord><BaseRecord index="271"><BaseAnchor index="0" Format="1"><XCoordinate value="660"/><YCoordinate value="585"/></BaseAnchor></BaseRecord><BaseRecord index="272"><BaseAnchor index="0" Format="1"><XCoordinate value="641"/><YCoordinate value="833"/></BaseAnchor></BaseRecord><BaseRecord index="273"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="274"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="275"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="276"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="277"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="278"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="279"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="280"><BaseAnchor index="0" Format="1"><XCoordinate value="427"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="281"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="282"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="283"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="284"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="1171"/></BaseAnchor></BaseRecord><BaseRecord index="285"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="660"/></BaseAnchor></BaseRecord><BaseRecord index="286"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="660"/></BaseAnchor></BaseRecord><BaseRecord index="287"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="1166"/></BaseAnchor></BaseRecord><BaseRecord index="288"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="1171"/></BaseAnchor></BaseRecord><BaseRecord index="289"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="906"/></BaseAnchor></BaseRecord><BaseRecord index="290"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="291"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="292"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="293"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="294"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="295"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="564"/></BaseAnchor></BaseRecord><BaseRecord index="296"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="551"/></BaseAnchor></BaseRecord><BaseRecord index="297"><BaseAnchor index="0" Format="1"><XCoordinate value="375"/><YCoordinate value="975"/></BaseAnchor></BaseRecord><BaseRecord index="298"><BaseAnchor index="0" Format="1"><XCoordinate value="405"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="299"><BaseAnchor index="0" Format="1"><XCoordinate value="376"/><YCoordinate value="564"/></BaseAnchor></BaseRecord><BaseRecord index="300"><BaseAnchor index="0" Format="1"><XCoordinate value="363"/><YCoordinate value="568"/></BaseAnchor></BaseRecord><BaseRecord index="301"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="302"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="547"/></BaseAnchor></BaseRecord><BaseRecord index="303"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="304"><BaseAnchor index="0" Format="1"><XCoordinate value="393"/><YCoordinate value="662"/></BaseAnchor></BaseRecord><BaseRecord index="305"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="547"/></BaseAnchor></BaseRecord><BaseRecord index="306"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1240"/></BaseAnchor></BaseRecord><BaseRecord index="307"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1240"/></BaseAnchor></BaseRecord><BaseRecord index="308"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1240"/></BaseAnchor></BaseRecord><BaseRecord index="309"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="670"/></BaseAnchor></BaseRecord><BaseRecord index="310"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="955"/></BaseAnchor></BaseRecord><BaseRecord index="311"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1150"/></BaseAnchor></BaseRecord><BaseRecord index="312"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="970"/></BaseAnchor></BaseRecord><BaseRecord index="313"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="961"/></BaseAnchor></BaseRecord><BaseRecord index="314"><BaseAnchor index="0" Format="1"><XCoordinate value="320"/><YCoordinate value="1115"/></BaseAnchor></BaseRecord><BaseRecord index="315"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="1107"/></BaseAnchor></BaseRecord><BaseRecord index="316"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="317"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="318"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="319"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="320"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="773"/></BaseAnchor></BaseRecord><BaseRecord index="321"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="322"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="769"/></BaseAnchor></BaseRecord><BaseRecord index="323"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="324"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="325"><BaseAnchor index="0" Format="1"><XCoordinate value="360"/><YCoordinate value="510"/></BaseAnchor></BaseRecord><BaseRecord index="326"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="327"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="328"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="765"/></BaseAnchor></BaseRecord><BaseRecord index="329"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="330"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="1115"/></BaseAnchor></BaseRecord><BaseRecord index="331"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="1282"/></BaseAnchor></BaseRecord><BaseRecord index="332"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="333"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="334"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="335"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="336"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="337"><BaseAnchor index="0" Format="1"><XCoordinate value="414"/><YCoordinate value="1282"/></BaseAnchor></BaseRecord><BaseRecord index="338"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="339"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="340"><BaseAnchor index="0" Format="1"><XCoordinate value="325"/><YCoordinate value="1282"/></BaseAnchor></BaseRecord><BaseRecord index="341"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="983"/></BaseAnchor></BaseRecord><BaseRecord index="342"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1085"/></BaseAnchor></BaseRecord><BaseRecord index="343"><BaseAnchor index="0" Format="1"><XCoordinate value="510"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="344"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="345"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="346"><BaseAnchor index="0" Format="1"><XCoordinate value="526"/><YCoordinate value="1470"/></BaseAnchor></BaseRecord><BaseRecord index="347"><BaseAnchor index="0" Format="1"><XCoordinate value="508"/><YCoordinate value="1440"/></BaseAnchor></BaseRecord><BaseRecord index="348"><BaseAnchor index="0" Format="1"><XCoordinate value="440"/><YCoordinate value="1564"/></BaseAnchor></BaseRecord><BaseRecord index="349"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="350"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="1662"/></BaseAnchor></BaseRecord><BaseRecord index="351"><BaseAnchor index="0" Format="1"><XCoordinate value="330"/><YCoordinate value="1005"/></BaseAnchor></BaseRecord><BaseRecord index="352"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="353"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="354"><BaseAnchor index="0" Format="1"><XCoordinate value="273"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="355"><BaseAnchor index="0" Format="1"><XCoordinate value="342"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="356"><BaseAnchor index="0" Format="1"><XCoordinate value="342"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="357"><BaseAnchor index="0" Format="1"><XCoordinate value="346"/><YCoordinate value="491"/></BaseAnchor></BaseRecord><BaseRecord index="358"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="833"/></BaseAnchor></BaseRecord><BaseRecord index="359"><BaseAnchor index="0" Format="1"><XCoordinate value="342"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="360"><BaseAnchor index="0" Format="1"><XCoordinate value="333"/><YCoordinate value="782"/></BaseAnchor></BaseRecord><BaseRecord index="361"><BaseAnchor index="0" Format="1"><XCoordinate value="342"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="362"><BaseAnchor index="0" Format="1"><XCoordinate value="312"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="363"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="897"/></BaseAnchor></BaseRecord><BaseRecord index="364"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="365"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="961"/></BaseAnchor></BaseRecord><BaseRecord index="366"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="367"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="368"><BaseAnchor index="0" Format="1"><XCoordinate value="225"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="369"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="1135"/></BaseAnchor></BaseRecord><BaseRecord index="370"><BaseAnchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="645"/></BaseAnchor></BaseRecord><BaseRecord index="371"><BaseAnchor index="0" Format="1"><XCoordinate value="188"/><YCoordinate value="812"/></BaseAnchor></BaseRecord><BaseRecord index="372"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="373"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="374"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="375"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="376"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="953"/></BaseAnchor></BaseRecord><BaseRecord index="377"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="378"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="863"/></BaseAnchor></BaseRecord><BaseRecord index="379"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="380"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="381"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="382"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="383"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="384"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="385"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="957"/></BaseAnchor></BaseRecord><BaseRecord index="386"><BaseAnchor index="0" Format="1"><XCoordinate value="103"/><YCoordinate value="1094"/></BaseAnchor></BaseRecord><BaseRecord index="387"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="957"/></BaseAnchor></BaseRecord><BaseRecord index="388"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="389"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="390"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="391"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="392"><BaseAnchor index="0" Format="1"><XCoordinate value="171"/><YCoordinate value="974"/></BaseAnchor></BaseRecord><BaseRecord index="393"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="394"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="395"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="936"/></BaseAnchor></BaseRecord><BaseRecord index="396"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="397"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="398"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="399"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="400"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="859"/></BaseAnchor></BaseRecord><BaseRecord index="401"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="402"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="403"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="404"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="405"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="406"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="407"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="408"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1150"/></BaseAnchor></BaseRecord><BaseRecord index="409"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="410"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="411"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="412"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="413"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="414"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="415"><BaseAnchor index="0" Format="1"><XCoordinate value="414"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="416"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1265"/></BaseAnchor></BaseRecord><BaseRecord index="417"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="418"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="419"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="420"><BaseAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="978"/></BaseAnchor></BaseRecord><BaseRecord index="421"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="422"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="735"/></BaseAnchor></BaseRecord><BaseRecord index="423"><BaseAnchor index="0" Format="1"><XCoordinate value="414"/><YCoordinate value="966"/></BaseAnchor></BaseRecord><BaseRecord index="424"><BaseAnchor index="0" Format="1"><XCoordinate value="419"/><YCoordinate value="970"/></BaseAnchor></BaseRecord><BaseRecord index="425"><BaseAnchor index="0" Format="1"><XCoordinate value="367"/><YCoordinate value="1410"/></BaseAnchor></BaseRecord><BaseRecord index="426"><BaseAnchor index="0" Format="1"><XCoordinate value="376"/><YCoordinate value="1222"/></BaseAnchor></BaseRecord><BaseRecord index="427"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="980"/></BaseAnchor></BaseRecord><BaseRecord index="428"><BaseAnchor index="0" Format="1"><XCoordinate value="430"/><YCoordinate value="980"/></BaseAnchor></BaseRecord><BaseRecord index="429"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="430"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="431"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="432"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="433"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="434"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="435"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="436"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="437"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="687"/></BaseAnchor></BaseRecord><BaseRecord index="438"><BaseAnchor index="0" Format="1"><XCoordinate value="222"/><YCoordinate value="961"/></BaseAnchor></BaseRecord><BaseRecord index="439"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1170"/></BaseAnchor></BaseRecord><BaseRecord index="440"><BaseAnchor index="0" Format="1"><XCoordinate value="222"/><YCoordinate value="961"/></BaseAnchor></BaseRecord><BaseRecord index="441"><BaseAnchor index="0" Format="1"><XCoordinate value="222"/><YCoordinate value="991"/></BaseAnchor></BaseRecord><BaseRecord index="442"><BaseAnchor index="0" Format="1"><XCoordinate value="231"/><YCoordinate value="1102"/></BaseAnchor></BaseRecord><BaseRecord index="443"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="1085"/></BaseAnchor></BaseRecord><BaseRecord index="444"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="445"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="446"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="447"><BaseAnchor index="0" Format="1"><XCoordinate value="303"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="448"><BaseAnchor index="0" Format="1"><XCoordinate value="282"/><YCoordinate value="1196"/></BaseAnchor></BaseRecord><BaseRecord index="449"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="842"/></BaseAnchor></BaseRecord><BaseRecord index="450"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1213"/></BaseAnchor></BaseRecord><BaseRecord index="451"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="452"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="859"/></BaseAnchor></BaseRecord><BaseRecord index="453"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="859"/></BaseAnchor></BaseRecord><BaseRecord index="454"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="455"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="456"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="1213"/></BaseAnchor></BaseRecord><BaseRecord index="457"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="458"><BaseAnchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="1335"/></BaseAnchor></BaseRecord><BaseRecord index="459"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1485"/></BaseAnchor></BaseRecord><BaseRecord index="460"><BaseAnchor index="0" Format="1"><XCoordinate value="197"/><YCoordinate value="1192"/></BaseAnchor></BaseRecord><BaseRecord index="461"><BaseAnchor index="0" Format="1"><XCoordinate value="205"/><YCoordinate value="1201"/></BaseAnchor></BaseRecord><BaseRecord index="462"><BaseAnchor index="0" Format="1"><XCoordinate value="201"/><YCoordinate value="1196"/></BaseAnchor></BaseRecord><BaseRecord index="463"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="1248"/></BaseAnchor></BaseRecord><BaseRecord index="464"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="1248"/></BaseAnchor></BaseRecord><BaseRecord index="465"><BaseAnchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1500"/></BaseAnchor></BaseRecord><BaseRecord index="466"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="1252"/></BaseAnchor></BaseRecord><BaseRecord index="467"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="1256"/></BaseAnchor></BaseRecord><BaseRecord index="468"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="1650"/></BaseAnchor></BaseRecord><BaseRecord index="469"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="1226"/></BaseAnchor></BaseRecord><BaseRecord index="470"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1419"/></BaseAnchor></BaseRecord><BaseRecord index="471"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="472"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="473"><BaseAnchor index="0" Format="1"><XCoordinate value="137"/><YCoordinate value="1132"/></BaseAnchor></BaseRecord><BaseRecord index="474"><BaseAnchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="1545"/></BaseAnchor></BaseRecord><BaseRecord index="475"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1450"/></BaseAnchor></BaseRecord><BaseRecord index="476"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1650"/></BaseAnchor></BaseRecord><BaseRecord index="477"><BaseAnchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="1132"/></BaseAnchor></BaseRecord><BaseRecord index="478"><BaseAnchor index="0" Format="1"><XCoordinate value="60"/><YCoordinate value="1675"/></BaseAnchor></BaseRecord><BaseRecord index="479"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1154"/></BaseAnchor></BaseRecord><BaseRecord index="480"><BaseAnchor index="0" Format="1"><XCoordinate value="291"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="481"><BaseAnchor index="0" Format="1"><XCoordinate value="291"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="482"><BaseAnchor index="0" Format="1"><XCoordinate value="291"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="483"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="484"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="485"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="486"><BaseAnchor index="0" Format="1"><XCoordinate value="98"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="487"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="488"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="489"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="490"><BaseAnchor index="0" Format="1"><XCoordinate value="85"/><YCoordinate value="1290"/></BaseAnchor></BaseRecord><BaseRecord index="491"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="1098"/></BaseAnchor></BaseRecord><BaseRecord index="492"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="493"><BaseAnchor index="0" Format="1"><XCoordinate value="269"/><YCoordinate value="1001"/></BaseAnchor></BaseRecord><BaseRecord index="494"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="495"><BaseAnchor index="0" Format="1"><XCoordinate value="195"/><YCoordinate value="495"/></BaseAnchor></BaseRecord><BaseRecord index="496"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="497"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="498"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="499"><BaseAnchor index="0" Format="1"><XCoordinate value="77"/><YCoordinate value="1034"/></BaseAnchor></BaseRecord><BaseRecord index="500"><BaseAnchor index="0" Format="1"><XCoordinate value="184"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="501"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="502"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="503"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="504"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="505"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="506"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="507"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="508"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="509"><BaseAnchor index="0" Format="1"><XCoordinate value="107"/><YCoordinate value="1248"/></BaseAnchor></BaseRecord><BaseRecord index="510"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="511"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="512"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="513"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1064"/></BaseAnchor></BaseRecord><BaseRecord index="514"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="515"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="516"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="517"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="518"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="1077"/></BaseAnchor></BaseRecord><BaseRecord index="519"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="520"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="944"/></BaseAnchor></BaseRecord><BaseRecord index="521"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="936"/></BaseAnchor></BaseRecord><BaseRecord index="522"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="688"/></BaseAnchor></BaseRecord><BaseRecord index="523"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="524"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="525"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="526"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="527"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="528"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="529"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="530"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="531"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="1150"/></BaseAnchor></BaseRecord><BaseRecord index="532"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="533"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="534"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="535"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1265"/></BaseAnchor></BaseRecord><BaseRecord index="536"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="537"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="538"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1265"/></BaseAnchor></BaseRecord><BaseRecord index="539"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1265"/></BaseAnchor></BaseRecord><BaseRecord index="540"><BaseAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="541"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="542"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="550"/></BaseAnchor></BaseRecord><BaseRecord index="543"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="1020"/></BaseAnchor></BaseRecord><BaseRecord index="544"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="545"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="573"/></BaseAnchor></BaseRecord><BaseRecord index="546"><BaseAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="547"><BaseAnchor index="0" Format="1"><XCoordinate value="410"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="548"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1490"/></BaseAnchor></BaseRecord><BaseRecord index="549"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="1265"/></BaseAnchor></BaseRecord><BaseRecord index="550"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="983"/></BaseAnchor></BaseRecord><BaseRecord index="551"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="974"/></BaseAnchor></BaseRecord><BaseRecord index="552"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="553"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="554"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="555"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="556"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="900"/></BaseAnchor></BaseRecord><BaseRecord index="557"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="1248"/></BaseAnchor></BaseRecord><BaseRecord index="558"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="559"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="1235"/></BaseAnchor></BaseRecord><BaseRecord index="560"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="842"/></BaseAnchor></BaseRecord><BaseRecord index="561"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1085"/></BaseAnchor></BaseRecord><BaseRecord index="562"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1305"/></BaseAnchor></BaseRecord><BaseRecord index="563"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="1085"/></BaseAnchor></BaseRecord><BaseRecord index="564"><BaseAnchor index="0" Format="1"><XCoordinate value="226"/><YCoordinate value="1094"/></BaseAnchor></BaseRecord><BaseRecord index="565"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="1213"/></BaseAnchor></BaseRecord><BaseRecord index="566"><BaseAnchor index="0" Format="1"><XCoordinate value="252"/><YCoordinate value="1205"/></BaseAnchor></BaseRecord><BaseRecord index="567"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="1102"/></BaseAnchor></BaseRecord><BaseRecord index="568"><BaseAnchor index="0" Format="1"><XCoordinate value="137"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="569"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="570"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="1102"/></BaseAnchor></BaseRecord><BaseRecord index="571"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="572"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="573"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1250"/></BaseAnchor></BaseRecord><BaseRecord index="574"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="575"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="576"><BaseAnchor index="0" Format="1"><XCoordinate value="128"/><YCoordinate value="850"/></BaseAnchor></BaseRecord><BaseRecord index="577"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="578"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1100"/></BaseAnchor></BaseRecord><BaseRecord index="579"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="580"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="581"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1231"/></BaseAnchor></BaseRecord><BaseRecord index="582"><BaseAnchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="1393"/></BaseAnchor></BaseRecord><BaseRecord index="583"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="584"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="1051"/></BaseAnchor></BaseRecord><BaseRecord index="585"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="1047"/></BaseAnchor></BaseRecord><BaseRecord index="586"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="587"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="588"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="1400"/></BaseAnchor></BaseRecord><BaseRecord index="589"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="590"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="591"><BaseAnchor index="0" Format="1"><XCoordinate value="50"/><YCoordinate value="1530"/></BaseAnchor></BaseRecord><BaseRecord index="592"><BaseAnchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="1218"/></BaseAnchor></BaseRecord><BaseRecord index="593"><BaseAnchor index="0" Format="1"><XCoordinate value="103"/><YCoordinate value="1372"/></BaseAnchor></BaseRecord><BaseRecord index="594"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="595"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="596"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1209"/></BaseAnchor></BaseRecord><BaseRecord index="597"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1545"/></BaseAnchor></BaseRecord><BaseRecord index="598"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1530"/></BaseAnchor></BaseRecord><BaseRecord index="599"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1710"/></BaseAnchor></BaseRecord><BaseRecord index="600"><BaseAnchor index="0" Format="1"><XCoordinate value="128"/><YCoordinate value="1201"/></BaseAnchor></BaseRecord><BaseRecord index="601"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="1718"/></BaseAnchor></BaseRecord><BaseRecord index="602"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="1213"/></BaseAnchor></BaseRecord><BaseRecord index="603"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="604"><BaseAnchor index="0" Format="1"><XCoordinate value="218"/><YCoordinate value="944"/></BaseAnchor></BaseRecord><BaseRecord index="605"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="606"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="607"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="608"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="609"><BaseAnchor index="0" Format="1"><XCoordinate value="94"/><YCoordinate value="1248"/></BaseAnchor></BaseRecord><BaseRecord index="610"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="611"><BaseAnchor index="0" Format="1"><XCoordinate value="167"/><YCoordinate value="846"/></BaseAnchor></BaseRecord><BaseRecord index="612"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1000"/></BaseAnchor></BaseRecord><BaseRecord index="613"><BaseAnchor index="0" Format="1"><XCoordinate value="77"/><YCoordinate value="1474"/></BaseAnchor></BaseRecord><BaseRecord index="614"><BaseAnchor index="0" Format="1"><XCoordinate value="115"/><YCoordinate value="1355"/></BaseAnchor></BaseRecord><BaseRecord index="615"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="855"/></BaseAnchor></BaseRecord><BaseRecord index="616"><BaseAnchor index="0" Format="1"><XCoordinate value="240"/><YCoordinate value="1050"/></BaseAnchor></BaseRecord><BaseRecord index="617"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="840"/></BaseAnchor></BaseRecord><BaseRecord index="618"><BaseAnchor index="0" Format="1"><XCoordinate value="157"/><YCoordinate value="684"/></BaseAnchor></BaseRecord><BaseRecord index="619"><BaseAnchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="1365"/></BaseAnchor></BaseRecord><BaseRecord index="620"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="660"/></BaseAnchor></BaseRecord><BaseRecord index="621"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="930"/></BaseAnchor></BaseRecord><BaseRecord index="622"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="1185"/></BaseAnchor></BaseRecord><BaseRecord index="623"><BaseAnchor index="0" Format="1"><XCoordinate value="435"/><YCoordinate value="990"/></BaseAnchor></BaseRecord><BaseRecord index="624"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="790"/></BaseAnchor></BaseRecord><BaseRecord index="625"><BaseAnchor index="0" Format="1"><XCoordinate value="390"/><YCoordinate value="1200"/></BaseAnchor></BaseRecord><BaseRecord index="626"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="1278"/></BaseAnchor></BaseRecord><BaseRecord index="627"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="1569"/></BaseAnchor></BaseRecord><BaseRecord index="628"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1540"/></BaseAnchor></BaseRecord><BaseRecord index="629"><BaseAnchor index="0" Format="1"><XCoordinate value="125"/><YCoordinate value="1700"/></BaseAnchor></BaseRecord><BaseRecord index="630"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="1278"/></BaseAnchor></BaseRecord><BaseRecord index="631"><BaseAnchor index="0" Format="1"><XCoordinate value="73"/><YCoordinate value="1862"/></BaseAnchor></BaseRecord><BaseRecord index="632"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="1278"/></BaseAnchor></BaseRecord><BaseRecord index="633"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1459"/></BaseAnchor></BaseRecord><BaseRecord index="634"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1600"/></BaseAnchor></BaseRecord><BaseRecord index="635"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1218"/></BaseAnchor></BaseRecord><BaseRecord index="636"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1218"/></BaseAnchor></BaseRecord><BaseRecord index="637"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1600"/></BaseAnchor></BaseRecord><BaseRecord index="638"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1218"/></BaseAnchor></BaseRecord><BaseRecord index="639"><BaseAnchor index="0" Format="1"><XCoordinate value="18"/><YCoordinate value="1551"/></BaseAnchor></BaseRecord><BaseRecord index="640"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1500"/></BaseAnchor></BaseRecord><BaseRecord index="641"><BaseAnchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="642"><BaseAnchor index="0" Format="1"><XCoordinate value="235"/><YCoordinate value="1400"/></BaseAnchor></BaseRecord><BaseRecord index="643"><BaseAnchor index="0" Format="1"><XCoordinate value="216"/><YCoordinate value="1349"/></BaseAnchor></BaseRecord><BaseRecord index="644"><BaseAnchor index="0" Format="1"><XCoordinate value="183"/><YCoordinate value="1532"/></BaseAnchor></BaseRecord><BaseRecord index="645"><BaseAnchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="646"><BaseAnchor index="0" Format="1"><XCoordinate value="143"/><YCoordinate value="1661"/></BaseAnchor></BaseRecord><BaseRecord index="647"><BaseAnchor index="0" Format="1"><XCoordinate value="220"/><YCoordinate value="1035"/></BaseAnchor></BaseRecord><BaseRecord index="648"><BaseAnchor index="0" Format="1"><XCoordinate value="33"/><YCoordinate value="1173"/></BaseAnchor></BaseRecord><BaseRecord index="649"><BaseAnchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1335"/></BaseAnchor></BaseRecord><BaseRecord index="650"><BaseAnchor index="0" Format="1"><XCoordinate value="47"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="651"><BaseAnchor index="0" Format="1"><XCoordinate value="47"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="652"><BaseAnchor index="0" Format="1"><XCoordinate value="26"/><YCoordinate value="1316"/></BaseAnchor></BaseRecord><BaseRecord index="653"><BaseAnchor index="0" Format="1"><XCoordinate value="47"/><YCoordinate value="949"/></BaseAnchor></BaseRecord><BaseRecord index="654"><BaseAnchor index="0" Format="1"><XCoordinate value="33"/><YCoordinate value="1236"/></BaseAnchor></BaseRecord><BaseRecord index="655"><BaseAnchor index="0" Format="1"><XCoordinate value="37"/><YCoordinate value="1243"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="2"><LookupType value="4"/><LookupFlag value="0"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="1"><Glyph value="uni0670"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="630"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="540"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="915"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="600"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="400"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="460"/><YCoordinate value="800"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="450"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="15"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="650"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="750"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="500"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="30"/><YCoordinate value="950"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="825"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="-55"/><YCoordinate value="1514"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="66"/><YCoordinate value="931"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="18"/><YCoordinate value="1239"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="700"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="15"/><YCoordinate value="1360"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="821"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="3"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06D6"/><Glyph value="uni06D7"/><Glyph value="uni06D8"/><Glyph value="uni06D9"/><Glyph value="uni06DA"/><Glyph value="uni06DB"/><Glyph value="uni06DC"/><Glyph value="uni06DF"/><Glyph value="uni06E0"/><Glyph value="uni06E1"/><Glyph value="uni06E2"/><Glyph value="uni06E4"/><Glyph value="uni06E7"/><Glyph value="uni06E8"/><Glyph value="uni06EB"/><Glyph value="uni06EC"/><Glyph value="uni0610"/><Glyph value="uni0611"/><Glyph value="uni0612"/><Glyph value="uni0613"/><Glyph value="uni0614"/><Glyph value="uni0615"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="uni064B"/><Glyph value="uni064C"/><Glyph value="uni064E"/><Glyph value="uni064F"/><Glyph value="uni0651"/><Glyph value="uni0652"/><Glyph value="uni0653"/><Glyph value="uni0654"/><Glyph value="uni0657"/><Glyph value="uni0658"/><Glyph value="uni0659"/><Glyph value="uni065A"/><Glyph value="uni065B"/><Glyph value="uni065D"/><Glyph value="uni065E"/><Glyph value="uni0670"/><Glyph value="uni0670.large"/><Glyph value="uni06E1"/><Glyph value="uni0651064B"/><Glyph value="uni0651064C"/><Glyph value="uni0651064D"/><Glyph value="uni0651064E"/><Glyph value="uni0651064F"/><Glyph value="uni06510650"/><Glyph value="uni0654064E"/><Glyph value="uni0654064F"/><Glyph value="absShaddaAlef"/><Glyph value="uni0652.leftOpen"/><Glyph value="uni0652.downOpen"/><Glyph value="uni064C.sixNine"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="1005"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="195"/><YCoordinate value="960"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1110"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="900"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="207"/><YCoordinate value="969"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="203"/><YCoordinate value="941"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="207"/><YCoordinate value="949"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="105"/><YCoordinate value="945"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="660"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="450"/><YCoordinate value="510"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="-15"/><YCoordinate value="915"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="540"/><YCoordinate value="998"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="514"/><YCoordinate value="996"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="526"/><YCoordinate value="978"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="508"/><YCoordinate value="986"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="270"/><YCoordinate value="1035"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="301"/><YCoordinate value="1035"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="135"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="165"/><YCoordinate value="990"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="975"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="120"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="180"/><YCoordinate value="975"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="900"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="160"/><YCoordinate value="930"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="150"/><YCoordinate value="1020"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1425"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1455"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1290"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="1515"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="1365"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1425"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1305"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="60"/><YCoordinate value="1410"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1450"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1290"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1290"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="197"/><YCoordinate value="1275"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="209"/><YCoordinate value="1271"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="106"/><YCoordinate value="1516"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="1319"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="180"/><YCoordinate value="1230"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="389"/><YCoordinate value="1136"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="-15"/><YCoordinate value="1270"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="1710"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1740"/></Mark2Anchor></Mark2Record><Mark2Record index="20"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1740"/></Mark2Anchor></Mark2Record><Mark2Record index="21"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1530"/></Mark2Anchor></Mark2Record><Mark2Record index="22"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1695"/></Mark2Anchor></Mark2Record><Mark2Record index="23"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1560"/></Mark2Anchor></Mark2Record><Mark2Record index="24"><Mark2Anchor index="0" Format="1"><XCoordinate value="62"/><YCoordinate value="1534"/></Mark2Anchor></Mark2Record><Mark2Record index="25"><Mark2Anchor index="0" Format="1"><XCoordinate value="44"/><YCoordinate value="1744"/></Mark2Anchor></Mark2Record><Mark2Record index="26"><Mark2Anchor index="0" Format="1"><XCoordinate value="90"/><YCoordinate value="1710"/></Mark2Anchor></Mark2Record><Mark2Record index="27"><Mark2Anchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1320"/></Mark2Anchor></Mark2Record><Mark2Record index="28"><Mark2Anchor index="0" Format="1"><XCoordinate value="160"/><YCoordinate value="1320"/></Mark2Anchor></Mark2Record><Mark2Record index="29"><Mark2Anchor index="0" Format="1"><XCoordinate value="0"/><YCoordinate value="1540"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="4"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni25CC"/><Glyph value="uni0622"/><Glyph value="uni0623"/><Glyph value="uni0625"/><Glyph value="uni0627"/><Glyph value="uni0672"/><Glyph value="uni0673"/><Glyph value="uni0675"/><Glyph value="uni0671"/><Glyph value="uni0624"/><Glyph value="uni0648"/><Glyph value="uni0676"/><Glyph value="uni0677"/><Glyph value="uni06C4"/><Glyph value="uni06C5"/><Glyph value="uni06C6"/><Glyph value="uni06C7"/><Glyph value="uni06C8"/><Glyph value="uni06C9"/><Glyph value="uni06CA"/><Glyph value="uni06CB"/><Glyph value="uni06CF"/><Glyph value="absWawDotBelow"/><Glyph value="uni062F"/><Glyph value="uni0630"/><Glyph value="uni0688"/><Glyph value="uni0689"/><Glyph value="uni068A"/><Glyph value="uni068B"/><Glyph value="uni068C"/><Glyph value="uni068D"/><Glyph value="uni068E"/><Glyph value="uni068F"/><Glyph value="uni0690"/><Glyph value="uni06EE"/><Glyph value="uni0759"/><Glyph value="uni075A"/><Glyph value="uni0631"/><Glyph value="uni0632"/><Glyph value="uni0691"/><Glyph value="uni0692"/><Glyph value="uni0693"/><Glyph value="uni0694"/><Glyph value="uni0695"/><Glyph value="uni0696"/><Glyph value="uni0697"/><Glyph value="uni0698"/><Glyph value="uni0699"/><Glyph value="uni076B"/><Glyph value="uni076C"/><Glyph value="absJehRetro1"/><Glyph value="absJehRetro2"/><Glyph value="uni0698.dotHat"/><Glyph value="uni06EF"/><Glyph value="uni075B"/><Glyph value="uni06D2"/><Glyph value="uni06D3"/><Glyph value="uni0626"/><Glyph value="uni064A"/><Glyph value="uni064A.noDots"/><Glyph value="uni0678"/><Glyph value="uni06CC"/><Glyph value="uni06CE"/><Glyph value="uni06D0"/><Glyph value="uni06D1"/><Glyph value="uni06CD"/><Glyph value="uni0649"/><Glyph value="uni066E"/><Glyph value="uni0628"/><Glyph value="uni062A"/><Glyph value="uni062B"/><Glyph value="uni0679"/><Glyph value="uni067A"/><Glyph value="uni067B"/><Glyph value="uni067C"/><Glyph value="uni067D"/><Glyph value="uni067E"/><Glyph value="uni067F"/><Glyph value="uni0680"/><Glyph value="uni0750"/><Glyph value="uni0751"/><Glyph value="uni0752"/><Glyph value="uni0753"/><Glyph value="uni0754"/><Glyph value="uni0755"/><Glyph value="uni0756"/><Glyph value="uni062C"/><Glyph value="uni062D"/><Glyph value="uni062E"/><Glyph value="uni0681"/><Glyph value="uni0682"/><Glyph value="uni0683"/><Glyph value="uni0684"/><Glyph value="uni0685"/><Glyph value="uni0686"/><Glyph value="uni0687"/><Glyph value="uni06BF"/><Glyph value="absTchehRetro1"/><Glyph value="absTchehRetro2"/><Glyph value="absJeemRetro1"/><Glyph value="absJeemRetro2"/><Glyph value="absJeemRetro3"/><Glyph value="uni0757"/><Glyph value="uni0758"/><Glyph value="uni0633"/><Glyph value="uni0634"/><Glyph value="uni069A"/><Glyph value="uni069B"/><Glyph value="uni069C"/><Glyph value="uni06FA"/><Glyph value="absSheenRetro1"/><Glyph value="absSheenRetro2"/><Glyph value="uni075C"/><Glyph value="uni076D"/><Glyph value="uni0635"/><Glyph value="uni0636"/><Glyph value="uni069D"/><Glyph value="uni069E"/><Glyph value="uni06FB"/><Glyph value="uni0637"/><Glyph value="uni0638"/><Glyph value="uni069F"/><Glyph value="uni0639"/><Glyph value="uni063A"/><Glyph value="uni06A0"/><Glyph value="uni06FC"/><Glyph value="uni075D"/><Glyph value="uni075E"/><Glyph value="uni075F"/><Glyph value="uni0641"/><Glyph value="uni06A1"/><Glyph value="uni06A2"/><Glyph value="uni06A3"/><Glyph value="uni06A4"/><Glyph value="uni06A5"/><Glyph value="uni06A6"/><Glyph value="uni0760"/><Glyph value="uni0761"/><Glyph value="uni066F"/><Glyph value="uni0642"/><Glyph value="uni06A7"/><Glyph value="uni06A8"/><Glyph value="uni0643"/><Glyph value="uni06AC"/><Glyph value="uni06AD"/><Glyph value="uni06AE"/><Glyph value="uni06A9"/><Glyph value="uni06AB"/><Glyph value="uni06AF"/><Glyph value="uni06B0"/><Glyph value="uni06B1"/><Glyph value="uni06B2"/><Glyph value="uni06B3"/><Glyph value="uni06B4"/><Glyph value="uni0762"/><Glyph value="uni0763"/><Glyph value="uni0764"/><Glyph value="uni06AA"/><Glyph value="uni0644"/><Glyph value="uni06B5"/><Glyph value="uni06B6"/><Glyph value="uni06B7"/><Glyph value="uni06B8"/><Glyph value="absLamRetro"/><Glyph value="uni076A"/><Glyph value="uni0645"/><Glyph value="uni0765"/><Glyph value="uni0766"/><Glyph value="uni0646"/><Glyph value="uni06B9"/><Glyph value="uni06BA"/><Glyph value="uni06BB"/><Glyph value="uni06BC"/><Glyph value="uni06BD"/><Glyph value="uni0767"/><Glyph value="uni0768"/><Glyph value="uni0769"/><Glyph value="uni06BE"/><Glyph value="uni06FF"/><Glyph value="uni0647"/><Glyph value="uni06D5"/><Glyph value="uni0629"/><Glyph value="uni06C0"/><Glyph value="uni06C1"/><Glyph value="uni06C2"/><Glyph value="uni06C3"/><Glyph value="uni0621"/><Glyph value="uni0640"/><Glyph value="uni0622.fina"/><Glyph value="uni0623.fina"/><Glyph value="uni0625.fina"/><Glyph value="uni0627.fina"/><Glyph value="uni0672.fina"/><Glyph value="uni0673.fina"/><Glyph value="uni0675.fina"/><Glyph value="uni0671.fina"/><Glyph value="uni0624.fina"/><Glyph value="uni0648.fina"/><Glyph value="uni0676.fina"/><Glyph value="uni0677.fina"/><Glyph value="uni06C4.fina"/><Glyph value="uni06C5.fina"/><Glyph value="uni06C6.fina"/><Glyph value="uni06C7.fina"/><Glyph value="uni06C8.fina"/><Glyph value="uni06C9.fina"/><Glyph value="uni06CA.fina"/><Glyph value="uni06CB.fina"/><Glyph value="uni06CF.fina"/><Glyph value="absWawDotBelowFin"/><Glyph value="uni062F.fina"/><Glyph value="uni0630.fina"/><Glyph value="uni0688.fina"/><Glyph value="uni0689.fina"/><Glyph value="uni068A.fina"/><Glyph value="uni068B.fina"/><Glyph value="uni068C.fina"/><Glyph value="uni068D.fina"/><Glyph value="uni068E.fina"/><Glyph value="uni068F.fina"/><Glyph value="uni0690.fina"/><Glyph value="uni06EE.fina"/><Glyph value="uni0759.fina"/><Glyph value="uni075A.fina"/><Glyph value="uni0631.fina"/><Glyph value="uni0632.fina"/><Glyph value="uni0691.fina"/><Glyph value="uni0692.fina"/><Glyph value="uni0693.fina"/><Glyph value="uni0694.fina"/><Glyph value="uni0695.fina"/><Glyph value="uni0696.fina"/><Glyph value="uni0697.fina"/><Glyph value="uni0698.fina"/><Glyph value="uni0699.fina"/><Glyph value="uni076B.fina"/><Glyph value="uni076C.fina"/><Glyph value="absJehRetro1Fin"/><Glyph value="absJehRetro2Fin"/><Glyph value="uni0698.fina.dotHat"/><Glyph value="uni06EF.fina"/><Glyph value="uni075B.fina"/><Glyph value="uni06D2.fina"/><Glyph value="uni06D3.fina"/><Glyph value="uni0626.fina"/><Glyph value="uni064A.fina"/><Glyph value="uni064A.fina.noDots"/><Glyph value="uni0678.fina"/><Glyph value="uni06CC.fina"/><Glyph value="uni06CE.fina"/><Glyph value="uni06D0.fina"/><Glyph value="uni06D1.fina"/><Glyph value="uni06CD.fina"/><Glyph value="uni0649.fina"/><Glyph value="uni066E.fina"/><Glyph value="uni0628.fina"/><Glyph value="uni062A.fina"/><Glyph value="uni062B.fina"/><Glyph value="uni0679.fina"/><Glyph value="uni067A.fina"/><Glyph value="uni067B.fina"/><Glyph value="uni067C.fina"/><Glyph value="uni067D.fina"/><Glyph value="uni067E.fina"/><Glyph value="uni067F.fina"/><Glyph value="uni0680.fina"/><Glyph value="uni0750.fina"/><Glyph value="uni0751.fina"/><Glyph value="uni0752.fina"/><Glyph value="uni0753.fina"/><Glyph value="uni0754.fina"/><Glyph value="uni0755.fina"/><Glyph value="uni0756.fina"/><Glyph value="uni062C.fina"/><Glyph value="uni062D.fina"/><Glyph value="uni062E.fina"/><Glyph value="uni0681.fina"/><Glyph value="uni0682.fina"/><Glyph value="uni0683.fina"/><Glyph value="uni0684.fina"/><Glyph value="uni0685.fina"/><Glyph value="uni0686.fina"/><Glyph value="uni0687.fina"/><Glyph value="uni06BF.fina"/><Glyph value="absTchehRetro1Fin"/><Glyph value="absTchehRetro2Fin"/><Glyph value="absJeemRetro1Fin"/><Glyph value="absJeemRetro2Fin"/><Glyph value="absJeemRetro3Fin"/><Glyph value="uni0757.fina"/><Glyph value="uni0758.fina"/><Glyph value="uni0633.fina"/><Glyph value="uni0634.fina"/><Glyph value="uni069A.fina"/><Glyph value="uni069B.fina"/><Glyph value="uni069C.fina"/><Glyph value="uni06FA.fina"/><Glyph value="absSheenRetro1Fin"/><Glyph value="absSheenRetro2Fin"/><Glyph value="uni075C.fina"/><Glyph value="uni076D.fina"/><Glyph value="uni0635.fina"/><Glyph value="uni0636.fina"/><Glyph value="uni069D.fina"/><Glyph value="uni069E.fina"/><Glyph value="uni06FB.fina"/><Glyph value="uni0637.fina"/><Glyph value="uni0638.fina"/><Glyph value="uni069F.fina"/><Glyph value="uni0639.fina"/><Glyph value="uni063A.fina"/><Glyph value="uni06A0.fina"/><Glyph value="uni06FC.fina"/><Glyph value="uni075D.fina"/><Glyph value="uni075E.fina"/><Glyph value="uni075F.fina"/><Glyph value="uni0641.fina"/><Glyph value="uni06A1.fina"/><Glyph value="uni06A2.fina"/><Glyph value="uni06A3.fina"/><Glyph value="uni06A4.fina"/><Glyph value="uni06A5.fina"/><Glyph value="uni06A6.fina"/><Glyph value="uni0760.fina"/><Glyph value="uni0761.fina"/><Glyph value="uni066F.fina"/><Glyph value="uni0642.fina"/><Glyph value="uni06A7.fina"/><Glyph value="uni06A8.fina"/><Glyph value="uni0643.fina"/><Glyph value="uni06AC.fina"/><Glyph value="uni06AD.fina"/><Glyph value="uni06AE.fina"/><Glyph value="uni06A9.fina"/><Glyph value="uni06AB.fina"/><Glyph value="uni06AF.fina"/><Glyph value="uni06B0.fina"/><Glyph value="uni06B1.fina"/><Glyph value="uni06B2.fina"/><Glyph value="uni06B3.fina"/><Glyph value="uni06B4.fina"/><Glyph value="uni0762.fina"/><Glyph value="uni0763.fina"/><Glyph value="uni0764.fina"/><Glyph value="uni06AA.fina"/><Glyph value="uni0644.fina"/><Glyph value="uni06B5.fina"/><Glyph value="uni06B6.fina"/><Glyph value="uni06B7.fina"/><Glyph value="uni06B8.fina"/><Glyph value="absLamRetroFin"/><Glyph value="uni076A.fina"/><Glyph value="uni0645.fina"/><Glyph value="uni0765.fina"/><Glyph value="uni0766.fina"/><Glyph value="uni0646.fina"/><Glyph value="uni06B9.fina"/><Glyph value="uni06BA.fina"/><Glyph value="uni06BB.fina"/><Glyph value="uni06BC.fina"/><Glyph value="uni06BD.fina"/><Glyph value="uni0767.fina"/><Glyph value="uni0768.fina"/><Glyph value="uni0769.fina"/><Glyph value="uni06BE.fina"/><Glyph value="uni06FF.fina"/><Glyph value="uni0647.fina"/><Glyph value="uni06D5.fina"/><Glyph value="uni0629.fina"/><Glyph value="uni06C0.fina"/><Glyph value="uni06C1.fina"/><Glyph value="uni06C2.fina"/><Glyph value="uni06C3.fina"/><Glyph value="uni0626.medi"/><Glyph value="uni064A.medi"/><Glyph value="uni064A.medi.noDots"/><Glyph value="uni0678.medi"/><Glyph value="uni06CC.medi"/><Glyph value="uni06CE.medi"/><Glyph value="uni06D0.medi"/><Glyph value="uni06D1.medi"/><Glyph value="uni0649.medi"/><Glyph value="uni066E.medi"/><Glyph value="uni0628.medi"/><Glyph value="uni062A.medi"/><Glyph value="uni062B.medi"/><Glyph value="uni0679.medi"/><Glyph value="uni067A.medi"/><Glyph value="uni067B.medi"/><Glyph value="uni067C.medi"/><Glyph value="uni067D.medi"/><Glyph value="uni067E.medi"/><Glyph value="uni067F.medi"/><Glyph value="uni0680.medi"/><Glyph value="uni0750.medi"/><Glyph value="uni0751.medi"/><Glyph value="uni0752.medi"/><Glyph value="uni0753.medi"/><Glyph value="uni0754.medi"/><Glyph value="uni0755.medi"/><Glyph value="uni0756.medi"/><Glyph value="uni062C.medi"/><Glyph value="uni062D.medi"/><Glyph value="uni062E.medi"/><Glyph value="uni0681.medi"/><Glyph value="uni0682.medi"/><Glyph value="uni0683.medi"/><Glyph value="uni0684.medi"/><Glyph value="uni0685.medi"/><Glyph value="uni0686.medi"/><Glyph value="uni0687.medi"/><Glyph value="uni06BF.medi"/><Glyph value="absTchehRetro1Med"/><Glyph value="absTchehRetro2Med"/><Glyph value="absJeemRetro1Med"/><Glyph value="absJeemRetro2Med"/><Glyph value="absJeemRetro3Med"/><Glyph value="uni0757.medi"/><Glyph value="uni0758.medi"/><Glyph value="uni0633.medi"/><Glyph value="uni0634.medi"/><Glyph value="uni069A.medi"/><Glyph value="uni069B.medi"/><Glyph value="uni069C.medi"/><Glyph value="uni06FA.medi"/><Glyph value="absSheenRetro1Med"/><Glyph value="absSheenRetro2Med"/><Glyph value="uni075C.medi"/><Glyph value="uni076D.medi"/><Glyph value="uni0635.medi"/><Glyph value="uni0636.medi"/><Glyph value="uni069D.medi"/><Glyph value="uni069E.medi"/><Glyph value="uni06FB.medi"/><Glyph value="uni0637.medi"/><Glyph value="uni0638.medi"/><Glyph value="uni069F.medi"/><Glyph value="uni0639.medi"/><Glyph value="uni063A.medi"/><Glyph value="uni06A0.medi"/><Glyph value="uni06FC.medi"/><Glyph value="uni075D.medi"/><Glyph value="uni075E.medi"/><Glyph value="uni075F.medi"/><Glyph value="uni0641.medi"/><Glyph value="uni06A1.medi"/><Glyph value="uni06A2.medi"/><Glyph value="uni06A3.medi"/><Glyph value="uni06A4.medi"/><Glyph value="uni06A5.medi"/><Glyph value="uni06A6.medi"/><Glyph value="uni0760.medi"/><Glyph value="uni0761.medi"/><Glyph value="uni066F.medi"/><Glyph value="uni0642.medi"/><Glyph value="uni06A7.medi"/><Glyph value="uni06A8.medi"/><Glyph value="uni0643.medi"/><Glyph value="uni06AC.medi"/><Glyph value="uni06AD.medi"/><Glyph value="uni06AE.medi"/><Glyph value="uni06A9.medi"/><Glyph value="uni06AB.medi"/><Glyph value="uni06AF.medi"/><Glyph value="uni06B0.medi"/><Glyph value="uni06B1.medi"/><Glyph value="uni06B2.medi"/><Glyph value="uni06B3.medi"/><Glyph value="uni06B4.medi"/><Glyph value="uni0762.medi"/><Glyph value="uni0763.medi"/><Glyph value="uni0764.medi"/><Glyph value="uni06AA.medi"/><Glyph value="uni0644.medi"/><Glyph value="uni06B5.medi"/><Glyph value="uni06B6.medi"/><Glyph value="uni06B7.medi"/><Glyph value="uni06B8.medi"/><Glyph value="absLamRetroMed"/><Glyph value="uni076A.medi"/><Glyph value="uni0645.medi"/><Glyph value="uni0765.medi"/><Glyph value="uni0766.medi"/><Glyph value="uni0646.medi"/><Glyph value="uni06B9.medi"/><Glyph value="uni06BA.medi"/><Glyph value="uni06BB.medi"/><Glyph value="uni06BC.medi"/><Glyph value="uni06BD.medi"/><Glyph value="uni0767.medi"/><Glyph value="uni0768.medi"/><Glyph value="uni0769.medi"/><Glyph value="uni06BE.medi"/><Glyph value="uni06FF.medi"/><Glyph value="uni0647.medi"/><Glyph value="uni06C1.medi"/><Glyph value="uni0626.init"/><Glyph value="uni064A.init"/><Glyph value="uni064A.init.noDots"/><Glyph value="uni0678.init"/><Glyph value="uni06CC.init"/><Glyph value="uni06CE.init"/><Glyph value="uni06D0.init"/><Glyph value="uni06D1.init"/><Glyph value="uni0649.init"/><Glyph value="uni066E.init"/><Glyph value="uni0628.init"/><Glyph value="uni062A.init"/><Glyph value="uni062B.init"/><Glyph value="uni0679.init"/><Glyph value="uni067A.init"/><Glyph value="uni067B.init"/><Glyph value="uni067C.init"/><Glyph value="uni067D.init"/><Glyph value="uni067E.init"/><Glyph value="uni067F.init"/><Glyph value="uni0680.init"/><Glyph value="uni0750.init"/><Glyph value="uni0751.init"/><Glyph value="uni0752.init"/><Glyph value="uni0753.init"/><Glyph value="uni0754.init"/><Glyph value="uni0755.init"/><Glyph value="uni0756.init"/><Glyph value="uni062C.init"/><Glyph value="uni062D.init"/><Glyph value="uni062E.init"/><Glyph value="uni0681.init"/><Glyph value="uni0682.init"/><Glyph value="uni0683.init"/><Glyph value="uni0684.init"/><Glyph value="uni0685.init"/><Glyph value="uni0686.init"/><Glyph value="uni0687.init"/><Glyph value="uni06BF.init"/><Glyph value="absTchehRetro1Ini"/><Glyph value="absTchehRetro2Ini"/><Glyph value="absJeemRetro1Ini"/><Glyph value="absJeemRetro2Ini"/><Glyph value="absJeemRetro3Ini"/><Glyph value="uni0757.init"/><Glyph value="uni0758.init"/><Glyph value="uni0633.init"/><Glyph value="uni0634.init"/><Glyph value="uni069A.init"/><Glyph value="uni069B.init"/><Glyph value="uni069C.init"/><Glyph value="uni06FA.init"/><Glyph value="absSheenRetro1Ini"/><Glyph value="absSheenRetro2Ini"/><Glyph value="uni075C.init"/><Glyph value="uni076D.init"/><Glyph value="uni0635.init"/><Glyph value="uni0636.init"/><Glyph value="uni069D.init"/><Glyph value="uni069E.init"/><Glyph value="uni06FB.init"/><Glyph value="uni0637.init"/><Glyph value="uni0638.init"/><Glyph value="uni069F.init"/><Glyph value="uni0639.init"/><Glyph value="uni063A.init"/><Glyph value="uni06A0.init"/><Glyph value="uni06FC.init"/><Glyph value="uni075D.init"/><Glyph value="uni075E.init"/><Glyph value="uni075F.init"/><Glyph value="uni0641.init"/><Glyph value="uni06A1.init"/><Glyph value="uni06A2.init"/><Glyph value="uni06A3.init"/><Glyph value="uni06A4.init"/><Glyph value="uni06A5.init"/><Glyph value="uni06A6.init"/><Glyph value="uni0760.init"/><Glyph value="uni0761.init"/><Glyph value="uni066F.init"/><Glyph value="uni0642.init"/><Glyph value="uni06A7.init"/><Glyph value="uni06A8.init"/><Glyph value="uni0643.init"/><Glyph value="uni06AC.init"/><Glyph value="uni06AD.init"/><Glyph value="uni06AE.init"/><Glyph value="uni06A9.init"/><Glyph value="uni06AB.init"/><Glyph value="uni06AF.init"/><Glyph value="uni06B0.init"/><Glyph value="uni06B1.init"/><Glyph value="uni06B2.init"/><Glyph value="uni06B3.init"/><Glyph value="uni06B4.init"/><Glyph value="uni0762.init"/><Glyph value="uni0763.init"/><Glyph value="uni0764.init"/><Glyph value="uni06AA.init"/><Glyph value="uni0644.init"/><Glyph value="uni06B5.init"/><Glyph value="uni06B6.init"/><Glyph value="uni06B7.init"/><Glyph value="uni06B8.init"/><Glyph value="absLamRetroIni"/><Glyph value="uni076A.init"/><Glyph value="uni0645.init"/><Glyph value="uni0765.init"/><Glyph value="uni0766.init"/><Glyph value="uni0646.init"/><Glyph value="uni06B9.init"/><Glyph value="uni06BA.init"/><Glyph value="uni06BB.init"/><Glyph value="uni06BC.init"/><Glyph value="uni06BD.init"/><Glyph value="uni0767.init"/><Glyph value="uni0768.init"/><Glyph value="uni0769.init"/><Glyph value="uni06BE.init"/><Glyph value="uni06FF.init"/><Glyph value="uni0647.init"/><Glyph value="uni06C1.init"/><Glyph value="uni0674"/><Glyph value="uni060C"/><Glyph value="uni061B"/><Glyph value="uni061F"/><Glyph value="uni066D"/><Glyph value="uni06D4"/><Glyph value="uni06E9"/><Glyph value="uni0644.init.preAlef"/><Glyph value="uni06B5.init.preAlef"/><Glyph value="uni06B6.init.preAlef"/><Glyph value="uni06B7.init.preAlef"/><Glyph value="uni06B8.init.preAlef"/><Glyph value="absLamRetroIni.preAlef"/><Glyph value="uni076A.init.preAlef"/><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0644.medi.preAlef"/><Glyph value="uni06B5.medi.preAlef"/><Glyph value="uni06B6.medi.preAlef"/><Glyph value="uni06B7.medi.preAlef"/><Glyph value="uni06B8.medi.preAlef"/><Glyph value="absLamRetroMed.preAlef"/><Glyph value="uni076A.medi.preAlef"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="141"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="145"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="105"/><YCoordinate value="-120"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="92"/><YCoordinate value="-18"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="164"/><YCoordinate value="203"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-150"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-200"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-280"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="520"/><YCoordinate value="-120"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-495"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="21"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="22"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="-795"/></BaseAnchor></BaseRecord><BaseRecord index="23"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="24"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="25"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="26"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="27"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="28"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="29"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="30"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="31"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="32"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="33"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="34"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="35"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="36"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="37"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="38"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="39"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="40"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="41"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-628"/></BaseAnchor></BaseRecord><BaseRecord index="42"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-700"/></BaseAnchor></BaseRecord><BaseRecord index="43"><BaseAnchor index="0" Format="1"><XCoordinate value="222"/><YCoordinate value="-837"/></BaseAnchor></BaseRecord><BaseRecord index="44"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-700"/></BaseAnchor></BaseRecord><BaseRecord index="45"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="46"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="47"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="48"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="49"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="50"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="51"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="52"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="53"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="54"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="55"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="56"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="57"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="58"><BaseAnchor index="0" Format="1"><XCoordinate value="342"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="59"><BaseAnchor index="0" Format="1"><XCoordinate value="453"/><YCoordinate value="-406"/></BaseAnchor></BaseRecord><BaseRecord index="60"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="61"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="62"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="63"><BaseAnchor index="0" Format="1"><XCoordinate value="385"/><YCoordinate value="-731"/></BaseAnchor></BaseRecord><BaseRecord index="64"><BaseAnchor index="0" Format="1"><XCoordinate value="385"/><YCoordinate value="-782"/></BaseAnchor></BaseRecord><BaseRecord index="65"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="66"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="67"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="68"><BaseAnchor index="0" Format="1"><XCoordinate value="645"/><YCoordinate value="-427"/></BaseAnchor></BaseRecord><BaseRecord index="69"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="70"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="71"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="72"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="73"><BaseAnchor index="0" Format="1"><XCoordinate value="645"/><YCoordinate value="-598"/></BaseAnchor></BaseRecord><BaseRecord index="74"><BaseAnchor index="0" Format="1"><XCoordinate value="598"/><YCoordinate value="-436"/></BaseAnchor></BaseRecord><BaseRecord index="75"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="76"><BaseAnchor index="0" Format="1"><XCoordinate value="654"/><YCoordinate value="-628"/></BaseAnchor></BaseRecord><BaseRecord index="77"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="78"><BaseAnchor index="0" Format="1"><XCoordinate value="637"/><YCoordinate value="-645"/></BaseAnchor></BaseRecord><BaseRecord index="79"><BaseAnchor index="0" Format="1"><XCoordinate value="628"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="80"><BaseAnchor index="0" Format="1"><XCoordinate value="641"/><YCoordinate value="-461"/></BaseAnchor></BaseRecord><BaseRecord index="81"><BaseAnchor index="0" Format="1"><XCoordinate value="624"/><YCoordinate value="-628"/></BaseAnchor></BaseRecord><BaseRecord index="82"><BaseAnchor index="0" Format="1"><XCoordinate value="624"/><YCoordinate value="-624"/></BaseAnchor></BaseRecord><BaseRecord index="83"><BaseAnchor index="0" Format="1"><XCoordinate value="624"/><YCoordinate value="-487"/></BaseAnchor></BaseRecord><BaseRecord index="84"><BaseAnchor index="0" Format="1"><XCoordinate value="620"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="85"><BaseAnchor index="0" Format="1"><XCoordinate value="651"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="86"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="87"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="88"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="89"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="90"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="91"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="92"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="93"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="94"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="95"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="96"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="97"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="98"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="99"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="100"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="101"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="102"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="103"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-825"/></BaseAnchor></BaseRecord><BaseRecord index="104"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="105"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="106"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="107"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="108"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="109"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="110"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="111"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="112"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="113"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="114"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="115"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="116"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="117"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="118"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="119"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="120"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="121"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="122"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="123"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="124"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="125"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="126"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="127"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="128"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="129"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="130"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="131"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="132"><BaseAnchor index="0" Format="1"><XCoordinate value="602"/><YCoordinate value="-209"/></BaseAnchor></BaseRecord><BaseRecord index="133"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="134"><BaseAnchor index="0" Format="1"><XCoordinate value="581"/><YCoordinate value="-329"/></BaseAnchor></BaseRecord><BaseRecord index="135"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="136"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="137"><BaseAnchor index="0" Format="1"><XCoordinate value="594"/><YCoordinate value="-252"/></BaseAnchor></BaseRecord><BaseRecord index="138"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="139"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="140"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="141"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="142"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="143"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="144"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="145"><BaseAnchor index="0" Format="1"><XCoordinate value="414"/><YCoordinate value="-513"/></BaseAnchor></BaseRecord><BaseRecord index="146"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="147"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="148"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="149"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="150"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="151"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="152"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="153"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="154"><BaseAnchor index="0" Format="1"><XCoordinate value="581"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="155"><BaseAnchor index="0" Format="1"><XCoordinate value="585"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="156"><BaseAnchor index="0" Format="1"><XCoordinate value="346"/><YCoordinate value="-406"/></BaseAnchor></BaseRecord><BaseRecord index="157"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="158"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="159"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="160"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="161"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="162"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="163"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="164"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-330"/></BaseAnchor></BaseRecord><BaseRecord index="165"><BaseAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-660"/></BaseAnchor></BaseRecord><BaseRecord index="166"><BaseAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-660"/></BaseAnchor></BaseRecord><BaseRecord index="167"><BaseAnchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-660"/></BaseAnchor></BaseRecord><BaseRecord index="168"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="169"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="-487"/></BaseAnchor></BaseRecord><BaseRecord index="170"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="171"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="172"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="173"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="174"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="175"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="176"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-210"/></BaseAnchor></BaseRecord><BaseRecord index="177"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="178"><BaseAnchor index="0" Format="1"><XCoordinate value="340"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="179"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="180"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="181"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="182"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="183"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="184"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="185"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="186"><BaseAnchor index="0" Format="1"><XCoordinate value="210"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="187"><BaseAnchor index="0" Format="1"><XCoordinate value="111"/><YCoordinate value="-188"/></BaseAnchor></BaseRecord><BaseRecord index="188"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="189"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="190"><BaseAnchor index="0" Format="1"><XCoordinate value="192"/><YCoordinate value="-491"/></BaseAnchor></BaseRecord><BaseRecord index="191"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="192"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="193"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-513"/></BaseAnchor></BaseRecord><BaseRecord index="194"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="195"><BaseAnchor index="0" Format="1"><XCoordinate value="179"/><YCoordinate value="-179"/></BaseAnchor></BaseRecord><BaseRecord index="196"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="197"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="198"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="199"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="200"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="201"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="202"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="203"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="204"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="205"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="206"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="207"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="208"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="209"><BaseAnchor index="0" Format="1"><XCoordinate value="359"/><YCoordinate value="-765"/></BaseAnchor></BaseRecord><BaseRecord index="210"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="211"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="212"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="213"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="214"><BaseAnchor index="0" Format="1"><XCoordinate value="376"/><YCoordinate value="-402"/></BaseAnchor></BaseRecord><BaseRecord index="215"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="-410"/></BaseAnchor></BaseRecord><BaseRecord index="216"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="217"><BaseAnchor index="0" Format="1"><XCoordinate value="355"/><YCoordinate value="-419"/></BaseAnchor></BaseRecord><BaseRecord index="218"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="219"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="220"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="221"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="222"><BaseAnchor index="0" Format="1"><XCoordinate value="385"/><YCoordinate value="-560"/></BaseAnchor></BaseRecord><BaseRecord index="223"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="-410"/></BaseAnchor></BaseRecord><BaseRecord index="224"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="225"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="226"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="227"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="228"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-701"/></BaseAnchor></BaseRecord><BaseRecord index="229"><BaseAnchor index="0" Format="1"><XCoordinate value="265"/><YCoordinate value="-735"/></BaseAnchor></BaseRecord><BaseRecord index="230"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="-816"/></BaseAnchor></BaseRecord><BaseRecord index="231"><BaseAnchor index="0" Format="1"><XCoordinate value="278"/><YCoordinate value="-756"/></BaseAnchor></BaseRecord><BaseRecord index="232"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="233"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="234"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="235"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="236"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="237"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="238"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="239"><BaseAnchor index="0" Format="1"><XCoordinate value="201"/><YCoordinate value="-538"/></BaseAnchor></BaseRecord><BaseRecord index="240"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="241"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-540"/></BaseAnchor></BaseRecord><BaseRecord index="242"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-850"/></BaseAnchor></BaseRecord><BaseRecord index="243"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-850"/></BaseAnchor></BaseRecord><BaseRecord index="244"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="245"><BaseAnchor index="0" Format="1"><XCoordinate value="419"/><YCoordinate value="-910"/></BaseAnchor></BaseRecord><BaseRecord index="246"><BaseAnchor index="0" Format="1"><XCoordinate value="453"/><YCoordinate value="-654"/></BaseAnchor></BaseRecord><BaseRecord index="247"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="248"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="249"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="250"><BaseAnchor index="0" Format="1"><XCoordinate value="427"/><YCoordinate value="-1047"/></BaseAnchor></BaseRecord><BaseRecord index="251"><BaseAnchor index="0" Format="1"><XCoordinate value="444"/><YCoordinate value="-1094"/></BaseAnchor></BaseRecord><BaseRecord index="252"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="253"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="254"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="255"><BaseAnchor index="0" Format="1"><XCoordinate value="560"/><YCoordinate value="-496"/></BaseAnchor></BaseRecord><BaseRecord index="256"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="257"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="258"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="259"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="260"><BaseAnchor index="0" Format="1"><XCoordinate value="568"/><YCoordinate value="-620"/></BaseAnchor></BaseRecord><BaseRecord index="261"><BaseAnchor index="0" Format="1"><XCoordinate value="534"/><YCoordinate value="-449"/></BaseAnchor></BaseRecord><BaseRecord index="262"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="263"><BaseAnchor index="0" Format="1"><XCoordinate value="568"/><YCoordinate value="-675"/></BaseAnchor></BaseRecord><BaseRecord index="264"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="265"><BaseAnchor index="0" Format="1"><XCoordinate value="555"/><YCoordinate value="-675"/></BaseAnchor></BaseRecord><BaseRecord index="266"><BaseAnchor index="0" Format="1"><XCoordinate value="547"/><YCoordinate value="-461"/></BaseAnchor></BaseRecord><BaseRecord index="267"><BaseAnchor index="0" Format="1"><XCoordinate value="547"/><YCoordinate value="-474"/></BaseAnchor></BaseRecord><BaseRecord index="268"><BaseAnchor index="0" Format="1"><XCoordinate value="538"/><YCoordinate value="-662"/></BaseAnchor></BaseRecord><BaseRecord index="269"><BaseAnchor index="0" Format="1"><XCoordinate value="530"/><YCoordinate value="-662"/></BaseAnchor></BaseRecord><BaseRecord index="270"><BaseAnchor index="0" Format="1"><XCoordinate value="551"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="271"><BaseAnchor index="0" Format="1"><XCoordinate value="547"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="272"><BaseAnchor index="0" Format="1"><XCoordinate value="659"/><YCoordinate value="-310"/></BaseAnchor></BaseRecord><BaseRecord index="273"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="274"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="275"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="276"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="277"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="278"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="279"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="280"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="281"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="282"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="283"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="284"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="285"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="286"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="287"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="288"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="289"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="290"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-840"/></BaseAnchor></BaseRecord><BaseRecord index="291"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="292"><BaseAnchor index="0" Format="1"><XCoordinate value="333"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="293"><BaseAnchor index="0" Format="1"><XCoordinate value="329"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="294"><BaseAnchor index="0" Format="1"><XCoordinate value="329"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="295"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="296"><BaseAnchor index="0" Format="1"><XCoordinate value="338"/><YCoordinate value="-607"/></BaseAnchor></BaseRecord><BaseRecord index="297"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="298"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="299"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="300"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="301"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="302"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="303"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="304"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="305"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="306"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="307"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="308"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="309"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="310"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="311"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="312"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="313"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="314"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="315"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="316"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="317"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="318"><BaseAnchor index="0" Format="1"><XCoordinate value="598"/><YCoordinate value="-291"/></BaseAnchor></BaseRecord><BaseRecord index="319"><BaseAnchor index="0" Format="1"><XCoordinate value="594"/><YCoordinate value="-295"/></BaseAnchor></BaseRecord><BaseRecord index="320"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="321"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-350"/></BaseAnchor></BaseRecord><BaseRecord index="322"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="323"><BaseAnchor index="0" Format="1"><XCoordinate value="602"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="324"><BaseAnchor index="0" Format="1"><XCoordinate value="594"/><YCoordinate value="-376"/></BaseAnchor></BaseRecord><BaseRecord index="325"><BaseAnchor index="0" Format="1"><XCoordinate value="376"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="326"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="327"><BaseAnchor index="0" Format="1"><XCoordinate value="376"/><YCoordinate value="-598"/></BaseAnchor></BaseRecord><BaseRecord index="328"><BaseAnchor index="0" Format="1"><XCoordinate value="372"/><YCoordinate value="-598"/></BaseAnchor></BaseRecord><BaseRecord index="329"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="330"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="331"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="332"><BaseAnchor index="0" Format="1"><XCoordinate value="850"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="333"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="334"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="335"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="336"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="337"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="338"><BaseAnchor index="0" Format="1"><XCoordinate value="607"/><YCoordinate value="-402"/></BaseAnchor></BaseRecord><BaseRecord index="339"><BaseAnchor index="0" Format="1"><XCoordinate value="765"/><YCoordinate value="-555"/></BaseAnchor></BaseRecord><BaseRecord index="340"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="341"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="342"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="343"><BaseAnchor index="0" Format="1"><XCoordinate value="701"/><YCoordinate value="-602"/></BaseAnchor></BaseRecord><BaseRecord index="344"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="345"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="346"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="347"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="348"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="349"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="350"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="351"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="352"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-750"/></BaseAnchor></BaseRecord><BaseRecord index="353"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-750"/></BaseAnchor></BaseRecord><BaseRecord index="354"><BaseAnchor index="0" Format="1"><XCoordinate value="170"/><YCoordinate value="-750"/></BaseAnchor></BaseRecord><BaseRecord index="355"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="356"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-900"/></BaseAnchor></BaseRecord><BaseRecord index="357"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="358"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="359"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-800"/></BaseAnchor></BaseRecord><BaseRecord index="360"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="361"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-900"/></BaseAnchor></BaseRecord><BaseRecord index="362"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="363"><BaseAnchor index="0" Format="1"><XCoordinate value="350"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="364"><BaseAnchor index="0" Format="1"><XCoordinate value="400"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="365"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="366"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="367"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="368"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="369"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-180"/></BaseAnchor></BaseRecord><BaseRecord index="370"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="371"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="372"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-250"/></BaseAnchor></BaseRecord><BaseRecord index="373"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="374"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="375"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="376"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="377"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="378"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="379"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="380"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="381"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="382"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="383"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="384"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="385"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="386"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="387"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="388"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-550"/></BaseAnchor></BaseRecord><BaseRecord index="389"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="390"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="391"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="392"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="393"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="394"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="-414"/></BaseAnchor></BaseRecord><BaseRecord index="395"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-402"/></BaseAnchor></BaseRecord><BaseRecord index="396"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="-581"/></BaseAnchor></BaseRecord><BaseRecord index="397"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="398"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-432"/></BaseAnchor></BaseRecord><BaseRecord index="399"><BaseAnchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="400"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="401"><BaseAnchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="402"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="403"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="404"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="405"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="406"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-410"/></BaseAnchor></BaseRecord><BaseRecord index="407"><BaseAnchor index="0" Format="1"><XCoordinate value="479"/><YCoordinate value="-517"/></BaseAnchor></BaseRecord><BaseRecord index="408"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="409"><BaseAnchor index="0" Format="1"><XCoordinate value="479"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="410"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="-573"/></BaseAnchor></BaseRecord><BaseRecord index="411"><BaseAnchor index="0" Format="1"><XCoordinate value="479"/><YCoordinate value="-581"/></BaseAnchor></BaseRecord><BaseRecord index="412"><BaseAnchor index="0" Format="1"><XCoordinate value="461"/><YCoordinate value="-590"/></BaseAnchor></BaseRecord><BaseRecord index="413"><BaseAnchor index="0" Format="1"><XCoordinate value="466"/><YCoordinate value="-859"/></BaseAnchor></BaseRecord><BaseRecord index="414"><BaseAnchor index="0" Format="1"><XCoordinate value="470"/><YCoordinate value="-679"/></BaseAnchor></BaseRecord><BaseRecord index="415"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="416"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="417"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="418"><BaseAnchor index="0" Format="1"><XCoordinate value="474"/><YCoordinate value="-568"/></BaseAnchor></BaseRecord><BaseRecord index="419"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="420"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="421"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="-372"/></BaseAnchor></BaseRecord><BaseRecord index="422"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="-538"/></BaseAnchor></BaseRecord><BaseRecord index="423"><BaseAnchor index="0" Format="1"><XCoordinate value="487"/><YCoordinate value="-538"/></BaseAnchor></BaseRecord><BaseRecord index="424"><BaseAnchor index="0" Format="1"><XCoordinate value="496"/><YCoordinate value="-393"/></BaseAnchor></BaseRecord><BaseRecord index="425"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="426"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="427"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="428"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="429"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="430"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-303"/></BaseAnchor></BaseRecord><BaseRecord index="431"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="-423"/></BaseAnchor></BaseRecord><BaseRecord index="432"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-312"/></BaseAnchor></BaseRecord><BaseRecord index="433"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-380"/></BaseAnchor></BaseRecord><BaseRecord index="434"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="435"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="436"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="437"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="438"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="439"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="440"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="-419"/></BaseAnchor></BaseRecord><BaseRecord index="441"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="442"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="443"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="444"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="445"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="446"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="-423"/></BaseAnchor></BaseRecord><BaseRecord index="447"><BaseAnchor index="0" Format="1"><XCoordinate value="252"/><YCoordinate value="-419"/></BaseAnchor></BaseRecord><BaseRecord index="448"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="449"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="450"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="451"><BaseAnchor index="0" Format="1"><XCoordinate value="261"/><YCoordinate value="-449"/></BaseAnchor></BaseRecord><BaseRecord index="452"><BaseAnchor index="0" Format="1"><XCoordinate value="256"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="453"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="454"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="455"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="456"><BaseAnchor index="0" Format="1"><XCoordinate value="248"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="457"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="458"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="459"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="460"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-611"/></BaseAnchor></BaseRecord><BaseRecord index="461"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="462"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="463"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="464"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="465"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="466"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-449"/></BaseAnchor></BaseRecord><BaseRecord index="467"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="468"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="469"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="470"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="471"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="472"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="473"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="474"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="475"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="476"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="477"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-650"/></BaseAnchor></BaseRecord><BaseRecord index="478"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="479"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="480"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="481"><BaseAnchor index="0" Format="1"><XCoordinate value="299"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="482"><BaseAnchor index="0" Format="1"><XCoordinate value="380"/><YCoordinate value="-406"/></BaseAnchor></BaseRecord><BaseRecord index="483"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="484"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="485"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="486"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="487"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-342"/></BaseAnchor></BaseRecord><BaseRecord index="488"><BaseAnchor index="0" Format="1"><XCoordinate value="171"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="489"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-427"/></BaseAnchor></BaseRecord><BaseRecord index="490"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="491"><BaseAnchor index="0" Format="1"><XCoordinate value="153"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="492"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="493"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="-167"/></BaseAnchor></BaseRecord><BaseRecord index="494"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-450"/></BaseAnchor></BaseRecord><BaseRecord index="495"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-500"/></BaseAnchor></BaseRecord><BaseRecord index="496"><BaseAnchor index="0" Format="1"><XCoordinate value="98"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="497"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-420"/></BaseAnchor></BaseRecord><BaseRecord index="498"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="499"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="500"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-420"/></BaseAnchor></BaseRecord><BaseRecord index="501"><BaseAnchor index="0" Format="1"><XCoordinate value="130"/><YCoordinate value="-420"/></BaseAnchor></BaseRecord><BaseRecord index="502"><BaseAnchor index="0" Format="1"><XCoordinate value="141"/><YCoordinate value="-577"/></BaseAnchor></BaseRecord><BaseRecord index="503"><BaseAnchor index="0" Format="1"><XCoordinate value="137"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="504"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="505"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="506"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="-414"/></BaseAnchor></BaseRecord><BaseRecord index="507"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="508"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="509"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="510"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="511"><BaseAnchor index="0" Format="1"><XCoordinate value="124"/><YCoordinate value="-577"/></BaseAnchor></BaseRecord><BaseRecord index="512"><BaseAnchor index="0" Format="1"><XCoordinate value="124"/><YCoordinate value="-342"/></BaseAnchor></BaseRecord><BaseRecord index="513"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="514"><BaseAnchor index="0" Format="1"><XCoordinate value="128"/><YCoordinate value="-568"/></BaseAnchor></BaseRecord><BaseRecord index="515"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="516"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="517"><BaseAnchor index="0" Format="1"><XCoordinate value="111"/><YCoordinate value="-402"/></BaseAnchor></BaseRecord><BaseRecord index="518"><BaseAnchor index="0" Format="1"><XCoordinate value="111"/><YCoordinate value="-393"/></BaseAnchor></BaseRecord><BaseRecord index="519"><BaseAnchor index="0" Format="1"><XCoordinate value="107"/><YCoordinate value="-590"/></BaseAnchor></BaseRecord><BaseRecord index="520"><BaseAnchor index="0" Format="1"><XCoordinate value="111"/><YCoordinate value="-585"/></BaseAnchor></BaseRecord><BaseRecord index="521"><BaseAnchor index="0" Format="1"><XCoordinate value="107"/><YCoordinate value="-432"/></BaseAnchor></BaseRecord><BaseRecord index="522"><BaseAnchor index="0" Format="1"><XCoordinate value="94"/><YCoordinate value="-427"/></BaseAnchor></BaseRecord><BaseRecord index="523"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="524"><BaseAnchor index="0" Format="1"><XCoordinate value="427"/><YCoordinate value="-363"/></BaseAnchor></BaseRecord><BaseRecord index="525"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="526"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="527"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="528"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="529"><BaseAnchor index="0" Format="1"><XCoordinate value="423"/><YCoordinate value="-376"/></BaseAnchor></BaseRecord><BaseRecord index="530"><BaseAnchor index="0" Format="1"><XCoordinate value="432"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="531"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="532"><BaseAnchor index="0" Format="1"><XCoordinate value="423"/><YCoordinate value="-526"/></BaseAnchor></BaseRecord><BaseRecord index="533"><BaseAnchor index="0" Format="1"><XCoordinate value="423"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="534"><BaseAnchor index="0" Format="1"><XCoordinate value="427"/><YCoordinate value="-530"/></BaseAnchor></BaseRecord><BaseRecord index="535"><BaseAnchor index="0" Format="1"><XCoordinate value="432"/><YCoordinate value="-555"/></BaseAnchor></BaseRecord><BaseRecord index="536"><BaseAnchor index="0" Format="1"><XCoordinate value="423"/><YCoordinate value="-859"/></BaseAnchor></BaseRecord><BaseRecord index="537"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-692"/></BaseAnchor></BaseRecord><BaseRecord index="538"><BaseAnchor index="0" Format="1"><XCoordinate value="423"/><YCoordinate value="-376"/></BaseAnchor></BaseRecord><BaseRecord index="539"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="540"><BaseAnchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="541"><BaseAnchor index="0" Format="1"><XCoordinate value="406"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="542"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="543"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="544"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="545"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="546"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-600"/></BaseAnchor></BaseRecord><BaseRecord index="547"><BaseAnchor index="0" Format="1"><XCoordinate value="500"/><YCoordinate value="-400"/></BaseAnchor></BaseRecord><BaseRecord index="548"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="549"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="550"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="551"><BaseAnchor index="0" Format="1"><XCoordinate value="449"/><YCoordinate value="-201"/></BaseAnchor></BaseRecord><BaseRecord index="552"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-295"/></BaseAnchor></BaseRecord><BaseRecord index="553"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-295"/></BaseAnchor></BaseRecord><BaseRecord index="554"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-380"/></BaseAnchor></BaseRecord><BaseRecord index="555"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-295"/></BaseAnchor></BaseRecord><BaseRecord index="556"><BaseAnchor index="0" Format="1"><XCoordinate value="402"/><YCoordinate value="-359"/></BaseAnchor></BaseRecord><BaseRecord index="557"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="558"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="559"><BaseAnchor index="0" Format="1"><XCoordinate value="397"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="560"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="561"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="562"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="563"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-397"/></BaseAnchor></BaseRecord><BaseRecord index="564"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="565"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="566"><BaseAnchor index="0" Format="1"><XCoordinate value="308"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="567"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="568"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="569"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-414"/></BaseAnchor></BaseRecord><BaseRecord index="570"><BaseAnchor index="0" Format="1"><XCoordinate value="162"/><YCoordinate value="-414"/></BaseAnchor></BaseRecord><BaseRecord index="571"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="572"><BaseAnchor index="0" Format="1"><XCoordinate value="171"/><YCoordinate value="-573"/></BaseAnchor></BaseRecord><BaseRecord index="573"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="574"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-423"/></BaseAnchor></BaseRecord><BaseRecord index="575"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-560"/></BaseAnchor></BaseRecord><BaseRecord index="576"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="577"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="578"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="579"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="580"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="581"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="582"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="583"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-590"/></BaseAnchor></BaseRecord><BaseRecord index="584"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="585"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="586"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="587"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="588"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="589"><BaseAnchor index="0" Format="1"><XCoordinate value="154"/><YCoordinate value="-419"/></BaseAnchor></BaseRecord><BaseRecord index="590"><BaseAnchor index="0" Format="1"><XCoordinate value="158"/><YCoordinate value="-547"/></BaseAnchor></BaseRecord><BaseRecord index="591"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="592"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="593"><BaseAnchor index="0" Format="1"><XCoordinate value="175"/><YCoordinate value="-175"/></BaseAnchor></BaseRecord><BaseRecord index="594"><BaseAnchor index="0" Format="1"><XCoordinate value="132"/><YCoordinate value="-560"/></BaseAnchor></BaseRecord><BaseRecord index="595"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="596"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="597"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="598"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="599"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="600"><BaseAnchor index="0" Format="1"><XCoordinate value="120"/><YCoordinate value="-594"/></BaseAnchor></BaseRecord><BaseRecord index="601"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="602"><BaseAnchor index="0" Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="603"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="604"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-150"/></BaseAnchor></BaseRecord><BaseRecord index="605"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-300"/></BaseAnchor></BaseRecord><BaseRecord index="606"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="607"><BaseAnchor index="0" Format="1"><XCoordinate value="115"/><YCoordinate value="-423"/></BaseAnchor></BaseRecord><BaseRecord index="608"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="609"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="610"><BaseAnchor index="0" Format="1"><XCoordinate value="128"/><YCoordinate value="-299"/></BaseAnchor></BaseRecord><BaseRecord index="611"><BaseAnchor index="0" Format="1"><XCoordinate value="103"/><YCoordinate value="-564"/></BaseAnchor></BaseRecord><BaseRecord index="612"><BaseAnchor index="0" Format="1"><XCoordinate value="111"/><YCoordinate value="-423"/></BaseAnchor></BaseRecord><BaseRecord index="613"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="614"><BaseAnchor index="0" Format="1"><XCoordinate value="105"/><YCoordinate value="-249"/></BaseAnchor></BaseRecord><BaseRecord index="615"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="-167"/></BaseAnchor></BaseRecord><BaseRecord index="616"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="-167"/></BaseAnchor></BaseRecord><BaseRecord index="617"><BaseAnchor index="0" Format="1"><XCoordinate value="295"/><YCoordinate value="-167"/></BaseAnchor></BaseRecord><BaseRecord index="618"><BaseAnchor index="0" Format="1"><XCoordinate value="145"/><YCoordinate value="-457"/></BaseAnchor></BaseRecord><BaseRecord index="619"><BaseAnchor index="0" Format="1"><XCoordinate value="150"/><YCoordinate value="885"/></BaseAnchor></BaseRecord><BaseRecord index="620"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="621"><BaseAnchor index="0" Format="1"><XCoordinate value="270"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="622"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-195"/></BaseAnchor></BaseRecord><BaseRecord index="623"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-120"/></BaseAnchor></BaseRecord><BaseRecord index="624"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-120"/></BaseAnchor></BaseRecord><BaseRecord index="625"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-120"/></BaseAnchor></BaseRecord><BaseRecord index="626"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="627"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="628"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="629"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="630"><BaseAnchor index="0" Format="1"><XCoordinate value="121"/><YCoordinate value="-568"/></BaseAnchor></BaseRecord><BaseRecord index="631"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="632"><BaseAnchor index="0" Format="1"><XCoordinate value="65"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="633"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="634"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="635"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="636"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="637"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="638"><BaseAnchor index="0" Format="1"><XCoordinate value="462"/><YCoordinate value="-484"/></BaseAnchor></BaseRecord><BaseRecord index="639"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="640"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="641"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="642"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="643"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="644"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="645"><BaseAnchor index="0" Format="1"><XCoordinate value="253"/><YCoordinate value="-572"/></BaseAnchor></BaseRecord><BaseRecord index="646"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="647"><BaseAnchor index="0" Format="1"><XCoordinate value="250"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="648"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="649"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="650"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="-484"/></BaseAnchor></BaseRecord><BaseRecord index="651"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="652"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="653"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="654"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord><BaseRecord index="655"><BaseAnchor index="0" Format="1"><XCoordinate value="420"/><YCoordinate value="-100"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="5"><LookupType value="8"/><LookupFlag value="1"/><ChainContextPos index="0" Format="3"><BacktrackCoverage index="0" Format="2"><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BacktrackCoverage><BacktrackCoverage index="1" Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></BacktrackCoverage><InputCoverage index="0" Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></InputCoverage><PosLookupRecord index="0"><SequenceIndex value="0"/><LookupListIndex value="9"/></PosLookupRecord></ChainContextPos></Lookup><Lookup index="6"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="141"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="145"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="105"/><YCoordinate value="-120"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="92"/><YCoordinate value="-18"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="164"/><YCoordinate value="203"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-150"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-200"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-280"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-975"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="165"/><YCoordinate value="-810"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="135"/><YCoordinate value="-450"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="92"/><YCoordinate value="-591"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="164"/><YCoordinate value="-211"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="7"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni0600"/><Glyph value="uni0601"/><Glyph value="uni0602"/><Glyph value="uni0603"/><Glyph value="uni06DD"/><Glyph value="uni06DD.alt"/><Glyph value="uni06DD.altB"/><Glyph value="uni06DD.2"/><Glyph value="uni06DD.3"/><Glyph value="uni06DD.alt.2"/><Glyph value="uni06DD.alt.3"/><Glyph value="uni06DD.altB.2"/><Glyph value="uni06DD.altB.3"/><Glyph value="uni0600.2"/><Glyph value="uni0600.3"/><Glyph value="uni0601.2"/><Glyph value="uni0601.3"/><Glyph value="uni0601.4"/><Glyph value="uni0602.2"/><Glyph value="uni0603.2"/><Glyph value="uni0603.3"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="51"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="52"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="53"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="54"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="55"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="56"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="57"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="58"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="59"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="60"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="61"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="62"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="63"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="64"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="65"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="425"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="1275"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="700"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="465"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="206"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="206"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="245"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="206"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="1050"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="16"><BaseAnchor index="0" Format="1"><XCoordinate value="825"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="17"><BaseAnchor index="0" Format="1"><XCoordinate value="600"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="18"><BaseAnchor index="0" Format="1"><XCoordinate value="475"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="19"><BaseAnchor index="0" Format="1"><XCoordinate value="75"/><YCoordinate value="0"/></BaseAnchor></BaseRecord><BaseRecord index="20"><BaseAnchor index="0" Format="1"><XCoordinate value="75"/><YCoordinate value="0"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup><Lookup index="8"><LookupType value="6"/><LookupFlag value="1"/><MarkMarkPos index="0" Format="1"><Mark1Coverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></Mark1Coverage><Mark2Coverage Format="2"><Glyph value="zeroMedium"/><Glyph value="oneMedium"/><Glyph value="twoMedium"/><Glyph value="threeMedium"/><Glyph value="fourMedium"/><Glyph value="fiveMedium"/><Glyph value="sixMedium"/><Glyph value="sevenMedium"/><Glyph value="eightMedium"/><Glyph value="nineMedium"/><Glyph value="uni0660.Medium"/><Glyph value="uni0661.Medium"/><Glyph value="uni0662.Medium"/><Glyph value="uni0663.Medium"/><Glyph value="uni0664.Medium"/><Glyph value="uni0665.Medium"/><Glyph value="uni0666.Medium"/><Glyph value="uni0667.Medium"/><Glyph value="uni0668.Medium"/><Glyph value="uni0669.Medium"/><Glyph value="uni06F0.Medium"/><Glyph value="uni06F1.Medium"/><Glyph value="uni06F2.Medium"/><Glyph value="uni06F3.Medium"/><Glyph value="uni06F4.Medium"/><Glyph value="uni06F4.Medium.urdu"/><Glyph value="uni06F5.Medium"/><Glyph value="uni06F6.Medium"/><Glyph value="uni06F6.Medium.urdu"/><Glyph value="uni06F7.Medium"/><Glyph value="uni06F7.Medium.urdu"/><Glyph value="uni06F8.Medium"/><Glyph value="uni06F9.Medium"/><Glyph value="zeroSmall"/><Glyph value="oneSmall"/><Glyph value="twoSmall"/><Glyph value="threeSmall"/><Glyph value="fourSmall"/><Glyph value="fiveSmall"/><Glyph value="sixSmall"/><Glyph value="sevenSmall"/><Glyph value="eightSmall"/><Glyph value="nineSmall"/><Glyph value="uni0660.Small"/><Glyph value="uni0661.Small"/><Glyph value="uni0662.Small"/><Glyph value="uni0663.Small"/><Glyph value="uni0664.Small"/><Glyph value="uni0665.Small"/><Glyph value="uni0666.Small"/><Glyph value="uni0667.Small"/><Glyph value="uni0668.Small"/><Glyph value="uni0669.Small"/><Glyph value="uni06F0.Small"/><Glyph value="uni06F1.Small"/><Glyph value="uni06F2.Small"/><Glyph value="uni06F3.Small"/><Glyph value="uni06F4.Small"/><Glyph value="uni06F4.Small.urdu"/><Glyph value="uni06F5.Small"/><Glyph value="uni06F6.Small"/><Glyph value="uni06F6.Small.urdu"/><Glyph value="uni06F7.Small"/><Glyph value="uni06F7.Small.urdu"/><Glyph value="uni06F8.Small"/><Glyph value="uni06F9.Small"/></Mark2Coverage><Mark1Array><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="8"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="9"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="10"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="11"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="12"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="13"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="14"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="15"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="16"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="17"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="18"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="19"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="20"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="21"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="22"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="23"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="24"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="25"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="26"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="27"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="28"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="29"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="30"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="31"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="32"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="33"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="34"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="35"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="36"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="37"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="38"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="39"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="40"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="41"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="42"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="43"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="44"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="45"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="46"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="47"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="48"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="49"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="50"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="51"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="52"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="53"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="54"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="55"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="56"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="57"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="58"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="59"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="60"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="61"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="62"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="63"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="64"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord><MarkRecord index="65"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="0"/></MarkAnchor></MarkRecord></Mark1Array><Mark2Array><Mark2Record index="0"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="1"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="2"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="3"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="4"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="5"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="6"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="7"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="8"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="9"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="10"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="11"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="12"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="13"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="14"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="15"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="16"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="17"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="18"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="19"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="20"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="21"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="22"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="23"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="24"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="25"><Mark2Anchor index="0" Format="1"><XCoordinate value="451"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="26"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="27"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="28"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="29"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="30"><Mark2Anchor index="0" Format="1"><XCoordinate value="451"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="31"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="32"><Mark2Anchor index="0" Format="1"><XCoordinate value="450"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="33"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="34"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="35"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="36"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="37"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="38"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="39"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="40"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="41"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="42"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="43"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="44"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="45"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="46"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="47"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="48"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="49"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="50"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="51"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="52"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="53"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="54"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="55"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="56"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="57"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="58"><Mark2Anchor index="0" Format="1"><XCoordinate value="320"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="59"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="60"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="61"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="62"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="63"><Mark2Anchor index="0" Format="1"><XCoordinate value="320"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="64"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record><Mark2Record index="65"><Mark2Anchor index="0" Format="1"><XCoordinate value="319"/><YCoordinate value="0"/></Mark2Anchor></Mark2Record></Mark2Array></MarkMarkPos></Lookup><Lookup index="9"><LookupType value="4"/><LookupFlag value="1"/><MarkBasePos index="0" Format="1"><MarkCoverage Format="2"><Glyph value="uni064D"/><Glyph value="uni0650"/><Glyph value="uni0655"/><Glyph value="uni0656"/><Glyph value="uni065C"/><Glyph value="uni06E3"/><Glyph value="uni06EA"/><Glyph value="uni06ED"/></MarkCoverage><BaseCoverage Format="2"><Glyph value="uni0622.fina.postLamIni"/><Glyph value="uni0623.fina.postLamIni"/><Glyph value="uni0625.fina.postLamIni"/><Glyph value="uni0627.fina.postLamIni"/><Glyph value="uni0672.fina.postLamIni"/><Glyph value="uni0673.fina.postLamIni"/><Glyph value="uni0675.fina.postLamIni"/><Glyph value="uni0671.fina.postLamIni"/><Glyph value="uni0622.fina.postLamMed"/><Glyph value="uni0623.fina.postLamMed"/><Glyph value="uni0625.fina.postLamMed"/><Glyph value="uni0627.fina.postLamMed"/><Glyph value="uni0672.fina.postLamMed"/><Glyph value="uni0673.fina.postLamMed"/><Glyph value="uni0675.fina.postLamMed"/><Glyph value="uni0671.fina.postLamMed"/></BaseCoverage><MarkArray><MarkRecord index="0"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="141"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="1"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="145"/><YCoordinate value="-560"/></MarkAnchor></MarkRecord><MarkRecord index="2"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="105"/><YCoordinate value="-120"/></MarkAnchor></MarkRecord><MarkRecord index="3"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="92"/><YCoordinate value="-18"/></MarkAnchor></MarkRecord><MarkRecord index="4"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="164"/><YCoordinate value="203"/></MarkAnchor></MarkRecord><MarkRecord index="5"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="100"/><YCoordinate value="-150"/></MarkAnchor></MarkRecord><MarkRecord index="6"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-150"/></MarkAnchor></MarkRecord><MarkRecord index="7"><Class value="0"/><MarkAnchor Format="1"><XCoordinate value="0"/><YCoordinate value="-150"/></MarkAnchor></MarkRecord></MarkArray><BaseArray><BaseRecord index="0"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="1"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="2"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="-462"/></BaseAnchor></BaseRecord><BaseRecord index="3"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="4"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="5"><BaseAnchor index="0" Format="1"><XCoordinate value="462"/><YCoordinate value="-484"/></BaseAnchor></BaseRecord><BaseRecord index="6"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="7"><BaseAnchor index="0" Format="1"><XCoordinate value="200"/><YCoordinate value="-136"/></BaseAnchor></BaseRecord><BaseRecord index="8"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord><BaseRecord index="9"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord><BaseRecord index="10"><BaseAnchor index="0" Format="1"><XCoordinate value="455"/><YCoordinate value="-484"/></BaseAnchor></BaseRecord><BaseRecord index="11"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord><BaseRecord index="12"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord><BaseRecord index="13"><BaseAnchor index="0" Format="1"><XCoordinate value="480"/><YCoordinate value="-521"/></BaseAnchor></BaseRecord><BaseRecord index="14"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord><BaseRecord index="15"><BaseAnchor index="0" Format="1"><XCoordinate value="300"/><YCoordinate value="-154"/></BaseAnchor></BaseRecord></BaseArray></MarkBasePos></Lookup></LookupList></GPOS></ttFont>
<xs:element name="border-rect">
<xs:complexType>
<xs:attributeGroup ref="mf:rectAtts"/>
- <xs:attribute name="start" type="mf:borderDef"/>
- <xs:attribute name="end" type="mf:borderDef"/>
- <xs:attribute name="before" type="mf:borderDef"/>
- <xs:attribute name="after" type="mf:borderDef"/>
+ <xs:attribute name="left" type="mf:borderDef"/>
+ <xs:attribute name="right" type="mf:borderDef"/>
+ <xs:attribute name="top" type="mf:borderDef"/>
+ <xs:attribute name="bottom" type="mf:borderDef"/>
</xs:complexType>
</xs:element>
<xs:element name="image">
= ConversionUtils.toIntArray(
lastAttributes.getValue("letter-adjust"), "\\s");
int level = XMLUtil.getAttributeAsInt(lastAttributes, "level", -1);
+ boolean reversed = XMLUtil.getAttributeAsBoolean(lastAttributes, "reversed", false);
int[][] gposAdjustments
= XMLUtil.getAttributeAsPositionAdjustments(lastAttributes, "position-adjust");
content.flip();
WordArea word = new WordArea
( offset, level, content.toString().trim(), letterAdjust,
- null, gposAdjustments );
+ null, gposAdjustments, reversed );
AbstractTextArea text = getCurrentText();
word.setParentArea(text);
text.addChildArea(word);
private class InlineViewportMaker extends AbstractMaker {
public void startElement(Attributes attributes) {
- InlineViewport viewport = new InlineViewport(null);
+ int level = XMLUtil.getAttributeAsInt(attributes, "level", -1);
+ InlineViewport viewport = new InlineViewport(null, level);
transferForeignObjects(attributes, viewport);
setAreaAttributes(attributes, viewport);
setTraits(attributes, viewport, SUBSET_COMMON);
return (startIndent != null ? startIndent : 0);
}
+ /**
+ * @return the end-indent trait
+ */
+ public int getEndIndent() {
+ Integer endIndent = (Integer)getTrait(Trait.END_INDENT);
+ return (endIndent != null ? endIndent : 0);
+ }
+
}
private double a, b, c, d, e, f;
private static final CTM CTM_LRTB = new CTM(1, 0, 0, 1, 0, 0);
- private static final CTM CTM_RLTB = new CTM(-1, 0, 0, 1, 0, 0);
+ private static final CTM CTM_RLTB = new CTM(1, 0, 0, 1, 0, 0);
private static final CTM CTM_TBRL = new CTM(0, 1, -1, 0, 0, 0);
/**
case EN_LR_TB:
return new CTM(CTM_LRTB);
case EN_RL_TB:
- wmctm = new CTM(CTM_RLTB);
- wmctm.e = ipd;
- return wmctm;
- //return CTM_RLTB.translate(ipd, 0);
+ return new CTM(CTM_RLTB);
case EN_TB_RL: // CJK
case EN_TB_LR: // CJK
wmctm = new CTM(CTM_TBRL);
wmctm.e = bpd;
return wmctm;
- //return CTM_TBRL.translate(0, ipd);
default:
return null;
}
import java.io.Serializable;
import java.util.ArrayList;
+import java.util.Iterator;
import java.util.List;
import org.apache.fop.area.inline.InlineArea;
* @param inlineAreas the list of inline areas
*/
public void setInlineAreas ( List inlineAreas ) {
+ for ( Iterator<InlineArea> it = inlineAreas.iterator(); it.hasNext();) {
+ InlineArea ia = it.next();
+ Area pa = ia.getParentArea();
+ if ( pa == null ) {
+ ia.setParentArea ( this );
+ } else {
+ assert pa == this;
+ }
+ }
this.inlineAreas = inlineAreas;
}
}
}
+ /**
+ * Get the end indent of this line area.
+ * The end indent is used for offsetting the end of
+ * the inline areas for alignment or other indents.
+ *
+ * @return the end indent value
+ */
+ public int getEndIndent() {
+ if (hasTrait(Trait.END_INDENT)) {
+ return getTraitAsInteger(Trait.END_INDENT);
+ } else {
+ return 0;
+ }
+ }
+
/**
* Updates the extents of the line area from its children.
*/
* @param ipdVariation the difference between old and new ipd
*/
public void handleIPDVariation(int ipdVariation) {
+ int si = getStartIndent();
+ int ei = getEndIndent();
switch (adjustingInfo.lineAlignment) {
case EN_START:
- // nothing to do in this case
+ // adjust end indent
+ addTrait(Trait.END_INDENT, ei - ipdVariation);
break;
case EN_CENTER:
- // re-compute indent
- addTrait(Trait.START_INDENT, getStartIndent() - ipdVariation / 2);
+ // adjust start and end indents
+ addTrait(Trait.START_INDENT, si - ipdVariation / 2);
+ addTrait(Trait.END_INDENT, ei - ipdVariation / 2);
break;
case EN_END:
- // re-compute indent
- addTrait(Trait.START_INDENT, getStartIndent() - ipdVariation);
+ // adjust start indent
+ addTrait(Trait.START_INDENT, si - ipdVariation);
break;
case EN_JUSTIFY:
// compute variation factor
package org.apache.fop.area;
// Java
+import java.util.ArrayList;
import java.util.List;
import java.io.Serializable;
private boolean resolved = false;
private String idRef;
private Area area;
+ private transient List<Resolvable> dependents = null;
/**
* Create a new link resolver.
public void resolveIDRef(String id, PageViewport pv) {
if (idRef.equals(id) && pv != null) {
resolved = true;
- Trait.InternalLink iLink = new Trait.InternalLink(pv.getKey(), idRef);
- area.addTrait(Trait.INTERNAL_LINK, iLink);
+ if ( area != null ) {
+ Trait.InternalLink iLink = new Trait.InternalLink(pv.getKey(), idRef);
+ area.addTrait(Trait.INTERNAL_LINK, iLink);
+ area = null; // break circular reference from basic link area to this resolver
+ }
+ resolveDependents(id, pv);
}
}
+
+ /**
+ * Add dependent resolvable. Used to resolve second-order resolvables that
+ * depend on resolution of this resolver.
+ * @param dependent resolvable
+ */
+ public void addDependent(Resolvable dependent) {
+ if ( dependents == null ) {
+ dependents = new ArrayList<Resolvable>();
+ }
+ dependents.add(dependent);
+ }
+
+ private void resolveDependents(String id, PageViewport pv) {
+ if ( dependents != null ) {
+ List<PageViewport> pages = new ArrayList<PageViewport>();
+ pages.add(pv);
+ for ( Resolvable r : dependents ) {
+ r.resolveIDRef(id, pages);
+ }
+ }
+ }
+
}
package org.apache.fop.area.inline;
import org.apache.fop.area.Area;
+import org.apache.fop.area.LinkResolver;
/**
* An inline area produced by an fo:basic-link element. This class implements a different
private static final long serialVersionUID = 5183753430412208151L;
+ private LinkResolver resolver;
+
@Override
public void setParentArea(Area parentArea) {
super.setParentArea(parentArea);
setBPD(getVirtualBPD());
}
+ /**
+ * Establish (or remove) back-pointer to link resolver.
+ * @param resolver the link resolver that will resolve this basic link or null
+ */
+ public void setResolver(LinkResolver resolver) {
+ assert ( resolver == null ) || ( this.resolver == null );
+ this.resolver = resolver;
+ }
+
+ /**
+ * Obtain back-pointer to link resolver.
+ * @return resolver the link resolver that will resolve this basic link or null
+ */
+ public LinkResolver getResolver() {
+ return this.resolver;
+ }
}
childArea.setParentArea(this);
if (autoSize) {
increaseIPD(childArea.getAllocIPD());
- updateLevel ( childArea.getBidiLevel() );
}
+ updateLevel ( childArea.getBidiLevel() );
int childOffset = childArea.getVirtualOffset();
minChildOffset = Math.min(minChildOffset, childOffset);
maxAfterEdge = Math.max(maxAfterEdge, childOffset + childArea.getVirtualBPD());
* @param child the child content area of this viewport
*/
public InlineViewport(Area child) {
+ this(child, -1);
+ }
+
+ /**
+ * Create a new viewport area with the content area.
+ *
+ * @param child the child content area of this viewport
+ * @param bidiLevel the bidirectional embedding level (or -1 if not defined)
+ */
+ public InlineViewport(Area child, int bidiLevel) {
+ super(0, bidiLevel);
this.content = child;
}
package org.apache.fop.area.inline;
+import java.util.Arrays;
+
import org.apache.fop.util.CharUtilities;
/**
addWord(word, 0, null, null, null, offset);
}
+ /**
+ * Create and add a WordArea child to this TextArea.
+ *
+ * @param word the word string
+ * @param offset the offset for the next area
+ * @param level bidirectional level that applies to entire word
+ */
+ public void addWord(String word, int offset, int level) {
+ addWord(word, 0, null, makeLevels(level, word.length()), null, offset);
+ }
+
/**
* Create and add a WordArea child to this TextArea.
*
* @param word the word string
* @param ipd the word's ipd
* @param letterAdjust the letter adjustment array (may be null)
- * @param levels array of resolved bidirection levels of word characters,
+ * @param levels array of resolved bidirectional levels of word characters,
* or null if default level
* @param gposAdjustments array of general position adjustments or null if none apply
* @param blockProgressionOffset the offset for the next area
}
}
+ private int[] makeLevels ( int level, int count ) {
+ if ( level >= 0 ) {
+ int[] levels = new int [ count ];
+ Arrays.fill ( levels, level );
+ return levels;
+ } else {
+ return null;
+ }
+ }
+
}
return new String[] {pageIDRef};
}
+ /**
+ * Get the (resolved or unresolved) text.
+ *
+ * @return the text
+ */
+ public String getText() {
+ return text;
+ }
+
/**
* Resolve the page number idref
* This resolves the idref for this object by getting the page number
* for this ID. The page number text is then set to the String value
* of the page number.
*
+ * TODO: [GA] May need to run bidi algorithm and script processor
+ * on resolved page number.
+ *
* @param id an id whose PageViewports have been determined
* @param pages the list of PageViewports associated with this ID
*/
// replace the text
removeText();
text = page.getPageNumberString();
- addWord(text, 0);
+ addWord(text, 0, getBidiLevel());
// update ipd
if (font != null) {
handleIPDVariation(font.getWordWidth(text) - getIPD());
* @param levels array of per-character (glyph) bidirectional levels,
* in case word area is heterogenously leveled
* @param gposAdjustments array of general position adjustments or null if none apply
+ * @param reversed true if word is known to be reversed at construction time
*/
public WordArea
( int blockProgressionOffset, int level, String word, int[] letterAdjust, int[] levels,
- int[][] gposAdjustments ) {
+ int[][] gposAdjustments, boolean reversed ) {
super ( blockProgressionOffset, level );
int length = ( word != null ) ? word.length() : 0;
this.word = word;
this.letterAdjust = maybeAdjustLength ( letterAdjust, length );
this.levels = maybePopulateLevels ( levels, level, length );
this.gposAdjustments = maybeAdjustLength ( gposAdjustments, length );
- this.reversed = false;
+ this.reversed = reversed;
+ }
+
+ /**
+ * Create a word area
+ * @param blockProgressionOffset the offset for this area
+ * @param level the bidirectional embedding level (or -1 if not defined) for word as a group
+ * @param word the word string
+ * @param letterAdjust the letter adjust array (may be null)
+ * @param levels array of per-character (glyph) bidirectional levels,
+ * in case word area is heterogenously leveled
+ * @param gposAdjustments array of general position adjustments or null if none apply
+ */
+ public WordArea
+ ( int blockProgressionOffset, int level, String word, int[] letterAdjust, int[] levels,
+ int[][] gposAdjustments ) {
+ this ( blockProgressionOffset, level, word, letterAdjust, levels, gposAdjustments, false );
}
/** @return Returns the word. */
addPropertyMaker("fox:block-progression-unit", l);
}
+ private Property calcWritingModeDependent ( int pv, int wm ) {
+ if ( pv == EN_LEFT ) {
+ if ( wm == Constants.EN_LR_TB ) {
+ pv = EN_START;
+ } else if ( wm == Constants.EN_RL_TB ) {
+ pv = EN_END;
+ } else {
+ pv = EN_START;
+ }
+ } else if ( pv == EN_RIGHT ) {
+ if ( wm == Constants.EN_LR_TB ) {
+ pv = EN_END;
+ } else if ( wm == Constants.EN_RL_TB ) {
+ pv = EN_START;
+ } else {
+ pv = EN_END;
+ }
+ }
+ return makeWritingModeDependentEnum ( pv );
+ }
+
+ private Property makeWritingModeDependentEnum ( int pv ) {
+ if ( pv == EN_START ) {
+ return getEnumProperty ( EN_START, "START" );
+ } else if ( pv == EN_END ) {
+ return getEnumProperty ( EN_END, "END" );
+ } else {
+ return null;
+ }
+ }
+
private void createBlockAndLineProperties() { // CSOK: MethodLength
PropertyMaker m;
addPropertyMaker("white-space-treatment", m);
// text-align TODO: make it a StringProperty with enums.
- m = new EnumProperty.Maker(PR_TEXT_ALIGN);
+ m = new EnumProperty.Maker(PR_TEXT_ALIGN) {
+ public Property get(int subpropId, PropertyList propertyList,
+ boolean bTryInherit, boolean bTryDefault) throws PropertyException {
+ Property p = super.get(subpropId, propertyList, bTryInherit, bTryDefault);
+ if ( p != null ) {
+ int pv = p.getEnum();
+ if ( ( pv == EN_LEFT ) || ( pv == EN_RIGHT ) ) {
+ p = calcWritingModeDependent
+ ( pv, propertyList.get(Constants.PR_WRITING_MODE).getEnum() );
+ }
+ }
+ return p;
+ }
+ };
m.setInherited(true);
- // Note: both 'end', 'right' and 'outside' are mapped to END
- // both 'start', 'left' and 'inside' are mapped to START
m.addEnum("center", getEnumProperty(EN_CENTER, "CENTER"));
m.addEnum("end", getEnumProperty(EN_END, "END"));
- m.addEnum("right", getEnumProperty(EN_END, "END"));
m.addEnum("start", getEnumProperty(EN_START, "START"));
- m.addEnum("left", getEnumProperty(EN_START, "START"));
m.addEnum("justify", getEnumProperty(EN_JUSTIFY, "JUSTIFY"));
+ // [GA] must defer writing-mode relative mapping of left/right
+ m.addEnum("left", getEnumProperty(EN_LEFT, "LEFT"));
+ m.addEnum("right", getEnumProperty(EN_RIGHT, "RIGHT"));
+ // [GA] inside and outside are not correctly implemented by the following mapping
m.addEnum("inside", getEnumProperty(EN_START, "START"));
m.addEnum("outside", getEnumProperty(EN_END, "END"));
m.setDefault("start");
}
return p;
}
-
private Property calcRelative(PropertyList propertyList) throws PropertyException {
Property corresponding = propertyList.get(PR_TEXT_ALIGN);
if (corresponding == null) {
return getEnumProperty(EN_START, "START");
} else if (correspondingValue == EN_CENTER) {
return getEnumProperty(EN_CENTER, "CENTER");
+ } else if (correspondingValue == EN_LEFT) {
+ return calcWritingModeDependent
+ ( EN_LEFT, propertyList.get(Constants.PR_WRITING_MODE).getEnum() );
+ } else if (correspondingValue == EN_RIGHT) {
+ return calcWritingModeDependent
+ ( EN_RIGHT, propertyList.get(Constants.PR_WRITING_MODE).getEnum() );
} else {
return null;
}
/** {@inheritDoc} */
protected void characters(char[] data, int start, int length,
PropertyList list, Locator locator) throws FOPException {
-
- if (this.charBuffer == null) {
+ if (charBuffer == null) {
// buffer not yet initialized, do so now
- this.charBuffer = CharBuffer.allocate(length);
+ int newLength = ( length < 16 ) ? 16 : length;
+ charBuffer = CharBuffer.allocate(newLength);
} else {
// allocate a larger buffer, and transfer contents
- int newLength = this.charBuffer.limit() + length;
- CharBuffer newBuffer = CharBuffer.allocate(newLength);
- this.charBuffer.rewind();
- newBuffer.put(this.charBuffer);
- this.charBuffer = newBuffer;
+ int requires = charBuffer.position() + length;
+ int capacity = charBuffer.capacity();
+ if ( requires > capacity ) {
+ int newCapacity = capacity * 2;
+ if ( requires > newCapacity ) {
+ newCapacity = requires;
+ }
+ CharBuffer newBuffer = CharBuffer.allocate(newCapacity);
+ charBuffer.rewind();
+ newBuffer.put(charBuffer);
+ charBuffer = newBuffer;
+ }
}
+ // extend limit to capacity
+ charBuffer.limit(charBuffer.capacity());
// append characters
- this.charBuffer.put(data, start, length);
-
+ charBuffer.put(data, start, length);
+ // shrink limit to position
+ charBuffer.limit(charBuffer.position());
}
/**
*/
public char[] getCharArray() {
- if (this.charBuffer == null) {
+ if (charBuffer == null) {
return null;
}
- if (this.charBuffer.hasArray()) {
- return this.charBuffer.array();
+ if (charBuffer.hasArray()) {
+ return charBuffer.array();
}
// only if the buffer implementation has
// no accessible backing array, return a new one
- char[] ca = new char[this.charBuffer.limit()];
- this.charBuffer.rewind();
- this.charBuffer.get(ca);
+ char[] ca = new char[charBuffer.limit()];
+ charBuffer.rewind();
+ charBuffer.get(ca);
return ca;
}
if (removeChildren) {
// not really removing, just make sure the char buffer
// pointed to is really a different one
- if (this.charBuffer != null) {
- ft.charBuffer = CharBuffer.allocate(this.charBuffer.limit());
- this.charBuffer.rewind();
- ft.charBuffer.put(this.charBuffer);
+ if (charBuffer != null) {
+ ft.charBuffer = CharBuffer.allocate(charBuffer.limit());
+ charBuffer.rewind();
+ ft.charBuffer.put(charBuffer);
ft.charBuffer.rewind();
}
}
/** {@inheritDoc} */
protected void endOfNode() throws FOPException {
+ if ( charBuffer != null ) {
+ charBuffer.rewind();
+ }
super.endOfNode();
getFOEventHandler().characters(
- this.getCharArray(), 0, this.charBuffer.limit());
+ this.getCharArray(), 0, charBuffer.limit());
}
/** {@inheritDoc} */
*/
public boolean willCreateArea() {
if (whiteSpaceCollapse == Constants.EN_FALSE
- && this.charBuffer.limit() > 0) {
+ && charBuffer.limit() > 0) {
return true;
}
char ch;
- this.charBuffer.rewind();
- while (this.charBuffer.hasRemaining()) {
- ch = this.charBuffer.get();
+ charBuffer.rewind();
+ while (charBuffer.hasRemaining()) {
+ ch = charBuffer.get();
if (!((ch == CharUtilities.SPACE)
|| (ch == CharUtilities.LINEFEED_CHAR)
|| (ch == CharUtilities.CARRIAGE_RETURN)
|| (ch == CharUtilities.TAB))) {
// not whitespace
- this.charBuffer.rewind();
+ charBuffer.rewind();
return true;
}
}
return;
}
- this.charBuffer.rewind();
- CharBuffer tmp = this.charBuffer.slice();
+ charBuffer.rewind();
+ CharBuffer tmp = charBuffer.slice();
char c;
- int lim = this.charBuffer.limit();
+ int lim = charBuffer.limit();
int pos = -1;
while (++pos < lim) {
- c = this.charBuffer.get();
+ c = charBuffer.get();
switch (textTransform) {
case Constants.EN_UPPERCASE:
tmp.put(Character.toUpperCase(c));
/** {@inheritDoc} */
public char charAt(int position) {
- return this.charBuffer.get(position);
+ return charBuffer.get(position);
}
/** {@inheritDoc} */
public CharSequence subSequence(int start, int end) {
- return this.charBuffer.subSequence(start, end);
+ return charBuffer.subSequence(start, end);
}
/** {@inheritDoc} */
public int length() {
- return this.charBuffer.limit();
+ return charBuffer.limit();
}
/**
* Resets the backing <code>java.nio.CharBuffer</code>
*/
public void resetBuffer() {
- if (this.charBuffer != null) {
- this.charBuffer.rewind();
+ if (charBuffer != null) {
+ charBuffer.rewind();
}
}
/** Markers added to this element. */
private Map markers = null;
+ private int bidiLevel = -1;
+
// The value of properties relevant for all fo objects
private String id = null;
// End of property values
return "fo";
}
+ /**
+ * Set resolved bidirectional level of FO.
+ * @param bidiLevel a non-negative bidi embedding level
+ */
+ public void setBidiLevel(int bidiLevel) {
+ assert bidiLevel >= 0;
+ if ( bidiLevel >= 0 ) {
+ this.bidiLevel = bidiLevel;
+ }
+ }
+
+ /**
+ * Obtain resolved bidirectional level of FO.
+ * @return either a non-negative bidi embedding level or -1
+ * in case no bidi levels have been assigned
+ */
+ public int getBidiLevel() {
+ return bidiLevel;
+ }
+
/**
* Add a new extension attachment to this FObj.
* (see org.apache.fop.fo.FONode for details)
// private int scalingMethod;
// End of property values
-
-
/**
* constructs an instream-foreign-object object (called by Maker).
*
/** @return the graphic's intrinsic alignment-adjust */
public abstract Length getIntrinsicAlignmentAdjust();
+
}
// private int visibility;
// End of FO trait values
- /* default paragraph bidi level */
- private int bidiLevel = -1;
-
/**
* Base constructor
*
return NullCharIterator.getInstance();
}
- /**
- * Get the default paragraph bidirectional embedding level.
- *
- * @return the default paragraph bidirectional embedding level
- */
- public int getBidiLevel() {
- return bidiLevel;
- }
-
- /**
- * Set the default paragraph bidirectional embedding level.
- *
- * @param bidiLevel the default paragraph bidirectional embedding level
- */
- public void setBidiLevel ( int bidiLevel ) {
- this.bidiLevel = bidiLevel;
- }
-
/** {@inheritDoc} */
public String getLocalName() {
return "block";
// private int visibility;
// End of property values
- /* bidi level */
- private int bidiLevel;
-
/** constant indicating that the character is OK */
public static final int OK = 0;
/** constant indicating that the character does not fit */
return FO_CHARACTER;
}
- /**
- * Set bidirectional level for character FO as a whole.
- * @param level the resolved level
- */
- public void setBidiLevel ( int level ) {
- this.bidiLevel = level;
- }
-
- /**
- * Obtain bidirectional level of each character
- * represented by this FO.
- * @return a non-empty array of bidi levels
- */
- public int[] getBidiLevels() {
- return new int[] {bidiLevel};
- }
-
- /**
- * Obtain bidirectional level of character at
- * specified position, which must be zero for this
- * FO.
- * @param position an offset position into FO's characters
- * @return a resolved bidi level or -1 if default
- * @throws IndexOutOfBoundsException if position is not zero
- */
- public int bidiLevelAt ( int position ) throws IndexOutOfBoundsException {
- if ( position != 0 ) {
- throw new IndexOutOfBoundsException();
- } else {
- return bidiLevel;
- }
- }
-
private class FOCharIterator extends CharIterator {
private boolean bFirst = true;
package org.apache.fop.fo.flow;
+import org.xml.sax.Locator;
+
import org.apache.fop.apps.FOPException;
import org.apache.fop.datatypes.Length;
import org.apache.fop.fo.FONode;
import org.apache.fop.fo.PropertyList;
+import org.apache.fop.fo.ValidationException;
import org.apache.fop.fo.properties.LengthRangeProperty;
/**
* <code>fo:leader</code></a> object.
* The main property of <code>fo:leader</code> is leader-pattern.
* The following patterns are treated: rule, space, dots and use-content.
- * TODO implement validateChildNode()
*/
-// [TBD] implement validateChildNode()
public class Leader extends InlineLevel {
// The value of properties relevant for fo:leader.
// See also superclass InlineLevel
// textShadow = pList.get(PR_TEXT_SHADOW);
}
+ /**
+ * {@inheritDoc}
+ * <br>XSL Content Model: (#PCDATA|%inline;)*
+ * <br><i>Additionally: "The content must not contain an
+ * fo:leader, fo:inline-container, fo:block-container, fo:float,
+ * fo:footnote, or fo:marker either as a direct child or as a
+ * descendant."</i>
+ */
+ protected void validateChildNode(Locator loc, String nsURI, String localName)
+ throws ValidationException {
+ if (FO_URI.equals(nsURI)) {
+ if ( localName.equals("leader")
+ || localName.equals("inline-container")
+ || localName.equals("block-container")
+ || localName.equals("float")
+ || localName.equals("marker")
+ || !isInlineItem(nsURI, localName) ) {
+ invalidChildError(loc, nsURI, localName);
+ }
+ }
+ }
+
/** @return the "rule-style" property */
public int getRuleStyle() {
return ruleStyle;
switch ( getWritingMode().getEnumValue() ) {
default:
case Constants.EN_LR_TB:
- case Constants.EN_RL_TB:
neighbourContext = pageHeightContext;
vpRect = new Rectangle(reldims.ipd - getExtent().getValue(pageWidthContext), 0,
getExtent().getValue(pageWidthContext), reldims.bpd);
break;
+ case Constants.EN_RL_TB:
+ neighbourContext = pageHeightContext;
+ vpRect = new Rectangle(0, 0, getExtent().getValue(pageWidthContext), reldims.bpd);
+ break;
case Constants.EN_TB_LR:
case Constants.EN_TB_RL:
// Rectangle: x , y (of top left point), width, height
switch ( getWritingMode().getEnumValue() ) {
default:
case Constants.EN_LR_TB:
- case Constants.EN_RL_TB:
neighbourContext = pageHeightContext;
vpRect = new Rectangle(0, 0, getExtent().getValue(pageWidthContext), reldims.bpd);
break;
+ case Constants.EN_RL_TB:
+ neighbourContext = pageHeightContext;
+ vpRect = new Rectangle(reldims.ipd - getExtent().getValue(pageWidthContext), 0,
+ getExtent().getValue(pageWidthContext), reldims.bpd);
+ break;
case Constants.EN_TB_LR:
case Constants.EN_TB_RL:
neighbourContext = pageWidthContext;
private static class SubstitutionScriptContextTester implements ScriptContextTester {
private static Map/*<String,GlyphContextTester>*/ testerMap = new HashMap/*<String,GlyphContextTester>*/();
static {
- testerMap.put ( "fina", new GlyphContextTester() { public boolean test ( GlyphSequence gs, int index ) { return inFinalContext ( gs, index ); } } );
- testerMap.put ( "init", new GlyphContextTester() { public boolean test ( GlyphSequence gs, int index ) { return inInitialContext ( gs, index ); } } );
- testerMap.put ( "isol", new GlyphContextTester() { public boolean test ( GlyphSequence gs, int index ) { return inIsolateContext ( gs, index ); } } );
- testerMap.put ( "medi", new GlyphContextTester() { public boolean test ( GlyphSequence gs, int index ) { return inMedialContext ( gs, index ); } } );
- testerMap.put ( "liga", new GlyphContextTester() { public boolean test ( GlyphSequence gs, int index ) { return inLigatureContext ( gs, index ); } } );
+ testerMap.put ( "fina", new GlyphContextTester() {
+ public boolean test ( String script, String language, String feature, GlyphSequence gs, int index ) {
+ return inFinalContext ( script, language, feature, gs, index );
+ }
+ } );
+ testerMap.put ( "init", new GlyphContextTester() {
+ public boolean test ( String script, String language, String feature, GlyphSequence gs, int index ) {
+ return inInitialContext ( script, language, feature, gs, index );
+ }
+ } );
+ testerMap.put ( "isol", new GlyphContextTester() {
+ public boolean test ( String script, String language, String feature, GlyphSequence gs, int index ) {
+ return inIsolateContext ( script, language, feature, gs, index );
+ }
+ } );
+ testerMap.put ( "liga", new GlyphContextTester() {
+ public boolean test ( String script, String language, String feature, GlyphSequence gs, int index ) {
+ return inLigatureContext ( script, language, feature, gs, index );
+ }
+ } );
+ testerMap.put ( "medi", new GlyphContextTester() {
+ public boolean test ( String script, String language, String feature, GlyphSequence gs, int index ) {
+ return inMedialContext ( script, language, feature, gs, index );
+ }
+ } );
}
public GlyphContextTester getTester ( String feature ) {
return (GlyphContextTester) testerMap.get ( feature );
return posContextTester;
}
- private static boolean inFinalContext ( GlyphSequence gs, int index ) {
+ /** {@inheritDoc} */
+ @Override
+ public GlyphSequence reorderCombiningMarks ( GlyphDefinitionTable gdef, GlyphSequence gs, int[][] gpa, String script, String language ) {
+ // a side effect of BIDI reordering is to order combining marks before their base, so we need to override the default here to
+ // prevent double reordering
+ return gs;
+ }
+
+ private static boolean inFinalContext ( String script, String language, String feature, GlyphSequence gs, int index ) {
GlyphSequence.CharAssociation a = gs.getAssociation ( index );
int[] ca = gs.getCharacterArray ( false );
int nc = gs.getCharacterCount();
}
}
- private static boolean inMedialContext ( GlyphSequence gs, int index ) {
+ private static boolean inInitialContext ( String script, String language, String feature, GlyphSequence gs, int index ) {
GlyphSequence.CharAssociation a = gs.getAssociation ( index );
int[] ca = gs.getCharacterArray ( false );
int nc = gs.getCharacterCount();
} else {
int s = a.getStart();
int e = a.getEnd();
- if ( ! hasMedialPrecedingContext ( ca, nc, s, e ) ) {
- return false;
- } else if ( ! hasMedialThisContext ( ca, nc, s, e ) ) {
+ if ( ! hasInitialPrecedingContext ( ca, nc, s, e ) ) {
return false;
- } else if ( ! hasMedialFollowingContext ( ca, nc, s, e ) ) {
+ } else if ( ! hasInitialFollowingContext ( ca, nc, s, e ) ) {
return false;
} else {
return true;
}
}
- private static boolean inInitialContext ( GlyphSequence gs, int index ) {
+ private static boolean inIsolateContext ( String script, String language, String feature, GlyphSequence gs, int index ) {
GlyphSequence.CharAssociation a = gs.getAssociation ( index );
- int[] ca = gs.getCharacterArray ( false );
int nc = gs.getCharacterCount();
if ( nc == 0 ) {
return false;
+ } else if ( ( a.getStart() == 0 ) && ( a.getEnd() == nc ) ) {
+ return true;
} else {
- int s = a.getStart();
- int e = a.getEnd();
- if ( ! hasInitialPrecedingContext ( ca, nc, s, e ) ) {
- return false;
- } else if ( ! hasInitialFollowingContext ( ca, nc, s, e ) ) {
- return false;
- } else {
- return true;
- }
+ return false;
}
}
- private static boolean inIsolateContext ( GlyphSequence gs, int index ) {
+ private static boolean inLigatureContext ( String script, String language, String feature, GlyphSequence gs, int index ) {
GlyphSequence.CharAssociation a = gs.getAssociation ( index );
+ int[] ca = gs.getCharacterArray ( false );
int nc = gs.getCharacterCount();
if ( nc == 0 ) {
return false;
- } else if ( ( a.getStart() == 0 ) && ( a.getEnd() == nc ) ) {
- return true;
} else {
- return false;
+ int s = a.getStart();
+ int e = a.getEnd();
+ if ( ! hasLigaturePrecedingContext ( ca, nc, s, e ) ) {
+ return false;
+ } else if ( ! hasLigatureFollowingContext ( ca, nc, s, e ) ) {
+ return false;
+ } else {
+ return true;
+ }
}
}
- private static boolean inLigatureContext ( GlyphSequence gs, int index ) {
+ private static boolean inMedialContext ( String script, String language, String feature, GlyphSequence gs, int index ) {
GlyphSequence.CharAssociation a = gs.getAssociation ( index );
int[] ca = gs.getCharacterArray ( false );
int nc = gs.getCharacterCount();
} else {
int s = a.getStart();
int e = a.getEnd();
- if ( ! hasLigaturePrecedingContext ( ca, nc, s, e ) ) {
+ if ( ! hasMedialPrecedingContext ( ca, nc, s, e ) ) {
return false;
- } else if ( ! hasLigatureFollowingContext ( ca, nc, s, e ) ) {
+ } else if ( ! hasMedialThisContext ( ca, nc, s, e ) ) {
+ return false;
+ } else if ( ! hasMedialFollowingContext ( ca, nc, s, e ) ) {
return false;
} else {
return true;
// CSOFF: LineLengthCheck
/**
- * Default script processor, which performs the identity substitution and produces no positioning information.
+ * Default script processor, which enables default glyph composition/decomposition, common ligatures, localized forms
+ * and kerning.
+ *
* @author Glenn Adams
*/
public class DefaultScriptProcessor extends ScriptProcessor {
super ( script );
}
+ @Override
/** {@inheritDoc} */
public String[] getSubstitutionFeatures() {
return gsubFeatures;
}
+ @Override
/** {@inheritDoc} */
public ScriptContextTester getSubstitutionContextTester() {
return null;
}
+ @Override
/** {@inheritDoc} */
public String[] getPositioningFeatures() {
return gposFeatures;
}
+ @Override
/** {@inheritDoc} */
public ScriptContextTester getPositioningContextTester() {
return null;
}
+ @Override
+ /** {@inheritDoc} */
+ public GlyphSequence reorderCombiningMarks ( GlyphDefinitionTable gdef, GlyphSequence gs, int[][] gpa, String script, String language ) {
+ int ng = gs.getGlyphCount();
+ int[] ga = gs.getGlyphArray ( false );
+ int nm = 0;
+ // count combining marks
+ for ( int i = 0; i < ng; i++ ) {
+ int gid = ga [ i ];
+ if ( gdef.isGlyphClass ( gid, GlyphDefinitionTable.GLYPH_CLASS_MARK ) ) {
+ nm++;
+ }
+ }
+ // only reorder if there is at least one mark and at least one non-mark glyph
+ if ( ( nm > 0 ) && ( ( ng - nm ) > 0 ) ) {
+ GlyphSequence.CharAssociation[] aa = gs.getAssociations ( 0, -1 );
+ int[] nga = new int [ ng ];
+ int[][] npa = ( gpa != null ) ? new int [ ng ][] : null;
+ GlyphSequence.CharAssociation[] naa = new GlyphSequence.CharAssociation [ ng ];
+ int k = 0;
+ GlyphSequence.CharAssociation ba = null;
+ int bg = -1;
+ int[] bpa = null;
+ for ( int i = 0; i < ng; i++ ) {
+ int gid = ga [ i ];
+ int[] pa = ( gpa != null ) ? gpa [ i ] : null;
+ GlyphSequence.CharAssociation ca = aa [ i ];
+ if ( gdef.isGlyphClass ( gid, GlyphDefinitionTable.GLYPH_CLASS_MARK ) ) {
+ nga [ k ] = gid; naa [ k ] = ca;
+ if ( npa != null ) {
+ npa [ k ] = pa;
+ }
+ k++;
+ } else {
+ if ( bg != -1 ) {
+ nga [ k ] = bg; naa [ k ] = ba;
+ if ( npa != null ) {
+ npa [ k ] = bpa;
+ }
+ k++;
+ bg = -1; ba = null; bpa = null;
+ }
+ if ( bg == -1 ) {
+ bg = gid; ba = ca; bpa = pa;
+ }
+ }
+ }
+ if ( bg != -1 ) {
+ nga [ k ] = bg; naa [ k ] = ba;
+ if ( npa != null ) {
+ npa [ k ] = bpa;
+ }
+ k++;
+ }
+ assert k == ng;
+ if ( npa != null ) {
+ System.arraycopy ( npa, 0, gpa, 0, ng );
+ }
+ return new GlyphSequence ( gs, null, nga, null, null, naa, null );
+ } else {
+ return gs;
+ }
+ }
+
}
public class EmbedFontInfo implements Serializable {
/** Serialization Version UID */
- private static final long serialVersionUID = 8755432068669997368L;
+ private static final long serialVersionUID = 8755432068669997369L;
/** filename of the metrics file */
protected String metricsFile;
}
}
+ /** {@inheritDoc} */
+ public CharSequence reorderCombiningMarks ( CharSequence cs, int[][] gpa, String script, String language ) {
+ if ( metric instanceof Substitutable ) {
+ Substitutable s = (Substitutable) metric;
+ return s.reorderCombiningMarks ( cs, gpa, script, language );
+ } else {
+ throw new UnsupportedOperationException();
+ }
+ }
+
/** {@inheritDoc} */
public boolean performsPositioning() {
if ( metric instanceof Positionable ) {
/**
* Perform a test on a glyph sequence in a specific (originating) character context.
+ * @param script governing script
+ * @param language governing language
+ * @param feature governing feature
* @param gs glyph sequence to test
* @param index index into glyph sequence to test
* @return true if test is satisfied
*/
- boolean test ( GlyphSequence gs, int index );
+ boolean test ( String script, String language, String feature, GlyphSequence gs, int index );
}
import java.util.List;
import java.util.Iterator;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
// CSOFF: LineLengthCheck
// CSOFF: InnerAssignmentCheck
// CSOFF: NoWhitespaceAfterCheck
*/
public final class GlyphCoverageTable extends GlyphMappingTable implements GlyphCoverageMapping {
+ /* logging instance */
+ private static final Log log = LogFactory.getLog(GlyphCoverageTable.class); // CSOK: ConstantNameCheck
+
/** empty mapping table */
public static final int GLYPH_COVERAGE_TYPE_EMPTY = GLYPH_MAPPING_TYPE_EMPTY;
if ( gid > gidMax ) {
map [ i++ ] = gidMax = gid;
} else {
- throw new AdvancedTypographicTableFormatException ( "out of order or duplicate glyph index: " + gid );
+ log.info ( "ignoring out of order or duplicate glyph index: " + gid );
}
} else {
throw new AdvancedTypographicTableFormatException ( "illegal glyph index: " + gid );
}
}
+ /**
+ * Reorder combining marks in glyph sequence so that they precede (within the sequence) the base
+ * character to which they are applied. N.B. In the case of LTR segments, marks are not reordered by this,
+ * method since when the segment is reversed by BIDI processing, marks are automatically reordered to precede
+ * their base glyph.
+ * @param gs an input glyph sequence
+ * @param gpa associated glyph position adjustments (also reordered)
+ * @param script a script identifier
+ * @param language a language identifier
+ * @return the reordered (output) glyph sequence
+ */
+ public GlyphSequence reorderCombiningMarks ( GlyphSequence gs, int[][] gpa, String script, String language ) {
+ ScriptProcessor sp = ScriptProcessor.getInstance ( script );
+ return sp.reorderCombiningMarks ( this, gs, gpa, script, language );
+ }
+
/** {@inheritDoc} */
protected void addSubtable ( GlyphSubtable subtable ) {
if ( subtable instanceof GlyphClassSubtable ) {
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int gi = ps.getGlyph(0), ci;
- if ( ( ci = getCoverageIndex ( gi ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ci = getCoverageIndex ( gi ) ) >= 0 ) {
int[] counts = ps.getGlyphsAvailable ( 0 );
int nga = counts[0];
if ( nga > 1 ) {
}
}
ps.consume ( counts[0] + counts[1] );
+ applied = true;
}
}
}
- return true;
}
+ return applied;
}
/**
* Obtain associated pair values.
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int gi = ps.getGlyph(0), ci;
- if ( ( ci = getCoverageIndex ( gi ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ci = getCoverageIndex ( gi ) ) >= 0 ) {
int[] counts = ps.getGlyphsAvailable ( 0 );
int nga = counts[0];
if ( nga > 1 ) {
}
// consume only first glyph of exit/entry glyph pair
ps.consume ( 1 );
+ applied = true;
}
}
}
- return true;
}
+ return applied;
}
/**
* Obtain exit anchor for first glyph with coverage index <code>ci1</code> and entry anchor for second
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int giMark = ps.getGlyph(), ciMark;
- if ( ( ciMark = getCoverageIndex ( giMark ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ciMark = getCoverageIndex ( giMark ) ) >= 0 ) {
MarkAnchor ma = getMarkAnchor ( ciMark, giMark );
if ( ma != null ) {
for ( int i = 0, n = ps.getPosition(); i < n; i++ ) {
}
}
ps.consume(1);
+ applied = true;
break;
}
}
}
- return true;
}
+ return applied;
}
/**
* Obtain mark anchor associated with mark coverage index.
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int giMark = ps.getGlyph(), ciMark;
- if ( ( ciMark = getCoverageIndex ( giMark ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ciMark = getCoverageIndex ( giMark ) ) >= 0 ) {
MarkAnchor ma = getMarkAnchor ( ciMark, giMark );
int mxc = getMaxComponentCount();
if ( ma != null ) {
}
}
ps.consume(1);
+ applied = true;
break;
}
}
}
- return true;
}
+ return applied;
}
/**
* Obtain mark anchor associated with mark coverage index.
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int giMark1 = ps.getGlyph(), ciMark1;
- if ( ( ciMark1 = getCoverageIndex ( giMark1 ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ciMark1 = getCoverageIndex ( giMark1 ) ) >= 0 ) {
MarkAnchor ma = getMark1Anchor ( ciMark1, giMark1 );
if ( ma != null ) {
if ( ps.hasPrev() ) {
}
}
ps.consume(1);
+ applied = true;
}
}
- return true;
}
+ return applied;
}
/**
* Obtain mark 1 anchor associated with mark 1 coverage index.
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int gi = ps.getGlyph(), ci;
- if ( ( ci = getCoverageIndex ( gi ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ci = getCoverageIndex ( gi ) ) >= 0 ) {
int[] rv = new int[1];
RuleLookup[] la = getLookups ( ci, gi, ps, rv );
if ( la != null ) {
ps.apply ( la, rv[0] );
+ applied = true;
}
- return true;
}
+ return applied;
}
/**
* Obtain rule lookups set associated current input glyph context.
}
/** {@inheritDoc} */
public boolean position ( GlyphPositioningState ps ) {
+ boolean applied = false;
int gi = ps.getGlyph(), ci;
- if ( ( ci = getCoverageIndex ( gi ) ) < 0 ) {
- return false;
- } else {
+ if ( ( ci = getCoverageIndex ( gi ) ) >= 0 ) {
int[] rv = new int[1];
RuleLookup[] la = getLookups ( ci, gi, ps, rv );
if ( la != null ) {
ps.apply ( la, rv[0] );
- return true;
- } else {
- return false;
+ applied = true;
}
}
+ return applied;
}
/**
* Obtain rule lookups set associated current input glyph context.
if ( gct == null ) {
return true;
} else {
- return gct.test ( igs, index );
+ return gct.test ( script, language, feature, igs, index );
}
}
import java.nio.IntBuffer;
import java.util.ArrayList;
+import java.util.HashMap;
import java.util.List;
+import java.util.Map;
import org.apache.fop.util.CharUtilities;
// CSOFF: InnerAssignmentCheck
// CSOFF: LineLengthCheck
+// CSOFF: WhitespaceAfterCheck
// CSOFF: NoWhitespaceAfterCheck
/**
private IntBuffer glyphs;
/** association list */
private List associations;
+ /** predications flag */
+ private boolean predications;
/**
* Instantiate a glyph sequence, reusing (i.e., not copying) the referenced
* @param characters a (possibly null) buffer of associated (originating) characters
* @param glyphs a (possibly null) buffer of glyphs
* @param associations a (possibly null) array of glyph to character associations
+ * @param predications true if predications are enabled
*/
- public GlyphSequence ( IntBuffer characters, IntBuffer glyphs, List associations ) {
+ public GlyphSequence ( IntBuffer characters, IntBuffer glyphs, List associations, boolean predications ) {
if ( characters == null ) {
characters = IntBuffer.allocate ( DEFAULT_CHARS_CAPACITY );
}
this.characters = characters;
this.glyphs = glyphs;
this.associations = associations;
+ this.predications = predications;
+ }
+
+ /**
+ * Instantiate a glyph sequence, reusing (i.e., not copying) the referenced
+ * character and glyph buffers and associations. If characters is null, then
+ * an empty character buffer is created. If glyphs is null, then a glyph buffer
+ * is created whose capacity is that of the character buffer. If associations is
+ * null, then identity associations are created.
+ * @param characters a (possibly null) buffer of associated (originating) characters
+ * @param glyphs a (possibly null) buffer of glyphs
+ * @param associations a (possibly null) array of glyph to character associations
+ */
+ public GlyphSequence ( IntBuffer characters, IntBuffer glyphs, List associations ) {
+ this ( characters, glyphs, associations, false );
}
/**
* @param gs an existing glyph sequence
*/
public GlyphSequence ( GlyphSequence gs ) {
- this ( gs.characters.duplicate(), copyBuffer ( gs.glyphs ), copyAssociations ( gs.associations ) );
+ this ( gs.characters.duplicate(), copyBuffer ( gs.glyphs ), copyAssociations ( gs.associations ), gs.predications );
}
/**
* @param lal lookahead association list
*/
public GlyphSequence ( GlyphSequence gs, int[] bga, int[] iga, int[] lga, CharAssociation[] bal, CharAssociation[] ial, CharAssociation[] lal ) {
- this ( gs.characters.duplicate(), concatGlyphs ( bga, iga, lga ), concatAssociations ( bal, ial, lal ) );
+ this ( gs.characters.duplicate(), concatGlyphs ( bga, iga, lga ), concatAssociations ( bal, ial, lal ), gs.predications );
}
/**
return aa;
}
+ /**
+ * Enable or disable predications.
+ * @param enable true if predications are to be enabled; otherwise false to disable
+ */
+ public void setPredications ( boolean enable ) {
+ this.predications = enable;
+ }
+
+ /**
+ * Obtain predications state.
+ * @return true if predications are enabled
+ */
+ public boolean getPredications() {
+ return this.predications;
+ }
+
+ /**
+ * Set predication <KEY,VALUE> at glyph sequence OFFSET.
+ * @param offset offset (index) into glyph sequence
+ * @param key predication key
+ * @param value predication value
+ */
+ public void setPredication ( int offset, String key, Object value ) {
+ if ( predications ) {
+ CharAssociation[] aa = getAssociations ( offset, 1 );
+ CharAssociation ca = aa[0];
+ ca.setPredication ( key, value );
+ }
+ }
+
+ /**
+ * Get predication KEY at glyph sequence OFFSET.
+ * @param offset offset (index) into glyph sequence
+ * @param key predication key
+ * @return predication KEY at OFFSET or null if none exists
+ */
+ public Object getPredication ( int offset, String key ) {
+ if ( predications ) {
+ CharAssociation[] aa = getAssociations ( offset, 1 );
+ CharAssociation ca = aa[0];
+ return ca.getPredication ( key );
+ } else {
+ return null;
+ }
+ }
+
/**
* Compare glyphs.
* @param gb buffer containing glyph indices with which this glyph sequence's glyphs are to be compared
}
}
+ /**
+ * Join (concatenate) glyph sequences.
+ * @param gs original glyph sequence from which to reuse character array reference
+ * @param sa array of glyph sequences, whose glyph arrays and association lists are to be concatenated
+ * @return new glyph sequence referring to character array of GS and concatenated glyphs and associations of SA
+ */
+ public static GlyphSequence join ( GlyphSequence gs, GlyphSequence[] sa ) {
+ assert sa != null;
+ int tg = 0;
+ int ta = 0;
+ for ( int i = 0, n = sa.length; i < n; i++ ) {
+ GlyphSequence s = sa [ i ];
+ IntBuffer ga = s.getGlyphs();
+ assert ga != null;
+ int ng = ga.limit();
+ List al = s.getAssociations();
+ assert al != null;
+ int na = al.size();
+ assert na == ng;
+ tg += ng;
+ ta += na;
+ }
+ IntBuffer uga = IntBuffer.allocate ( tg );
+ ArrayList ual = new ArrayList ( ta );
+ for ( int i = 0, n = sa.length; i < n; i++ ) {
+ GlyphSequence s = sa [ i ];
+ uga.put ( s.getGlyphs() );
+ ual.addAll ( s.getAssociations() );
+ }
+ return new GlyphSequence ( gs.getCharacters(), uga, ual, gs.getPredications() );
+ }
+
+ /**
+ * Reorder sequence such that [SOURCE,SOURCE+COUNT) is moved just prior to TARGET.
+ * @param gs input sequence
+ * @param source index of sub-sequence to reorder
+ * @param count length of sub-sequence to reorder
+ * @param target index to which source sub-sequence is to be moved
+ * @return reordered sequence (or original if no reordering performed)
+ */
+ public static GlyphSequence reorder ( GlyphSequence gs, int source, int count, int target ) {
+ if ( source != target ) {
+ int ng = gs.getGlyphCount();
+ int[] ga = gs.getGlyphArray ( false );
+ int[] nga = new int [ ng ];
+ GlyphSequence.CharAssociation[] aa = gs.getAssociations ( 0, ng );
+ GlyphSequence.CharAssociation[] naa = new GlyphSequence.CharAssociation [ ng ];
+ if ( source < target ) {
+ int t = 0;
+ for ( int s = 0, e = source; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = source + count, e = target; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = source, e = source + count; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = target, e = ng; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ } else {
+ int t = 0;
+ for ( int s = 0, e = target; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = source, e = source + count; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = target, e = source; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ for ( int s = source + count, e = ng; s < e; s++, t++ ) {
+ nga[t] = ga[s];
+ naa[t] = aa[s];
+ }
+ }
+ return new GlyphSequence ( gs, null, nga, null, null, naa, null );
+ } else {
+ return gs;
+ }
+ }
+
private static int[] toArray ( IntBuffer ib ) {
if ( ib != null ) {
int n = ib.limit();
}
/**
- * A structure class encapsulating an interval of character codes (in a CharSequence)
- * expressed as an offset and count (of code elements in a CharSequence, i.e., number of
- * UTF-16 code elements. N.B. count does not necessarily designate the number of Unicode
- * scalar values expressed by the CharSequence; in particular, it does not do so if there
- * is one or more UTF-16 surrogate pairs present in the CharSequence.)
+ * A structure class encapsulating an interval of characters
+ * expressed as an offset and count of Unicode scalar values (in
+ * an IntBuffer). A <code>CharAssociation</code> is used to
+ * maintain a backpointer from a glyph to one or more character
+ * intervals from which the glyph was derived.
+ *
+ * Each glyph in a glyph sequence is associated with a single
+ * <code>CharAssociation</code> instance.
+ *
+ * A <code>CharAssociation</code> instance is additionally (and
+ * optionally) used to record predication information about the
+ * glyph, such as whether the glyph was produced by the
+ * application of a specific substitution table or whether its
+ * position was adjusted by a specific poisitioning table.
*/
public static class CharAssociation implements Cloneable {
+ // instance state
private final int offset;
private final int count;
private final int[] subIntervals;
+ private Map<String,Object> predications;
+
+ // class state
+ private static volatile Map<String,PredicationMerger> predicationMergers;
+
+ interface PredicationMerger {
+ Object merge ( String key, Object v1, Object v2 );
+ }
/**
* Instantiate a character association.
- * @param offset into array of UTF-16 code elements (in associated CharSequence)
- * @param count of UTF-16 character code elements (in associated CharSequence)
+ * @param offset into array of Unicode scalar values (in associated IntBuffer)
+ * @param count of Unicode scalar values (in associated IntBuffer)
* @param subIntervals if disjoint, then array of sub-intervals, otherwise null; even
* members of array are sub-interval starts, and odd members are sub-interval
* ends (exclusive)
return ( subIntervals != null ) ? ( subIntervals.length / 2 ) : 0;
}
+ /**
+ * @param offset of interval in sequence
+ * @param count length of interval
+ * @return true if this association is contained within [offset,offset+count)
+ */
+ public boolean contained ( int offset, int count ) {
+ int s = offset;
+ int e = offset + count;
+ if ( ! isDisjoint() ) {
+ int s0 = getStart();
+ int e0 = getEnd();
+ return ( s0 >= s ) && ( e0 <= e );
+ } else {
+ int ns = getSubIntervalCount();
+ for ( int i = 0; i < ns; i++ ) {
+ int s0 = subIntervals [ 2 * i + 0 ];
+ int e0 = subIntervals [ 2 * i + 1 ];
+ if ( ( s0 >= s ) && ( e0 <= e ) ) {
+ return true;
+ }
+ }
+ return false;
+ }
+ }
+
+ /**
+ * Set predication <KEY,VALUE>.
+ * @param key predication key
+ * @param value predication value
+ */
+ public void setPredication ( String key, Object value ) {
+ if ( predications == null ) {
+ predications = new HashMap<String,Object>();
+ }
+ if ( predications != null ) {
+ predications.put ( key, value );
+ }
+ }
+
+ /**
+ * Get predication KEY.
+ * @param key predication key
+ * @return predication KEY at OFFSET or null if none exists
+ */
+ public Object getPredication ( String key ) {
+ if ( predications != null ) {
+ return predications.get ( key );
+ } else {
+ return null;
+ }
+ }
+
+ /**
+ * Merge predication <KEY,VALUE>.
+ * @param key predication key
+ * @param value predication value
+ */
+ public void mergePredication ( String key, Object value ) {
+ if ( predications == null ) {
+ predications = new HashMap<String,Object>();
+ }
+ if ( predications != null ) {
+ if ( predications.containsKey ( key ) ) {
+ Object v1 = predications.get ( key );
+ Object v2 = value;
+ predications.put ( key, mergePredicationValues ( key, v1, v2 ) );
+ } else {
+ predications.put ( key, value );
+ }
+ }
+ }
+
+ /**
+ * Merge predication values V1 and V2 on KEY. Uses registered <code>PredicationMerger</code>
+ * if one exists, otherwise uses V2 if non-null, otherwise uses V1.
+ * @param key predication key
+ * @param v1 first (original) predication value
+ * @param v2 second (to be merged) predication value
+ * @return merged value
+ */
+ public static Object mergePredicationValues ( String key, Object v1, Object v2 ) {
+ PredicationMerger pm = getPredicationMerger ( key );
+ if ( pm != null ) {
+ return pm.merge ( key, v1, v2 );
+ } else if ( v2 != null ) {
+ return v2;
+ } else {
+ return v1;
+ }
+ }
+
+ /**
+ * Merge predications from another CA.
+ * @param ca from which to merge
+ */
+ public void mergePredications ( CharAssociation ca ) {
+ if ( ca.predications != null ) {
+ for ( Map.Entry<String,Object> e : ca.predications.entrySet() ) {
+ mergePredication ( e.getKey(), e.getValue() );
+ }
+ }
+ }
+
/** {@inheritDoc} */
public Object clone() {
try {
- return super.clone();
+ CharAssociation ca = (CharAssociation) super.clone();
+ if ( predications != null ) {
+ ca.predications = new HashMap<String,Object> ( predications );
+ }
+ return ca;
} catch ( CloneNotSupportedException e ) {
return null;
}
}
+ /**
+ * Register predication merger PM for KEY.
+ * @param key for predication merger
+ * @param pm predication merger
+ */
+ public static void setPredicationMerger ( String key, PredicationMerger pm ) {
+ if ( predicationMergers == null ) {
+ predicationMergers = new HashMap<String,PredicationMerger>();
+ }
+ if ( predicationMergers != null ) {
+ predicationMergers.put ( key, pm );
+ }
+ }
+
+ /**
+ * Obtain predication merger for KEY.
+ * @param key for predication merger
+ * @return predication merger or null if none exists
+ */
+ public static PredicationMerger getPredicationMerger ( String key ) {
+ if ( predicationMergers != null ) {
+ return predicationMergers.get ( key );
+ } else {
+ return null;
+ }
+ }
+
/**
* Replicate association to form <code>repeat</code> new associations.
* @param a association to replicate
* @return (possibly disjoint) association containing joined associations
*/
public static CharAssociation join ( CharAssociation[] aa ) {
+ CharAssociation ca;
// extract sorted intervals
int[] ia = extractIntervals ( aa );
if ( ( ia == null ) || ( ia.length == 0 ) ) {
- return new CharAssociation ( 0, 0 );
+ ca = new CharAssociation ( 0, 0 );
} else if ( ia.length == 2 ) {
int s = ia[0];
int e = ia[1];
- return new CharAssociation ( s, e - s );
+ ca = new CharAssociation ( s, e - s );
} else {
- return new CharAssociation ( mergeIntervals ( ia ) );
+ ca = new CharAssociation ( mergeIntervals ( ia ) );
}
+ return mergePredicates ( ca, aa );
+ }
+
+ private static CharAssociation mergePredicates ( CharAssociation ca, CharAssociation[] aa ) {
+ for ( CharAssociation a : aa ) {
+ ca.mergePredications ( a );
+ }
+ return ca;
}
private static int getSubIntervalsStart ( int[] ia ) {
private IntBuffer ogb;
/** current output glyph to character associations */
private List oal;
+ /** character association predications */
+ private boolean predications;
/**
* Construct glyph substitution state.
super ( gs, script, language, feature, sct );
this.ogb = IntBuffer.allocate ( gs.getGlyphCount() );
this.oal = new ArrayList ( gs.getGlyphCount() );
+ this.predications = gs.getPredications();
}
/**
* Put (write) glyph into glyph output buffer.
* @param glyph to write
* @param a character association that applies to glyph
+ * @param predication a predication value to add to association A if predications enabled
*/
- public void putGlyph ( int glyph, GlyphSequence.CharAssociation a ) {
+ public void putGlyph ( int glyph, GlyphSequence.CharAssociation a, Object predication ) {
if ( ! ogb.hasRemaining() ) {
ogb = growBuffer ( ogb );
}
ogb.put ( glyph );
+ if ( predications && ( predication != null ) ) {
+ a.setPredication ( feature, predication );
+ }
oal.add ( a );
}
* Put (write) array of glyphs into glyph output buffer.
* @param glyphs to write
* @param associations array of character associations that apply to glyphs
+ * @param predication optional predicaion object to be associated with glyphs' associations
*/
- public void putGlyphs ( int[] glyphs, GlyphSequence.CharAssociation[] associations ) {
+ public void putGlyphs ( int[] glyphs, GlyphSequence.CharAssociation[] associations, Object predication ) {
assert glyphs != null;
assert associations != null;
assert associations.length >= glyphs.length;
for ( int i = 0, n = glyphs.length; i < n; i++ ) {
- putGlyph ( glyphs [ i ], associations [ i ] );
+ putGlyph ( glyphs [ i ], associations [ i ], predication );
}
}
}
}
// output glyphs and associations
- putGlyphs ( getGlyphs ( 0, nog, false, null, null, null ), getAssociations ( 0, nog, false, null, null, null ) );
+ putGlyphs ( getGlyphs ( 0, nog, false, null, null, null ), getAssociations ( 0, nog, false, null, null, null ), null );
// consume replaced input glyphs
consume ( nog );
return true;
super.applyDefault();
int gi = getGlyph();
if ( gi != 65535 ) {
- putGlyph ( gi, getAssociation() );
+ putGlyph ( gi, getAssociation(), null );
}
}
if ( ( go < 0 ) || ( go > 65535 ) ) {
go = 65535;
}
- ss.putGlyph ( go, ss.getAssociation() );
+ ss.putGlyph ( go, ss.getAssociation(), Boolean.TRUE );
ss.consume(1);
return true;
}
} else {
int[] ga = getGlyphsForCoverageIndex ( ci, gi );
if ( ga != null ) {
- ss.putGlyphs ( ga, GlyphSequence.CharAssociation.replicate ( ss.getAssociation(), ga.length ) );
+ ss.putGlyphs ( ga, GlyphSequence.CharAssociation.replicate ( ss.getAssociation(), ga.length ), Boolean.TRUE );
ss.consume(1);
}
return true;
if ( ( go < 0 ) || ( go > 65535 ) ) {
go = 65535;
}
- ss.putGlyph ( go, ss.getAssociation() );
+ ss.putGlyph ( go, ss.getAssociation(), Boolean.TRUE );
ss.consume(1);
return true;
}
// fetch associations of matched component glyphs
GlyphSequence.CharAssociation[] laa = ss.getAssociations ( 0, nga );
// output ligature glyph and its association
- ss.putGlyph ( go, GlyphSequence.CharAssociation.join ( laa ) );
+ ss.putGlyph ( go, GlyphSequence.CharAssociation.join ( laa ), Boolean.TRUE );
// fetch and output ignored glyphs (if necessary)
if ( ngi > 0 ) {
- ss.putGlyphs ( ss.getIgnoredGlyphs ( 0, ngi ), ss.getIgnoredAssociations ( 0, ngi ) );
+ ss.putGlyphs ( ss.getIgnoredGlyphs ( 0, ngi ), ss.getIgnoredAssociations ( 0, ngi ), null );
}
ss.consume ( nga + ngi );
}
public Ligature ( int ligature, int[] components ) {
if ( ( ligature < 0 ) || ( ligature > 65535 ) ) {
throw new AdvancedTypographicTableFormatException ( "invalid ligature glyph index: " + ligature );
- } else if ( ( components == null ) || ( components.length == 0 ) ) {
- throw new AdvancedTypographicTableFormatException ( "invalid ligature components, must be non-empty array" );
+ } else if ( components == null ) {
+ throw new AdvancedTypographicTableFormatException ( "invalid ligature components, must be non-null array" );
} else {
for ( int i = 0, n = components.length; i < n; i++ ) {
int gc = components [ i ];
* @param ligatures array of ligatures
*/
public LigatureSet ( Ligature[] ligatures ) {
- if ( ( ligatures == null ) || ( ligatures.length == 0 ) ) {
- throw new AdvancedTypographicTableFormatException ( "invalid ligatures, must be non-empty array" );
+ if ( ligatures == null ) {
+ throw new AdvancedTypographicTableFormatException ( "invalid ligatures, must be non-null array" );
} else {
this.ligatures = ligatures;
int ncMax = -1;
} else if ( feature.equals("*") ) {
throw new AdvancedTypographicTableFormatException ( "feature must not be wildcard" );
} else {
- this.script = script;
- this.language = language;
- this.feature = feature;
+ this.script = script.trim();
+ this.language = language.trim();
+ this.feature = feature.trim();
}
}
/**
* {@inheritDoc}
* @return the result of comparing the identifier of the specified lookup table with
- * the identifier of this lookup table
+ * the identifier of this lookup table; lookup table identifiers take the form
+ * "lu(DIGIT)+", with comparison based on numerical ordering of numbers expressed by
+ * (DIGIT)+.
*/
public int compareTo ( Object o ) {
if ( o instanceof LookupTable ) {
LookupTable lt = (LookupTable) o;
- return id.compareTo ( lt.id );
+ assert id.startsWith ( "lu" );
+ int i = Integer.parseInt ( id.substring ( 2 ) );
+ assert lt.id.startsWith ( "lu" );
+ int j = Integer.parseInt ( lt.id.substring ( 2 ) );
+ if ( i < j ) {
+ return -1;
+ } else if ( i > j ) {
+ return 1;
+ } else {
+ return 0;
+ }
} else {
return -1;
}
}
}
+ /**
+ * {@inheritDoc}
+ */
+ public CharSequence reorderCombiningMarks
+ ( CharSequence cs, int[][] gpa, String script, String language ) {
+ load(true);
+ if ( realFontDescriptor instanceof Substitutable ) {
+ return ((Substitutable)realFontDescriptor).
+ reorderCombiningMarks(cs, gpa, script, language);
+ } else {
+ return cs;
+ }
+ }
+
/**
* {@inheritDoc}
*/
private CIDSubset subset = new CIDSubset();
- /** A map from Unicode indices to glyph indices */
+ /**
+ * A map from Unicode indices to glyph indices. No assumption
+ * about ordering is made below. If lookup is changed to a binary
+ * search (from the current linear search), then addPrivateUseMapping()
+ * needs to be changed to perform ordered inserts.
+ */
private BFEntry[] bfentries = null;
/* advanced typographic support */
private GlyphSubstitutionTable gsub;
private GlyphPositioningTable gpos;
+ /* dynamic private use (character) mappings */
+ private int numMapped;
+ private int numUnmapped;
+ private int nextPrivateUse = 0xE000;
+ private int firstPrivate;
+ private int lastPrivate;
+ private int firstUnmapped;
+ private int lastUnmapped;
+
/**
* Default constructor
*/
* @param c the Unicode character index
* @return the glyph index (or 0 if the glyph is not available)
*/
- // [TBD] - needs optimization
+ // [TBD] - needs optimization, i.e., change from linear search to binary search
private int findGlyphIndex(int c) {
int idx = c;
int retIdx = SingleByteEncoding.NOT_FOUND_CODE_POINT;
for (int i = 0; (i < bfentries.length) && retIdx == 0; i++) {
if (bfentries[i].getUnicodeStart() <= idx
- && bfentries[i].getUnicodeEnd() >= idx) {
+ && bfentries[i].getUnicodeEnd() >= idx) {
retIdx = bfentries[i].getGlyphStartIndex()
+ idx
return retIdx;
}
+ /**
+ * Add a private use mapping {PU,GI} to the existing BFENTRIES map.
+ * N.B. Does not insert in order, merely appends to end of existing map.
+ */
+ private synchronized void addPrivateUseMapping ( int pu, int gi ) {
+ assert findGlyphIndex ( pu ) == SingleByteEncoding.NOT_FOUND_CODE_POINT;
+ BFEntry[] bfeOld = bfentries;
+ int bfeCnt = bfeOld.length;
+ BFEntry[] bfeNew = new BFEntry [ bfeCnt + 1 ];
+ System.arraycopy ( bfeOld, 0, bfeNew, 0, bfeCnt );
+ bfeNew [ bfeCnt ] = new BFEntry ( pu, pu, gi );
+ bfentries = bfeNew;
+ }
+
+ /**
+ * Given a glyph index, create a new private use mapping, augmenting the bfentries
+ * table. This is needed to accommodate the presence of an (output) glyph index in a
+ * complex script glyph substitution that does not correspond to a character in the
+ * font's CMAP. The creation of such private use mappings is deferred until an
+ * attempt is actually made to perform the reverse lookup from the glyph index. This
+ * is necessary in order to avoid exhausting the private use space on fonts containing
+ * many such non-mapped glyph indices, if these mappings had been created statically
+ * at font load time.
+ * @param gi glyph index
+ * @returns unicode scalar value
+ */
+ private int createPrivateUseMapping ( int gi ) {
+ while ( ( nextPrivateUse < 0xF900 )
+ && ( findGlyphIndex(nextPrivateUse) != SingleByteEncoding.NOT_FOUND_CODE_POINT ) ) {
+ nextPrivateUse++;
+ }
+ if ( nextPrivateUse < 0xF900 ) {
+ int pu = nextPrivateUse;
+ addPrivateUseMapping ( pu, gi );
+ if ( firstPrivate == 0 ) {
+ firstPrivate = pu;
+ }
+ lastPrivate = pu;
+ numMapped++;
+ if (log.isDebugEnabled()) {
+ log.debug ( "Create private use mapping from "
+ + CharUtilities.format ( pu )
+ + " to glyph index " + gi
+ + " in font '" + getFullName() + "'" );
+ }
+ return pu;
+ } else {
+ if ( firstUnmapped == 0 ) {
+ firstUnmapped = gi;
+ }
+ lastUnmapped = gi;
+ numUnmapped++;
+ log.warn ( "Exhausted private use area: unable to map "
+ + numUnmapped + " glyphs in glyph index range ["
+ + firstUnmapped + "," + lastUnmapped
+ + "] (inclusive) of font '" + getFullName() + "'" );
+ return 0;
+ }
+ }
+
/**
* Returns the Unicode scalar value that corresponds to the glyph index. If more than
* one correspondence exists, then the first one is returned (ordered by bfentries[]).
- * If the glyph index is Typeface.NOT_FOUND, then returns the Unicode replacement
- * character (0x00FFFD).
* @param gi glyph index
* @returns unicode scalar value
*/
- // [TBD] - needs optimization
- private int findCharacterFromGlyphIndex ( int gi ) {
+ // [TBD] - needs optimization, i.e., change from linear search to binary search
+ private int findCharacterFromGlyphIndex ( int gi, boolean augment ) {
int cc = 0;
for ( int i = 0, n = bfentries.length; i < n; i++ ) {
BFEntry be = bfentries [ i ];
break;
}
}
+ if ( ( cc == 0 ) && augment ) {
+ cc = createPrivateUseMapping ( gi );
+ }
return cc;
}
+ private int findCharacterFromGlyphIndex ( int gi ) {
+ return findCharacterFromGlyphIndex ( gi, true );
+ }
+
+
/** {@inheritDoc} */
public char mapChar(char c) {
notifyMapOperation();
}
}
+ /** {@inheritDoc} */
+ public CharSequence reorderCombiningMarks
+ ( CharSequence cs, int[][] gpa, String script, String language ) {
+ if ( gdef != null ) {
+ GlyphSequence igs = mapCharsToGlyphs ( cs );
+ GlyphSequence ogs = gdef.reorderCombiningMarks ( igs, gpa, script, language );
+ CharSequence ocs = mapGlyphsToChars ( ogs );
+ return ocs;
+ } else {
+ return cs;
+ }
+ }
+
/** {@inheritDoc} */
public boolean performsPositioning() {
return gpos != null;
( "ill-formed UTF-16 sequence, "
+ "contains isolated low surrogate at index " + i );
}
+ notifyMapOperation();
gi = findGlyphIndex ( cc );
if ( gi == SingleByteEncoding.NOT_FOUND_CODE_POINT ) {
+ warnMissingGlyph ( (char) cc );
gi = giMissing;
}
cb.put ( cc );
import java.util.List;
import java.util.Map;
+import org.apache.fop.util.CharUtilities;
+
// CSOFF: InnerAssignmentCheck
// CSOFF: LineLengthCheck
// CSOFF: ParameterNumberCheck
}
/**
- * Obtain script specific substitution features.
+ * Obtain script specific required substitution features.
* @return array of suppported substitution features or null
*/
public abstract String[] getSubstitutionFeatures();
+ /**
+ * Obtain script specific optional substitution features.
+ * @return array of suppported substitution features or null
+ */
+ public String[] getOptionalSubstitutionFeatures() {
+ return new String[0];
+ }
+
/**
* Obtain script specific substitution context tester.
* @return substitution context tester or null
* @param sct a script specific context tester (or null)
* @return the substituted (output) glyph sequence
*/
- public final GlyphSequence substitute ( GlyphSequence gs, String script, String language, GlyphTable.UseSpec[] usa, ScriptContextTester sct ) {
+ public GlyphSequence substitute ( GlyphSequence gs, String script, String language, GlyphTable.UseSpec[] usa, ScriptContextTester sct ) {
assert usa != null;
for ( int i = 0, n = usa.length; i < n; i++ ) {
GlyphTable.UseSpec us = usa [ i ];
}
/**
- * Obtain script specific positioning features.
+ * Reorder combining marks in glyph sequence so that they precede (within the sequence) the base
+ * character to which they are applied. N.B. In the case of RTL segments, marks are not reordered by this,
+ * method since when the segment is reversed by BIDI processing, marks are automatically reordered to precede
+ * their base glyph.
+ * @param gdef the glyph definition table that applies
+ * @param gs an input glyph sequence
+ * @param gpa associated glyph position adjustments (also reordered)
+ * @param script a script identifier
+ * @param language a language identifier
+ * @return the reordered (output) glyph sequence
+ */
+ public GlyphSequence reorderCombiningMarks ( GlyphDefinitionTable gdef, GlyphSequence gs, int[][] gpa, String script, String language ) {
+ return gs;
+ }
+
+ /**
+ * Obtain script specific required positioning features.
* @return array of suppported positioning features or null
*/
public abstract String[] getPositioningFeatures();
+ /**
+ * Obtain script specific optional positioning features.
+ * @return array of suppported positioning features or null
+ */
+ public String[] getOptionalPositioningFeatures() {
+ return new String[0];
+ }
+
/**
* Obtain script specific positioning context tester.
* @return positioning context tester or null
* @param sct a script specific context tester (or null)
* @return true if some adjustment is not zero; otherwise, false
*/
- public final boolean position ( GlyphSequence gs, String script, String language, int fontSize, GlyphTable.UseSpec[] usa, int[] widths, int[][] adjustments, ScriptContextTester sct ) {
+ public boolean position ( GlyphSequence gs, String script, String language, int fontSize, GlyphTable.UseSpec[] usa, int[] widths, int[][] adjustments, ScriptContextTester sct ) {
assert usa != null;
boolean adjusted = false;
for ( int i = 0, n = usa.length; i < n; i++ ) {
ScriptProcessor sp = null;
if ( "arab".equals ( script ) ) {
sp = new ArabicScriptProcessor ( script );
+ } else if ( CharUtilities.isIndicScript ( script ) ) {
+ sp = IndicScriptProcessor.makeProcessor ( script );
} else {
sp = new DefaultScriptProcessor ( script );
}
*/
CharSequence performSubstitution ( CharSequence cs, String script, String language );
+ /**
+ * Reorder combining marks in character sequence so that they precede (within the sequence) the base
+ * character to which they are applied. N.B. In the case of LTR segments, marks are not reordered by this,
+ * method since when the segment is reversed by BIDI processing, marks are automatically reordered to precede
+ * their base character.
+ * @param cs character sequence within which combining marks to be reordered
+ * @param gpa associated glyph position adjustments (also reordered)
+ * @param script a script identifier
+ * @param language a language identifier
+ * @return output sequence containing reordered "font characters"
+ */
+ CharSequence reorderCombiningMarks ( CharSequence cs, int[][] gpa, String script, String language );
+
}
// try to determine triplet information from font file
CustomFont customFont = null;
- if (fontURL.toExternalForm().endsWith(".ttc")) {
+ if (fontURL.toExternalForm().toLowerCase().endsWith(".ttc")) {
// Get a list of the TTC Font names
List<String> ttcNames = null;
String fontFileURL = fontURL.toExternalForm().trim();
import org.apache.fop.fonts.GlyphSubtable;
import org.apache.fop.fonts.GlyphTable;
-import org.apache.fop.util.CharUtilities;
-
// CSOFF: AvoidNestedBlocksCheck
// CSOFF: NoWhitespaceAfterCheck
// CSOFF: InnerAssignmentCheck
return false;
}
// Create cmaps for bfentries
- augmentCMaps();
createCMaps();
readKerning(in);
return true;
}
- /**
- * Augment the previously ingested CMAP data with new entries to ensure
- * that every glyph index has a corresponding Unicode value. This is required
- * by GSUB/GPOS processing which can emit glyph indices that are not in the
- * normal CMAP (and, for which, on other platforms, the glyph indices are used
- * directly for rendering purposes (rather than character codes). However, in
- * the case of FOP IF representation, character codes are used, and, consequently
- * every glyph needs some character value. Here, we assign them to the Unicode
- * private use range, starting at 0xE000 up to 0xF8FF. If there are existing
- * assignments in this range, we just skip over them. Note that it is possible
- * to exhaust this range of 6400 code values in the case a font has an
- * extraordinary number of unmapped glyphs. In that case, we do not make
- * any further assignments, but print a warning message.
- */
- private void augmentCMaps() {
- int numMapped = 0;
- int numUnmapped = 0;
- int nextPrivateUse = 0xE000;
- int firstPrivate = 0;
- int lastPrivate = 0;
- int firstUnmapped = 0;
- int lastUnmapped = 0;
- for ( int i = 0, n = numberOfGlyphs; i < n; i++ ) {
- Integer uc = glyphToUnicode ( i );
- if ( uc == null ) {
- while ( ( nextPrivateUse < 0xF900 ) && ( unicodeToGlyphMap.get(Integer.valueOf(nextPrivateUse)) != null ) ) {
- nextPrivateUse++;
- }
- if ( nextPrivateUse < 0xF900 ) {
- int pu = nextPrivateUse;
- unicodeMappings.add ( new UnicodeMapping ( i, pu ) );
- if ( firstPrivate == 0 ) {
- firstPrivate = pu;
- }
- lastPrivate = pu;
- numMapped++;
- } else {
- if ( firstUnmapped == 0 ) {
- firstUnmapped = i;
- }
- lastUnmapped = i;
- numUnmapped++;
- }
- }
- }
- if ( numMapped > 0 ) {
- if (log.isDebugEnabled()) {
- log.debug ( "augment CMAP for "
- + numMapped
- + " glyphs, mapped to private use characters in the range ["
- + CharUtilities.format ( firstPrivate ) + ","
- + CharUtilities.format ( lastPrivate ) + "] (inclusive)" );
- }
- }
- if ( numUnmapped > 0 ) {
- log.warn ( "Exhausted private use area: unable to map "
- + numUnmapped + " glyphs in glyph index range ["
- + firstUnmapped + "," + lastUnmapped + "] (inclusive) of font '" + getFullName() + "'" );
- }
- }
-
private void createCMaps() {
cmaps = new java.util.ArrayList();
TTFCmapEntry tce = new TTFCmapEntry();
capHeight = os2CapHeight;
}
if (capHeight == 0) {
- log.warn("capHeight value could not be determined."
+ log.debug("capHeight value could not be determined."
+ " The font may not work as expected.");
}
}
xHeight = os2xHeight;
}
if (xHeight == 0) {
- log.warn("xHeight value could not be determined."
+ log.debug("xHeight value could not be determined."
+ " The font may not work as expected.");
}
}
int es = in.readTTFUShort();
// read delta format
int df = in.readTTFUShort();
- // read deltas
- int n = ( es - ss ) + 1;
- int[] da = new int [ n ];
int s1, m1, dm, dd, s2;
if ( df == 1 ) {
s1 = 14; m1 = 0x3; dm = 1; dd = 4; s2 = 2;
} else if ( df == 3 ) {
s1 = 8; m1 = 0xFF; dm = 127; dd = 256; s2 = 8;
} else {
- throw new AdvancedTypographicTableFormatException ( "unsupported device table delta format: " + df );
+ log.debug ( "unsupported device table delta format: " + df + ", ignoring device table" );
+ return null;
+ }
+ // read deltas
+ int n = ( es - ss ) + 1;
+ if ( n < 0 ) {
+ log.debug ( "invalid device table delta count: " + n + ", ignoring device table" );
+ return null;
}
+ int[] da = new int [ n ];
for ( int i = 0; ( i < n ) && ( s2 > 0 );) {
int p = in.readTTFUShort();
for ( int j = 0, k = 16 / s2; j < k; j++ ) {
dirOffsets[i] = in.readTTFULong();
}
- if (log.isDebugEnabled()) {
- log.debug("This is a TrueType collection file with "
- + numDirectories + " fonts");
- log.debug("Containing the following fonts: ");
- }
+ log.info("This is a TrueType collection file with "
+ + numDirectories + " fonts");
+ log.info("Containing the following fonts: ");
for (int i = 0; (i < numDirectories); i++) {
in.seekSet(dirOffsets[i]);
readName(in);
- log.debug(fullName);
+ log.info(fullName);
fontNames.add(fullName);
// Reset names
import java.util.Arrays;
import java.util.ArrayList;
import java.util.Iterator;
+import java.util.LinkedList;
import java.util.List;
import java.util.Stack;
import java.util.Vector;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
+import org.apache.fop.area.Area;
import org.apache.fop.area.LineArea;
+import org.apache.fop.area.LinkResolver;
import org.apache.fop.area.inline.Anchor;
+import org.apache.fop.area.inline.BasicLinkArea;
import org.apache.fop.area.inline.InlineArea;
import org.apache.fop.area.inline.InlineBlockParent;
import org.apache.fop.area.inline.InlineParent;
+import org.apache.fop.area.inline.InlineViewport;
import org.apache.fop.area.inline.Leader;
import org.apache.fop.area.inline.Space;
import org.apache.fop.area.inline.SpaceArea;
import org.apache.fop.area.inline.TextArea;
+import org.apache.fop.area.inline.UnresolvedPageNumber;
import org.apache.fop.area.inline.WordArea;
-import org.apache.fop.area.inline.InlineViewport;
import org.apache.fop.fo.CharIterator;
import org.apache.fop.fo.Constants;
import org.apache.fop.fo.FObj;
import org.apache.fop.fo.FONode;
import org.apache.fop.fo.FOText;
import org.apache.fop.fo.flow.AbstractPageNumberCitation;
+import org.apache.fop.fo.flow.AbstractGraphics;
import org.apache.fop.fo.flow.BidiOverride;
import org.apache.fop.fo.flow.Block;
import org.apache.fop.fo.flow.BlockContainer;
import org.apache.fop.fo.flow.Inline;
import org.apache.fop.fo.flow.InlineContainer;
import org.apache.fop.fo.flow.InlineLevel;
+import org.apache.fop.fo.flow.ListItem;
import org.apache.fop.fo.flow.PageNumber;
+import org.apache.fop.fo.flow.Wrapper;
import org.apache.fop.fo.pagination.Flow;
import org.apache.fop.fo.pagination.PageSequence;
import org.apache.fop.traits.Direction;
+import org.apache.fop.traits.WritingModeTraits;
import org.apache.fop.traits.WritingModeTraitsGetter;
import org.apache.fop.text.bidi.BidiClassUtils;
import org.apache.fop.util.CharUtilities;
if ( r != null ) {
r.append ( ( (Character) fn ) .charIterator(), fn );
}
+ } else if ( ( fn instanceof AbstractPageNumberCitation ) || ( fn instanceof AbstractGraphics ) ) {
+ if ( r != null ) {
+ r.append ( CharUtilities.OBJECT_REPLACEMENT_CHARACTER, fn );
+ }
} else if ( fn instanceof BidiOverride ) {
if ( r != null ) {
ranges = collectBidiOverrideRanges ( (BidiOverride) fn, r, ranges );
}
+ } else if ( fn instanceof ListItem ) {
+ ranges = collectRanges ( ( (ListItem) fn ) .getLabel(), ranges );
+ ranges = collectRanges ( ( (ListItem) fn ) .getBody(), ranges );
} else if ( fn instanceof PageSequence ) {
ranges = collectRanges ( ( (PageSequence) fn ) .getMainFlow(), ranges );
} else {
runs = collectRuns ( (WordArea) ia, runs );
} else if ( ia instanceof SpaceArea ) {
runs = collectRuns ( (SpaceArea) ia, runs );
- } else if ( ia instanceof InlineParent ) {
- runs = collectRuns ( (InlineParent) ia, runs );
- } else if ( ia instanceof InlineViewport ) {
- runs = collectRuns ( (InlineViewport) ia, runs );
+ } else if ( ia instanceof Anchor ) {
+ runs = collectRuns ( (Anchor) ia, runs );
} else if ( ia instanceof Leader ) {
runs = collectRuns ( (Leader) ia, runs );
} else if ( ia instanceof Space ) {
runs = collectRuns ( (Space) ia, runs );
- } else if ( ia instanceof Anchor ) {
- runs = collectRuns ( (Anchor) ia, runs );
+ } else if ( ia instanceof UnresolvedPageNumber ) {
+ runs = collectRuns ( (UnresolvedPageNumber) ia, runs );
} else if ( ia instanceof InlineBlockParent ) {
runs = collectRuns ( (InlineBlockParent) ia, runs );
+ } else if ( ia instanceof InlineViewport ) {
+ runs = collectRuns ( (InlineViewport) ia, runs );
+ } else if ( ia instanceof InlineParent ) {
+ runs = collectRuns ( (InlineParent) ia, runs );
}
}
return runs;
}
private static List collectRuns ( Anchor a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
return runs;
}
private static List collectRuns ( InlineBlockParent a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
return runs;
}
return collectRuns ( a.getChildAreas(), runs );
}
+ private static List collectRuns ( InlineViewport a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
+ return runs;
+ }
+
private static List collectRuns ( Leader a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
return runs;
}
private static List collectRuns ( Space a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
return runs;
}
return runs;
}
- private static List collectRuns ( InlineViewport a, List runs ) {
+ private static List collectRuns ( UnresolvedPageNumber a, List runs ) {
+ runs.add ( new InlineRun ( a, new int[] {a.getBidiLevel()}) );
return runs;
}
return runs;
}
private static void replaceInlines ( LineArea la, List runs ) {
- List inlines = new ArrayList();
+ List<InlineArea> inlines = new ArrayList<InlineArea>();
for ( Iterator it = runs.iterator(); it.hasNext(); ) {
InlineRun ir = (InlineRun) it.next();
inlines.add ( ir.getInline() );
}
- inlines = unflattenInlines ( inlines );
- la.setInlineAreas ( inlines );
- }
- private static List unflattenInlines ( List inlines ) {
- List inlinesNew = new ArrayList(); // unflattened inlines being consed
- TextArea tLast = null; // last text area parent
- TextArea tNew = null; // new text area being consed
- int lLast = -1; // last bidi level
- for ( Iterator it = inlines.iterator(); it.hasNext(); ) {
- InlineArea ia = (InlineArea) it.next();
- if ( ( ia instanceof WordArea ) || ( ia instanceof SpaceArea ) ) {
- TextArea t = (TextArea) ia.getParentArea();
- int l = ia.getBidiLevel();
- if ( isEndOfTextArea ( t, tLast, l, lLast ) ) {
- if ( tNew != null ) {
- inlinesNew.add ( tNew );
- tNew = null;
- }
- }
- if ( tNew == null ) {
- tNew = createUnflattenedText ( t );
- }
- tNew.addChildArea ( ia );
- tLast = t;
- lLast = l;
- } else {
- inlinesNew.add ( ia );
- }
- }
- if ( tNew != null ) {
- inlinesNew.add ( tNew );
- }
- return inlinesNew;
- }
- private static boolean isEndOfTextArea ( TextArea t, TextArea tLast, int level, int levelLast ) {
- if ( ( tLast != null ) && ( t != tLast ) ) {
- return true;
- } else if ( ( levelLast != -1 ) && ( level != levelLast ) ) {
- return true;
- } else {
- return false;
- }
+ la.setInlineAreas ( unflattenInlines ( inlines ) );
}
- private static TextArea createUnflattenedText ( TextArea t ) {
- TextArea tNew = new TextArea();
- if ( t != null ) {
- tNew.setBPD ( t.getBPD() );
- tNew.setTraits ( t.getTraits() );
- tNew.setBlockProgressionOffset ( t.getBlockProgressionOffset() );
- tNew.setBaselineOffset ( t.getBaselineOffset() );
- }
- return tNew;
+ private static List unflattenInlines ( List<InlineArea> inlines ) {
+ return new UnflattenProcessor ( inlines ) .unflatten();
}
private static void dumpRuns ( String header, List runs ) {
log.debug ( header );
private static boolean isRangeBoundary ( FONode fn ) {
if ( fn instanceof Block ) { // fo:block
return true;
+ } else if ( fn instanceof Character ) { // fo:character
+ return false;
} else if ( fn instanceof InlineLevel ) { // fo:inline, fo:leader, fo:bidi-override, fo:title
return false;
} else if ( fn instanceof InlineContainer ) { // fo:inline-container
return false;
} else if ( fn instanceof PageNumber ) { // fo:page-number
return false;
- } else if ( fn instanceof ExternalGraphic ) { // fo:external-graphic
+ } else if ( fn instanceof AbstractGraphics ) { // fo:external-graphic, fo:instream-foreign-object
+ return false;
+ } else if ( fn instanceof Wrapper ) { // fo:wrapper
return false;
} else if ( fn instanceof FOText ) { // #PCDATA
return false;
}
void resolve() {
WritingModeTraitsGetter tg;
- if ( ( tg = getWritingModeTraitsGetter ( getNode() ) ) != null ) {
+ if ( ( tg = WritingModeTraits.getWritingModeTraitsGetter ( getNode() ) ) != null ) {
resolve ( tg.getInlineProgressionDirection() );
}
}
public String toString() {
- StringBuffer sb = new StringBuffer ( "DR: " + fn.getLocalName() + "{ <" + CharUtilities.toNCRefs ( buffer.toString() ) + ">" );
+ StringBuffer sb = new StringBuffer ( "DR: " + fn.getLocalName() + " { <" + CharUtilities.toNCRefs ( buffer.toString() ) + ">" );
sb.append ( ", intervals <" );
boolean first = true;
for ( Iterator it = intervals.iterator(); it.hasNext(); ) {
}
sb.append ( ti.toString() );
}
- sb.append(">}");
+ sb.append("> }");
return sb.toString();
}
private void resolve ( Direction paragraphEmbeddingLevel ) {
}
}
}
- private WritingModeTraitsGetter getWritingModeTraitsGetter ( FONode fn ) {
- for ( FONode n = fn; n != null; n = n.getParent() ) {
- if ( n instanceof WritingModeTraitsGetter ) {
- return (WritingModeTraitsGetter) n;
- }
- }
- return null;
- }
}
private static class TextInterval {
( (FOText) fn ) .setBidiLevel ( level, start - textStart, end - textStart );
} else if ( fn instanceof Character ) {
( (Character) fn ) .setBidiLevel ( level );
+ } else if ( fn instanceof AbstractPageNumberCitation ) {
+ ( (AbstractPageNumberCitation) fn ) .setBidiLevel ( level );
+ } else if ( fn instanceof AbstractGraphics ) {
+ ( (AbstractGraphics) fn ) .setBidiLevel ( level );
}
}
public boolean equals ( Object o ) {
c = 'C';
} else if ( fn instanceof BidiOverride ) {
c = 'B';
+ } else if ( fn instanceof AbstractPageNumberCitation ) {
+ c = '#';
+ } else if ( fn instanceof AbstractGraphics ) {
+ c = 'G';
} else {
c = '?';
}
} else if ( inline instanceof SpaceArea ) {
c = 'S';
content = ( (SpaceArea) inline ) .getSpace();
- } else if ( inline instanceof InlineParent ) {
- c = 'I';
- } else if ( inline instanceof InlineBlockParent ) {
- c = 'B';
- } else if ( inline instanceof InlineViewport ) {
- c = 'V';
- } else if ( inline instanceof Leader ) {
- c = 'L';
} else if ( inline instanceof Anchor ) {
c = 'A';
+ } else if ( inline instanceof Leader ) {
+ c = 'L';
} else if ( inline instanceof Space ) {
c = 'G'; // 'G' => glue
+ } else if ( inline instanceof UnresolvedPageNumber ) {
+ c = '#';
+ content = ( (UnresolvedPageNumber) inline ) .getText();
+ } else if ( inline instanceof InlineBlockParent ) {
+ c = 'B';
+ } else if ( inline instanceof InlineViewport ) {
+ c = 'V';
+ } else if ( inline instanceof InlineParent ) {
+ c = 'I';
} else {
c = '?';
}
}
}
+ /**
+ * The <code>UnflattenProcessor</code> class is used to reconstruct (by unflattening) a line's
+ * area hierarachy after leaf inline area reordering is complete.
+ */
+ static class UnflattenProcessor {
+ private List<InlineArea> il; // list of flattened inline areas being unflattened
+ private List<InlineArea> ilNew; // list of unflattened inline areas being constructed
+ private int iaLevelLast; // last (previous) level of current inline area (if applicable) or -1
+ private TextArea tcOrig; // original text area container
+ private TextArea tcNew; // new text area container being constructed
+ private Stack<InlineParent> icOrig; // stack of original inline parent containers
+ private Stack<InlineParent> icNew; // stack of new inline parent containers being constructed
+ UnflattenProcessor ( List<InlineArea> inlines ) {
+ this.il = inlines;
+ this.ilNew = new ArrayList<InlineArea>();
+ this.iaLevelLast = -1;
+ this.icOrig = new Stack<InlineParent>();
+ this.icNew = new Stack<InlineParent>();
+ }
+ List unflatten() {
+ if ( il != null ) {
+ for ( Iterator<InlineArea> it = il.iterator(); it.hasNext(); ) {
+ process ( it.next() );
+ }
+ }
+ finishAll();
+ return ilNew;
+ }
+ private void process ( InlineArea ia ) {
+ process ( findInlineContainers ( ia ), findTextContainer ( ia ), ia );
+ }
+ private void process ( List<InlineParent> ich, TextArea tc, InlineArea ia ) {
+ maybeFinishTextContainer ( tc, ia );
+ maybeFinishInlineContainers ( ich, tc, ia );
+ update ( ich, tc, ia );
+ }
+ private boolean shouldFinishTextContainer ( TextArea tc, InlineArea ia ) {
+ if ( ( tcOrig != null ) && ( tc != tcOrig ) ) {
+ return true;
+ } else if ( ( iaLevelLast != -1 ) && ( ia.getBidiLevel() != iaLevelLast ) ) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+ private void finishTextContainer() {
+ finishTextContainer ( null, null );
+ }
+ private void finishTextContainer ( TextArea tc, InlineArea ia ) {
+ if ( tcNew != null ) {
+ updateIPD ( tcNew );
+ if ( ! icNew.empty() ) {
+ icNew.peek().addChildArea ( tcNew );
+ } else {
+ ilNew.add ( tcNew );
+ }
+ }
+ tcNew = null;
+ }
+ private void maybeFinishTextContainer ( TextArea tc, InlineArea ia ) {
+ if ( shouldFinishTextContainer ( tc, ia ) ) {
+ finishTextContainer ( tc, ia );
+ }
+ }
+ private boolean shouldFinishInlineContainer ( List<InlineParent> ich, TextArea tc, InlineArea ia ) {
+ if ( ( ich == null ) || ich.isEmpty() ) {
+ return ! icOrig.empty();
+ } else {
+ if ( ! icOrig.empty() ) {
+ InlineParent ic = ich.get(0);
+ InlineParent ic0 = icOrig.peek();
+ return ( ic != ic0 ) && ! isInlineParentOf ( ic, ic0 );
+ } else {
+ return false;
+ }
+ }
+ }
+ private void finishInlineContainer() {
+ finishInlineContainer ( null, null, null );
+ }
+ private void finishInlineContainer ( List<InlineParent> ich, TextArea tc, InlineArea ia ) {
+ if ( ( ich != null ) && ! ich.isEmpty() ) { // finish non-matching inner inline container(s)
+ for ( Iterator<InlineParent> it = ich.iterator(); it.hasNext(); ) {
+ InlineParent ic = it.next();
+ InlineParent ic0 = icOrig.empty() ? null : icOrig.peek();
+ if ( ic0 == null ) {
+ assert icNew.empty();
+ } else if ( ic != ic0 ) {
+ assert ! icNew.empty();
+ InlineParent icO0 = icOrig.pop();
+ InlineParent icN0 = icNew.pop();
+ assert icO0 != null;
+ assert icN0 != null;
+ if ( icNew.empty() ) {
+ ilNew.add ( icN0 );
+ } else {
+ icNew.peek().addChildArea ( icN0 );
+ }
+ if ( ! icOrig.empty() && ( icOrig.peek() == ic ) ) {
+ break;
+ }
+ } else {
+ break;
+ }
+ }
+ } else { // finish all inline containers
+ while ( ! icNew.empty() ) {
+ InlineParent icO0 = icOrig.pop();
+ InlineParent icN0 = icNew.pop();
+ assert icO0 != null;
+ assert icN0 != null;
+ if ( icNew.empty() ) {
+ ilNew.add ( icN0 );
+ } else {
+ icNew.peek().addChildArea ( icN0 );
+ }
+ }
+ }
+ }
+ private void maybeFinishInlineContainers ( List<InlineParent> ich, TextArea tc, InlineArea ia ) {
+ if ( shouldFinishInlineContainer ( ich, tc, ia ) ) {
+ finishInlineContainer ( ich, tc, ia );
+ }
+ }
+ private void finishAll() {
+ finishTextContainer();
+ finishInlineContainer();
+ }
+ private void update ( List<InlineParent> ich, TextArea tc, InlineArea ia ) {
+ if ( ( ich != null ) && ! ich.isEmpty() ) {
+ pushInlineContainers ( ich );
+ }
+ if ( tc != null ) {
+ pushTextContainer ( tc, ia );
+ } else {
+ pushNonTextInline ( ia );
+ }
+ iaLevelLast = ia.getBidiLevel();
+ tcOrig = tc;
+ }
+ private void pushInlineContainers ( List<InlineParent> ich ) {
+ LinkedList<InlineParent> icl = new LinkedList<InlineParent>();
+ for ( Iterator<InlineParent> it = ich.iterator(); it.hasNext(); ) {
+ InlineParent ic = it.next();
+ if ( icOrig.search ( ic ) >= 0 ) {
+ break;
+ } else {
+ icl.addFirst ( ic );
+ }
+ }
+ for ( Iterator<InlineParent> it = icl.iterator(); it.hasNext(); ) {
+ InlineParent ic = it.next();
+ icOrig.push ( ic );
+ icNew.push ( generateInlineContainer ( ic ) );
+ }
+ }
+ private void pushTextContainer ( TextArea tc, InlineArea ia ) {
+ if ( tc instanceof UnresolvedPageNumber ) {
+ tcNew = tc;
+ } else {
+ if ( tcNew == null ) {
+ tcNew = generateTextContainer ( tc );
+ }
+ tcNew.addChildArea ( ia );
+ }
+ }
+ private void pushNonTextInline ( InlineArea ia ) {
+ if ( icNew.empty() ) {
+ ilNew.add ( ia );
+ } else {
+ icNew.peek().addChildArea ( ia );
+ }
+ }
+ private InlineParent generateInlineContainer ( InlineParent i ) {
+ if ( i instanceof BasicLinkArea ) {
+ return generateBasicLinkArea ( (BasicLinkArea) i );
+ } else {
+ return generateInlineContainer0 ( i );
+ }
+ }
+ private InlineParent generateBasicLinkArea ( BasicLinkArea l ) {
+ BasicLinkArea lc = new BasicLinkArea();
+ if ( l != null ) {
+ initializeInlineContainer ( lc, l );
+ initializeLinkArea ( lc, l );
+ }
+ return lc;
+ }
+ private void initializeLinkArea ( BasicLinkArea lc, BasicLinkArea l ) {
+ assert lc != null;
+ assert l != null;
+ LinkResolver r = l.getResolver();
+ if ( r != null ) {
+ String[] idrefs = r.getIDRefs();
+ if ( idrefs.length > 0 ) {
+ String idref = idrefs[0];
+ LinkResolver lr = new LinkResolver ( idref, lc );
+ lc.setResolver ( lr );
+ r.addDependent ( lr );
+ }
+ }
+ }
+ private InlineParent generateInlineContainer0 ( InlineParent i ) {
+ InlineParent ic = new InlineParent();
+ if ( i != null ) {
+ initializeInlineContainer ( ic, i );
+ }
+ return ic;
+ }
+ private void initializeInlineContainer ( InlineParent ic, InlineParent i ) {
+ assert ic != null;
+ assert i != null;
+ ic.setTraits ( i.getTraits() );
+ ic.setBPD ( i.getBPD() );
+ ic.setBlockProgressionOffset ( i.getBlockProgressionOffset() );
+ }
+ private TextArea generateTextContainer ( TextArea t ) {
+ TextArea tc = new TextArea();
+ if ( t != null ) {
+ tc.setTraits ( t.getTraits() );
+ tc.setBPD ( t.getBPD() );
+ tc.setBlockProgressionOffset ( t.getBlockProgressionOffset() );
+ tc.setBaselineOffset ( t.getBaselineOffset() );
+ tc.setTextWordSpaceAdjust ( t.getTextWordSpaceAdjust() );
+ tc.setTextLetterSpaceAdjust ( t.getTextLetterSpaceAdjust() );
+ }
+ return tc;
+ }
+ private void updateIPD ( TextArea tc ) {
+ int numAdjustable = 0;
+ for ( Iterator it = tc.getChildAreas().iterator(); it.hasNext(); ) {
+ InlineArea ia = (InlineArea) it.next();
+ if ( ia instanceof SpaceArea ) {
+ SpaceArea sa = (SpaceArea) ia;
+ if ( sa.isAdjustable() ) {
+ numAdjustable++;
+ }
+ }
+ }
+ if ( numAdjustable > 0 ) {
+ tc.setIPD ( tc.getIPD() + ( numAdjustable * tc.getTextWordSpaceAdjust() ) );
+ }
+ }
+ private TextArea findTextContainer ( InlineArea ia ) {
+ assert ia != null;
+ TextArea t = null;
+ while ( t == null ) {
+ if ( ia instanceof TextArea ) {
+ t = (TextArea) ia;
+ } else {
+ Area p = ia.getParentArea();
+ if ( p instanceof InlineArea ) {
+ ia = (InlineArea) p;
+ } else {
+ break;
+ }
+ }
+ }
+ return t;
+ }
+ private List<InlineParent> findInlineContainers ( InlineArea ia ) {
+ assert ia != null;
+ List<InlineParent> ich = new ArrayList<InlineParent>();
+ Area a = ia.getParentArea();
+ while ( a != null ) {
+ if ( a instanceof InlineArea ) {
+ if ( ( a instanceof InlineParent ) && ! ( a instanceof TextArea ) ) {
+ ich.add ( (InlineParent) a );
+ }
+ a = ( (InlineArea) a ) .getParentArea();
+ } else {
+ a = null;
+ }
+ }
+ return ich;
+ }
+ private boolean isInlineParentOf ( InlineParent ic0, InlineParent ic1 ) {
+ assert ic0 != null;
+ return ic0.getParentArea() == ic1;
+ }
+ }
+
/**
* The <code>UnicodeBidiAlgorithm</code> class implements functionality prescribed by
* the Unicode Bidirectional Algorithm, Unicode Standard Annex #9.
TraitSetter.setProducerID(imageArea, fobj.getId());
transferForeignAttributes(imageArea);
- InlineViewport vp = new InlineViewport(imageArea);
+ InlineViewport vp = new InlineViewport(imageArea, fobj.getBidiLevel());
TraitSetter.setProducerID(vp, fobj.getId());
vp.setIPD(imageSize.width);
vp.setBPD(imageSize.height);
Dimension intrinsicSize = new Dimension(
fobj.getIntrinsicWidth(),
fobj.getIntrinsicHeight());
+ int bidiLevel = fobj.getBidiLevel();
//TODO Investigate if the line-height property has to be taken into the calculation
//somehow. There was some code here that hints in this direction but it was disabled.
Rectangle placement = imageLayout.getPlacement();
CommonBorderPaddingBackground borderProps = fobj.getCommonBorderPaddingBackground();
+ setCommonBorderPaddingBackground(borderProps);
//Determine extra BPD from borders and padding
int beforeBPD = borderProps.getPadding(CommonBorderPaddingBackground.BEFORE, false, this);
placement.y += beforeBPD;
//Determine extra IPD from borders and padding
- int startIPD = borderProps.getPadding(CommonBorderPaddingBackground.START, false, this);
- startIPD += borderProps.getBorderWidth(CommonBorderPaddingBackground.START, false);
-
- placement.x += startIPD;
+ if ( ( bidiLevel == -1 ) || ( ( bidiLevel & 1 ) == 0 ) ) {
+ int startIPD = borderProps.getPadding(CommonBorderPaddingBackground.START, false, this);
+ startIPD += borderProps.getBorderWidth(CommonBorderPaddingBackground.START, false);
+ placement.x += startIPD;
+ } else {
+ int endIPD = borderProps.getPadding(CommonBorderPaddingBackground.END, false, this);
+ endIPD += borderProps.getBorderWidth(CommonBorderPaddingBackground.END, false);
+ placement.x += endIPD;
+ }
Area viewportArea = getChildArea();
TraitSetter.setProducerID(viewportArea, fobj.getId());
transferForeignAttributes(viewportArea);
- InlineViewport vp = new InlineViewport(viewportArea);
+ InlineViewport vp = new InlineViewport(viewportArea, bidiLevel);
TraitSetter.addPtr(vp, fobj.getPtr()); // used for accessibility
TraitSetter.setProducerID(vp, fobj.getId());
vp.setIPD(imageLayout.getViewportSize().width);
vp.setBlockProgressionOffset(0);
// Common Border, Padding, and Background Properties
- TraitSetter.addBorders(vp, fobj.getCommonBorderPaddingBackground()
+ TraitSetter.addBorders(vp, borderProps
, false, false, false, false, this);
- TraitSetter.addPadding(vp, fobj.getCommonBorderPaddingBackground()
+ TraitSetter.addPadding(vp, borderProps
, false, false, false, false, this);
- TraitSetter.addBackground(vp, fobj.getCommonBorderPaddingBackground(), this);
+ TraitSetter.addBackground(vp, borderProps, this);
return vp;
}
}
/** {@inheritDoc} */
- public InlineArea get(LayoutContext context) {
- curArea = getPageNumberCitationInlineArea();
- return curArea;
- }
+ public abstract InlineArea get(LayoutContext context);
/**
* {@inheritDoc}
}
}
- /**
- * If id can be resolved then simply return a text area, otherwise
- * return a resolvable area
- *
- * @return a corresponding InlineArea
- */
- private InlineArea getPageNumberCitationInlineArea() {
- PageViewport page = getPSLM().getFirstPVWithID(fobj.getRefId());
- TextArea text;
- if (page != null) {
- String str = page.getPageNumberString();
- // get page string from parent, build area
- text = new TextArea();
- int width = getStringWidth(str);
- text.addWord(str, 0);
- text.setIPD(width);
- resolved = true;
- } else {
- resolved = false;
- text = new UnresolvedPageNumber(fobj.getRefId(), font);
- String str = "MMM"; // reserve three spaces for page number
- int width = getStringWidth(str);
- text.setIPD(width);
- }
- updateTextAreaTraits(text);
-
- return text;
- }
-
/**
* Updates the traits for the generated text area.
* @param text the text area
return width;
}
+ /**
+ * @return bidi level governing abstract page number citation
+ */
+ protected int getBidiLevel() {
+ return fobj.getBidiLevel();
+ }
+
}
res.resolveIDRef(idref, pslm.getFirstPVWithID(idref));
if (!res.isResolved()) {
pslm.addUnresolvedArea(idref, res);
+ if ( area instanceof BasicLinkArea ) {
+ // establish back-pointer from BasicLinkArea to LinkResolver to
+ // handle inline area unflattening during line bidi reordering;
+ // needed to create internal link trait on synthesized basic link area
+ ((BasicLinkArea)area).setResolver(res);
+ }
}
} else if (fobj.hasExternalDestination()) {
String url = URISpecification.getURL(fobj.getExternalDestination());
private TextArea getCharacterInlineArea(Character node) {
TextArea text = new TextArea();
char ch = node.getCharacter();
+ int ipd = font.getCharWidth(ch);
int blockProgressionOffset = 0;
- int level = node.bidiLevelAt(0);
+ int level = node.getBidiLevel();
if (CharUtilities.isAnySpace(ch)) {
// add space unless it's zero-width:
if (!CharUtilities.isZeroWidthSpace(ch)) {
- text.addSpace(ch, 0, CharUtilities.isAdjustableSpace(ch),
+ text.addSpace(ch, ipd, CharUtilities.isAdjustableSpace(ch),
blockProgressionOffset, level);
}
} else {
int[] levels = ( level >= 0 ) ? new int[] {level} : null;
- text.addWord(String.valueOf(ch), 0, null, levels, null, blockProgressionOffset);
+ text.addWord(String.valueOf(ch), ipd, null, levels, null, blockProgressionOffset);
}
TraitSetter.setProducerID(text, node.getId());
TraitSetter.addTextDecoration(text, node.getTextDecoration());
Character fobj = (Character)this.fobj;
- ipd = MinOptMax.getInstance(font.getCharWidth(fobj.getCharacter()));
+ ipd = MinOptMax.getInstance(curArea.getIPD());
- curArea.setIPD(ipd.getOpt());
curArea.setBPD(font.getAscender() - font.getDescender());
TraitSetter.addFontTraits(curArea, font);
private final double dAdjust; // Percentage to adjust (stretch or shrink)
private final double ipdAdjust; // Percentage to adjust (stretch or shrink)
private final int startIndent;
+ private final int endIndent;
private final int lineHeight;
private final int lineWidth;
private final int spaceBefore;
LineBreakPosition( // CSOK: ParameterNumber
LayoutManager lm, int index, int startIndex, int breakIndex,
- int shrink, int stretch, int diff, double ipdA, double adjust, int ind,
- int lh, int lw, int sb, int sa, int bl) {
+ int shrink, int stretch, int diff, double ipdA, double adjust, int si,
+ int ei, int lh, int lw, int sb, int sa, int bl) {
super(lm, breakIndex);
availableShrink = shrink;
availableStretch = stretch;
this.startIndex = startIndex;
ipdAdjust = ipdA;
dAdjust = adjust;
- startIndent = ind;
+ startIndent = si;
+ endIndent = ei;
lineHeight = lh;
lineWidth = lw;
spaceBefore = sb;
int total) {
// compute indent and adjustment ratio, according to
// the value of text-align and text-align-last
- int indent = 0;
+ int startIndent;
+ int endIndent;
int difference = bestActiveNode.difference;
int textAlign = (bestActiveNode.line < total) ? alignment : alignmentLast;
- indent += (textAlign == Constants.EN_CENTER)
+
+ switch ( textAlign ) {
+ case Constants.EN_START:
+ startIndent = 0;
+ endIndent = difference > 0 ? difference : 0;
+ break;
+ case Constants.EN_END:
+ startIndent = difference > 0 ? difference : 0;
+ endIndent = 0;
+ break;
+ case Constants.EN_CENTER:
+ startIndent = difference / 2;
+ endIndent = startIndent;
+ break;
+ default:
+ case Constants.EN_JUSTIFY:
+ startIndent = 0;
+ endIndent = 0;
+ break;
+ }
+
+ /*
+ startIndent += (textAlign == Constants.EN_CENTER)
? difference / 2 : (textAlign == Constants.EN_END) ? difference : 0;
- indent += (bestActiveNode.line == 1 && indentFirstPart && isFirstInBlock)
+ */
+ startIndent += (bestActiveNode.line == 1 && indentFirstPart && isFirstInBlock)
? textIndent : 0;
+
double ratio = (textAlign == Constants.EN_JUSTIFY
|| difference < 0 && -difference <= bestActiveNode.availableShrink)
? bestActiveNode.adjustRatio : 0;
bestActiveNode.availableShrink - (addedPositions > 0
? 0 : ((Paragraph) par).lineFiller.getShrink()),
bestActiveNode.availableStretch,
- difference, ratio, indent), activePossibility);
+ difference, ratio, startIndent, endIndent), activePossibility);
addedPositions++;
}
private LineBreakPosition makeLineBreakPosition( // CSOK: ParameterNumber
KnuthSequence par, int firstElementIndex, int lastElementIndex, int availableShrink,
- int availableStretch, int difference, double ratio, int indent) {
+ int availableStretch, int difference, double ratio, int startIndent,
+ int endIndent) {
// line height calculation - spaceBefore may differ from spaceAfter
// by 1mpt due to rounding
int spaceBefore = (lineHeight - lead - follow) / 2;
knuthParagraphs.indexOf(par),
firstElementIndex, lastElementIndex,
availableShrink, availableStretch,
- difference, ratio, 0, indent,
+ difference, ratio, 0, startIndent, endIndent,
0, ipd, 0, 0, 0);
} else {
return new LineBreakPosition(thisLLM,
knuthParagraphs.indexOf(par),
firstElementIndex, lastElementIndex,
availableShrink, availableStretch,
- difference, ratio, 0, indent,
+ difference, ratio, 0, startIndent, endIndent,
lineLead + lineFollow,
ipd, spaceBefore, spaceAfter,
lineLead);
if (lbp.startIndent != 0) {
lineArea.addTrait(Trait.START_INDENT, lbp.startIndent);
}
+ if (lbp.endIndent != 0) {
+ lineArea.addTrait(Trait.END_INDENT, new Integer(lbp.endIndent));
+ }
lineArea.setBPD(lbp.lineHeight);
lineArea.setIPD(lbp.lineWidth);
lineArea.setBidiLevel(bidiLevel);
*/
private InlineArea getPageNumberCitationLastInlineArea(LayoutManager parentLM) {
TextArea text = null;
- resolved = false;
+ int level = getBidiLevel();
if (!getPSLM().associateLayoutManagerID(fobj.getRefId())) {
text = new UnresolvedPageNumber(fobj.getRefId(), font, UnresolvedPageNumber.LAST);
getPSLM().addUnresolvedArea(fobj.getRefId(), (Resolvable)text);
String str = "MMM"; // reserve three spaces for page number
int width = getStringWidth(str);
+ text.setBidiLevel(level);
text.setIPD(width);
+ resolved = false;
} else {
PageViewport page = getPSLM().getLastPVWithID(fobj.getRefId());
String str = page.getPageNumberString();
// get page string from parent, build area
text = new TextArea();
int width = getStringWidth(str);
- text.addWord(str, 0);
+ text.setBidiLevel(level);
+ text.addWord(str, 0, level);
text.setIPD(width);
-
resolved = true;
}
/**
* if id can be resolved then simply return a word, otherwise
* return a resolvable area
+ *
+ * TODO: [GA] May need to run bidi algorithm and script processor
+ * on resolved page number.
*/
private InlineArea getPageNumberCitationInlineArea() {
PageViewport page = getPSLM().getFirstPVWithID(fobj.getRefId());
TextArea text = null;
+ int level = getBidiLevel();
if (page != null) {
String str = page.getPageNumberString();
// get page string from parent, build area
text = new TextArea();
- int width = getStringWidth(str);
- text.addWord(str, 0);
- text.setIPD(width);
+ int width = getStringWidth(str); // TODO: [GA] !I18N!
+ text.setBidiLevel(level);
+ text.addWord(str, 0, level);
+ text.setIPD(width); // TODO: [GA] !I18N!
resolved = true;
} else {
- resolved = false;
text = new UnresolvedPageNumber(fobj.getRefId(), font);
String str = "MMM"; // reserve three spaces for page number
- int width = getStringWidth(str);
- text.setIPD(width);
+ int width = getStringWidth(str); // TODO: [GA] !I18N!
+ text.setBidiLevel(level);
+ text.setIPD(width); // TODO: [GA] !I18N!
+ resolved = false;
}
updateTextAreaTraits(text);
-
return text;
}
}
private boolean isHorizontalWritingMode() {
- return writingMode == WritingMode.LR_TB || writingMode == WritingMode.RL_TB;
+ return writingMode.isHorizontal();
}
/**
package org.apache.fop.layoutmgr.inline;
+import java.util.Arrays;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
private final int startIndex;
private final int breakIndex;
+ private int wordCharLength;
private final int wordSpaceCount;
private int letterSpaceCount;
private MinOptMax areaIPD;
assert startIndex <= breakIndex;
this.startIndex = startIndex;
this.breakIndex = breakIndex;
+ this.wordCharLength = -1;
this.wordSpaceCount = wordSpaceCount;
this.letterSpaceCount = letterSpaceCount;
this.areaIPD = areaIPD;
this.gposAdjustments = gposAdjustments;
}
- private int getCharLength() {
- return breakIndex - startIndex;
+ /**
+ * Obtain number of 'characters' contained in word. If word
+ * is mapped, then this number may be less than or greater than the
+ * original length (breakIndex - startIndex). We compute and
+ * memoize thius length upon first invocation of this method.
+ */
+ private int getWordLength() {
+ if ( wordCharLength == -1 ) {
+ if ( foText.hasMapping ( startIndex, breakIndex ) ) {
+ wordCharLength = foText.getMapping ( startIndex, breakIndex ).length();
+ } else {
+ assert breakIndex >= startIndex;
+ wordCharLength = breakIndex - startIndex;
+ }
+ }
+ return wordCharLength;
}
private void addToAreaIPD(MinOptMax idp) {
// changes. However, it seems as if they should use the AreaInfo from
// firstAreaInfoIndex.. lastAreaInfoIndex rather than just the last areaInfo.
// This needs to be checked.
- int textLength = areaInfo.getCharLength();
+ int textLength = areaInfo.getWordLength();
if (areaInfo.letterSpaceCount == textLength && !areaInfo.isHyphenated
&& context.isLastArea()) {
// the line ends at a character like "/" or "-";
private final class TextAreaBuilder {
- private final MinOptMax width;
- private final int adjust;
- private final LayoutContext context;
- private final int firstIndex;
- private final int lastIndex;
- private final boolean isLastArea;
- private final Font font;
-
- private int blockProgressionDimension;
- private AreaInfo areaInfo;
- private StringBuffer wordChars;
- private int[] letterSpaceAdjust;
- private int letterSpaceAdjustIndex;
- private int[] wordLevels;
- private int wordLevelsCount;
- private int wordIPD;
- private int[][] gposAdjustments;
- private int gposAdjustmentsIndex;
-
- private TextArea textArea;
+ // constructor initialized state
+ private final MinOptMax width; // content ipd
+ private final int adjust; // content ipd adjustment
+ private final LayoutContext context; // layout context
+ private final int firstIndex; // index of first AreaInfo
+ private final int lastIndex; // index of last AreaInfo
+ private final boolean isLastArea; // true if last inline area in line area
+ private final Font font; // applicable font
+
+ // other, non-constructor state
+ private TextArea textArea; // text area being constructed
+ private int blockProgressionDimension; // calculated bpd
+ private AreaInfo areaInfo; // current area info when iterating over words
+ private StringBuffer wordChars; // current word's character buffer
+ private int[] letterSpaceAdjust; // current word's letter space adjustments
+ private int letterSpaceAdjustIndex; // last written letter space adjustment index
+ private int[] wordLevels; // current word's bidi levels
+ private int wordLevelsIndex; // last written bidi level index
+ private int wordIPD; // accumulated ipd of current word
+ private int[][] gposAdjustments; // current word's glyph position adjustments
+ private int gposAdjustmentsIndex; // last written glyph position adjustment index
/**
* Creates a new <code>TextAreaBuilder</code> which itself builds an inline word area. This
* Sets the text of the TextArea, split into words and spaces.
*/
private void setText() {
- int wordStartIndex = -1;
+ int areaInfoIndex = -1;
int wordCharLength = 0;
for (int wordIndex = firstIndex; wordIndex <= lastIndex; wordIndex++) {
areaInfo = getAreaInfo(wordIndex);
addSpaces();
} else {
// areaInfo stores information about a word fragment
- if (wordStartIndex == -1) {
+ if (areaInfoIndex == -1) {
// here starts a new word
- wordStartIndex = wordIndex;
+ areaInfoIndex = wordIndex;
wordCharLength = 0;
}
- wordCharLength += areaInfo.getCharLength();
+ wordCharLength += areaInfo.getWordLength();
if (isWordEnd(wordIndex)) {
- addWord(wordStartIndex, wordIndex, wordCharLength);
- wordStartIndex = -1;
+ addWord(areaInfoIndex, wordIndex, wordCharLength);
+ areaInfoIndex = -1;
}
}
}
return areaInfoIndex == lastIndex || getAreaInfo(areaInfoIndex + 1).isSpace;
}
- private void addWord(int startIndex, int endIndex, int charLength) {
+ /**
+ * Add word with fragments from STARTINDEX to ENDINDEX, where
+ * total length of (possibly mapped) word is CHARLENGTH.
+ * A word is composed from one or more word fragments, where each
+ * fragment corresponds to distinct instance in a sequence of
+ * area info instances starting at STARTINDEX continuing through (and
+ * including) ENDINDEX.
+ * @param startIndex index of first area info of word to add
+ * @param endIndex index of last area info of word to add
+ * @param wordLength number of (mapped) characters in word
+ */
+ private void addWord(int startIndex, int endIndex, int wordLength) {
int blockProgressionOffset = 0;
boolean gposAdjusted = false;
if (isHyphenated(endIndex)) {
- charLength++;
+ // TODO may be problematic in some I18N contexts [GA]
+ wordLength++;
}
- initWord(charLength);
+ initWord(wordLength);
+ // iterate over word's fragments, adding word chars (with bidi
+ // levels), letter space adjustments, and glyph position adjustments
for (int i = startIndex; i <= endIndex; i++) {
AreaInfo wordAreaInfo = getAreaInfo(i);
addWordChars(wordAreaInfo);
}
}
if (isHyphenated(endIndex)) {
+ // TODO may be problematic in some I18N contexts [GA]
addHyphenationChar();
}
if ( !gposAdjusted ) {
gposAdjustments = null;
}
- textArea.addWord(wordChars.toString(), wordIPD, letterSpaceAdjust, wordLevels,
- gposAdjustments, blockProgressionOffset);
+ textArea.addWord(wordChars.toString(), wordIPD, letterSpaceAdjust,
+ getNonEmptyLevels(), gposAdjustments, blockProgressionOffset);
+ }
+
+ private int[] getNonEmptyLevels() {
+ if ( wordLevels != null ) {
+ assert wordLevelsIndex <= wordLevels.length;
+ boolean empty = true;
+ for ( int i = 0, n = wordLevelsIndex; i < n; i++ ) {
+ if ( wordLevels [ i ] >= 0 ) {
+ empty = false;
+ break;
+ }
+ }
+ return empty ? null : wordLevels;
+ } else {
+ return null;
+ }
}
- private void initWord(int charLength) {
- wordChars = new StringBuffer(charLength);
- letterSpaceAdjust = new int[charLength];
+ /**
+ * Fully allocate word character buffer, letter space adjustments
+ * array, bidi levels array, and glyph position adjustments array.
+ * based on full word length, including all (possibly mapped) fragments.
+ * @param wordLength length of word including all (possibly mapped) fragments
+ */
+ private void initWord(int wordLength) {
+ wordChars = new StringBuffer(wordLength);
+ letterSpaceAdjust = new int[wordLength];
letterSpaceAdjustIndex = 0;
- wordLevels = new int[charLength];
- wordLevelsCount = 0;
- gposAdjustments = new int[charLength][4];
+ wordLevels = new int[wordLength];
+ wordLevelsIndex = 0;
+ Arrays.fill ( wordLevels, -1 );
+ gposAdjustments = new int[wordLength][4];
gposAdjustmentsIndex = 0;
wordIPD = 0;
}
private void addHyphenationChar() {
wordChars.append(foText.getCommonHyphenation().getHyphChar(font));
+ // [TBD] expand bidi word levels, letter space adjusts, gpos adjusts
+ // [TBD] [GA] problematic in bidi context... what is level of hyphen?
}
+ /**
+ * Given a word area info associated with a word fragment,
+ * (1) concatenate (possibly mapped) word characters to word character buffer;
+ * (2) concatenante (possibly mapped) word bidi levels to levels buffer;
+ * (3) update word's IPD with optimal IPD of fragment.
+ * @param wordAreaInfo fragment info
+ */
private void addWordChars(AreaInfo wordAreaInfo) {
int s = wordAreaInfo.startIndex;
int e = wordAreaInfo.breakIndex;
wordIPD += wordAreaInfo.areaIPD.getOpt();
}
+ /**
+ * Given a (possibly null) bidi levels array associated with a word fragment,
+ * concatenante (possibly mapped) word bidi levels to levels buffer.
+ * @param levels bidi levels array or null
+ */
private void addWordLevels ( int[] levels ) {
- if ( levels != null ) {
- int n = levels.length;
- int need = wordLevelsCount + n;
- if ( need > wordLevels.length ) {
- int[] wordLevelsNew = new int [ need * 2 ];
- System.arraycopy ( wordLevels, 0, wordLevelsNew, 0, wordLevelsCount );
- wordLevels = wordLevelsNew;
+ int numLevels = ( levels != null ) ? levels.length : 0;
+ if ( numLevels > 0 ) {
+ int need = wordLevelsIndex + numLevels;
+ if ( need <= wordLevels.length ) {
+ System.arraycopy ( levels, 0, wordLevels, wordLevelsIndex, numLevels );
+ } else {
+ throw new IllegalStateException
+ ( "word levels array too short: expect at least "
+ + need + " entries, but has only " + wordLevels.length + " entries" );
}
- System.arraycopy ( levels, 0, wordLevels, wordLevelsCount, n );
- wordLevelsCount += n;
}
+ wordLevelsIndex += numLevels;
}
+ /**
+ * Given a word area info associated with a word fragment,
+ * concatenate letter space adjustments for each (possibly mapped) character.
+ * @param wordAreaInfo fragment info
+ */
private void addLetterAdjust(AreaInfo wordAreaInfo) {
int letterSpaceCount = wordAreaInfo.letterSpaceCount;
- for (int i = wordAreaInfo.startIndex; i < wordAreaInfo.breakIndex; i++) {
- if (letterSpaceAdjustIndex > 0) {
- MinOptMax adj = letterSpaceAdjustArray[i];
- letterSpaceAdjust[letterSpaceAdjustIndex] = adj == null ? 0 : adj.getOpt();
+ int wordLength = wordAreaInfo.getWordLength();
+ int taAdjust = textArea.getTextLetterSpaceAdjust();
+ for ( int i = 0, n = wordLength; i < n; i++ ) {
+ int j = letterSpaceAdjustIndex + i;
+ if ( j > 0 ) {
+ int k = wordAreaInfo.startIndex + i;
+ MinOptMax adj = ( k < letterSpaceAdjustArray.length )
+ ? letterSpaceAdjustArray [ k ] : null;
+ letterSpaceAdjust [ j ] = ( adj == null ) ? 0 : adj.getOpt();
}
- if (letterSpaceCount > 0) {
- letterSpaceAdjust[letterSpaceAdjustIndex]
- += textArea.getTextLetterSpaceAdjust();
+ if ( letterSpaceCount > 0 ) {
+ letterSpaceAdjust [ j ] += taAdjust;
letterSpaceCount--;
}
- letterSpaceAdjustIndex++;
}
+ letterSpaceAdjustIndex += wordLength;
}
+ /**
+ * Given a word area info associated with a word fragment,
+ * concatenate glyph position adjustments for each (possibly mapped) character.
+ * @param wordAreaInfo fragment info
+ * @return true if an adjustment was non-zero
+ */
private boolean addGlyphPositionAdjustments(AreaInfo wordAreaInfo) {
boolean adjusted = false;
int[][] gpa = wordAreaInfo.gposAdjustments;
- if ( gpa != null ) {
- // ensure that gposAdjustments is of sufficient length
- int need = gposAdjustmentsIndex + gpa.length;
- if ( need > gposAdjustments.length ) {
- int[][] gposAdjustmentsNew = new int [ need ][];
- System.arraycopy ( gposAdjustments, 0,
- gposAdjustmentsNew, 0, gposAdjustments.length );
- for ( int i = gposAdjustments.length; i < need; i++ ) {
- gposAdjustmentsNew [ i ] = new int[4];
- }
- gposAdjustments = gposAdjustmentsNew;
- }
- // add gpos adjustments from word area info, incrementing gposAdjustmentsIndex
- for ( int i = gposAdjustmentsIndex,
- n = gposAdjustmentsIndex + gpa.length, j = 0; i < n; i++ ) {
- int[] wpa1 = gposAdjustments [ i ];
- int[] wpa2 = gpa [ j++ ];
- for ( int k = 0; k < 4; k++ ) {
- int a = wpa2 [ k ];
- if ( a != 0 ) {
- wpa1 [ k ] += a; adjusted = true;
+ int numAdjusts = ( gpa != null ) ? gpa.length : 0;
+ int wordLength = wordAreaInfo.getWordLength();
+ if ( numAdjusts > 0 ) {
+ int need = gposAdjustmentsIndex + numAdjusts;
+ if ( need <= gposAdjustments.length ) {
+ for ( int i = 0, n = wordLength, j = 0; i < n; i++ ) {
+ if ( i < numAdjusts ) {
+ int[] wpa1 = gposAdjustments [ gposAdjustmentsIndex + i ];
+ int[] wpa2 = gpa [ j++ ];
+ for ( int k = 0; k < 4; k++ ) {
+ int a = wpa2 [ k ];
+ if ( a != 0 ) {
+ wpa1 [ k ] += a; adjusted = true;
+ }
+ }
}
}
- gposAdjustmentsIndex++;
+ } else {
+ throw new IllegalStateException
+ ( "gpos adjustments array too short: expect at least "
+ + need + " entries, but has only " + gposAdjustments.length
+ + " entries" );
}
}
+ gposAdjustmentsIndex += wordLength;
return adjusted;
}
}
} else if (inWhitespace) {
if (ch != CharUtilities.SPACE || breakOpportunity) {
- prevAreaInfo = processWhitespace(alignment, sequence, breakOpportunity);
+ prevAreaInfo = processWhitespace(alignment, sequence,
+ breakOpportunity, prevLevel);
}
} else {
if (areaInfo != null) {
if (inWord) {
processWord(alignment, sequence, prevAreaInfo, ch, false, false, prevLevel);
} else if (inWhitespace) {
- processWhitespace(alignment, sequence, !keepTogether);
+ processWhitespace(alignment, sequence, !keepTogether, prevLevel);
} else if (areaInfo != null) {
processLeftoverAreaInfo(alignment, sequence, areaInfo,
ch == CharUtilities.ZERO_WIDTH_SPACE);
}
private AreaInfo processWhitespace(final int alignment,
- final KnuthSequence sequence, final boolean breakOpportunity) {
+ final KnuthSequence sequence, final boolean breakOpportunity, int level) {
if (LOG.isDebugEnabled()) {
LOG.debug ( "PS: [" + thisStart + "," + nextStart + "]" );
AreaInfo areaInfo = new AreaInfo
( thisStart, nextStart, nextStart - thisStart, 0,
wordSpaceIPD.mult(nextStart - thisStart),
- false, true, breakOpportunity, spaceFont, -1, null );
+ false, true, breakOpportunity, spaceFont, level, null );
addAreaInfo(areaInfo);
+ " }" );
}
- // extract unmapped character sequence
+ // 1. extract unmapped character sequence
CharSequence ics = foText.subSequence ( s, e );
- // if script is not specified (by FO property) or it is specified as 'auto',
+ // 2. if script is not specified (by FO property) or it is specified as 'auto',
// then compute dominant script
if ( ( script == null ) || "auto".equals(script) ) {
script = CharUtilities.scriptTagFromCode ( CharUtilities.dominantScript ( ics ) );
language = "dflt";
}
- // perform mapping (of chars to glyphs ... to glyphs ... to chars)
+ // 3. perform mapping of chars to glyphs ... to glyphs ... to chars
CharSequence mcs = font.performSubstitution ( ics, script, language );
- // memoize mapping
- foText.addMapping ( s, e, mcs );
-
- // compute glyph position adjustment on (substituted) characters
+ // 4. compute glyph position adjustments on (substituted) characters
int[][] gpa;
if ( font.performsPositioning() ) {
gpa = font.performPositioning ( mcs, script, language );
gpa = null;
}
+ // 5. reorder combining marks so that they precede (within the mapped char sequence) the
+ // base to which they are applied; N.B. position adjustments (gpa) are reordered in place
+ mcs = font.reorderCombiningMarks ( mcs, gpa, script, language );
+
+ // 6. if mapped sequence differs from input sequence, then memoize mapped sequence
+ if ( !CharUtilities.isSameSequence ( mcs, ics ) ) {
+ foText.addMapping ( s, e, mcs );
+ }
+
+ // 7. compute word ipd based on final position adjustments
MinOptMax ipd = MinOptMax.ZERO;
for ( int i = 0, n = mcs.length(); i < n; i++ ) {
char c = mcs.charAt ( i );
Font font = FontSelector.selectFontForCharactersInText
( foText, thisStart, lastIndex, foText, this );
AreaInfo areaInfo;
- if ( font.performsSubstitution() ) {
+ if ( font.performsSubstitution() || font.performsPositioning() ) {
areaInfo = processWordMapping
( lastIndex, font, prevAreaInfo, breakOpportunity ? ch : 0, endsWithHyphen, level );
} else {
// add letter spaces
boolean isWordEnd
= (stopIndex == areaInfo.breakIndex)
- && (areaInfo.letterSpaceCount < areaInfo.getCharLength());
+ && (areaInfo.letterSpaceCount < areaInfo.getWordLength());
int letterSpaceCount = isWordEnd ? stopIndex - startIndex - 1 : stopIndex - startIndex;
assert letterSpaceCount >= 0;
int leafValue = ((LeafPosition) pos).getLeafPos() + changeOffset;
if (leafValue != -1) {
AreaInfo areaInfo = getAreaInfo(leafValue);
- StringBuffer buffer = new StringBuffer(areaInfo.getCharLength());
+ StringBuffer buffer = new StringBuffer(areaInfo.getWordLength());
for (int i = areaInfo.startIndex; i < areaInfo.breakIndex; i++) {
buffer.append(foText.charAt(i));
}
}
/**
- * The table area is a reference area that contains areas for
- * columns, bodies, rows and the contents are in cells.
+ * A list block generates one or more normal block areas whose child areas are
+ * normal block areas returned by the children of fo:list-block. See XSL-FO 1.1 6.8.2.
*
* @param parentIter the position iterator
* @param layoutContext the layout context for adding areas
private Block curBlockArea;
- private int xoffset;
+ private int xOffset;
private int itemIPD;
/**
* @param off the x offset
*/
public void setXOffset(int off) {
- xoffset = off;
+ xOffset = off;
}
/**
curBlockArea = new Block();
curBlockArea.setPositioning(Block.ABSOLUTE);
// set position
- curBlockArea.setXOffset(xoffset);
+ curBlockArea.setXOffset(xOffset);
//TODO: Check - itemIPD never set?
curBlockArea.setIPD(itemIPD);
//curBlockArea.setHeight();
/**
* Add the areas for the break points.
- * This sets the offset of each cell as it is added.
*
* @param parentIter the position iterator
* @param layoutContext the layout context for adding areas
int bodyFirstIndex = ((ListItemPosition) positionList.getFirst()).getBodyFirstIndex();
int bodyLastIndex = ((ListItemPosition) positionList.getLast()).getBodyLastIndex();
- //Determine previous break if any
+ //Determine previous break if any (in item label list)
int previousBreak = ElementListUtils.determinePreviousBreak(labelList, labelFirstIndex);
SpaceResolver.performConditionalsNotification(labelList,
labelFirstIndex, labelLastIndex, previousBreak);
- //Determine previous break if any
+ //Determine previous break if any (in item body list)
previousBreak = ElementListUtils.determinePreviousBreak(bodyList, bodyFirstIndex);
SpaceResolver.performConditionalsNotification(bodyList,
bodyFirstIndex, bodyLastIndex, previousBreak);
import org.apache.fop.fo.flow.table.Table;
import org.apache.fop.fo.flow.table.TableColumn;
import org.apache.fop.fo.properties.TableColLength;
+import org.apache.fop.traits.Direction;
+import org.apache.fop.traits.WritingModeTraits;
+import org.apache.fop.traits.WritingModeTraitsGetter;
/**
* Class holding a number of columns making up the column setup of a row.
private static Log log = LogFactory.getLog(ColumnSetup.class);
private Table table;
+ private WritingModeTraitsGetter wmTraits;
private List columns = new java.util.ArrayList();
private List colWidths = new java.util.ArrayList();
* @param table the table to construct this column setup for
*/
public ColumnSetup(Table table) {
+ assert table != null;
this.table = table;
+ this.wmTraits = WritingModeTraits.getWritingModeTraitsGetter ( table );
prepareColumns();
initializeColumnWidths();
}
}
/**
+ * Determine the X offset of the indicated column, where this
+ * offset denotes the left edge of the column irrespective of writing
+ * mode. If writing mode's column progression direction is right-to-left,
+ * then the first column is the right-most column and the last column is
+ * the left-most column; otherwise, the first column is the left-most
+ * column.
* @param col column index (1 is first column)
* @param context the context for percentage based calculations
* @return the X offset of the requested column
*/
public int getXOffset(int col, PercentBaseContext context) {
+ // TODO handle vertical WMs [GA]
+ if ( (wmTraits != null) && (wmTraits.getColumnProgressionDirection() == Direction.RL) ) {
+ return getXOffsetRTL(col, context);
+ } else {
+ return getXOffsetLTR(col, context);
+ }
+ }
+
+ /*
+ * Determine x offset by summing widths of columns to left of specified
+ * column; i.e., those columns whose column numbers are greater than the
+ * specified column number.
+ */
+ private int getXOffsetRTL(int col, PercentBaseContext context) {
+ int xoffset = 0;
+ for (int i = col, nc = colWidths.size(); ++i < nc;) {
+ int effCol = i;
+ if (colWidths.get(effCol) != null) {
+ xoffset += ((Length) colWidths.get(effCol)).getValue(context);
+ }
+ }
+ return xoffset;
+ }
+
+ /*
+ * Determine x offset by summing widths of columns to left of specified
+ * column; i.e., those columns whose column numbers are less than the
+ * specified column number.
+ */
+ private int getXOffsetLTR(int col, PercentBaseContext context) {
int xoffset = 0;
for (int i = col; --i >= 0;) {
int effCol;
* @param block the block to render the traits
*/
protected void handleBlockTraits(Block block) {
- int borderPaddingStart = block.getBorderAndPaddingWidthStart();
- int borderPaddingBefore = block.getBorderAndPaddingWidthBefore();
+ float borderPaddingStart = block.getBorderAndPaddingWidthStart() / 1000f;
+ float borderPaddingEnd = block.getBorderAndPaddingWidthEnd() / 1000f;
+ float borderPaddingBefore = block.getBorderAndPaddingWidthBefore() / 1000f;
+ float borderPaddingAfter = block.getBorderAndPaddingWidthAfter() / 1000f;
float startx = currentIPPosition / 1000f;
float starty = currentBPPosition / 1000f;
float width = block.getIPD() / 1000f;
float height = block.getBPD() / 1000f;
- /* using start-indent now
- Integer spaceStart = (Integer) block.getTrait(Trait.SPACE_START);
- if (spaceStart != null) {
- startx += spaceStart.floatValue() / 1000f;
- }*/
- startx += block.getStartIndent() / 1000f;
- startx -= block.getBorderAndPaddingWidthStart() / 1000f;
-
- width += borderPaddingStart / 1000f;
- width += block.getBorderAndPaddingWidthEnd() / 1000f;
- height += borderPaddingBefore / 1000f;
- height += block.getBorderAndPaddingWidthAfter() / 1000f;
-
- drawBackAndBorders(block, startx, starty,
- width, height);
+ int level = block.getBidiLevel();
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ startx += block.getStartIndent() / 1000f;
+ startx -= borderPaddingStart;
+ } else {
+ startx += block.getEndIndent() / 1000f;
+ startx -= borderPaddingEnd;
+ }
+
+ width += borderPaddingStart;
+ width += borderPaddingEnd;
+ height += borderPaddingBefore;
+ height += borderPaddingAfter;
+
+ drawBackAndBorders(block, startx, starty, width, height);
}
/**
// adjust the current position according to region borders and padding
currentBPPosition = referenceArea.getBorderAndPaddingWidthBefore();
- currentIPPosition = referenceArea.getBorderAndPaddingWidthStart();
+ int level = region.getBidiLevel();
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ currentIPPosition = referenceArea.getBorderAndPaddingWidthStart();
+ } else {
+ currentIPPosition = referenceArea.getBorderAndPaddingWidthEnd();
+ }
// draw background (traits are in the RegionViewport)
// and borders (traits are in the RegionReference)
drawBackAndBorders(region, referenceArea, startx, starty, width, height);
drawBackground(startx, starty, width, height,
(Trait.Background) backgroundArea.getTrait(Trait.BACKGROUND),
- bpsBefore, bpsAfter, bpsStart, bpsEnd);
+ bpsBefore, bpsAfter, bpsStart, bpsEnd, backgroundArea.getBidiLevel());
drawBorders(startx, starty, width, height,
- bpsBefore, bpsAfter, bpsStart, bpsEnd);
+ bpsBefore, bpsAfter, bpsStart, bpsEnd, borderArea.getBidiLevel());
}
/**
* @param bpsAfter the border-after traits
* @param bpsStart the border-start traits
* @param bpsEnd the border-end traits
+ * @param level of bidirectional embedding
*/
protected void drawBackground( // CSOK: ParameterNumber
float startx, float starty, float width, float height, Trait.Background back,
BorderProps bpsBefore, BorderProps bpsAfter,
- BorderProps bpsStart, BorderProps bpsEnd) {
+ BorderProps bpsStart, BorderProps bpsEnd, int level) {
+ BorderProps bpsTop = bpsBefore;
+ BorderProps bpsBottom = bpsAfter;
+ BorderProps bpsLeft;
+ BorderProps bpsRight;
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ bpsLeft = bpsStart;
+ bpsRight = bpsEnd;
+ } else {
+ bpsLeft = bpsEnd;
+ bpsRight = bpsStart;
+ }
+ drawBackground(startx, starty, width, height, back, bpsTop, bpsBottom, bpsLeft, bpsRight);
+ }
+
+ /**
+ * Draw the background.
+ * This draws the background given the position and the traits.
+ *
+ * @param startx the start x position
+ * @param starty the start y position
+ * @param width the width of the area
+ * @param height the height of the area
+ * @param back the background traits
+ * @param bpsTop the border specification on the top edge
+ * @param bpsBottom the border traits associated with bottom edge
+ * @param bpsLeft the border specification on the left edge
+ * @param bpsRight the border specification on the right edge
+ */
+ protected void drawBackground( // CSOK: ParameterNumber
+ float startx, float starty, float width, float height, Trait.Background back,
+ BorderProps bpsTop, BorderProps bpsBottom,
+ BorderProps bpsLeft, BorderProps bpsRight) {
if (back != null) {
endTextObject();
float sy = starty;
float paddRectWidth = width;
float paddRectHeight = height;
- if (bpsStart != null) {
- sx += bpsStart.width / 1000f;
- paddRectWidth -= bpsStart.width / 1000f;
+ if (bpsLeft != null) {
+ sx += bpsLeft.width / 1000f;
+ paddRectWidth -= bpsLeft.width / 1000f;
}
- if (bpsBefore != null) {
- sy += bpsBefore.width / 1000f;
- paddRectHeight -= bpsBefore.width / 1000f;
+ if (bpsTop != null) {
+ sy += bpsTop.width / 1000f;
+ paddRectHeight -= bpsTop.width / 1000f;
}
- if (bpsEnd != null) {
- paddRectWidth -= bpsEnd.width / 1000f;
+ if (bpsRight != null) {
+ paddRectWidth -= bpsRight.width / 1000f;
}
- if (bpsAfter != null) {
- paddRectHeight -= bpsAfter.width / 1000f;
+ if (bpsBottom != null) {
+ paddRectHeight -= bpsBottom.width / 1000f;
}
if (back.getColor() != null) {
* @param starty the start y position
* @param width the width of the area
* @param height the height of the area
- * @param bpsBefore the border-before traits
- * @param bpsAfter the border-after traits
- * @param bpsStart the border-start traits
- * @param bpsEnd the border-end traits
+ * @param bpsBefore the border traits associated with before edge
+ * @param bpsAfter the border traits associated with after edge
+ * @param bpsStart the border traits associated with start edge
+ * @param bpsEnd the border traits associated with end edge
+ * @param level of bidirectional embedding
*/
protected void drawBorders( // CSOK: ParameterNumber
float startx, float starty, float width, float height,
BorderProps bpsBefore, BorderProps bpsAfter,
- BorderProps bpsStart, BorderProps bpsEnd) {
+ BorderProps bpsStart, BorderProps bpsEnd, int level) {
Rectangle2D.Float borderRect = new Rectangle2D.Float(startx, starty, width, height);
- drawBorders(borderRect, bpsBefore, bpsAfter, bpsStart, bpsEnd);
+ BorderProps bpsTop = bpsBefore;
+ BorderProps bpsBottom = bpsAfter;
+ BorderProps bpsLeft;
+ BorderProps bpsRight;
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ bpsLeft = bpsStart;
+ bpsRight = bpsEnd;
+ } else {
+ bpsLeft = bpsEnd;
+ bpsRight = bpsStart;
+ }
+ drawBorders(borderRect, bpsTop, bpsBottom, bpsLeft, bpsRight);
}
- private static final int BEFORE = 0;
- private static final int END = 1;
- private static final int AFTER = 2;
- private static final int START = 3;
+ private static final int TOP = 0;
+ private static final int RIGHT = 1;
+ private static final int BOTTOM = 2;
+ private static final int LEFT = 3;
/**
* Draws borders.
* @param borderRect the border rectangle
- * @param bpsBefore the border specification on the before side
- * @param bpsAfter the border specification on the after side
- * @param bpsStart the border specification on the start side
- * @param bpsEnd the border specification on the end side
+ * @param bpsTop the border specification on the top edge
+ * @param bpsBottom the border traits associated with bottom edge
+ * @param bpsLeft the border specification on the left edge
+ * @param bpsRight the border specification on the right edge
*/
protected void drawBorders( // CSOK: MethodLength
Rectangle2D.Float borderRect,
- BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) {
+ BorderProps bpsTop, BorderProps bpsBottom, BorderProps bpsLeft, BorderProps bpsRight) {
//TODO generalize each of the four conditions into using a parameterized drawBorder()
boolean[] border = new boolean[] {
- (bpsBefore != null), (bpsEnd != null),
- (bpsAfter != null), (bpsStart != null)};
+ (bpsTop != null), (bpsRight != null),
+ (bpsBottom != null), (bpsLeft != null)};
float startx = borderRect.x;
float starty = borderRect.y;
float width = borderRect.width;
float height = borderRect.height;
float[] borderWidth = new float[] {
- (border[BEFORE] ? bpsBefore.width / 1000f : 0.0f),
- (border[END] ? bpsEnd.width / 1000f : 0.0f),
- (border[AFTER] ? bpsAfter.width / 1000f : 0.0f),
- (border[START] ? bpsStart.width / 1000f : 0.0f)};
+ (border[TOP] ? bpsTop.width / 1000f : 0.0f),
+ (border[RIGHT] ? bpsRight.width / 1000f : 0.0f),
+ (border[BOTTOM] ? bpsBottom.width / 1000f : 0.0f),
+ (border[LEFT] ? bpsLeft.width / 1000f : 0.0f)};
float[] clipw = new float[] {
- BorderProps.getClippedWidth(bpsBefore) / 1000f,
- BorderProps.getClippedWidth(bpsEnd) / 1000f,
- BorderProps.getClippedWidth(bpsAfter) / 1000f,
- BorderProps.getClippedWidth(bpsStart) / 1000f};
- starty += clipw[BEFORE];
- height -= clipw[BEFORE];
- height -= clipw[AFTER];
- startx += clipw[START];
- width -= clipw[START];
- width -= clipw[END];
+ BorderProps.getClippedWidth(bpsTop) / 1000f,
+ BorderProps.getClippedWidth(bpsRight) / 1000f,
+ BorderProps.getClippedWidth(bpsBottom) / 1000f,
+ BorderProps.getClippedWidth(bpsLeft) / 1000f};
+
+ starty += clipw[TOP];
+ height -= clipw[TOP];
+ height -= clipw[BOTTOM];
+ startx += clipw[LEFT];
+ width -= clipw[LEFT];
+ width -= clipw[RIGHT];
boolean[] slant = new boolean[] {
- (border[START] && border[BEFORE]),
- (border[BEFORE] && border[END]),
- (border[END] && border[AFTER]),
- (border[AFTER] && border[START])};
- if (bpsBefore != null) {
+ (border[LEFT] && border[TOP]),
+ (border[TOP] && border[RIGHT]),
+ (border[RIGHT] && border[BOTTOM]),
+ (border[BOTTOM] && border[LEFT])};
+ if (bpsTop != null) {
endTextObject();
float sx1 = startx;
- float sx2 = (slant[BEFORE] ? sx1 + borderWidth[START] - clipw[START] : sx1);
+ float sx2 = (slant[TOP] ? sx1 + borderWidth[LEFT] - clipw[LEFT] : sx1);
float ex1 = startx + width;
- float ex2 = (slant[END] ? ex1 - borderWidth[END] + clipw[END] : ex1);
- float outery = starty - clipw[BEFORE];
- float clipy = outery + clipw[BEFORE];
- float innery = outery + borderWidth[BEFORE];
+ float ex2 = (slant[RIGHT] ? ex1 - borderWidth[RIGHT] + clipw[RIGHT] : ex1);
+ float outery = starty - clipw[TOP];
+ float clipy = outery + clipw[TOP];
+ float innery = outery + borderWidth[TOP];
saveGraphicsState();
moveTo(sx1, clipy);
float sx1a = sx1;
float ex1a = ex1;
- if (bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsStart != null && bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
- sx1a -= clipw[START];
+ if (bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsLeft != null && bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
+ sx1a -= clipw[LEFT];
}
- if (bpsEnd != null && bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
- ex1a += clipw[END];
+ if (bpsRight != null && bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
+ ex1a += clipw[RIGHT];
}
lineTo(sx1a, outery);
lineTo(ex1a, outery);
closePath();
clip();
drawBorderLine(sx1a, outery, ex1a, innery, true, true,
- bpsBefore.style, bpsBefore.color);
+ bpsTop.style, bpsTop.color);
restoreGraphicsState();
}
- if (bpsEnd != null) {
+ if (bpsRight != null) {
endTextObject();
float sy1 = starty;
- float sy2 = (slant[END] ? sy1 + borderWidth[BEFORE] - clipw[BEFORE] : sy1);
+ float sy2 = (slant[RIGHT] ? sy1 + borderWidth[TOP] - clipw[TOP] : sy1);
float ey1 = starty + height;
- float ey2 = (slant[AFTER] ? ey1 - borderWidth[AFTER] + clipw[AFTER] : ey1);
- float outerx = startx + width + clipw[END];
- float clipx = outerx - clipw[END];
- float innerx = outerx - borderWidth[END];
+ float ey2 = (slant[BOTTOM] ? ey1 - borderWidth[BOTTOM] + clipw[BOTTOM] : ey1);
+ float outerx = startx + width + clipw[RIGHT];
+ float clipx = outerx - clipw[RIGHT];
+ float innerx = outerx - borderWidth[RIGHT];
saveGraphicsState();
moveTo(clipx, sy1);
float sy1a = sy1;
float ey1a = ey1;
- if (bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsBefore != null && bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
- sy1a -= clipw[BEFORE];
+ if (bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsTop != null && bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
+ sy1a -= clipw[TOP];
}
- if (bpsAfter != null && bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
- ey1a += clipw[AFTER];
+ if (bpsBottom != null && bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
+ ey1a += clipw[BOTTOM];
}
lineTo(outerx, sy1a);
lineTo(outerx, ey1a);
lineTo(innerx, sy2);
closePath();
clip();
- drawBorderLine(innerx, sy1a, outerx, ey1a, false, false, bpsEnd.style, bpsEnd.color);
+ drawBorderLine(innerx, sy1a, outerx, ey1a, false, false,
+ bpsRight.style, bpsRight.color);
restoreGraphicsState();
}
- if (bpsAfter != null) {
+ if (bpsBottom != null) {
endTextObject();
float sx1 = startx;
- float sx2 = (slant[START] ? sx1 + borderWidth[START] - clipw[START] : sx1);
+ float sx2 = (slant[LEFT] ? sx1 + borderWidth[LEFT] - clipw[LEFT] : sx1);
float ex1 = startx + width;
- float ex2 = (slant[AFTER] ? ex1 - borderWidth[END] + clipw[END] : ex1);
- float outery = starty + height + clipw[AFTER];
- float clipy = outery - clipw[AFTER];
- float innery = outery - borderWidth[AFTER];
+ float ex2 = (slant[BOTTOM] ? ex1 - borderWidth[RIGHT] + clipw[RIGHT] : ex1);
+ float outery = starty + height + clipw[BOTTOM];
+ float clipy = outery - clipw[BOTTOM];
+ float innery = outery - borderWidth[BOTTOM];
saveGraphicsState();
moveTo(ex1, clipy);
float sx1a = sx1;
float ex1a = ex1;
- if (bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsStart != null && bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
- sx1a -= clipw[START];
+ if (bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsLeft != null && bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
+ sx1a -= clipw[LEFT];
}
- if (bpsEnd != null && bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
- ex1a += clipw[END];
+ if (bpsRight != null && bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
+ ex1a += clipw[RIGHT];
}
lineTo(ex1a, outery);
lineTo(sx1a, outery);
lineTo(ex2, innery);
closePath();
clip();
- drawBorderLine(sx1a, innery, ex1a, outery, true, false, bpsAfter.style, bpsAfter.color);
+ drawBorderLine(sx1a, innery, ex1a, outery, true, false,
+ bpsBottom.style, bpsBottom.color);
restoreGraphicsState();
}
- if (bpsStart != null) {
+ if (bpsLeft != null) {
endTextObject();
float sy1 = starty;
- float sy2 = (slant[BEFORE] ? sy1 + borderWidth[BEFORE] - clipw[BEFORE] : sy1);
+ float sy2 = (slant[TOP] ? sy1 + borderWidth[TOP] - clipw[TOP] : sy1);
float ey1 = sy1 + height;
- float ey2 = (slant[START] ? ey1 - borderWidth[AFTER] + clipw[AFTER] : ey1);
- float outerx = startx - clipw[START];
- float clipx = outerx + clipw[START];
- float innerx = outerx + borderWidth[START];
+ float ey2 = (slant[LEFT] ? ey1 - borderWidth[BOTTOM] + clipw[BOTTOM] : ey1);
+ float outerx = startx - clipw[LEFT];
+ float clipx = outerx + clipw[LEFT];
+ float innerx = outerx + borderWidth[LEFT];
saveGraphicsState();
moveTo(clipx, ey1);
float sy1a = sy1;
float ey1a = ey1;
- if (bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsBefore != null && bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
- sy1a -= clipw[BEFORE];
+ if (bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsTop != null && bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
+ sy1a -= clipw[TOP];
}
- if (bpsAfter != null && bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
- ey1a += clipw[AFTER];
+ if (bpsBottom != null && bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
+ ey1a += clipw[BOTTOM];
}
lineTo(outerx, ey1a);
lineTo(outerx, sy1a);
lineTo(innerx, ey2);
closePath();
clip();
- drawBorderLine(outerx, sy1a, innerx, ey1a, false, true, bpsStart.style, bpsStart.color);
+ drawBorderLine(outerx, sy1a, innerx, ey1a, false, true, bpsLeft.style, bpsLeft.color);
restoreGraphicsState();
}
}
*/
protected void renderInlineAreaBackAndBorders(InlineArea area) {
float borderPaddingStart = area.getBorderAndPaddingWidthStart() / 1000f;
+ float borderPaddingEnd = area.getBorderAndPaddingWidthEnd() / 1000f;
float borderPaddingBefore = area.getBorderAndPaddingWidthBefore() / 1000f;
- float bpwidth = borderPaddingStart
- + (area.getBorderAndPaddingWidthEnd() / 1000f);
- float bpheight = borderPaddingBefore
- + (area.getBorderAndPaddingWidthAfter() / 1000f);
+ float borderPaddingAfter = area.getBorderAndPaddingWidthAfter() / 1000f;
+ float bpwidth = borderPaddingStart + borderPaddingEnd;
+ float bpheight = borderPaddingBefore + borderPaddingAfter;
float height = area.getBPD() / 1000f;
if (height != 0.0f || bpheight != 0.0f && bpwidth != 0.0f) {
AffineTransform positionTransform = new AffineTransform();
positionTransform.translate(bv.getXOffset(), bv.getYOffset());
+ int level = bv.getBidiLevel();
int borderPaddingStart = bv.getBorderAndPaddingWidthStart();
+ int borderPaddingEnd = bv.getBorderAndPaddingWidthEnd();
//"left/"top" (bv.getX/YOffset()) specify the position of the content rectangle
- positionTransform.translate(-borderPaddingStart, -borderPaddingBefore);
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ positionTransform.translate(-borderPaddingStart, -borderPaddingBefore);
+ } else {
+ positionTransform.translate(-borderPaddingEnd, -borderPaddingBefore);
+ }
//Free transformation for the block-container viewport
String transf;
//Background and borders
float borderPaddingWidth
- = (borderPaddingStart + bv.getBorderAndPaddingWidthEnd()) / 1000f;
+ = (borderPaddingStart + borderPaddingEnd) / 1000f;
float borderPaddingHeight
= (borderPaddingBefore + bv.getBorderAndPaddingWidthAfter()) / 1000f;
drawBackAndBorders(bv, 0, 0, width + borderPaddingWidth, height + borderPaddingHeight);
//Shift to content rectangle after border painting
AffineTransform contentRectTransform = new AffineTransform();
- contentRectTransform.translate(borderPaddingStart, borderPaddingBefore);
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ contentRectTransform.translate(borderPaddingStart, borderPaddingBefore);
+ } else {
+ contentRectTransform.translate(borderPaddingEnd, borderPaddingBefore);
+ }
if (!contentRectTransform.isIdentity()) {
establishTransformationMatrix(contentRectTransform);
* @param viewport the viewport to handle
*/
public void renderInlineViewport(InlineViewport viewport) {
-
+ int level = viewport.getBidiLevel();
float x = currentIPPosition / 1000f;
float y = (currentBPPosition + viewport.getBlockProgressionOffset()) / 1000f;
float width = viewport.getIPD() / 1000f;
float height = viewport.getBPD() / 1000f;
// TODO: Calculate the border rect correctly.
float borderPaddingStart = viewport.getBorderAndPaddingWidthStart() / 1000f;
+ float borderPaddingEnd = viewport.getBorderAndPaddingWidthEnd() / 1000f;
float borderPaddingBefore = viewport.getBorderAndPaddingWidthBefore() / 1000f;
- float bpwidth = borderPaddingStart
- + (viewport.getBorderAndPaddingWidthEnd() / 1000f);
- float bpheight = borderPaddingBefore
- + (viewport.getBorderAndPaddingWidthAfter() / 1000f);
+ float borderPaddingAfter = viewport.getBorderAndPaddingWidthAfter() / 1000f;
+ float bpwidth = borderPaddingStart + borderPaddingEnd;
+ float bpheight = borderPaddingBefore + borderPaddingAfter;
drawBackAndBorders(viewport, x, y, width + bpwidth, height + bpheight);
if (viewport.hasClip()) {
saveGraphicsState();
-
- clipRect(x + borderPaddingStart, y + borderPaddingBefore, width, height);
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ clipRect(x + borderPaddingStart, y + borderPaddingBefore, width, height);
+ } else {
+ clipRect(x + borderPaddingEnd, y + borderPaddingBefore, width, height);
+ }
}
super.renderInlineViewport(viewport);
*/
protected void renderBlocks(Block parent, List blocks) {
int saveIP = currentIPPosition;
-// int saveBP = currentBPPosition;
// Calculate the position of the content rectangle.
if (parent != null && !parent.getTraitAsBoolean(Trait.IS_VIEWPORT_AREA)) {
currentBPPosition += parent.getBorderAndPaddingWidthBefore();
- /* This is unnecessary now as we're going to use the *-indent traits
- currentIPPosition += parent.getBorderAndPaddingWidthStart();
- Integer spaceStart = (Integer) parent.getTrait(Trait.SPACE_START);
- if (spaceStart != null) {
- currentIPPosition += spaceStart.intValue();
- }*/
}
// the position of the containing block is used for
// a line area is rendered from the top left position
// of the line, each inline object is offset from there
LineArea line = (LineArea) obj;
- currentIPPosition = contIP + parent.getStartIndent();
+ if ( parent != null ) {
+ int level = parent.getBidiLevel();
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ currentIPPosition += parent.getStartIndent();
+ } else {
+ currentIPPosition += parent.getEndIndent();
+ }
+ }
renderLineArea(line);
- //InlineArea child = (InlineArea) line.getInlineAreas().get(0);
currentBPPosition += line.getAllocBPD();
}
currentIPPosition = saveIP;
* @param block The block area
*/
protected void renderBlock(Block block) {
+ assert block != null;
List children = block.getChildAreas();
if (block instanceof BlockViewport) {
if (children != null) {
List children = line.getInlineAreas();
int saveBP = currentBPPosition;
currentBPPosition += line.getSpaceBefore();
- currentIPPosition += line.getStartIndent();
+ int bl = line.getBidiLevel();
+ if ( bl >= 0 ) {
+ if ( ( bl & 1 ) == 0 ) {
+ currentIPPosition += line.getStartIndent();
+ } else {
+ currentIPPosition += line.getEndIndent();
+ // if line's content overflows line area, then
+ // ensure that overflow is drawn (extends)
+ // outside of left side of line area
+ int overflow = computeInlinesOverflow ( line );
+ if ( overflow > 0 ) {
+ currentIPPosition -= overflow;
+ }
+ }
+ } else {
+ currentIPPosition += line.getStartIndent();
+ }
for (int i = 0, l = children.size(); i < l; i++) {
InlineArea inline = (InlineArea) children.get(i);
renderInlineArea(inline);
currentBPPosition = saveBP;
}
+ private int computeInlinesOverflow ( LineArea line ) {
+ List children = line.getInlineAreas();
+ int ipdConsumed = 0;
+ for (int i = 0, l = children.size(); i < l; i++) {
+ InlineArea inline = (InlineArea) children.get(i);
+ ipdConsumed += inline.getIPD();
+ }
+ return ipdConsumed - line.getIPD();
+ }
+
/**
* Render the given InlineArea.
* @param inlineArea inline area text to render
* @param ip the inline parent to render
*/
protected void renderInlineParent(InlineParent ip) {
+ int level = ip.getBidiLevel();
List children = ip.getChildAreas();
renderInlineAreaBackAndBorders(ip);
int saveIP = currentIPPosition;
int saveBP = currentBPPosition;
- currentIPPosition += ip.getBorderAndPaddingWidthStart();
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ currentIPPosition += ip.getBorderAndPaddingWidthStart();
+ } else {
+ currentIPPosition += ip.getBorderAndPaddingWidthEnd();
+ }
currentBPPosition += ip.getBlockProgressionOffset();
for (int i = 0, l = children.size(); i < l; i++) {
InlineArea inline = (InlineArea) children.get(i);
* @param ibp the inline block parent to render
*/
protected void renderInlineBlockParent(InlineBlockParent ibp) {
+ int level = ibp.getBidiLevel();
renderInlineAreaBackAndBorders(ibp);
- currentIPPosition += ibp.getBorderAndPaddingWidthStart();
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ currentIPPosition += ibp.getBorderAndPaddingWidthStart();
+ } else {
+ currentIPPosition += ibp.getBorderAndPaddingWidthEnd();
+ }
// For inline content the BP position is updated by the enclosing line area
int saveBP = currentBPPosition;
currentBPPosition += ibp.getBlockProgressionOffset();
/** {@inheritDoc} */
@Override
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before != null || after != null || start != null || end != null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top != null || bottom != null || left != null || right != null) {
try {
- this.borderPainter.drawBorders(rect, before, after, start, end);
+ this.borderPainter.drawBorders(rect, top, bottom, left, right);
} catch (IOException ife) {
throw new IFException("IO error while painting borders", ife);
}
}
/** {@inheritDoc} */
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before != null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top != null) {
Rectangle b = new Rectangle(
rect.x, rect.y,
- rect.width, before.width);
- fillRect(b, before.color);
+ rect.width, top.width);
+ fillRect(b, top.color);
}
- if (end != null) {
+ if (right != null) {
Rectangle b = new Rectangle(
- rect.x + rect.width - end.width, rect.y,
- end.width, rect.height);
- fillRect(b, end.color);
+ rect.x + rect.width - right.width, rect.y,
+ right.width, rect.height);
+ fillRect(b, right.color);
}
- if (after != null) {
+ if (bottom != null) {
Rectangle b = new Rectangle(
- rect.x, rect.y + rect.height - after.width,
- rect.width, after.width);
- fillRect(b, after.color);
+ rect.x, rect.y + rect.height - bottom.width,
+ rect.width, bottom.width);
+ fillRect(b, bottom.color);
}
- if (start != null) {
+ if (left != null) {
Rectangle b = new Rectangle(
rect.x, rect.y,
- start.width, rect.height);
- fillRect(b, start.color);
+ left.width, rect.height);
+ fillRect(b, left.color);
}
}
/**
* Indicates whether the given border segments (if present) have only solid borders, i.e.
* could be painted in a simplified fashion keeping the output file smaller.
- * @param before the border segment on the before-side (top)
- * @param after the border segment on the after-side (bottom)
- * @param start the border segment on the start-side (left)
- * @param end the border segment on the end-side (right)
+ * @param top the border segment on the top edge
+ * @param bottom the border segment on the bottom edge
+ * @param left the border segment on the left edge
+ * @param right the border segment on the right edge
* @return true if any border segment has a non-solid border style
*/
- protected boolean hasOnlySolidBorders(BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) {
- if (before != null && before.style != Constants.EN_SOLID) {
+ protected boolean hasOnlySolidBorders(BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) {
+ if (top != null && top.style != Constants.EN_SOLID) {
return false;
}
- if (after != null && after.style != Constants.EN_SOLID) {
+ if (bottom != null && bottom.style != Constants.EN_SOLID) {
return false;
}
- if (start != null && start.style != Constants.EN_SOLID) {
+ if (left != null && left.style != Constants.EN_SOLID) {
return false;
}
- if (end != null && end.style != Constants.EN_SOLID) {
+ if (right != null && right.style != Constants.EN_SOLID) {
return false;
}
return true;
/**
* Draws borders.
* @param borderRect the border rectangle
- * @param bpsBefore the border specification on the before side
- * @param bpsAfter the border specification on the after side
- * @param bpsStart the border specification on the start side
- * @param bpsEnd the border specification on the end side
+ * @param bpsTop the border specification on the top side
+ * @param bpsBottom the border specification on the bottom side
+ * @param bpsLeft the border specification on the left side
+ * @param bpsRight the border specification on the end side
* @throws IOException if an I/O error occurs while creating the borders
*/
public void drawBorders(Rectangle borderRect, // CSOK: MethodLength
- BorderProps bpsBefore, BorderProps bpsAfter,
- BorderProps bpsStart, BorderProps bpsEnd) throws IOException {
+ BorderProps bpsTop, BorderProps bpsBottom,
+ BorderProps bpsLeft, BorderProps bpsRight) throws IOException {
int startx = borderRect.x;
int starty = borderRect.y;
int width = borderRect.width;
int height = borderRect.height;
boolean[] b = new boolean[] {
- (bpsBefore != null), (bpsEnd != null),
- (bpsAfter != null), (bpsStart != null)};
+ (bpsTop != null), (bpsRight != null),
+ (bpsBottom != null), (bpsLeft != null)};
if (!b[0] && !b[1] && !b[2] && !b[3]) {
return;
}
int[] bw = new int[] {
- (b[0] ? bpsBefore.width : 0),
- (b[1] ? bpsEnd.width : 0),
- (b[2] ? bpsAfter.width : 0),
- (b[3] ? bpsStart.width : 0)};
+ (b[0] ? bpsTop.width : 0),
+ (b[1] ? bpsRight.width : 0),
+ (b[2] ? bpsBottom.width : 0),
+ (b[3] ? bpsLeft.width : 0)};
int[] clipw = new int[] {
- BorderProps.getClippedWidth(bpsBefore),
- BorderProps.getClippedWidth(bpsEnd),
- BorderProps.getClippedWidth(bpsAfter),
- BorderProps.getClippedWidth(bpsStart)};
+ BorderProps.getClippedWidth(bpsTop),
+ BorderProps.getClippedWidth(bpsRight),
+ BorderProps.getClippedWidth(bpsBottom),
+ BorderProps.getClippedWidth(bpsLeft)};
starty += clipw[0];
height -= clipw[0];
height -= clipw[2];
boolean[] slant = new boolean[] {
(b[3] && b[0]), (b[0] && b[1]), (b[1] && b[2]), (b[2] && b[3])};
- if (bpsBefore != null) {
+ if (bpsTop != null) {
int sx1 = startx;
int sx2 = (slant[0] ? sx1 + bw[3] - clipw[3] : sx1);
int ex1 = startx + width;
moveTo(sx1, clipy);
int sx1a = sx1;
int ex1a = ex1;
- if (bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsStart != null && bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsLeft != null && bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
sx1a -= clipw[3];
}
- if (bpsEnd != null && bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsRight != null && bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
ex1a += clipw[1];
}
lineTo(sx1a, outery);
closePath();
clip();
drawBorderLine(sx1a, outery, ex1a, innery, true, true,
- bpsBefore.style, bpsBefore.color);
+ bpsTop.style, bpsTop.color);
restoreGraphicsState();
}
- if (bpsEnd != null) {
+ if (bpsRight != null) {
int sy1 = starty;
int sy2 = (slant[1] ? sy1 + bw[0] - clipw[0] : sy1);
int ey1 = starty + height;
moveTo(clipx, sy1);
int sy1a = sy1;
int ey1a = ey1;
- if (bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsBefore != null && bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsTop != null && bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
sy1a -= clipw[0];
}
- if (bpsAfter != null && bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsBottom != null && bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
ey1a += clipw[2];
}
lineTo(outerx, sy1a);
lineTo(innerx, sy2);
closePath();
clip();
- drawBorderLine(innerx, sy1a, outerx, ey1a, false, false, bpsEnd.style, bpsEnd.color);
+ drawBorderLine(innerx, sy1a, outerx, ey1a, false, false,
+ bpsRight.style, bpsRight.color);
restoreGraphicsState();
}
- if (bpsAfter != null) {
+ if (bpsBottom != null) {
int sx1 = startx;
int sx2 = (slant[3] ? sx1 + bw[3] - clipw[3] : sx1);
int ex1 = startx + width;
moveTo(ex1, clipy);
int sx1a = sx1;
int ex1a = ex1;
- if (bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsStart != null && bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsLeft != null && bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
sx1a -= clipw[3];
}
- if (bpsEnd != null && bpsEnd.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsRight != null && bpsRight.mode == BorderProps.COLLAPSE_OUTER) {
ex1a += clipw[1];
}
lineTo(ex1a, outery);
lineTo(ex2, innery);
closePath();
clip();
- drawBorderLine(sx1a, innery, ex1a, outery, true, false, bpsAfter.style, bpsAfter.color);
+ drawBorderLine(sx1a, innery, ex1a, outery, true, false,
+ bpsBottom.style, bpsBottom.color);
restoreGraphicsState();
}
- if (bpsStart != null) {
+ if (bpsLeft != null) {
int sy1 = starty;
int sy2 = (slant[0] ? sy1 + bw[0] - clipw[0] : sy1);
int ey1 = sy1 + height;
moveTo(clipx, ey1);
int sy1a = sy1;
int ey1a = ey1;
- if (bpsStart.mode == BorderProps.COLLAPSE_OUTER) {
- if (bpsBefore != null && bpsBefore.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsLeft.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsTop != null && bpsTop.mode == BorderProps.COLLAPSE_OUTER) {
sy1a -= clipw[0];
}
- if (bpsAfter != null && bpsAfter.mode == BorderProps.COLLAPSE_OUTER) {
+ if (bpsBottom != null && bpsBottom.mode == BorderProps.COLLAPSE_OUTER) {
ey1a += clipw[2];
}
lineTo(outerx, ey1a);
lineTo(innerx, ey2);
closePath();
clip();
- drawBorderLine(outerx, sy1a, innerx, ey1a, false, true, bpsStart.style, bpsStart.color);
+ drawBorderLine(outerx, sy1a, innerx, ey1a, false, true, bpsLeft.style, bpsLeft.color);
restoreGraphicsState();
}
}
* Draws a border rectangle. The border segments are specified through {@link BorderProps}
* instances.
* @param rect the rectangle's coordinates and extent
- * @param before the border segment on the before-side (top)
- * @param after the border segment on the after-side (bottom)
- * @param start the border segment on the start-side (left)
- * @param end the border segment on the end-side (right)
+ * @param top the border segment on the top edge
+ * @param bottom the border segment on the bottom edge
+ * @param left the border segment on the left edge
+ * @param right the border segment on the right edge
* @throws IFException if an error occurs while handling this event
*/
void drawBorderRect(Rectangle rect,
- BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException;
+ BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException;
/**
* Draws a line. NOTE: Currently, only horizontal lines are implemented!
}
- private static final String[] SIDES = new String[] {"before", "after", "start", "end"};
+ private static final String[] SIDES = new String[] {"top", "bottom", "left", "right"};
private class BorderRectHandler extends AbstractElementHandler {
float startx, float starty,
float width, float height,
BorderProps bpsBefore, BorderProps bpsAfter,
- BorderProps bpsStart, BorderProps bpsEnd) {
+ BorderProps bpsStart, BorderProps bpsEnd, int level) {
Rectangle rect = toMillipointRectangle(startx, starty, width, height);
try {
- painter.drawBorderRect(rect, bpsBefore, bpsAfter, bpsStart, bpsEnd);
+ BorderProps bpsTop = bpsBefore;
+ BorderProps bpsBottom = bpsAfter;
+ BorderProps bpsLeft;
+ BorderProps bpsRight;
+ if ( ( level == -1 ) || ( ( level & 1 ) == 0 ) ) {
+ bpsLeft = bpsStart;
+ bpsRight = bpsEnd;
+ } else {
+ bpsLeft = bpsEnd;
+ bpsRight = bpsStart;
+ }
+ painter.drawBorderRect(rect, bpsTop, bpsBottom, bpsLeft, bpsRight);
} catch (IFException ife) {
handleIFException(ife);
}
}
/** {@inheritDoc} */
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before == null && after == null && start == null && end == null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top == null && bottom == null && left == null && right == null) {
return;
}
try {
addAttribute(atts, "y", Integer.toString(rect.y));
addAttribute(atts, "width", Integer.toString(rect.width));
addAttribute(atts, "height", Integer.toString(rect.height));
- if (before != null) {
- addAttribute(atts, "before", before.toString());
+ if (top != null) {
+ addAttribute(atts, "top", top.toString());
}
- if (after != null) {
- addAttribute(atts, "after", after.toString());
+ if (bottom != null) {
+ addAttribute(atts, "bottom", bottom.toString());
}
- if (start != null) {
- addAttribute(atts, "start", start.toString());
+ if (left != null) {
+ addAttribute(atts, "left", left.toString());
}
- if (end != null) {
- addAttribute(atts, "end", end.toString());
+ if (right != null) {
+ addAttribute(atts, "right", right.toString());
}
handler.element(EL_BORDER_RECT, atts);
} catch (SAXException e) {
}
/** {@inheritDoc} */
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before != null || after != null || start != null || end != null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top != null || bottom != null || left != null || right != null) {
try {
- this.borderPainter.drawBorders(rect, before, after, start, end);
+ this.borderPainter.drawBorders(rect, top, bottom, left, right);
} catch (IOException e) {
//Won't happen with Java2D
throw new IllegalStateException("Unexpected I/O error");
/** {@inheritDoc} */
public void drawBorderRect(final Rectangle rect,
- final BorderProps before, final BorderProps after,
- final BorderProps start, final BorderProps end) throws IFException {
+ final BorderProps top, final BorderProps bottom,
+ final BorderProps left, final BorderProps right) throws IFException {
if (isSpeedOptimized()) {
- super.drawBorderRect(rect, before, after, start, end);
+ super.drawBorderRect(rect, top, bottom, left, right);
return;
}
- if (before != null || after != null || start != null || end != null) {
+ if (top != null || bottom != null || left != null || right != null) {
final Rectangle boundingBox = rect;
final Dimension dim = boundingBox.getSize();
Java2DPainter painter = new Java2DPainter(g2d,
getContext(), parent.getFontInfo(), state);
try {
- painter.drawBorderRect(rect, before, after, start, end);
+ painter.drawBorderRect(rect, top, bottom, left, right);
} catch (IFException e) {
//This should never happen with the Java2DPainter
throw new RuntimeException("Unexpected error while painting borders", e);
import org.apache.fop.render.intermediate.IFUtil;
import org.apache.fop.render.pdf.PDFLogicalStructureHandler.MarkedContentInfo;
import org.apache.fop.traits.BorderProps;
+import org.apache.fop.traits.Direction;
import org.apache.fop.traits.RuleStyle;
import org.apache.fop.util.CharUtilities;
}
/** {@inheritDoc} */
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before != null || after != null || start != null || end != null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top != null || bottom != null || left != null || right != null) {
generator.endTextObject();
try {
- this.borderPainter.drawBorders(rect, before, after, start, end);
+ this.borderPainter.drawBorders(rect, top, bottom, left, right);
} catch (IOException ioe) {
throw new IFException("I/O error while drawing borders", ioe);
}
assert text != null;
assert triplet != null;
assert dp != null;
- assert dp.length == text.length();
String fk = getFontInfo().getInternalFontKey(triplet);
Typeface tf = getTypeface(fk);
if ( tf.isMultiByte() ) {
double yc = 0f;
double xoLast = 0f;
double yoLast = 0f;
+ double wox = wordSpacing;
tu.writeTextMatrix ( new AffineTransform ( 1, 0, 0, -1, x / 1000f, y / 1000f ) );
tu.updateTf ( fk, fsPoints, true );
+ generator.updateCharacterSpacing ( letterSpacing / 1000f );
for ( int i = 0, n = text.length(); i < n; i++ ) {
char ch = text.charAt ( i );
int[] pa = ( i < dp.length ) ? dp [ i ] : paZero;
double xo = xc + pa[0];
double yo = yc + pa[1];
- double xa = f.getCharWidth(ch);
+ double xa = f.getCharWidth(ch) + maybeWordOffsetX ( wox, ch, null );
double ya = 0;
double xd = ( xo - xoLast ) / 1000f;
double yd = ( yo - yoLast ) / 1000f;
}
}
+ private double maybeWordOffsetX ( double wox, char ch, Direction dir ) {
+ if ( ( wox != 0 )
+ && CharUtilities.isAdjustableSpace ( ch )
+ && ( ( dir == null ) || dir.isHorizontal() ) ) {
+ return wox;
+ } else {
+ return 0;
+ }
+ }
+
+ /*
+ private double maybeWordOffsetY ( double woy, char ch, Direction dir ) {
+ if ( ( woy != 0 )
+ && CharUtilities.isAdjustableSpace ( ch ) && dir.isVertical()
+ && ( ( dir != null ) && dir.isVertical() ) ) {
+ return woy;
+ } else {
+ return 0;
+ }
+ }
+ */
+
}
}
/** {@inheritDoc} */
- public void drawBorderRect(Rectangle rect, BorderProps before, BorderProps after,
- BorderProps start, BorderProps end) throws IFException {
- if (before != null || after != null || start != null || end != null) {
+ public void drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom,
+ BorderProps left, BorderProps right) throws IFException {
+ if (top != null || bottom != null || left != null || right != null) {
try {
endTextObject();
if (getPSUtil().getRenderingMode() == PSRenderingMode.SIZE
- && hasOnlySolidBorders(before, after, start, end)) {
- super.drawBorderRect(rect, before, after, start, end);
+ && hasOnlySolidBorders(top, bottom, left, right)) {
+ super.drawBorderRect(rect, top, bottom, left, right);
} else {
- this.borderPainter.drawBorders(rect, before, after, start, end);
+ this.borderPainter.drawBorders(rect, top, bottom, left, right);
}
} catch (IOException ioe) {
throw new IFException("I/O error in drawBorderRect()", ioe);
super(DIRECTION_NAMES[index], DIRECTION_VALUES[index]);
}
+ /**
+ * Determine if direction is vertical or not.
+ * @return true if vertical
+ */
+ public boolean isVertical() {
+ return ( getEnumValue() == Constants.EN_TB ) || ( getEnumValue() == Constants.EN_BT );
+ }
+
+ /**
+ * Determine if direction is horizontal or not.
+ * @return true if horizontal
+ */
+ public boolean isHorizontal() {
+ return ( getEnumValue() == Constants.EN_LR ) || ( getEnumValue() == Constants.EN_RL );
+ }
+
/**
* Returns the enumeration/singleton object based on its name.
* @param name the name of the enumeration value
wms.setWritingMode ( this );
}
+ /**
+ * Determine if WM is horizontal or not.
+ * @return true if horizontal
+ */
+ public boolean isHorizontal() {
+ switch ( getEnumValue() ) {
+ case Constants.EN_LR_TB:
+ case Constants.EN_RL_TB:
+ return true;
+ case Constants.EN_TB_LR:
+ case Constants.EN_TB_RL:
+ return false;
+ default:
+ assert false;
+ return true;
+ }
+ }
+
+ /**
+ * Determine if WM is vertical or not.
+ * @return true if vertical
+ */
+ public boolean isVertical() {
+ return !isHorizontal();
+ }
+
/**
* Returns the enumeration/singleton object based on its name.
* @param name the name of the enumeration value
writingMode.assignWritingModeTraits ( this );
}
+ /**
+ * Helper function to find the writing mode traits getter (if any) that applies for
+ * a given FO node.
+ * @param fn the node to start searching from
+ * @return the applicable writing mode traits getter, or null if none applies
+ */
+ public static WritingModeTraitsGetter
+ getWritingModeTraitsGetter ( org.apache.fop.fo.FONode fn ) {
+ for ( org.apache.fop.fo.FONode n = fn; n != null; n = n.getParent() ) {
+ if ( n instanceof WritingModeTraitsGetter ) {
+ return (WritingModeTraitsGetter) n;
+ }
+ }
+ return null;
+ }
+
}
// CSOFF: AvoidNestedBlocksCheck
// CSOFF: InnerAssignmentCheck
+// CSOFF: WhitespaceAfterCheck
// CSOFF: SimplifyBooleanReturnCheck
/**
public static final char MISSING_IDEOGRAPH = '\u25A1';
/** Ideogreaphic space */
public static final char IDEOGRAPHIC_SPACE = '\u3000';
+ /** Object replacement character */
+ public static final char OBJECT_REPLACEMENT_CHARACTER = '\uFFFC';
/** Unicode value indicating the the character is "not a character". */
public static final char NOT_A_CHARACTER = '\uFFFF';
+ /**
+ * A static (class) parameter indicating whether V2 indic shaping
+ * rules apply or not, with default being <code>true</code>.
+ */
+ private static final boolean useV2Indic = true; // CSOK: ConstantNameCheck
/**
* Utility class: Constructor prevents instantiating when subclassed.
}
+ //
+ // The following script codes are based on ISO 15924. Codes less than 1000 are
+ // official assignments from 15924; those equal to or greater than 1000 are FOP
+ // implementation specific.
+ //
+ // CSOFF: LineLengthCheck
/** hebrew script constant */
public static final int SCRIPT_HEBREW = 125; // 'hebr'
/** mongolian script constant */
public static final int SCRIPT_HANGUL = 286; // 'hang'
/** gurmukhi script constant */
public static final int SCRIPT_GURMUKHI = 310; // 'guru'
+ /** gurmukhi 2 script constant */
+ public static final int SCRIPT_GURMUKHI_2 = 1310; // 'gur2' -- MSFT (pseudo) script tag for variant shaping semantics
/** devanagari script constant */
public static final int SCRIPT_DEVANAGARI = 315; // 'deva'
+ /** devanagari 2 script constant */
+ public static final int SCRIPT_DEVANAGARI_2 = 1315; // 'dev2' -- MSFT (pseudo) script tag for variant shaping semantics
/** gujarati script constant */
public static final int SCRIPT_GUJARATI = 320; // 'gujr'
+ /** gujarati 2 script constant */
+ public static final int SCRIPT_GUJARATI_2 = 1320; // 'gjr2' -- MSFT (pseudo) script tag for variant shaping semantics
/** bengali script constant */
public static final int SCRIPT_BENGALI = 326; // 'beng'
+ /** bengali 2 script constant */
+ public static final int SCRIPT_BENGALI_2 = 1326; // 'bng2' -- MSFT (pseudo) script tag for variant shaping semantics
/** oriya script constant */
public static final int SCRIPT_ORIYA = 327; // 'orya'
+ /** oriya 2 script constant */
+ public static final int SCRIPT_ORIYA_2 = 1327; // 'ory2' -- MSFT (pseudo) script tag for variant shaping semantics
/** tibetan script constant */
public static final int SCRIPT_TIBETAN = 330; // 'tibt'
/** telugu script constant */
public static final int SCRIPT_TELUGU = 340; // 'telu'
+ /** telugu 2 script constant */
+ public static final int SCRIPT_TELUGU_2 = 1340; // 'tel2' -- MSFT (pseudo) script tag for variant shaping semantics
+ /** kannada script constant */
+ public static final int SCRIPT_KANNADA = 345; // 'knda'
+ /** kannada 2 script constant */
+ public static final int SCRIPT_KANNADA_2 = 1345; // 'knd2' -- MSFT (pseudo) script tag for variant shaping semantics
/** tamil script constant */
public static final int SCRIPT_TAMIL = 346; // 'taml'
+ /** tamil 2 script constant */
+ public static final int SCRIPT_TAMIL_2 = 1346; // 'tml2' -- MSFT (pseudo) script tag for variant shaping semantics
/** malayalam script constant */
public static final int SCRIPT_MALAYALAM = 347; // 'mlym'
+ /** malayalam 2 script constant */
+ public static final int SCRIPT_MALAYALAM_2 = 1347; // 'mlm2' -- MSFT (pseudo) script tag for variant shaping semantics
/** sinhalese script constant */
public static final int SCRIPT_SINHALESE = 348; // 'sinh'
/** burmese script constant */
public static final int SCRIPT_UNDETERMINED = 998; // 'zyyy'
/** uncoded script constant */
public static final int SCRIPT_UNCODED = 999; // 'zzzz'
+ // CSON: LineLengthCheck
/**
* Determine if character c is punctuation.
* @return true if character belongs to hebrew script
*/
public static boolean isHebrew ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0590 ) && ( c <= 0x05FF ) ) { // hebrew block
+ return true;
+ } else if ( ( c >= 0xFB00 ) && ( c <= 0xFB4F ) ) { // hebrew presentation forms block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to mongolian script
*/
public static boolean isMongolian ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x1800 ) && ( c <= 0x18AF ) ) { // mongolian block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to greek script
*/
public static boolean isGreek ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0370 ) && ( c <= 0x03FF ) ) { // greek (and coptic) block
+ return true;
+ } else if ( ( c >= 0x1F00 ) && ( c <= 0x1FFF ) ) { // greek extended block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to cyrillic script
*/
public static boolean isCyrillic ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0400 ) && ( c <= 0x04FF ) ) { // cyrillic block
+ return true;
+ } else if ( ( c >= 0x0500 ) && ( c <= 0x052F ) ) { // cyrillic supplement block
+ return true;
+ } else if ( ( c >= 0x2DE0 ) && ( c <= 0x2DFF ) ) { // cyrillic extended-a block
+ return true;
+ } else if ( ( c >= 0xA640 ) && ( c <= 0xA69F ) ) { // cyrillic extended-b block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to georgian script
*/
public static boolean isGeorgian ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x10A0 ) && ( c <= 0x10FF ) ) { // georgian block
+ return true;
+ } else if ( ( c >= 0x2D00 ) && ( c <= 0x2D2F ) ) { // georgian supplement block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to gurmukhi script
*/
public static boolean isGurmukhi ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0A00 ) && ( c <= 0x0A7F ) ) { // gurmukhi block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to devanagari script
*/
public static boolean isDevanagari ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0900 ) && ( c <= 0x097F ) ) { // devangari block
+ return true;
+ } else if ( ( c >= 0xA8E0 ) && ( c <= 0xA8FF ) ) { // devangari extended block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to gujarati script
*/
public static boolean isGujarati ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0A80 ) && ( c <= 0x0AFF ) ) { // gujarati block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to bengali script
*/
public static boolean isBengali ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0980 ) && ( c <= 0x09FF ) ) { // bengali block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to oriya script
*/
public static boolean isOriya ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0B00 ) && ( c <= 0x0B7F ) ) { // oriya block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to tibetan script
*/
public static boolean isTibetan ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0F00 ) && ( c <= 0x0FFF ) ) { // tibetan block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to telugu script
*/
public static boolean isTelugu ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0C00 ) && ( c <= 0x0C7F ) ) { // telugu block
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ /**
+ * Determine if character c belong to the kannada script.
+ * @param c a character represented as a unicode scalar value
+ * @return true if character belongs to kannada script
+ */
+ public static boolean isKannada ( int c ) {
+ if ( ( c >= 0x0C00 ) && ( c <= 0x0C7F ) ) { // kannada block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to tamil script
*/
public static boolean isTamil ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0B80 ) && ( c <= 0x0BFF ) ) { // tamil block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to malayalam script
*/
public static boolean isMalayalam ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0D00 ) && ( c <= 0x0D7F ) ) { // malayalam block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to sinhalese script
*/
public static boolean isSinhalese ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0D80 ) && ( c <= 0x0DFF ) ) { // sinhala block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to burmese script
*/
public static boolean isBurmese ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x1000 ) && ( c <= 0x109F ) ) { // burmese (myanmar) block
+ return true;
+ } else if ( ( c >= 0xAA60 ) && ( c <= 0xAA7F ) ) { // burmese (myanmar) extended block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to thai script
*/
public static boolean isThai ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0E00 ) && ( c <= 0x0E7F ) ) { // thai block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to khmer script
*/
public static boolean isKhmer ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x1780 ) && ( c <= 0x17FF ) ) { // khmer block
+ return true;
+ } else if ( ( c >= 0x19E0 ) && ( c <= 0x19FF ) ) { // khmer symbols block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to lao script
*/
public static boolean isLao ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x0E80 ) && ( c <= 0x0EFF ) ) { // lao block
+ return true;
+ } else {
+ return false;
+ }
}
/**
* @return true if character belongs to ethiopic (amharic) script
*/
public static boolean isEthiopic ( int c ) {
- return false; // [TBD] - implement me
+ if ( ( c >= 0x1200 ) && ( c <= 0x137F ) ) { // ethiopic block
+ return true;
+ } else if ( ( c >= 0x1380 ) && ( c <= 0x139F ) ) { // ethoipic supplement block
+ return true;
+ } else if ( ( c >= 0x2D80 ) && ( c <= 0x2DDF ) ) { // ethoipic extended block
+ return true;
+ } else if ( ( c >= 0xAB00 ) && ( c <= 0xAB2F ) ) { // ethoipic extended-a block
+ return true;
+ } else {
+ return false;
+ }
}
/**
} else if ( isGeorgian ( c ) ) {
return SCRIPT_GEORGIAN;
} else if ( isGurmukhi ( c ) ) {
- return SCRIPT_GURMUKHI;
+ return useV2IndicRules ( SCRIPT_GURMUKHI );
} else if ( isDevanagari ( c ) ) {
- return SCRIPT_DEVANAGARI;
+ return useV2IndicRules ( SCRIPT_DEVANAGARI );
} else if ( isGujarati ( c ) ) {
- return SCRIPT_GUJARATI;
+ return useV2IndicRules ( SCRIPT_GUJARATI );
} else if ( isBengali ( c ) ) {
- return SCRIPT_BENGALI;
+ return useV2IndicRules ( SCRIPT_BENGALI );
} else if ( isOriya ( c ) ) {
- return SCRIPT_ORIYA;
+ return useV2IndicRules ( SCRIPT_ORIYA );
} else if ( isTibetan ( c ) ) {
return SCRIPT_TIBETAN;
} else if ( isTelugu ( c ) ) {
- return SCRIPT_TELUGU;
+ return useV2IndicRules ( SCRIPT_TELUGU );
+ } else if ( isKannada ( c ) ) {
+ return useV2IndicRules ( SCRIPT_KANNADA );
} else if ( isTamil ( c ) ) {
- return SCRIPT_TAMIL;
+ return useV2IndicRules ( SCRIPT_TAMIL );
} else if ( isMalayalam ( c ) ) {
- return SCRIPT_MALAYALAM;
+ return useV2IndicRules ( SCRIPT_MALAYALAM );
} else if ( isSinhalese ( c ) ) {
return SCRIPT_SINHALESE;
} else if ( isBurmese ( c ) ) {
}
}
+ /**
+ * Obtain the V2 indic script code corresponding to V1 indic script code SC if
+ * and only iff V2 indic rules apply; otherwise return SC.
+ * @param sc a V1 indic script code
+ * @return either SC or the V2 flavor of SC if V2 indic rules apply
+ */
+ public static int useV2IndicRules ( int sc ) {
+ if ( useV2Indic ) {
+ return ( sc < 1000 ) ? ( sc + 1000 ) : sc;
+ } else {
+ return sc;
+ }
+ }
+
/**
* Obtain the script codes of each character in a character sequence. If script
* is not or cannot be determined for some character, then the script code 998
}
/**
- * Determine the ISO script tag associated with an internal
- * script code.
+ * Determine if script tag denotes an 'Indic' script, where a
+ * script is an 'Indic' script if it is intended to be processed by
+ * the generic 'Indic' Script Processor.
+ * @param script a script tag
+ * @return true if script tag is a designated 'Indic' script
+ */
+ public static boolean isIndicScript ( String script ) {
+ switch ( scriptCodeFromTag ( script ) ) {
+ case SCRIPT_BENGALI:
+ case SCRIPT_BENGALI_2:
+ case SCRIPT_BURMESE:
+ case SCRIPT_DEVANAGARI:
+ case SCRIPT_DEVANAGARI_2:
+ case SCRIPT_GUJARATI:
+ case SCRIPT_GUJARATI_2:
+ case SCRIPT_GURMUKHI:
+ case SCRIPT_GURMUKHI_2:
+ case SCRIPT_KANNADA:
+ case SCRIPT_KANNADA_2:
+ case SCRIPT_MALAYALAM:
+ case SCRIPT_MALAYALAM_2:
+ case SCRIPT_ORIYA:
+ case SCRIPT_ORIYA_2:
+ case SCRIPT_TAMIL:
+ case SCRIPT_TAMIL_2:
+ case SCRIPT_TELUGU:
+ case SCRIPT_TELUGU_2:
+ return true;
+ default:
+ return false;
+ }
+ }
+
+ /**
+ * Determine the script tag associated with an internal script code.
* @param code the script code
- * @return an ISO script tag
+ * @return a script tag
*/
public static String scriptTagFromCode ( int code ) {
- String tag;
- if ( scriptTagsMap == null ) {
- scriptTagsMap = makeScriptTagsMap();
+ Map<Integer,String> m = getScriptTagsMap();
+ if ( m != null ) {
+ String tag;
+ if ( ( tag = m.get ( Integer.valueOf ( code ) ) ) != null ) {
+ return tag;
+ } else {
+ return "";
+ }
+ } else {
+ return "";
}
- if ( ( tag = (String) scriptTagsMap.get ( Integer.valueOf ( code ) ) ) == null ) {
- tag = scriptTagFromCode ( SCRIPT_UNDETERMINED );
+ }
+
+ /**
+ * Determine the internal script code associated with a script tag.
+ * @param tag the script tag
+ * @return a script code
+ */
+ public static int scriptCodeFromTag ( String tag ) {
+ Map<String,Integer> m = getScriptCodeMap();
+ if ( m != null ) {
+ Integer c;
+ if ( ( c = m.get ( tag ) ) != null ) {
+ return (int) c;
+ } else {
+ return SCRIPT_UNDETERMINED;
+ }
+ } else {
+ return SCRIPT_UNDETERMINED;
}
- return tag;
}
/**
}
}
- private static Map scriptTagsMap = null;
+ private static Map<Integer,String> scriptTagsMap = null;
+ private static Map<String,Integer> scriptCodeMap = null;
+
+ private static void putScriptTag ( Map tm, Map cm, int code, String tag ) {
+ assert tag != null;
+ assert tag.length() != 0;
+ assert code >= 0;
+ assert code < 2000;
+ tm.put ( Integer.valueOf ( code ), tag );
+ cm.put ( tag, Integer.valueOf ( code ) );
+ }
- private static void putScriptTag ( Map m, int code, String tag ) {
- m.put ( Integer.valueOf ( code ), tag );
+ private static void makeScriptMaps() {
+ HashMap<Integer,String> tm = new HashMap<Integer,String>();
+ HashMap<String,Integer> cm = new HashMap<String,Integer>();
+ putScriptTag ( tm, cm, SCRIPT_HEBREW, "hebr" );
+ putScriptTag ( tm, cm, SCRIPT_MONGOLIAN, "mong" );
+ putScriptTag ( tm, cm, SCRIPT_ARABIC, "arab" );
+ putScriptTag ( tm, cm, SCRIPT_GREEK, "grek" );
+ putScriptTag ( tm, cm, SCRIPT_LATIN, "latn" );
+ putScriptTag ( tm, cm, SCRIPT_CYRILLIC, "cyrl" );
+ putScriptTag ( tm, cm, SCRIPT_GEORGIAN, "geor" );
+ putScriptTag ( tm, cm, SCRIPT_BOPOMOFO, "bopo" );
+ putScriptTag ( tm, cm, SCRIPT_HANGUL, "hang" );
+ putScriptTag ( tm, cm, SCRIPT_GURMUKHI, "guru" );
+ putScriptTag ( tm, cm, SCRIPT_GURMUKHI_2, "gur2" );
+ putScriptTag ( tm, cm, SCRIPT_DEVANAGARI, "deva" );
+ putScriptTag ( tm, cm, SCRIPT_DEVANAGARI_2, "dev2" );
+ putScriptTag ( tm, cm, SCRIPT_GUJARATI, "gujr" );
+ putScriptTag ( tm, cm, SCRIPT_GUJARATI_2, "gjr2" );
+ putScriptTag ( tm, cm, SCRIPT_BENGALI, "beng" );
+ putScriptTag ( tm, cm, SCRIPT_BENGALI_2, "bng2" );
+ putScriptTag ( tm, cm, SCRIPT_ORIYA, "orya" );
+ putScriptTag ( tm, cm, SCRIPT_ORIYA_2, "ory2" );
+ putScriptTag ( tm, cm, SCRIPT_TIBETAN, "tibt" );
+ putScriptTag ( tm, cm, SCRIPT_TELUGU, "telu" );
+ putScriptTag ( tm, cm, SCRIPT_TELUGU_2, "tel2" );
+ putScriptTag ( tm, cm, SCRIPT_KANNADA, "knda" );
+ putScriptTag ( tm, cm, SCRIPT_KANNADA_2, "knd2" );
+ putScriptTag ( tm, cm, SCRIPT_TAMIL, "taml" );
+ putScriptTag ( tm, cm, SCRIPT_TAMIL_2, "tml2" );
+ putScriptTag ( tm, cm, SCRIPT_MALAYALAM, "mlym" );
+ putScriptTag ( tm, cm, SCRIPT_MALAYALAM_2, "mlm2" );
+ putScriptTag ( tm, cm, SCRIPT_SINHALESE, "sinh" );
+ putScriptTag ( tm, cm, SCRIPT_BURMESE, "mymr" );
+ putScriptTag ( tm, cm, SCRIPT_THAI, "thai" );
+ putScriptTag ( tm, cm, SCRIPT_KHMER, "khmr" );
+ putScriptTag ( tm, cm, SCRIPT_LAO, "laoo" );
+ putScriptTag ( tm, cm, SCRIPT_HIRAGANA, "hira" );
+ putScriptTag ( tm, cm, SCRIPT_ETHIOPIC, "ethi" );
+ putScriptTag ( tm, cm, SCRIPT_HAN, "hani" );
+ putScriptTag ( tm, cm, SCRIPT_KATAKANA, "kana" );
+ putScriptTag ( tm, cm, SCRIPT_MATH, "zmth" );
+ putScriptTag ( tm, cm, SCRIPT_SYMBOL, "zsym" );
+ putScriptTag ( tm, cm, SCRIPT_UNDETERMINED, "zyyy" );
+ putScriptTag ( tm, cm, SCRIPT_UNCODED, "zzzz" );
+ scriptTagsMap = tm;
+ scriptCodeMap = cm;
}
- private static Map makeScriptTagsMap() {
- HashMap m = new HashMap();
- putScriptTag ( m, SCRIPT_HEBREW, "hebr" );
- putScriptTag ( m, SCRIPT_MONGOLIAN, "mong" );
- putScriptTag ( m, SCRIPT_ARABIC, "arab" );
- putScriptTag ( m, SCRIPT_GREEK, "grek" );
- putScriptTag ( m, SCRIPT_LATIN, "latn" );
- putScriptTag ( m, SCRIPT_CYRILLIC, "cyrl" );
- putScriptTag ( m, SCRIPT_GEORGIAN, "geor" );
- putScriptTag ( m, SCRIPT_BOPOMOFO, "bopo" );
- putScriptTag ( m, SCRIPT_HANGUL, "hang" );
- putScriptTag ( m, SCRIPT_GURMUKHI, "guru" );
- putScriptTag ( m, SCRIPT_DEVANAGARI, "deva" );
- putScriptTag ( m, SCRIPT_GUJARATI, "gujr" );
- putScriptTag ( m, SCRIPT_BENGALI, "beng" );
- putScriptTag ( m, SCRIPT_ORIYA, "orya" );
- putScriptTag ( m, SCRIPT_TIBETAN, "tibt" );
- putScriptTag ( m, SCRIPT_TELUGU, "telu" );
- putScriptTag ( m, SCRIPT_TAMIL, "taml" );
- putScriptTag ( m, SCRIPT_MALAYALAM, "mlym" );
- putScriptTag ( m, SCRIPT_SINHALESE, "sinh" );
- putScriptTag ( m, SCRIPT_BURMESE, "mymr" );
- putScriptTag ( m, SCRIPT_THAI, "thai" );
- putScriptTag ( m, SCRIPT_KHMER, "khmr" );
- putScriptTag ( m, SCRIPT_LAO, "laoo" );
- putScriptTag ( m, SCRIPT_HIRAGANA, "hira" );
- putScriptTag ( m, SCRIPT_ETHIOPIC, "ethi" );
- putScriptTag ( m, SCRIPT_HAN, "hani" );
- putScriptTag ( m, SCRIPT_KATAKANA, "kana" );
- putScriptTag ( m, SCRIPT_MATH, "zmth" );
- putScriptTag ( m, SCRIPT_SYMBOL, "zsym" );
- putScriptTag ( m, SCRIPT_UNDETERMINED, "zyyy" );
- putScriptTag ( m, SCRIPT_UNCODED, "zzzz" );
- return m;
+ private static Map<Integer,String> getScriptTagsMap() {
+ if ( scriptTagsMap == null ) {
+ makeScriptMaps();
+ }
+ return scriptTagsMap;
+ }
+
+ private static Map<String,Integer> getScriptCodeMap() {
+ if ( scriptCodeMap == null ) {
+ makeScriptMaps();
+ }
+ return scriptCodeMap;
}
/**
}
}
+ /**
+ * Determine if two character sequences contain the same characters.
+ * @param cs1 first character sequence
+ * @param cs2 second character sequence
+ * @return true if both sequences have same length and same character sequence
+ */
+ public static boolean isSameSequence ( CharSequence cs1, CharSequence cs2 ) {
+ assert cs1 != null;
+ assert cs2 != null;
+ if ( cs1.length() != cs2.length() ) {
+ return false;
+ } else {
+ for ( int i = 0, n = cs1.length(); i < n; i++ ) {
+ if ( cs1.charAt(i) != cs2.charAt(i) ) {
+ return false;
+ }
+ }
+ return true;
+ }
+ }
+
}
package org.apache.fop.complexscripts;
import org.apache.fop.complexscripts.bidi.BidiTestSuite;
+import org.apache.fop.complexscripts.fonts.FontsTestSuite;
+import org.apache.fop.complexscripts.scripts.ScriptsTestSuite;
import junit.framework.Test;
import junit.framework.TestSuite;
"Test suite for complex scripts functionality");
//$JUnit-BEGIN$
suite.addTest(BidiTestSuite.suite());
+ suite.addTest(FontsTestSuite.suite());
+ suite.addTest(ScriptsTestSuite.suite());
//$JUnit-END$
return suite;
}
<testcase>
<info>
<p>
- This test checks relative margin on region (region-body).
+ This test checks relative margin on regions when writing mode is right to left,
+ with reference orientation 0.
</p>
</info>
- <variables>
- <img>../../resources/images/bgimg300dpi.jpg</img>
- </variables>
<fo>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
<fo:layout-master-set>
<fo:region-body margin-top="10%" margin-bottom="5%" margin-left="10%" margin-right="5%" background-color="yellow" />
<fo:region-before extent="10%" background-color="blue" precedence="true" />
<fo:region-after extent="5%" background-color="green" precedence="true" />
- <fo:region-start extent="5%" background-color="red" />
- <fo:region-end extent="10%" background-color="orange" />
+ <fo:region-start extent="10%" background-color="red" />
+ <fo:region-end extent="5%" background-color="orange" />
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:block>
Demonstrates relative 5% margin on the page master, 10% margin on regions before
- and end and 5% margin on regions start and after. Corresponding margins are set
+ and start and 5% margin on regions end and after. Corresponding margins are set
on the region body. The page size is 5in x 3in with the page reference not rotated
and a rl writing-mode.
</fo:block>
<eval expected="10800 18000 194400 36000" xpath="//page/regionViewport[1]/@rect"/>
<eval expected="194400" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
<eval expected="36000" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
- <eval expected="[-1.0 0.0 0.0 1.0 205200.0 18000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
+ <eval expected="[1.0 0.0 0.0 1.0 10800.0 18000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
<!-- region start -->
<eval expected="color=#ff0000" xpath="//page/regionViewport[2]/@background"/>
- <eval expected="10800" xpath="//page/regionViewport[2]/@ipd"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[2]/@bpd"/>
- <eval expected="194400 54000 10800 270000" xpath="//page/regionViewport[2]/@rect"/>
- <eval expected="10800" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
+ <eval expected="183600 54000 21600 270000" xpath="//page/regionViewport[2]/@rect"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
- <eval expected="[-1.0 0.0 0.0 1.0 205200.0 54000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
+ <eval expected="[1.0 0.0 0.0 1.0 183600.0 54000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
<!-- region end -->
<eval expected="color=#ffa500" xpath="//page/regionViewport[3]/@background"/>
- <eval expected="21600" xpath="//page/regionViewport[3]/@ipd"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[3]/@bpd"/>
- <eval expected="10800 54000 21600 270000" xpath="//page/regionViewport[3]/@rect"/>
- <eval expected="21600" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
+ <eval expected="10800 54000 10800 270000" xpath="//page/regionViewport[3]/@rect"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
- <eval expected="[-1.0 0.0 0.0 1.0 32400.0 54000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
+ <eval expected="[1.0 0.0 0.0 1.0 10800.0 54000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
<!-- region after -->
<eval expected="color=#008000" xpath="//page/regionViewport[4]/@background"/>
<eval expected="194400" xpath="//page/regionViewport[4]/@ipd"/>
<eval expected="10800 324000 194400 18000" xpath="//page/regionViewport[4]/@rect"/>
<eval expected="194400" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
<eval expected="18000" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
- <eval expected="[-1.0 0.0 0.0 1.0 205200.0 324000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
+ <eval expected="[1.0 0.0 0.0 1.0 10800.0 324000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
<!-- region body -->
<eval expected="color=#ffff00" xpath="//page/regionViewport[5]/@background"/>
<eval expected="162000" xpath="//page/regionViewport[5]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[5]/@bpd"/>
- <eval expected="32400 54000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
+ <eval expected="21600 54000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
<eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
- <eval expected="[-1.0 0.0 0.0 1.0 194400.0 54000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
+ <eval expected="[1.0 0.0 0.0 1.0 21600.0 54000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
</checks>
</testcase>
<testcase>
<info>
<p>
- This test checks relative margin on region (region-body).
+ This test checks relative margin on regions when writing mode is right to left,
+ with reference orientation 180.
</p>
</info>
- <variables>
- <img>../../resources/images/bgimg300dpi.jpg</img>
- </variables>
<fo>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
<fo:layout-master-set>
<fo:region-body margin-top="10%" margin-bottom="5%" margin-left="10%" margin-right="5%" background-color="yellow" />
<fo:region-before extent="10%" background-color="blue" precedence="true" />
<fo:region-after extent="5%" background-color="green" precedence="true" />
- <fo:region-start extent="5%" background-color="red" />
- <fo:region-end extent="10%" background-color="orange" />
+ <fo:region-start extent="10%" background-color="red" />
+ <fo:region-end extent="5%" background-color="orange" />
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:block>
Demonstrates relative 5% margin on the page master, 10% margin on regions before
- and end and 5% margin on regions start and after. Corresponding margins are set
- on the region body. The page size is 5in x 3in with the page reference rotated by
- 180 degrees and a rl writing-mode.
+ and start and 5% margin on regions end and after. Corresponding margins are set
+ on the region body. The page size is 5in x 3in with the page reference rotated
+ by 180 degrees and a rl writing-mode.
</fo:block>
</fo:flow>
</fo:page-sequence>
<eval expected="10800 306000 194400 36000" xpath="//page/regionViewport[1]/@rect"/>
<eval expected="194400" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
<eval expected="36000" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
- <eval expected="[1.0 0.0 0.0 -1.0 10800.0 342000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
+ <eval expected="[-1.0 -0.0 0.0 -1.0 205200.0 342000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
<!-- region start -->
<eval expected="color=#ff0000" xpath="//page/regionViewport[2]/@background"/>
- <eval expected="10800" xpath="//page/regionViewport[2]/@ipd"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[2]/@bpd"/>
- <eval expected="10800 36000 10800 270000" xpath="//page/regionViewport[2]/@rect"/>
- <eval expected="10800" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
+ <eval expected="10800 36000 21600 270000" xpath="//page/regionViewport[2]/@rect"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
- <eval expected="[1.0 0.0 0.0 -1.0 10800.0 306000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
+ <eval expected="[-1.0 -0.0 0.0 -1.0 32400.0 306000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
<!-- region end -->
<eval expected="color=#ffa500" xpath="//page/regionViewport[3]/@background"/>
- <eval expected="21600" xpath="//page/regionViewport[3]/@ipd"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[3]/@bpd"/>
- <eval expected="183600 36000 21600 270000" xpath="//page/regionViewport[3]/@rect"/>
- <eval expected="21600" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
+ <eval expected="194400 36000 10800 270000" xpath="//page/regionViewport[3]/@rect"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
- <eval expected="[1.0 0.0 0.0 -1.0 183600.0 306000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
+ <eval expected="[-1.0 -0.0 0.0 -1.0 205200.0 306000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
<!-- region after -->
<eval expected="color=#008000" xpath="//page/regionViewport[4]/@background"/>
<eval expected="194400" xpath="//page/regionViewport[4]/@ipd"/>
<eval expected="10800 18000 194400 18000" xpath="//page/regionViewport[4]/@rect"/>
<eval expected="194400" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
<eval expected="18000" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
- <eval expected="[1.0 0.0 0.0 -1.0 10800.0 36000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
+ <eval expected="[-1.0 -0.0 0.0 -1.0 205200.0 36000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
<!-- region body -->
<eval expected="color=#ffff00" xpath="//page/regionViewport[5]/@background"/>
<eval expected="162000" xpath="//page/regionViewport[5]/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[5]/@bpd"/>
- <eval expected="21600 36000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
+ <eval expected="32400 36000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
<eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
<eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
- <eval expected="[1.0 0.0 0.0 -1.0 21600.0 306000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
+ <eval expected="[-1.0 -0.0 0.0 -1.0 194400.0 306000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
</checks>
</testcase>
<testcase>
<info>
<p>
- This test checks relative margin on region (region-body).
+ This test checks relative margin on regions when writing mode is right to left,
+ with reference orientation 270.
</p>
</info>
- <variables>
- <img>../../resources/images/bgimg300dpi.jpg</img>
- </variables>
<fo>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
<fo:layout-master-set>
- <fo:simple-page-master master-name="normal" page-width="3in" page-height="5in" margin="5%" reference-orientation="270" writing-mode="rl">
+ <fo:simple-page-master master-name="normal" page-width="5in" page-height="3in" margin="5%" reference-orientation="270" writing-mode="rl">
<fo:region-body margin-top="10%" margin-bottom="5%" margin-left="10%" margin-right="5%" background-color="yellow" />
<fo:region-before extent="10%" background-color="blue" precedence="true" />
<fo:region-after extent="5%" background-color="green" precedence="true" />
- <fo:region-start extent="5%" background-color="red" />
- <fo:region-end extent="10%" background-color="orange" />
+ <fo:region-start extent="10%" background-color="red" />
+ <fo:region-end extent="5%" background-color="orange" />
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:block>
Demonstrates relative 5% margin on the page master, 10% margin on regions before
- and end and 5% margin on regions start and after. Corresponding margins are set
- on the region body. The page size is 5in x 3in with the page reference rotated by
- 270 degrees and a rl writing-mode.
+ and start and 5% margin on regions end and after. Corresponding margins are set
+ on the region body. The page size is 5in x 3in with the page reference rotated
+ by 270 degrees and a rl writing-mode.
</fo:block>
</fo:flow>
</fo:page-sequence>
<checks>
<!-- region before -->
<eval expected="color=#0000ff" xpath="//page/regionViewport[1]/@background"/>
- <eval expected="324000" xpath="//page/regionViewport[1]/@ipd"/>
- <eval expected="21600" xpath="//page/regionViewport[1]/@bpd"/>
- <eval expected="183600 18000 21600 324000" xpath="//page/regionViewport[1]/@rect"/>
- <eval expected="324000" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
- <eval expected="21600" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
- <eval expected="[-0.0 -1.0 -1.0 0.0 205200.0 342000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
+ <eval expected="194400" xpath="//page/regionViewport[1]/@ipd"/>
+ <eval expected="36000" xpath="//page/regionViewport[1]/@bpd"/>
+ <eval expected="306000 10800 36000 194400" xpath="//page/regionViewport[1]/@rect"/>
+ <eval expected="194400" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
+ <eval expected="36000" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
+ <eval expected="[0.0 1.0 -1.0 0.0 342000.0 10800.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
<!-- region start -->
<eval expected="color=#ff0000" xpath="//page/regionViewport[2]/@background"/>
- <eval expected="18000" xpath="//page/regionViewport[2]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[2]/@bpd"/>
- <eval expected="21600 324000 162000 18000" xpath="//page/regionViewport[2]/@rect"/>
- <eval expected="18000" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
- <eval expected="[-0.0 -1.0 -1.0 0.0 183600.0 342000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[2]/@bpd"/>
+ <eval expected="36000 183600 270000 21600" xpath="//page/regionViewport[2]/@rect"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
+ <eval expected="[0.0 1.0 -1.0 0.0 306000.0 183600.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
<!-- region end -->
<eval expected="color=#ffa500" xpath="//page/regionViewport[3]/@background"/>
- <eval expected="36000" xpath="//page/regionViewport[3]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[3]/@bpd"/>
- <eval expected="21600 18000 162000 36000" xpath="//page/regionViewport[3]/@rect"/>
- <eval expected="36000" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
- <eval expected="[-0.0 -1.0 -1.0 0.0 183600.0 54000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[3]/@bpd"/>
+ <eval expected="36000 10800 270000 10800" xpath="//page/regionViewport[3]/@rect"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
+ <eval expected="[0.0 1.0 -1.0 0.0 306000.0 10800.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
<!-- region after -->
<eval expected="color=#008000" xpath="//page/regionViewport[4]/@background"/>
- <eval expected="324000" xpath="//page/regionViewport[4]/@ipd"/>
- <eval expected="10800" xpath="//page/regionViewport[4]/@bpd"/>
- <eval expected="10800 18000 10800 324000" xpath="//page/regionViewport[4]/@rect"/>
- <eval expected="324000" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
- <eval expected="10800" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
- <eval expected="[-0.0 -1.0 -1.0 0.0 21600.0 342000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
+ <eval expected="194400" xpath="//page/regionViewport[4]/@ipd"/>
+ <eval expected="18000" xpath="//page/regionViewport[4]/@bpd"/>
+ <eval expected="18000 10800 18000 194400" xpath="//page/regionViewport[4]/@rect"/>
+ <eval expected="194400" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
+ <eval expected="18000" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
+ <eval expected="[0.0 1.0 -1.0 0.0 36000.0 10800.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
<!-- region body -->
<eval expected="color=#ffff00" xpath="//page/regionViewport[5]/@background"/>
- <eval expected="270000" xpath="//page/regionViewport[5]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[5]/@bpd"/>
- <eval expected="21600 54000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
- <eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
- <eval expected="[-0.0 -1.0 -1.0 0.0 183600.0 324000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
+ <eval expected="162000" xpath="//page/regionViewport[5]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[5]/@bpd"/>
+ <eval expected="36000 21600 270000 162000" xpath="//page/regionViewport[5]/@rect"/>
+ <eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
+ <eval expected="[0.0 1.0 -1.0 0.0 306000.0 21600.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
</checks>
</testcase>
<testcase>
<info>
<p>
- This test checks relative margin on region (region-body).
+ This test checks relative margin on regions when writing mode is right to left,
+ with reference orientation 90.
</p>
</info>
- <variables>
- <img>../../resources/images/bgimg300dpi.jpg</img>
- </variables>
<fo>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
<fo:layout-master-set>
- <fo:simple-page-master master-name="normal" page-width="3in" page-height="5in" margin="5%" reference-orientation="90" writing-mode="rl">
+ <fo:simple-page-master master-name="normal" page-width="5in" page-height="3in" margin="5%" reference-orientation="90" writing-mode="rl">
<fo:region-body margin-top="10%" margin-bottom="5%" margin-left="10%" margin-right="5%" background-color="yellow" />
<fo:region-before extent="10%" background-color="blue" precedence="true" />
<fo:region-after extent="5%" background-color="green" precedence="true" />
- <fo:region-start extent="5%" background-color="red" />
- <fo:region-end extent="10%" background-color="orange" />
+ <fo:region-start extent="10%" background-color="red" />
+ <fo:region-end extent="5%" background-color="orange" />
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:block>
Demonstrates relative 5% margin on the page master, 10% margin on regions before
- and end and 5% margin on regions start and after. Corresponding margins are set
- on the region body. The page size is 5in x 3in with the page reference rotated by
- 90 degrees and a rl writing-mode.
+ and start and 5% margin on regions end and after. Corresponding margins are set
+ on the region body. The page size is 5in x 3in with the page reference rotated
+ by 90 degrees and a rl writing-mode.
</fo:block>
</fo:flow>
</fo:page-sequence>
<checks>
<!-- region before -->
<eval expected="color=#0000ff" xpath="//page/regionViewport[1]/@background"/>
- <eval expected="324000" xpath="//page/regionViewport[1]/@ipd"/>
- <eval expected="21600" xpath="//page/regionViewport[1]/@bpd"/>
- <eval expected="10800 18000 21600 324000" xpath="//page/regionViewport[1]/@rect"/>
- <eval expected="324000" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
- <eval expected="21600" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
- <eval expected="[0.0 1.0 1.0 0.0 10800.0 18000.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
+ <eval expected="194400" xpath="//page/regionViewport[1]/@ipd"/>
+ <eval expected="36000" xpath="//page/regionViewport[1]/@bpd"/>
+ <eval expected="18000 10800 36000 194400" xpath="//page/regionViewport[1]/@rect"/>
+ <eval expected="194400" xpath="//page/regionViewport[1]/regionBefore/@ipd"/>
+ <eval expected="36000" xpath="//page/regionViewport[1]/regionBefore/@bpd"/>
+ <eval expected="[0.0 -1.0 1.0 0.0 18000.0 205200.0]" xpath="//page/regionViewport[1]/regionBefore/@ctm"/>
<!-- region start -->
<eval expected="color=#ff0000" xpath="//page/regionViewport[2]/@background"/>
- <eval expected="18000" xpath="//page/regionViewport[2]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[2]/@bpd"/>
- <eval expected="32400 18000 162000 18000" xpath="//page/regionViewport[2]/@rect"/>
- <eval expected="18000" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
- <eval expected="[0.0 1.0 1.0 0.0 32400.0 18000.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[2]/@bpd"/>
+ <eval expected="54000 10800 270000 21600" xpath="//page/regionViewport[2]/@rect"/>
+ <eval expected="21600" xpath="//page/regionViewport[2]/regionStart/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[2]/regionStart/@bpd"/>
+ <eval expected="[0.0 -1.0 1.0 0.0 54000.0 32400.0]" xpath="//page/regionViewport[2]/regionStart/@ctm"/>
<!-- region end -->
<eval expected="color=#ffa500" xpath="//page/regionViewport[3]/@background"/>
- <eval expected="36000" xpath="//page/regionViewport[3]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[3]/@bpd"/>
- <eval expected="32400 306000 162000 36000" xpath="//page/regionViewport[3]/@rect"/>
- <eval expected="36000" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
- <eval expected="[0.0 1.0 1.0 0.0 32400.0 306000.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[3]/@bpd"/>
+ <eval expected="54000 194400 270000 10800" xpath="//page/regionViewport[3]/@rect"/>
+ <eval expected="10800" xpath="//page/regionViewport[3]/regionEnd/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[3]/regionEnd/@bpd"/>
+ <eval expected="[0.0 -1.0 1.0 0.0 54000.0 205200.0]" xpath="//page/regionViewport[3]/regionEnd/@ctm"/>
<!-- region after -->
<eval expected="color=#008000" xpath="//page/regionViewport[4]/@background"/>
- <eval expected="324000" xpath="//page/regionViewport[4]/@ipd"/>
- <eval expected="10800" xpath="//page/regionViewport[4]/@bpd"/>
- <eval expected="194400 18000 10800 324000" xpath="//page/regionViewport[4]/@rect"/>
- <eval expected="324000" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
- <eval expected="10800" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
- <eval expected="[0.0 1.0 1.0 0.0 194400.0 18000.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
+ <eval expected="194400" xpath="//page/regionViewport[4]/@ipd"/>
+ <eval expected="18000" xpath="//page/regionViewport[4]/@bpd"/>
+ <eval expected="324000 10800 18000 194400" xpath="//page/regionViewport[4]/@rect"/>
+ <eval expected="194400" xpath="//page/regionViewport[4]/regionAfter/@ipd"/>
+ <eval expected="18000" xpath="//page/regionViewport[4]/regionAfter/@bpd"/>
+ <eval expected="[0.0 -1.0 1.0 0.0 324000.0 205200.0]" xpath="//page/regionViewport[4]/regionAfter/@ctm"/>
<!-- region body -->
<eval expected="color=#ffff00" xpath="//page/regionViewport[5]/@background"/>
- <eval expected="270000" xpath="//page/regionViewport[5]/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[5]/@bpd"/>
- <eval expected="32400 36000 162000 270000" xpath="//page/regionViewport[5]/@rect"/>
- <eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
- <eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
- <eval expected="[0.0 1.0 1.0 0.0 32400.0 36000.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
+ <eval expected="162000" xpath="//page/regionViewport[5]/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[5]/@bpd"/>
+ <eval expected="54000 32400 270000 162000" xpath="//page/regionViewport[5]/@rect"/>
+ <eval expected="162000" xpath="//page/regionViewport[5]/regionBody/@ipd"/>
+ <eval expected="270000" xpath="//page/regionViewport[5]/regionBody/@bpd"/>
+ <eval expected="[0.0 -1.0 1.0 0.0 54000.0 194400.0]" xpath="//page/regionViewport[5]/regionBody/@ctm"/>
</checks>
</testcase>