%! %%BoundingBox: 0 0 595 842 10 dict begin /this currentdict def /y 720 def /ebuf 200 string def /prnt{ 36//this/y get moveto//ebuf cvs show //this/y 2 copy get 12 sub put }bind def /newline{ 36//this/y get moveto //this/y 2 copy get 12 sub put }bind def errordict/handleerror {systemdict begin $error begin newerror {(%%[ Error handled by opdfread.ps : )print errorname//ebuf cvs print(; OffendingCommand: ) print/command load//ebuf cvs print( ]%%)= flush /newerror false store vmstatus pop pop 0 ne {grestoreall }if errorname(VMerror)ne {showpage }if initgraphics 0 720 moveto errorname(VMerror)eq {//this/ehsave known {clear//this/ehsave get restore 2 vmreclaim }if vmstatus exch pop exch pop } /Courier 12 selectfont { (ERROR: )//prnt exec errorname//prnt exec (OFFENDING COMMAND: )//prnt exec /command load//prnt exec $error/ostack known{ (%%[STACK:)= (STACK:)//prnt exec $error/ostack get aload length{ //newline exec dup mark eq{ (-mark-)dup = show }{ dup type/nametype eq{ dup xcheck not{ (/)show (/)print }if }if dup =//ebuf cvs show }ifelse }repeat }if }ifelse (%%]%)= //systemdict/showpage get exec quit }if end end }bind readonly put end 50 dict begin /DefaultSwitch { dup where{ pop pop }{ false def }ifelse }bind def /=string 256 string def /=only{ //=string cvs print }bind def /HexDigits(0123456789ABCDEF)readonly def /PrintHex {8{ dup -28 bitshift//HexDigits exch 1 getinterval//=only exec 4 bitshift }repeat pop }bind def /PDFR_DEBUG DefaultSwitch /PDFR_DUMP DefaultSwitch /PDFR_STREAM DefaultSwitch /TTFDEBUG DefaultSwitch /RotatePages DefaultSwitch /FitPages DefaultSwitch /CenterPages DefaultSwitch /SetPageSize DefaultSwitch /error { counttomark 1 sub -1 0{ index dup type/arraytype eq{==}{=only}ifelse }for ()= cleartomark ....Undefined }bind def //SetPageSize{ //RotatePages//FitPages or//CenterPages or{ mark(/RotatePages, /FitPages and CenterPages are not allowed with /SetPageSize)//error exec }if } { //FitPages//CenterPages and{ mark(CenterPages is not allowed with /FitPages)//error exec }if } ifelse /knownget { 2 copy known{ get true }{ pop pop false }ifelse }bind def /IsUpper {dup(A)0 get ge exch(Z)0 get le and }bind def /cpa2g{ dup length array 0 1 2 index length 1 sub{ dup 3 index exch get cp2g 3 copy put pop pop }for exch pop }bind def /cpd2g{ dup length dict exch{ cp2g 2 index 3 1 roll put }forall }bind def /cps2g{ dup length string copy }bind def /cp2gprocs <> def /cp2g{ dup gcheck not{ dup//cp2gprocs 1 index type 2 copy known{ get currentglobal 3 1 roll true setglobal exec exch setglobal 1 index wcheck not{readonly}if 1 index xcheck{cvx}if exch pop }{ pop pop }ifelse }if }bind def /BlockBuffer 65535 string def /PDFReader currentdict def /ObjectRegistry 50 array def /CurrentObject null def /DoneDocumentStructure false def /GraphicState 20 dict begin /InitialTextMatrix matrix def /InitialMatrix matrix currentmatrix def currentdict end def /TempMatrix matrix def /GraphicStateStack 20 array def /GraphicStateStackPointer 0 def /PDFColorSpaces 50 dict def /InstalledFonts 50 dict def /MacRomanEncodingInverse null def currentglobal false setglobal userdict/PDFR_InitialGS gstate put userdict/PDFR_Patterns 50 dict put userdict/FuncDataReader 10 dict put setglobal /InitialExtGState 20 dict begin /BG2 currentblackgeneration cp2g def /UCR2 currentundercolorremoval cp2g def /TR2 currentglobal false setglobal[currentcolortransfer]exch setglobal cp2g def /HT currenthalftone cp2g def currentdict end readonly def /InitialGraphicState 20 dict begin /FontSize 0 def /CharacterSpacing 0 def /TextLeading 0 def /TextRenderingMode 0 def /WordSpacing 0 def currentdict end readonly def /SimpleColorSpaceNames 15 dict begin /DeviceGray true def /DeviceRGB true def /DeviceCMYK true def currentdict end readonly def /1_24_bitshift_1_sub 1 24 bitshift 1 sub def /ReadFontProcs 10 dict def /Register { exch dup //PDFReader/ObjectRegistry get length ge{ dup dup 2 idiv add array dup //PDFReader/ObjectRegistry get dup length 3 2 roll exch 0 exch getinterval copy pop //PDFReader exch/ObjectRegistry exch put }if exch//PDFReader/ObjectRegistry get 3 1 roll 3 copy pop get dup xcheck{ 5 4 roll pop //PDFR_DEBUG{ (Have a daemon for )print 2 index = }if exec }{ dup null ne{ mark(The object )4 index( already defined : )4 index//error exec }{ pop }ifelse 4 3 roll exec }ifelse put }bind def /IsRegistered { //PDFReader/ObjectRegistry get dup length 2 index le{ pop pop false }{ exch get null ne }ifelse }bind def /GetRegistered { //PDFReader/ObjectRegistry get dup length 2 index le{ exch mark exch(Object )exch( isn't defined before needed (1).)//error exec }if 1 index get dup xcheck{ exch mark exch(Object )exch( isn't defined before needed (2).)//error exec }{ dup null eq{ exch mark exch(Object )exch( isn't defined before needed (3).)//error exec }if exch pop }ifelse }bind def /StandardFontNames<< /Times-Roman true /Helvetica true /Courier true /Symbol true /Times-Bold true /Helvetica-Bold true /Courier-Bold true /ZapfDingbats true /Times-Italic true /Helvetica-Oblique true /Courier-Oblique true /Times-BoldItalic true /Helvetica-BoldOblique true /Courier-BoldOblique true >>def /CleanAllResources {//PDFR_DEBUG{ (CleanAllResources beg)= }if //PDFReader/ObjectRegistry get dup length 0 exch 1 exch 1 sub{ 2 copy get dup xcheck{ pop pop }{ dup null eq{ pop pop }{ dup type/dicttype eq{/.Global known}{pop false}ifelse{ pop }{ //PDFR_DEBUG{ (Dropping )print dup = }if 1 index exch/DroppedObject put }ifelse }ifelse }ifelse }for pop FontDirectory length dict begin FontDirectory{ pop dup//StandardFontNames exch known not{ dup null def }if pop }forall currentdict end{ pop //PDFR_DEBUG{ (Undefining font )print dup = }if undefinefont }forall //PDFR_DEBUG{ (CleanAllResources end)= }if }bind def /PrintReference { //PDFR_DEBUG{ ({ )print dup{ =only( )print }forall ( })= }if }bind def /R { 0 ne{ exch mark exch(A referred object generation )exch( isn't 0.)//error exec }if [ exch//GetRegistered/exec load ]cvx //PrintReference exec }bind def /IsObjRef { dup type/arraytype eq{ dup length 3 eq{ dup xcheck exch dup 0 get type/integertype eq 3 2 roll and exch dup 1 get//GetRegistered eq 3 2 roll and exch 2 get/exec load eq and }{ pop false }ifelse }{ pop false }ifelse }bind def /DoNothing { }def /RunTypeDaemon { dup type/dicttype eq{ dup/Type//knownget exec{ //PDFReader/TypeDaemons get exch //knownget exec{ exec }if }if }if }bind def /obj { //PDFR_DEBUG{ (Defining )print 1 index =only( )print dup =only( obj)= }if 0 ne{ exch mark exch(An object generation )exch( isn't 0.)//error exec }if }bind def /endobj { //PDFR_DEBUG{ (endobj )= }if dup type/dicttype eq{ dup/.endobj_daemon//knownget exec{ //PDFR_DEBUG{(.endobj_daemon for )print 2 index =}if exec }if }if dup type/dicttype eq{dup/ImmediateExec known}{false}ifelse{ pop pop }{ //PDFR_DEBUG{ (Storing )print 1 index = }if //RunTypeDaemon exec //DoNothing 3 1 roll//Register exec }ifelse }bind def /StoreBlock { //PDFR_DEBUG{ (StoreBlock )print//PDFReader/BlockCount get =only(, Length = )print dup length = }if dup length string copy //PDFReader/BlockCount get exch //PDFReader/CurrentObject get 3 1 roll put //PDFReader/BlockCount get 1 add //PDFReader exch/BlockCount exch put }bind def /CheckLength {dup type/integertype ne{ mark(Object length isn't an integer.)//error exec }if }bind def /ResolveD { 3 copy pop get dup//IsObjRef exec{ //PDFR_DEBUG{ (Resolving )print//PrintReference exec }if exec exch exec }{ exch pop }ifelse dup 4 1 roll put }bind def /ResolveA {2 index 2 index get dup//IsObjRef exec{ exec exch exec 3 copy put }{ exch pop }ifelse exch pop exch pop }bind def /StoreStream { dup//PDFReader exch/CurrentObject exch put //PDFReader/BlockCount 0 put dup/Length//CheckLength//ResolveD exec //PDFR_DEBUG{ (StoreStream Length = )print dup = }if currentfile exch()/SubFileDecode filter {dup//BlockBuffer readstring{ //StoreBlock exec }{ //StoreBlock exec exit }ifelse }loop pop //PDFReader/CurrentObject null put //PDFR_DEBUG{ (StoreStream end.)= }if }bind def /MakeStreamDumper { //PDFR_DEBUG{ (MakeStreamDumper beg.)= }if currentglobal exch dup gcheck setglobal [exch 1 dict dup/c 0 put exch 1024 string {readstring pop (StreamDumper )print 1 index/c get =string cvs print( )print dup length =string cvs print( <)print dup print(>\n)print dup length 3 2 roll dup/c get 3 2 roll add/c exch put }/exec load ] cvx 0()/SubFileDecode filter exch setglobal //PDFR_DEBUG{ (MakeStreamDumper end.)= }if }bind def /ShortFilterNames 15 dict begin /AHx/ASCIIHexDecode def /A85/ASCII85Decode def /LZW/LZWDecode def /Fl/FlateDecode def /RL/RunLengthDecode def /CCF/CCITTFaxDecode def /DCT/DCTDecode def currentdict end readonly def /AppendFilters { //PDFR_DEBUG{ (AppendFilters beg.)= }if dup 3 1 roll /Filter//knownget exec{ dup type/nametype eq{ dup//ShortFilterNames exch//knownget exec{ exch pop }if 2 index/DecodeParms//knownget exec{ exch }if filter }{ dup 0 exch 1 exch length 1 sub{ 2 copy get dup//ShortFilterNames exch//knownget exec{ exch pop }if 3 1 roll 4 index/DecodeParms//knownget exec{ exch get }{ pop null }ifelse dup null eq{ pop 3 1 roll filter exch }{ 3 1 roll 4 1 roll filter exch }ifelse }for pop }ifelse //PDFR_DEBUG//PDFR_DUMP and{ //MakeStreamDumper exec }if }if exch pop //PDFR_DEBUG{ (AppendFilters end.)= }if }bind def /ExecuteStream { dup//PDFReader exch/CurrentObject exch put dup/Length//CheckLength//ResolveD exec //PDFR_DEBUG{ (ExecuteStream id = )print 2 index =only( Length = )print dup = }if //PDFReader/InitialGraphicState get //PDFReader/GraphicState get copy pop //PDFReader/Operators get begin pop currentfile 0(endstream)/SubFileDecode filter 1 index//AppendFilters exec cvx mark exch exec counttomark 0 ne{ mark(Data left on ostack after an immediate stream execution.)//error exec }if cleartomark end //PDFR_DEBUG{ (ExecuteStream end.)= }if //PDFReader/CurrentObject null put dup/IsPage known{ dup/Context get/NumCopies//knownget exec{ 1 sub{ copypage }repeat }if showpage }if }bind def /stream { //PDFR_DEBUG{ 1 index =only( stream)= }if //PDFReader/ObjectRegistry get dup length 3 index gt{ 2 index get dup xcheck{ exec //PDFReader/ObjectRegistry get 2 index null put }{ pop }ifelse }{ pop }ifelse dup/ImmediateExec known{ dup/GlobalExec//knownget exec{ currentglobal 4 1 roll setglobal //ExecuteStream exec 3 2 roll setglobal }{ //ExecuteStream exec }ifelse }{ //StoreStream exec }ifelse dup/.CleanResources//knownget exec{ /All eq{ //CleanAllResources exec }if }if }bind def /HookFont { //PDFR_DEBUG{ (Loaded the font )print dup/FontName get = }if { dup/FontFileType get dup/Type1 eq exch/MMType1 eq or{ dup/FontName get //PDFReader/RemoveFontNamePrefix get exec findfont exit }if dup/FontFileType get/TrueType eq{ //PDFReader/MakeType42 get exec //PDFR_DEBUG{ (Font dict <<)= dup{ 1 index/sfnts eq{ exch pop (/sfnts [)print { (-string\()print length//=only exec(\)- )= }forall (])= }{ exch//=only exec( )print == }ifelse }forall (>>)= }if dup/FontName get exch definefont exit }if mark(FontHook has no proc for )2 index/FontFileType get//error exec }loop /Font exch put }bind def /endstream { }bind def /xref { //PDFR_DEBUG{ (xref)= //PDFR_DUMP{ //PDFReader/ObjectRegistry get == }if }if end count 0 ne{ mark(Excessive data on estack at the end of the interpretation.)//error exec }if currentfile 1(%%EOF)/SubFileDecode filter flushfile cleardictstack }bind def /ResolveDict {dup{ pop 1 index exch //DoNothing//ResolveD exec pop }forall pop }bind def /SetupPageView { //PDFR_DEBUG{ (SetupPageView beg)= }if //GraphicState/InitialMatrix get setmatrix /MediaBox get aload pop 3 index neg 3 index neg translate 3 -1 roll sub 3 1 roll exch sub exch userdict/.HWMargins//knownget exec{ aload pop }{ currentpagedevice/.HWMargins//knownget exec{ aload pop }{ 0 0 0 0 }ifelse }ifelse currentpagedevice/PageSize get aload pop 3 -1 roll sub 3 1 roll exch sub exch exch 3 index sub exch 3 index sub //SetPageSize{ //PDFR_DEBUG{ (Setting page size to )print 1 index//=only exec( )print dup = }if pop pop 3 index 3 index 2 copy currentglobal false setglobal 3 1 roll 2 array astore << exch/PageSize exch >>setpagedevice userdict/PDFR_InitialGS gstate put setglobal }if //RotatePages{ 2 copy gt 6 index 6 index gt ne{ 1 index 5 index le 1 index 5 index le and not }{ false }ifelse }{ false }ifelse {//CenterPages{ //PDFR_DEBUG{ (Rotating page, and then centering it)== }if 90 rotate 0 5 index neg translate 5 index 1 index exch sub 2 div 2 index 6 index sub 2 div neg translate }{ //FitPages{ 1 index 5 index div 1 index 7 index div 2 copy gt{ exch }if pop dup scale }if 90 rotate 0 5 index neg translate }ifelse }{ //CenterPages{ //PDFR_DEBUG{ (Ccentering page)== }if 1 index 6 index sub 2 div 1 index 6 index sub 2 div translate }{ //FitPages{ 1 index 6 index div 1 index 6 index div 2 copy gt{ exch }if pop dup scale }if }ifelse }ifelse pop pop translate pop pop //PDFR_DEBUG{ (SetupPageView end)= }if }bind def /PageContentsDaemon { //PDFR_DEBUG{ (Executing PageContentsDaemon for )print 2 index = }if 1 index exch/Context exch put dup/ImmediateExec true put dup/IsPage true put dup/Context get//SetupPageView exec }bind def /FontFileDaemon { //PDFR_DEBUG{ (Executing FontFileDaemon for )print 2 index = }if dup/FontFileType get 2 index exch dup//ReadFontProcs exch//knownget exec{ exch pop exec }{ mark(FontFile reader for )2 index( isn't implemented yet.)//error exec }ifelse //PDFR_DEBUG{ (FontFileDaemon end)= }if pop }bind def /FontDescriptorDaemon { //PDFR_DEBUG{ (Executing FontDescriptorDaemon for )print 2 index = }if 2 copy/FontResource exch put /Subtype get 1 index exch/FontFileType exch put }bind def /UnPDFEscape{ dup dup length string cvs dup(#)search{ { pop (16#--)2 index 0 2 getinterval 1 index 3 2 getinterval copy pop cvi 0 exch put 0 1 index 2 1 index length 2 sub getinterval 3 copy putinterval length 3 copy exch put getinterval (#)search not{ pop exit }if }loop (\0)search pop exch pop exch pop cvn exch pop }{ pop pop }ifelse }bind def /TypeDaemons<< /Page {//PDFR_DEBUG{ (Recognized a page.)= }if dup/Contents//knownget exec{ 0 get//DoNothing exch [ 3 index//PageContentsDaemon/exec load ]cvx //Register exec }{ (fixme: page with no Contents won't be printed.)= }ifelse }bind /FontDescriptor {//PDFR_DEBUG{ (Recognized a font descriptor.)= }if dup/FontName//knownget exec{ 1 index/FontName 3 -1 roll//UnPDFEscape exec put }if dup dup/FontFile known{/FontFile}{/FontFile2}ifelse //knownget exec{ 0 get//DoNothing exch [ 3 index//FontFileDaemon/exec load ]cvx //Register exec }{ (Font descriptor )print 1 index =only( has no FontFile.)= }ifelse }bind /Font {//PDFR_DEBUG{ (Recognized a font resource.)= }if dup/BaseFont//knownget exec{ //UnPDFEscape exec 2 copy/BaseFont exch put //PDFReader/RemoveFontNamePrefix get exec currentglobal exch dup/Font resourcestatus{ pop pop //PDFReader/GetInstalledFont get exec pop }{ pop }ifelse setglobal }if dup/FontDescriptor//knownget exec{ 0 get dup//IsRegistered exec{ //PDFR_DEBUG{ (already registered )print dup = }if pop }{ //DoNothing exch [ 3 index//FontDescriptorDaemon/exec load ]cvx //Register exec }ifelse }if }bind >>def /MakeStreamReader {dup [ exch //PDFR_DEBUG{ (Stream proc ) /print load //PDFR_STREAM{ (<) /print load }if }if 1 dict dup/i -1 put /dup load /i /get load 1 /add load /dup load 3 1 /roll load /i /exch load /put load //knownget /exec load /not load {()} /if load //PDFR_DEBUG{ //PDFR_STREAM{ /dup load /print load (>) /print load }if ( end of stream proc.\n) /print load }if ]cvx //PDFR_DEBUG{ (Stream reader )print dup == }if 0()/SubFileDecode filter exch//AppendFilters exec }bind def /RunDelayedStream { //MakeStreamReader exec mark exch cvx exec counttomark 0 ne{ mark(Data left on ostack after a delayed stream execution.)//error exec }if cleartomark }bind def //ReadFontProcs begin /Type1 {//PDFR_DEBUG{ (ReadFontProcs.Type1)= }if dup/.endobj_daemon[4 index//HookFont/exec load]cvx put dup/ImmediateExec true put /GlobalExec true put }bind def /MMType1//Type1 def /TrueType {//PDFR_DEBUG{ (ReadFontProcs.TrueType)= }if dup/.endobj_daemon[4 index//HookFont/exec load]cvx put pop }bind def end /.opdloadttfontdict 50 dict def .opdloadttfontdict begin /maxstring 65400 def end /.InsertionSort { /CompareProc exch def /Array exch def 1 1 Array length 1 sub { /Ix exch def /Value1 Array Ix get def /Jx Ix 1 sub def { Jx 0 lt{ exit }if /Value2 Array Jx get def Value1 Value2 CompareProc{ exit }if Array Jx 1 add Value2 put /Jx Jx 1 sub def }loop Array Jx 1 add Value1 put }for Array }bind def /putu16{ 3 copy -8 bitshift put exch 1 add exch 16#ff and put }bind def /putu32{ 3 copy -16 bitshift putu16 exch 2 add exch 16#ffff and putu16 }bind def /.readtable{ dup dup 1 and add string dup 0 4 -1 roll getinterval 3 -1 roll exch dup()ne{readstring}if pop pop }bind def /.readbigtable{ dup maxstring lt{ .readtable }{ currentuserparams/VMReclaim get -2 vmreclaim [4 2 roll{ dup maxstring le{exit}if 1 index maxstring string readstring pop 3 1 roll maxstring sub }loop .readtable] exch vmreclaim }ifelse }bind def /ReadTTF { .opdloadttfontdict begin /TTFontFile exch def /TableDir TTFontFile 12 string readstring pop def /tables TTFontFile TableDir 4 getu16 16 mul string readstring pop def /tabarray tables length 16 idiv array def TableDir 0 4 getinterval(ttcf)eq{ QUIET not{(Can't handle TrueType font Collections.)=}if /.loadttfonttables cvx/invalidfont signalerror }{ 0 16 tables length 1 sub{ dup tables exch 16 getinterval exch 16 div cvi exch tabarray 3 1 roll put }for }ifelse tabarray{exch 8 getu32 exch 8 getu32 gt}.InsertionSort pop /Read TableDir length tables length add def /tabs[ tabarray{ dup 8 getu32 Read sub dup 0 gt{ dup string TTFontFile exch readstring pop pop Read add/Read exch def }{ pop }ifelse 12 getu32 dup Read add /Read exch def TTFontFile exch .readbigtable }forall ]def end }bind def /GetLocaType { 0 1 tabarray length 1 sub{ dup tabarray exch get 0 4 getinterval(head)eq{ tabs exch get 50 gets16 /LocaType exch def exit }{ pop }ifelse }for }bind def /GetNumGlyphs { 0 1 tabarray length 1 sub{ dup tabarray exch get 0 4 getinterval(maxp)eq{ tabs exch get 4 getu16 /NumGlyphs exch def exit }{ pop }ifelse }for }bind def /StringToLoca { /LocaIndex exch def /StringOffset 0 def { dup length StringOffset gt{ dup LocaType 1 eq{ StringOffset getu32 LocaArray LocaIndex 3 -1 roll put /LocaIndex LocaIndex 1 add def /StringOffset StringOffset 4 add def }{ dup StringOffset getu16 LocaArray LocaIndex 3 -1 roll put /LocaIndex LocaIndex 1 add def /StringOffset StringOffset 4 add def }ifelse }{ pop LocaIndex exit }ifelse }loop }bind def /GetSortedLoca { NumGlyphs 1 add array/LocaArray exch def 0 1 tabarray length 1 sub{ dup tabarray exch get 0 4 getinterval(loca)eq{ tabs exch get exit }{ pop }ifelse }for dup type/stringtype eq{ 0 StringToLoca pop }{ 0 exch { exch StringToLoca }forall pop }ifelse LocaArray{gt}.InsertionSort pop }bind def /GetWorkingString { WorkString 0 GlyfArray GlyfStringIndex get putinterval /WorkBytes GlyfArray GlyfStringIndex get length def /GlyfStringIndex GlyfStringIndex 1 add def }bind def /GetWorkingBytes { /BytesToRead exch def WorkString 0 BytesToRead getinterval dup length string copy WorkString BytesToRead WorkBytes BytesToRead sub getinterval dup length string copy WorkString 0 3 -1 roll putinterval /WorkBytes WorkBytes BytesToRead sub def }bind def /GetGlyfBytes { /ToRead exch def WorkBytes 0 eq{ GetWorkingString }if WorkBytes ToRead ge{ ToRead string dup 0 ToRead GetWorkingBytes putinterval }{ ToRead string dup 0 WorkString 0 WorkBytes getinterval putinterval dup WorkBytes ToRead WorkBytes sub GetWorkingString GetWorkingBytes putinterval }ifelse }bind def /SplitGlyf { /GlyfArray exch def /DestArray GlyfArray length 2 mul array def /DestArrayIndex 0 def /LastLoca 0 def /NextLocaIndex 0 def /LastLocaIndex 0 def /GlyfStringIndex 0 def /WorkString maxstring string def /WorkBytes 0 def { LocaArray NextLocaIndex get LastLoca sub maxstring gt { LocaArray LastLocaIndex get LastLoca sub GetGlyfBytes DestArray DestArrayIndex 3 -1 roll put /DestArrayIndex DestArrayIndex 1 add def LocaArray LastLocaIndex get/LastLoca exch def }{ /LastLocaIndex NextLocaIndex def /NextLocaIndex NextLocaIndex 1 add def NextLocaIndex NumGlyphs gt { WorkBytes GlyfStringIndex GlyfArray length lt{ GlyfArray GlyfStringIndex get length add string dup 0 WorkString 0 WorkBytes getinterval putinterval dup WorkBytes GetWorkingString WorkString 0 WorkBytes getinterval putinterval }{ pop WorkString 0 WorkBytes getinterval }ifelse dup length string copy DestArray DestArrayIndex 3 -1 roll put exit }if }ifelse }loop DestArray }bind def /ProcessTTData { .opdloadttfontdict begin 0 1 tabarray length 1 sub{ /ix exch def tabarray ix get 12 getu32 dup maxstring le{ dup 4 mod 0 ne{ 4 div cvi 1 add 4 mul string/newstring exch def /oldstring tabs ix get def newstring 0 oldstring putinterval 0 1 newstring length oldstring length sub 1 sub{ newstring exch oldstring length add 0 put }for tabs ix newstring put }{ pop }ifelse }{ dup 4 mod 0 ne{ dup maxstring idiv maxstring mul sub 4 idiv 1 add 4 mul string/newstring exch def tabs ix get dup length 1 sub dup/iy exch def get/oldstring exch def newstring 0 oldstring putinterval 0 1 newstring length oldstring length sub 1 sub{ newstring exch oldstring length add 0 put }for tabs ix get iy newstring put }{ pop }ifelse }ifelse }for 0 1 tabarray length 1 sub{ dup tabarray exch get dup 12 getu32 maxstring gt{ 0 4 getinterval dup(glyf)eq{ pop GetLocaType GetNumGlyphs GetSortedLoca dup tabs exch get SplitGlyf tabs 3 1 roll put }{ (Warning, table )print print( > 64Kb\n)print pop }ifelse }{ pop pop }ifelse }for end }bind def /Makesfnts { .opdloadttfontdict begin 0 tabs{ dup type/stringtype eq{ pop 1 add }{ { type/stringtype eq{ 1 add }if }forall }ifelse }forall 1 add /TTOffset TableDir length tabarray length 16 mul add def 0 tabarray{ exch dup 1 add 3 1 roll dup tabs exch get dup type/stringtype eq{ length 2 index exch TTOffset dup 3 1 roll add /TTOffset exch def 8 exch putu32 exch tabarray 3 1 roll put }{ 0 exch { dup type/stringtype eq{ length add }{ pop }ifelse }forall 2 index exch TTOffset dup 3 1 roll add /TTOffset exch def 8 exch putu32 exch tabarray 3 1 roll put }ifelse }forall pop array dup 0 TableDir length tables length add string dup 0 TableDir putinterval dup 12 tables putinterval put dup /ix 1 def tabs{ dup type/stringtype eq{ ix exch put dup /ix ix 1 add def }{ { dup type/stringtype eq{ ix exch put dup /ix ix 1 add def }{ pop }ifelse }forall }ifelse }forall pop end }bind def /MakeType42 { //PDFR_DEBUG{ (MakeType42 beg)= }if 10 dict begin /FontName 1 index/FontName get def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def /FontBBox 1 index/FontBBox get def dup/FontResource get dup/Encoding known{ //PDFReader/ObtainEncoding get exec /Encoding get }{ pop null }ifelse /PDFEncoding exch def /CharStrings 2 index//PDFReader/MakeTTCharStrings get exec def /sfnts 2 index//MakeStreamReader exec ReadTTF ProcessTTData Makesfnts def /Encoding StandardEncoding def /PaintType 0 def currentdict end //PDFR_DEBUG{ (MakeType42 end)= }if }bind def /GetInstalledFont { dup//InstalledFonts exch knownget{ exch pop }{ dup findfont dup 3 1 roll //InstalledFonts 3 1 roll put }ifelse }bind def /RemoveFontNamePrefix {//=string cvs true 0 1 5{ 2 index exch get//IsUpper exec not{ pop false exit }if }for {(+)search{ pop pop }if }if cvn }bind def /CheckFont {dup/Type get/Font ne{ mark(Resource )3 index( must have /Type/Font .)//error exec }if }bind def /CheckEncoding {dup type/nametype ne{ dup/Type get/Encoding ne{ mark(Resource )3 index( must have /Type/Encoding .)//error exec }if }if }bind def /ObtainEncoding {dup/Encoding known{ dup dup/Encoding//CheckEncoding//ResolveD exec dup type dup/arraytype eq exch/packedarraytype eq or{ pop pop }{ dup type/nametype eq{ /Encoding findresource }{ dup/BaseEncoding//knownget exec not{ /StandardEncoding }if /Encoding findresource exch /Differences//knownget exec{ exch dup length array copy exch 0 exch { dup type/integertype eq{ exch pop }{ 3 copy put pop 1 add }ifelse }forall pop }if }ifelse /Encoding exch put }ifelse }{ dup/Encoding/StandardEncoding/Encoding findresource put }ifelse }bind def /ObtainMetrics {dup/Widths//knownget exec{ 1 index/Encoding get 256 dict 3 index/Subtype get/TrueType eq{ 1000 }{ 1 }ifelse 4 index/MissingWidth//knownget exec not{ 0 }if 5 index/FirstChar//knownget exec not{ 0 }if 6 5 roll dup 0 exch 1 exch length 1 sub{ 2 copy get exch 3 index add 7 index exch get dup null ne{ 6 index 3 1 roll exch 6 index div 3 copy pop//knownget exec{ 0 eq }{ true }ifelse {put }{ pop pop pop }ifelse }{ pop pop }ifelse }for pop pop pop pop exch pop 1 index exch/Metrics exch put }{ dup/MissingWidth//knownget exec{ 256 dict 2 index/Encoding get{ dup null ne{ 3 copy 3 2 roll put }if pop }forall exch pop 1 index exch/Metrics exch put }if }ifelse }bind def /NotDef { FontMatrix aload pop pop pop exch pop exch pop 1 exch div exch 1 exch div exch 1 index 0 setcharwidth 0 setlinewidth 0 0 moveto 2 copy rlineto 1 index 0 rlineto neg exch neg exch rlineto closepath stroke }bind def /BuildChar {//PDFR_DEBUG{ (BuildChar )print dup//=only exec( )print }if exch begin Encoding exch get //PDFR_DEBUG{ dup = }if dup null eq{ pop//NotDef exec }{ CharProcs exch//knownget exec{ //RunDelayedStream exec }{ //NotDef exec }ifelse }ifelse end }bind def /printdict {(<<)= {exch = ==}forall (>>)= }bind def /printfont { dup{ exch dup = dup/Encoding eq{ pop = }{ dup/FontInfo eq exch/Private eq or{ //printdict exec }{ == }ifelse }ifelse }forall }bind def /ScaleMetrics {1 index{ 2 index div 3 index 3 1 roll put }forall pop }bind def /ResolveAndSetFontAux {exch dup //PDFReader/CurrentObject get/Context get/Resources get /Font//DoNothing//ResolveD exec exch//CheckFont//ResolveD exec dup/Font//knownget exec{ exch pop exch pop }{ { dup/Subtype get dup dup/Type1 eq exch/TrueType eq or exch/MMType1 eq or{ exch pop dup/BaseFont get //RemoveFontNamePrefix exec //PDFR_DEBUG{ (Font )print dup = }if 1 index/FontDescriptor known{ //PDFR_DEBUG{ (Font from a font descriptor.)= }if 1 index /FontDescriptor//DoNothing//ResolveD exec /Font//knownget exec{ exch pop }{ //PDFR_DEBUG{ (Font descriptor has no Font resolved.)= }if //GetInstalledFont exec }ifelse }{ //GetInstalledFont exec }ifelse exch dup/Encoding known not{ 1 index/Encoding get 1 index exch/Encoding exch put }if //ObtainEncoding exec //ObtainMetrics exec exch dup length dict copy dup 2 index/Encoding get /Encoding exch put 1 index/Metrics//knownget exec{ 2 index/Subtype get/TrueType ne{ 1 index/FontMatrix get 0 get dup 0 eq{ pop 1 index/FontMatrix get 1 get dup 0 eq{pop 1}if }if 0.001 div //ScaleMetrics exec }{ 1 index/sfnts known not{ 1 index/FontMatrix get 0 get dup 0 eq{ pop 1 index/FontMatrix get 1 get dup 0 eq{pop 1}if }if //ScaleMetrics exec }if }ifelse 1 index exch/Metrics exch put }if 1 index/BaseFont get exch dup/FID undef dup/UniqueID undef definefont dup 3 1 roll /Font exch put exit }if dup/Subtype get/Type3 eq{ //ObtainEncoding exec 2 copy exch/FontName exch put dup/CharProcs get//ResolveDict exec dup/FontType 3 put dup/BuildChar//BuildChar put dup dup/Font exch put dup 3 1 roll definefont 2 copy ne{ 2 copy/Font exch put }if exch pop exit }if dup/Subtype get/Type0 eq{ }if dup/Subtype get/CIDFontType0 eq{ }if dup/Subtype get/CIDFontType2 eq{ }if mark(Unknown font type )2 index/Subtype get//error exec }loop }ifelse exch scalefont setfont }bind def /ResolveAndSetFont { //ResolveAndSetFontAux exec }bind def /.knownget {2 copy known{ get true }{ pop pop false }ifelse }bind def /.min {2 copy lt{ exch }if pop }bind def /.max {2 copy gt{ exch }if pop }bind def /.dicttomark {>> }bind def /getu16{ 2 copy get 8 bitshift 3 1 roll 1 add get add }bind def /gets16{ getu16 16#8000 xor 16#8000 sub }bind def /getu32{ 2 copy getu16 16 bitshift 3 1 roll 2 add getu16 add }bind def /gets32{ 2 copy gets16 16 bitshift 3 1 roll 2 add getu16 add }bind def /cmapformats mark 0{ 6 256 getinterval{}forall 256 packedarray }bind 2{ /sHK_sz 2 def /sH_sz 8 def dup 2 getu16/cmapf2_tblen exch def dup 4 getu16/cmapf2_lang exch def dup 6 256 sHK_sz mul getinterval/sHKs exch def 0 0 1 255{ sHKs exch 2 mul getu16 1 index 1 index lt{exch}if pop }for /sH_len exch def dup 6 256 sHK_sz mul add cmapf2_tblen 1 index sub getinterval /sH_gIA exch def /cmapf2_glyph_array 65535 array def /.cmapf2_putGID{ /cmapf2_ch cmapf2_ch_hi 8 bitshift cmapf2_ch_lo add def firstCode cmapf2_ch_lo le cmapf2_ch_lo firstCode entryCount add lt and{ sH_offset idRangeOffset add cmapf2_ch_lo firstCode sub 2 mul add 6 add sH_gIA exch getu16 dup 0 gt{ idDelta add cmapf2_glyph_array exch cmapf2_ch exch put }{ pop }ifelse }{ }ifelse }def 16#00 1 16#ff{ /cmapf2_ch_hi exch def sHKs cmapf2_ch_hi sHK_sz mul getu16 /sH_offset exch def sH_gIA sH_offset sH_sz getinterval dup 0 getu16/firstCode exch def dup 2 getu16/entryCount exch def dup 4 gets16/idDelta exch def dup 6 getu16/idRangeOffset exch def pop sH_offset 0 eq{ /cmapf2_ch_lo cmapf2_ch_hi def /cmapf2_ch_hi 0 def .cmapf2_putGID }{ 16#00 1 16#ff{ /cmapf2_ch_lo exch def .cmapf2_putGID }for }ifelse }for pop 0 1 cmapf2_glyph_array length 1 sub{ dup cmapf2_glyph_array exch get null eq{cmapf2_glyph_array exch 0 put}{pop}ifelse }for cmapf2_glyph_array }bind 4{ /etab exch def /nseg2 etab 6 getu16 def 14/endc etab 2 index nseg2 getinterval def 2 add nseg2 add/startc etab 2 index nseg2 getinterval def nseg2 add/iddelta etab 2 index nseg2 getinterval def nseg2 add/idroff etab 2 index nseg2 getinterval def pop /firstcode startc 0 getu16 16#ff00 and dup 16#f000 ne{pop 0}if def /putglyph{ glyphs code 3 -1 roll put/code code 1 add def }bind def /numcodes 0 def/glyphs 0 0 2 nseg2 3 sub{ /i2 exch def /scode startc i2 getu16 def /ecode endc i2 getu16 def numcodes scode firstcode sub exch sub 0 .max ecode scode sub 1 add add exch 1 index add exch numcodes add/numcodes exch def }for array def glyphs length 1024 ge{ .array1024z 0 1024 glyphs length 1023 sub{glyphs exch 2 index putinterval}for glyphs dup length 1024 sub 3 -1 roll putinterval }{ 0 1 glyphs length 1 sub{glyphs exch 0 put}for }ifelse /numcodes 0 def/code 0 def 0 2 nseg2 3 sub{ /i2 exch def /scode startc i2 getu16 def /ecode endc i2 getu16 def numcodes scode firstcode sub exch sub 0 .max dup/code exch code exch add def ecode scode sub 1 add add numcodes add/numcodes exch def /delta iddelta i2 gets16 def TTFDEBUG{ (scode=)print scode =only ( ecode=)print ecode =only ( delta=)print delta =only ( droff=)print idroff i2 getu16 = }if idroff i2 getu16 dup 0 eq{ pop scode delta add 65535 and 1 ecode delta add 65535 and {putglyph}for }{ /gloff exch 14 nseg2 3 mul add 2 add i2 add add def 0 1 ecode scode sub{ 2 mul gloff add etab exch getu16 dup 0 ne{delta add 65535 and}if putglyph }for }ifelse }for glyphs/glyphs null def }bind 6{ dup 6 getu16/firstcode exch def dup 8 getu16/ng exch def firstcode ng add array 0 1 firstcode 1 sub{2 copy 0 put pop}for dup firstcode ng getinterval 0 1 ng 1 sub{ dup 2 mul 10 add 4 index exch getu16 3 copy put pop pop }for pop exch pop }bind .dicttomark readonly def /cmaparray{ dup 0 getu16 cmapformats exch .knownget{ TTFDEBUG{ (cmap: format )print 1 index 0 getu16 = flush }if exec }{ (Can't handle format )print 0 getu16 = flush 0 1 255{}for 256 packedarray }ifelse TTFDEBUG{ (cmap: length=)print dup length = dup == }if }bind def /postremap mark /Cdot/Cdotaccent /Edot/Edotaccent /Eoverdot/Edotaccent /Gdot/Gdotaccent /Ldot/Ldotaccent /Zdot/Zdotaccent /cdot/cdotaccent /edot/edotaccent /eoverdot/edotaccent /gdot/gdotaccent /ldot/ldotaccent /zdot/zdotaccent .dicttomark readonly def /get_from_stringarray {1 index type/stringtype eq{ get }{ exch{ 2 copy length ge{ length sub }{ exch get exit }ifelse }forall }ifelse }bind def /getinterval_from_stringarray { 2 index type/stringtype eq{ getinterval }{ string exch 0 4 3 roll{ dup length dup 4 index lt{ 3 index exch sub exch pop 3 1 roll exch pop }{ dup 3 1 roll 4 index sub 5 index length 4 index sub 2 copy gt{exch}if pop dup 3 1 roll 5 index exch getinterval 5 index 4 index 3 index getinterval copy pop exch pop add exch pop 0 exch dup 3 index length ge{exit}if }ifelse }forall pop pop }ifelse }bind def /string_array_size {dup type/stringtype eq{ length }{ 0 exch{length add}forall }ifelse }bind def /postformats mark 16#00010000{ pop MacGlyphEncoding } 16#00020000{ dup dup type/arraytype eq{0 get}if length 36 lt{ TTFDEBUG{(post format 2.0 invalid.)= flush}if pop[] }{ /postglyphs exch def /post_first postglyphs dup type/arraytype eq{0 get}if def post_first 32 getu16/numglyphs exch def /glyphnames numglyphs 2 mul 34 add def /postpos glyphnames def /total_length postglyphs//string_array_size exec def numglyphs array 0 1 numglyphs 1 sub{ postpos total_length ge{ 1 numglyphs 1 sub{1 index exch/.notdef put}for exit }if postglyphs postpos//get_from_stringarray exec postglyphs postpos 1 add 2 index//getinterval_from_stringarray exec cvn exch postpos add 1 add/postpos exch def 2 index 3 1 roll put }for /postnames exch def numglyphs array 0 1 numglyphs 1 sub{ dup 2 mul 34 add postglyphs exch 2//getinterval_from_stringarray exec dup 0 get 8 bitshift exch 1 get add dup 258 lt{ MacGlyphEncoding exch get }{ dup 32768 ge{ pop/.notdef }{ 258 sub dup postnames length ge{ TTFDEBUG{( *** warning: glyph index past end of 'post' table)= flush}if pop exit }if postnames exch get postremap 1 index .knownget{exch pop}if }ifelse }ifelse 2 index 3 1 roll put }for } ifelse }bind 16#00030000{ pop[] }bind .dicttomark readonly def /first_post_string { post dup type/arraytype eq{0 get}if }bind def /.getpost{ /glyphencoding post null eq{ TTFDEBUG{(post missing)= flush}if[] }{ postformats first_post_string 0 getu32 .knownget{ TTFDEBUG{ (post: format )print first_post_string dup 0 getu16 =only(,)print 2 getu16 = flush }if post exch exec }{ TTFDEBUG{(post: unknown format )print post 0 getu32 = flush}if[] }ifelse }ifelse def }bind def /TTParser<< /Pos 0 /post null >>def /readu8 {read not{ mark(Insufficient data in the stream.)//error exec }if }bind def /readu16 {dup//readu8 exec 8 bitshift exch//readu8 exec or }bind def /reads16 {//readu16 exec 16#8000 xor 16#8000 sub }bind def /readu32 {dup//readu16 exec 16 bitshift exch//readu16 exec or }bind def /reads32 {dup//reads16 exec 16 bitshift exch//readu16 exec or }bind def /SkipToPosition {dup//TTParser/Pos get exch//TTParser exch/Pos exch put sub //PDFR_DEBUG{ (Skipping )print dup//=only exec( bytes.)= }if dup 0 eq{ pop pop }{ dup 3 1 roll ()/SubFileDecode filter exch {1 index//BlockBuffer readstring pop length dup 0 eq{pop exch pop exit}if sub }loop 0 ne{ mark(Insufficient data in the stream for SkipToPosition.)//error exec }if }ifelse }bind def /TagBuffer 4 string def /ParseTTTableDirectory {//PDFR_DEBUG{ (ParseTTTableDirectory beg)= }if 15 dict begin dup//readu32 exec 16#00010000 ne{ mark(Unknown True Type version.)//error exec }if dup//readu16 exec/NumTables exch def dup//readu16 exec/SearchRange exch def dup//readu16 exec/EntrySelector exch def dup//readu16 exec/RangeShift exch def //PDFR_DEBUG{ (NumTables = )print NumTables = }if NumTables{ dup//TagBuffer readstring not{ mark(Could not read TT tag.)//error exec }if cvn [2 index//readu32 exec pop 2 index//readu32 exec 3 index//readu32 exec ] //PDFR_DEBUG{ 2 copy exch//=only exec( )print == }if def }repeat pop //TTParser/Pos 12 NumTables 16 mul add put currentdict end //PDFR_DEBUG{ (ParseTTTableDirectory end)= }if }bind def /ParseTTcmap {//PDFR_DEBUG{ (ParseTTcmap beg)= }if /cmap get aload pop 3 1 roll 7 dict begin //PDFR_DEBUG{ (Current position = )print//TTParser/Pos get = (cmap position = )print dup = }if 1 index exch//SkipToPosition exec //TTParser/Pos get/TablePos exch def dup//readu16 exec pop dup//readu16 exec/NumEncodings exch def //PDFR_DEBUG{ (NumEncodings = )print NumEncodings = }if null NumEncodings{ 1 index//readu32 exec 2 index//readu32 exec 3 array dup 3 2 roll 0 exch put 2 index null ne{ dup 0 get 3 index 0 get sub 3 index exch 1 exch put }if dup 4 3 roll pop 3 1 roll def }repeat dup 0 get 4 3 roll exch sub 1 exch put //PDFR_DEBUG{ currentdict{ exch dup type/integertype eq{ //PrintHex exec( )print == }{ pop pop }ifelse }forall }if 4 NumEncodings 8 mul add/HeaderLength exch def //TTParser/Pos//TTParser/Pos get HeaderLength add put 0 NumEncodings{ 16#7FFFFFF null currentdict{ 1 index type/integertype eq{ exch pop dup 0 get dup 5 index gt{ dup 4 index lt{ 4 1 roll exch pop exch pop }{ pop pop }ifelse }{ pop pop }ifelse }{ pop pop }ifelse }forall //PDFR_DEBUG{ (Obtaining subtable for )print dup == }if 3 2 roll pop 3 copy pop TablePos add//SkipToPosition exec 3 copy exch pop 1 get //TTParser/Pos//TTParser/Pos get 3 index add put string readstring not{ mark(Can't read a cmap subtable.)//error exec }if 2 exch put }repeat pop pop currentdict end //PDFR_DEBUG{ (ParseTTcmap end)= }if }bind def /GetTTEncoding {//PDFR_DEBUG{ (GetTTEncoding beg)= }if get exch pop 2 get 10 dict begin /TTFDEBUG//PDFR_DEBUG def //cmaparray exec end //PDFR_DEBUG{ (GetTTEncoding end)= dup == }if }bind def /InverseEncoding { 256 dict begin dup length 1 sub -1 0{ 2 copy get exch 1 index currentdict exch//knownget exec{ dup type/arraytype eq{ aload length 1 add array astore }{ 2 array astore }ifelse }if def }for pop currentdict end }bind def /GetMacRomanEncodingInverse {//PDFReader/MacRomanEncodingInverse get dup null eq{ pop MacRomanEncoding//InverseEncoding exec dup//PDFReader exch/MacRomanEncodingInverse exch put }if }bind def /PutCharStringSingle { dup 3 index length lt{ 2 index exch get dup 0 ne{ def }{ pop pop }ifelse }{ pop pop }ifelse }bind def /PutCharString {1 index type/nametype ne{ mark(Bad charstring name)//error exec }if dup type/arraytype eq{ { 3 copy//PutCharStringSingle exec pop pop }forall pop }{ //PutCharStringSingle exec }ifelse }bind def /ComposeCharStrings { //PDFR_DEBUG{ (ComposeCharStrings beg)= }if 1 index length 1 add dict begin /.notdef 0 def exch //TTParser/post get dup null ne{ exch 1 index length 1 sub -1 0{ dup 3 index exch get exch dup 0 eq 2 index/.notdef eq or{ pop pop }{ def }ifelse }for }if exch pop exch { //PutCharString exec }forall pop currentdict end //PDFR_DEBUG{ (ComposeCharStrings end)= }if }bind def /ParseTTpost { //PDFR_DEBUG{ (ParseTTpost beg)= }if /post get aload pop 3 1 roll //PDFR_DEBUG{ (Current position = )print//TTParser/Pos get = (post position = )print dup = }if 1 index exch//SkipToPosition exec //TTParser/Pos//TTParser/Pos get 4 index add put exch dup 65535 le{ string readstring not{ mark(Insufficient data in the stream for ParseTTpost.)//error exec }if }{ [3 1 roll dup 16384 div floor cvi exch 1 index 16384 mul sub exch 1 sub 0 1 3 -1 roll { 1 add index 16384 string readstring not{ mark(Insufficient data in the stream for ParseTTpost.)//error exec }if }for counttomark -2 roll string readstring not{ mark(Insufficient data in the stream for ParseTTpost.)//error exec }if ] }ifelse 1 dict begin /post exch def //.getpost exec //TTParser/post glyphencoding put //PDFR_DEBUG{ (ParseTTpost end)= glyphencoding == }if end }bind def /MakeTTCharStrings {//MakeStreamReader exec dup dup//ParseTTTableDirectory exec //TTParser/post null put dup/post//knownget exec{ 0 get 1 index/cmap get 0 get lt{ 2 copy//ParseTTpost exec //ParseTTcmap exec }{ 2 copy//ParseTTcmap exec 3 1 roll //ParseTTpost exec }ifelse }{ //ParseTTcmap exec }ifelse { dup 16#00030001 known{ //PDFR_DEBUG{ (Using the TT cmap encoding for Windows Unicode.)= }if 16#00030001//GetTTEncoding exec AdobeGlyphList//ComposeCharStrings exec exit }if dup 16#00010000 known{ //PDFR_DEBUG{ (Using the TT cmap encoding for Macintosh Roman.)= }if 16#00010000//GetTTEncoding exec PDFEncoding dup null eq{ pop//GetMacRomanEncodingInverse exec }{ //InverseEncoding exec }ifelse //ComposeCharStrings exec exit }if dup 16#00030000 known{ //PDFR_DEBUG{ (Using the TT cmap encoding 3.0 - not sure why Ghostscript writes it since old versions.)= }if 16#00030000//GetTTEncoding exec PDFEncoding dup null eq{ pop//GetMacRomanEncodingInverse exec }{ //InverseEncoding exec }ifelse //ComposeCharStrings exec exit }if mark(True Type cmap has no useful encodings.)//error exec }loop //PDFR_DEBUG{ (CharStrings <<)= dup{ exch dup type/nametype eq{ //=only exec }{ == }ifelse ( )print == }forall (>>)= }if }bind def /ScaleVal { aload pop 1 index sub 3 2 roll mul add }bind def /ScaleArg { aload pop 1 index sub 3 1 roll sub exch div }bind def /ScaleArgN { dup length 2 sub -2 0{ 2 2 index 3 1 roll getinterval 3 2 roll exch//ScaleArg exec 1 index length 2 idiv 1 add 1 roll }for pop }bind def /ComputeFunction_10 { //PDFR_DEBUG{ (ComputeFunction_10 beg )print 1 index//=only exec( stack=)print count = }if exch dup 1 eq{ pop dup length 1 sub get }{ 1 index length 1 sub mul dup dup floor sub dup 0 eq{ pop cvi get }{ 3 1 roll floor cvi 2 getinterval aload pop 2 index mul 3 2 roll 1 exch sub 3 2 roll mul add }ifelse }ifelse //PDFR_DEBUG{ (ComputeFunction_10 end )print dup//=only exec( stack=)print count = }if }bind def /ComputeFunction_n0 { //PDFR_DEBUG{ (ComputeFunction_n0 beg N=)print dup//=only exec( stack=)print count = }if dup 0 eq{ pop }{ dup 2 add -1 roll dup 3 index length 1 sub ge{ pop 1 sub exch dup length 1 sub get exch //PDFReader/ComputeFunction_n0 get exec }{ dup floor cvi dup 4 index exch get 3 index dup 5 add copy 6 2 roll pop pop pop pop 1 sub //PDFReader/ComputeFunction_n0 get exec 3 2 roll pop exch 4 3 roll exch 4 add 2 roll 1 add 3 2 roll exch get exch 1 sub //PDFReader/ComputeFunction_n0 get exec 1 index mul 3 1 roll 1 exch sub mul add }ifelse }ifelse //PDFR_DEBUG{ (ComputeFunction_n0 end )print dup//=only exec( stack=)print count = }if }bind def /FunctionToProc_x01 { dup/Domain get exch dup/Data get 0 get exch /Size get length [4 1 roll //PDFR_DEBUG{ {(function beg, stack =)print count//=only exec(\n)print}/exec load 5 2 roll }if dup 1 gt{ {mark exch 3 add 2 roll //ScaleArgN exec counttomark dup 3 add -2 roll pop exch //ComputeFunction_n0 exec }/exec load }{ pop 3 1/roll load//ScaleArg/exec load /exch load //ComputeFunction_10/exec load }ifelse //PDFR_DEBUG{ (function end, stack =)/print load/count load//=only/exec load(\n)/print load }if ]cvx //PDFR_DEBUG{ (Made a procedure for the 1-result function :)= dup == }if }bind def /FunctionProcDebugBeg {(FunctionProcDebugBeg )print count = }bind def /FunctionProcDebugEnd {(FunctionProcDebugEnd )print count = }bind def /FunctionToProc_x0n { PDFR_DEBUG{ (FunctionToProc_x0n beg m=)print dup = }if 1 index/Size get length exch dup 7 mul 2 add array PDFR_DEBUG{ dup 0//FunctionProcDebugBeg put }{ dup 0//DoNothing put }ifelse dup 1/exec load put dup 2 5 index/Domain get put 2 index 1 eq{ dup 3//ScaleArg put }{ dup 3//ScaleArgN put }ifelse dup 4/exec load put 1 index 1 sub 0 exch 1 exch{ dup 7 mul 5 add 1 index 4 index 1 sub ne{ dup 3 index exch 6 index put 1 add dup 3 index exch/copy load put 1 add }if [ 6 index/Data get 3 index get 6 index 1 eq{ //ComputeFunction_10/exec load }{ 6 index //ComputeFunction_n0/exec load }ifelse ]cvx 3 index exch 2 index exch put 1 add 2 index 1 index/exec load put 1 add 1 index 4 index 1 sub ne{ 2 index 1 index 6 index 1 add put 1 add 2 index 1 index 1 put 1 add 2 index 1 index/roll load put }if pop pop }for PDFR_DEBUG{ dup dup length 2 sub//FunctionProcDebugEnd put }{ dup dup length 2 sub//DoNothing put }ifelse dup dup length 1 sub/exec load put cvx exch pop exch pop exch pop //PDFR_DEBUG{ (Made a procedure for the n-argument function :)= dup == }if PDFR_DEBUG{ (FunctionToProc_x0n end)= }if }bind def /MakeTableRec { 0 exec }bind def /MakeTable {//PDFR_DEBUG{ (MakeTable beg )print count = }if 1 index/Size get exch 1 sub dup 3 1 roll get array 1 index 0 eq{ exch pop exch pop }{ dup length 1 sub -1 0{ 3 index 3 index//MakeTableRec exec 2 index 3 1 roll put }for exch pop exch pop }ifelse //PDFR_DEBUG{ (MakeTable end )print count = }if }bind def //MakeTableRec 0//MakeTable put /StoreSample { 1 sub dup 0 eq{ pop }{ -1 1{ I exch get get }for }ifelse I 0 get 3 2 roll put }bind def /ReadSample32 { 4{ File read not{ mark(Insufficient data for function.)//error exec }if }repeat pop 3 1 roll exch 256 mul add 256 mul add //1_24_bitshift_1_sub div }bind def /ReadSample { Buffer BitsLeft BitsPerSample {2 copy ge{ exit }if 3 1 roll 8 add 3 1 roll 256 mul File read not{ mark(Insufficient data for function.)//error exec }if add 3 1 roll }loop sub dup 2 index exch neg bitshift 2 copy exch bitshift 4 3 roll exch sub /Buffer exch def exch/BitsLeft exch def Div div }bind def /ReadSamplesRec {0 exec }bind def /ReadSamples { //PDFR_DEBUG{ (ReadSamples beg )print count = }if dup 1 eq{ pop 0 1 Size 0 get 1 sub{ I exch 0 exch put 0 1 M 1 sub{ dup Range exch 2 mul 2 getinterval //PDFR_DEBUG{ (Will read a sample ... )print }if BitsPerSample 32 eq{//ReadSample32}{//ReadSample}ifelse exec exch//ScaleVal exec //PDFR_DEBUG{ (value=)print dup = }if exch Table exch get Size length//StoreSample exec }for }for }{ 1 sub dup Size exch get 0 exch 1 exch 1 sub{ I exch 2 index exch put dup//ReadSamplesRec exec }for pop }ifelse //PDFR_DEBUG{ (ReadSamples end )print count = }if }bind def //ReadSamplesRec 0//ReadSamples put /StreamToArray {//PDFR_DEBUG{ (StreamToArray beg )print count = }if userdict/FuncDataReader get begin dup/BitsPerSample get/BitsPerSample exch def dup/Size get length/N exch def dup/Range get length 2 idiv/M exch def 1 BitsPerSample bitshift 1 sub/Div exch def /BitsLeft 0 def /Buffer 0 def dup/Size get/Size exch def dup/Range get/Range exch def /File 1 index//MakeStreamReader exec def /I[N{0}repeat]def M array dup length 1 sub -1 0{ 2 index N//MakeTable exec 2 index 3 1 roll put }for /Table exch def N//ReadSamples exec PDFR_DEBUG{ (Table = )print Table == }if /Data Table put end //PDFR_DEBUG{ (StreamToArray end )print count = }if }bind def /FunctionToProc10 { PDFR_DEBUG{ (FunctionToProc10 beg, Range = )print dup/Range get == }if dup/Order//knownget exec{ 1 ne{ (Underimplemented function Type 0 Order 3.)= }if }if dup//StreamToArray exec dup/Range get length dup 2 eq{ pop//FunctionToProc_x01 exec }{ 2 idiv//FunctionToProc_x0n exec }ifelse PDFR_DEBUG{ (FunctionToProc10 end)= }if }bind def /FunctionToProc12 {begin currentdict/C0//knownget exec{length 1 eq}{true}ifelse{ N currentdict/C0//knownget exec{ 0 get }{ 0 }ifelse currentdict/C1//knownget exec{ 0 get }{ 1 }ifelse 1 index sub [4 1 roll { 4 2 roll excp mul add }aload pop ]cvx }{ [ 0 1 C0 length 1 sub{ N C0 2 index get C1 3 index get 4 3 roll pop 1 index sub [/dup load 5 2 roll { 4 2 roll exp mul add exch }aload pop ]cvx /exec load }for /pop load ]cvx }ifelse end //PDFR_DEBUG{ (FunctionType2Proc : )print dup == }if }bind def /FunctionToProc14 {//MakeStreamReader exec cvx exec //PDFR_DEBUG{ (FunctionType4Proc : )print dup == }if }bind def /FunctionToProc1 { dup/FunctionType get {dup 0 eq{ pop//FunctionToProc10 exec exit }if dup 2 eq{ pop//FunctionToProc12 exec exit }if dup 4 eq{ pop//FunctionToProc14 exec exit }if mark exch(Function type )exch( isn't implemented yet.)//error exec }loop }bind def /FunctionToProc20 { PDFR_DEBUG{ (FunctionToProc20, Range = )print dup/Range get == }if dup/Order//knownget exec{ 1 ne{ (Underimplemented function Type 0 Order 3.)= }if }if dup//StreamToArray exec dup/Range get length dup 2 eq{ pop//FunctionToProc_x01 exec }{ 2 idiv//FunctionToProc_x0n exec }ifelse }bind def /FunctionToProc {//PDFR_DEBUG{ (FunctionToProc beg )print count = }if dup type/dicttype eq{ dup/Domain get length 2 idiv { dup 1 eq{ pop//FunctionToProc1 exec exit }if dup 2 eq{ pop//FunctionToProc20 exec exit }if mark(Functions with many arguments aren't implemented yet.)//error exec }loop }{ //PDFR_DEBUG{(Not a function dict, assume already a procedure.)print}if }ifelse //PDFR_DEBUG{ (FunctionToProc end )print count = }if }bind def /spotfunctions mark /Round{ abs exch abs 2 copy add 1 le{ dup mul exch dup mul add 1 exch sub }{ 1 sub dup mul exch 1 sub dup mul add 1 sub }ifelse } /Diamond{ abs exch abs 2 copy add .75 le{ dup mul exch dup mul add 1 exch sub }{ 2 copy add 1.23 le{ .85 mul add 1 exch sub }{ 1 sub dup mul exch 1 sub dup mul add 1 sub }ifelse }ifelse } /Ellipse{ abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt{ pop dup mul exch .75 div dup mul add 4 div 1 exch sub }{ dup 1 gt{ pop 1 exch sub dup mul exch 1 exch sub .75 div dup mul add 4 div 1 sub }{ .5 exch sub exch pop exch pop }ifelse }ifelse } /EllipseA{dup mul .9 mul exch dup mul add 1 exch sub} /InvertedEllipseA{dup mul .9 mul exch dup mul add 1 sub} /EllipseB{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub} /EllipseC{dup mul .9 mul exch dup mul add 1 exch sub} /InvertedEllipseC{dup mul .9 mul exch dup mul add 1 sub} /Line{exch pop abs neg} /LineX{pop} /LineY{exch pop} /Square{abs exch abs 2 copy lt{exch}if pop neg} /Cross{abs exch abs 2 copy gt{exch}if pop neg} /Rhomboid{abs exch abs 0.9 mul add 2 div} /DoubleDot{2{360 mul sin 2 div exch}repeat add} /InvertedDoubleDot{2{360 mul sin 2 div exch}repeat add neg} /SimpleDot{dup mul exch dup mul add 1 exch sub} /InvertedSimpleDot{dup mul exch dup mul add 1 sub} /CosineDot{180 mul cos exch 180 mul cos add 2 div} /Double{exch 2 div exch 2{360 mul sin 2 div exch}repeat add} /InvertedDouble{ exch 2 div exch 2{360 mul sin 2 div exch}repeat add neg } .dicttomark readonly def /CheckColorSpace { dup type/arraytype ne{ mark(Resource )3 index( must be an array.)//error exec }if }bind def /SubstitutePDFColorSpaceRec {0 exec }bind def /SubstitutePDFColorSpace { { dup 0 get/Pattern eq{ dup length 1 gt{ dup dup 1//CheckColorSpace//ResolveA exec dup type/nametype ne{ //SubstitutePDFColorSpaceRec exec }if 1 exch put }if exit }if dup 0 get/Indexed eq{ exit }if dup 0 get/Separation eq{ dup dup 2//CheckColorSpace//ResolveA exec dup type/nametype ne{ //SubstitutePDFColorSpaceRec exec }if 2 exch put exit }if dup 0 get/CalGray eq{ 1 get dup/Gamma//knownget exec{ [exch/exp load]cvx 1 index exch/DecodeLMN exch put }if [exch/CIEBasedA exch] exit }if dup 0 get/CalRGB eq{ 1 get dup/Matrix//knownget exec{ 1 index exch/MatrixLMN exch put }if dup/Gamma//knownget exec{ aload pop [exch/exp load]cvx 3 1 roll [exch/exp load]cvx 3 1 roll [exch/exp load]cvx 3 1 roll 3 array astore 1 index exch/DecodeLMN exch put }if [exch/CIEBasedABC exch] exit }if dup 0 get/Lab eq{ 1 get begin currentdict/Range//knownget exec{aload pop}{-100 100 -100 100}ifelse 0 100 6 2 roll 6 array astore /RangeABC exch def /DecodeABC[{16 add 116 div}bind{500 div}bind{200 div}bind]def /MatrixABC[1 1 1 1 0 0 0 0 -1]def {dup 6 29 div ge{dup dup mul mul}{4 29 div sub 108 841 div mul}ifelse} /DecodeLMN[ [3 index aload pop WhitePoint 0 get/mul load]cvx [4 index aload pop WhitePoint 1 get/mul load]cvx [5 index aload pop WhitePoint 2 get/mul load]cvx ]def pop //PDFR_DEBUG{ (Constructed from Lab <<)= currentdict{exch = ==}forall (>>)= }if [/CIEBasedABC currentdict] end exit pop }if dup 0 get/CIEBasedA eq{exit}if dup 0 get/CIEBasedABC eq{exit}if mark exch(Unimplemented color space )exch//error exec }loop }bind def //SubstitutePDFColorSpaceRec 0//SubstitutePDFColorSpace put /ResolveArrayElement {2 copy get dup type dup/arraytype eq exch /packedarraytype eq or{ xcheck{ 2 copy get dup 0 get type/integertype eq 1 index 1 get type dup/arraytype eq exch /packedarraytype eq or and{ exec 2 index 4 1 roll put }{ pop pop }ifelse }{ pop }ifelse }{ pop pop }ifelse }bind def /ResolveColorSpaceArrayRec {0 exec }bind def /SetColorSpaceSafe { PDFR_DEBUG{ (SetColorSpaceSafe beg)= }if currentcolorspace dup type/arraytype eq{ 1 index type/arraytype eq{ dup length 2 index length eq{ false exch dup length 0 exch 1 exch 1 sub{ dup 4 index exch get exch 2 index exch get ne{ exch pop true exch exit }if }for pop { setcolorspace }{ pop }ifelse }{ pop setcolorspace }ifelse }{ pop setcolorspace }ifelse }{ pop setcolorspace }ifelse PDFR_DEBUG{ (SetColorSpaceSafe end)= }if }bind def /ResolveColorSpaceArray { //PDFR_DEBUG{ (ResolveColorSpaceArray beg )print dup == }if dup 0 get/Indexed eq{ 1//ResolveArrayElement exec dup dup 1 get dup type/arraytype eq{ //SubstitutePDFColorSpace exec //ResolveColorSpaceArrayRec exec 1 exch put }{ pop pop }ifelse }if dup 0 get/Separation eq{ 3//ResolveArrayElement exec dup 3 get//FunctionToProc exec 2 copy 3 exch put pop }if PDFR_DEBUG{ (Construcrted color space :)= dup == }if //PDFR_DEBUG{ (ResolveColorSpaceArray end )print dup == }if }bind def //ResolveColorSpaceArrayRec 0//ResolveColorSpaceArray put /ResolveColorSpace { //PDFR_DEBUG{ (ResolveColorSpace beg )print dup = }if dup//SimpleColorSpaceNames exch known not{ dup//PDFColorSpaces exch//knownget exec{ exch pop //PDFR_DEBUG{ (ResolveColorSpace known )= }if }{ dup //PDFReader/CurrentObject get/Context get/Resources get /ColorSpace//DoNothing//ResolveD exec exch//CheckColorSpace//ResolveD exec dup type/arraytype eq{ //SubstitutePDFColorSpace exec //ResolveColorSpaceArray exec dup//PDFColorSpaces 4 2 roll put }if }ifelse }if //PDFR_DEBUG{ (ResolveColorSpace end )print dup == }if }bind def /CheckPattern { dup/PatternType//knownget exec{ dup 1 ne{ mark(Resource )4 index( is a shading, which can't be handled at level 2. )//error exec }if pop }if dup/Type knownget{ /Pattern ne{ mark(Resource )4 index( must have /Type/Pattern .)//error exec }if }if }bind def /PaintProc {/Context get //RunDelayedStream exec }bind def /ResolvePattern { dup userdict/PDFR_Patterns get exch//knownget exec{ exch pop }{ dup //PDFReader/CurrentObject get/Context get/Resources get /Pattern//DoNothing//ResolveD exec exch//CheckPattern//ResolveD exec dup dup/Context exch put dup/Resources//DoNothing//ResolveD exec pop dup/PaintProc//PaintProc put gsave userdict/PDFR_InitialGS get setgstate currentglobal exch false setglobal dup/Matrix get makepattern exch setglobal grestore dup userdict/PDFR_Patterns get 4 2 roll put }ifelse }bind def /SetColor {//PDFR_DEBUG{ (SetColor beg)= }if currentcolorspace dup type/nametype eq{ pop setcolor }{ 0 get/Pattern eq{ //ResolvePattern exec setpattern }{ setcolor }ifelse }ifelse //PDFR_DEBUG{ (SetColor end)= }if }bind def /ImageKeys 15 dict begin /BPC/BitsPerComponent def /CS/ColorSpace def /D/Decode def /DP/DecodeParms def /F/Filter def /H/Height def /IM/ImageMask def /I/Interpolate def /W/Width def currentdict end readonly def /ImageValues 15 dict begin /G/DeviceGray def /RGB/DeviceRGB def /CMYK/DeviceCMYK def /I/Indexed def /AHx/ASCIIHexDecode def /A85/ASCII85Decode def /LZW/LZWDecode def /Fl/FlateDecode def /RL/RunLengthDecode def /CCF/CCITTFaxDecode def /DCT/DCTDecode def currentdict end readonly def /GetColorSpaceRange {2 index/ColorSpace get dup type/arraytype eq{ 1 get }if exch//knownget exec{ exch pop }if }bind def /DecodeArrays 15 dict begin /DeviceGray{[0 1]}def /DeviceRGB{[0 1 0 1 0 1]}def /DeviceCMYK{[0 1 0 1 0 1 0 1]}def /Indexed{ dup/BitsPerComponent get 2 exch exp[exch 0 exch] }def /Separation{[0 1]}def /CIEBasedA{[0 1]/RangeA//GetColorSpaceRange exec}def /CIEBasedABC{[0 1 0 1 0 1]/RangeABC//GetColorSpaceRange exec}def currentdict end readonly def /Substitute {1 index//knownget exec{ exch pop }if }bind def /DebugImagePrinting { //PDFR_DEBUG{ (Image :)= dup{exch//=only exec( )print == }forall }if }bind def /CompleteImage { dup/ColorSpace known{ dup/ColorSpace//CheckColorSpace//ResolveD exec pop }if dup/Decode known not{ dup/ColorSpace//knownget exec{ dup type/arraytype eq{ 0 get }if //DecodeArrays exch get exec }{ [0 1] }ifelse 1 index exch/Decode exch put }if dup/ImageMatrix[2 index/Width get 0 0 5 index/Height get neg 0 7 index/Height get]put //DebugImagePrinting exec }bind def /CompleteInlineImage { //PDFR_DEBUG{ (CompleteInlineImage beg)= }if dup/ImageType known not{ dup/ImageType 1 put }if dup length dict exch{ exch//ImageKeys//Substitute exec dup/Filter eq{ exch//ImageValues//Substitute exec exch }if dup/ColorSpace eq{ exch dup//ImageValues exch//knownget exec{ exch pop }{ //ResolveColorSpace exec }ifelse exch }if exch 2 index 3 1 roll put }forall //CompleteImage exec dup/DataSource 2 copy get 2 index//AppendFilters exec put //PDFR_DEBUG{ (CompleteInlineImage end)= }if }bind def /CompleteOutlineImage { currentglobal exch dup gcheck setglobal //PDFR_DEBUG{ (CompleteOutlineImage beg)= }if dup dup//MakeStreamReader exec/DataSource exch put dup/ImageType known not{ //CompleteImage exec dup/ImageType 1 put dup/ColorSpace known{ dup/ColorSpace//CheckColorSpace//ResolveD exec dup type/arraytype eq{ //ResolveColorSpaceArray exec //SubstitutePDFColorSpace exec 1 index exch/ColorSpace exch put }{ pop }ifelse }if }if //PDFR_DEBUG{ (CompleteOutlineImage end)= }if exch setglobal }bind def /DoImage { //PDFR_DEBUG{ (DoImage beg)= }if gsave dup/ColorSpace//knownget exec{setcolorspace}if dup/ImageMask//knownget exec not{false}if {imagemask}{image}ifelse grestore //PDFR_DEBUG{ (DoImage end)= }if }bind def /GSave { gsave //PDFReader/GraphicStateStackPointer get dup//GraphicStateStack exch get null eq{ dup//GraphicStateStack exch//InitialGraphicState length dict put }if dup//GraphicStateStack exch get //GraphicState exch copy pop 1 add//PDFReader exch/GraphicStateStackPointer exch put }bind def /GRestore { grestore //PDFReader/GraphicStateStackPointer get 1 sub dup //PDFReader exch/GraphicStateStackPointer exch put //GraphicStateStack exch get //GraphicState copy pop }bind def /SetFont {dup//GraphicState exch/FontSize exch put //ResolveAndSetFont exec //GraphicState/FontMatrixNonHV currentfont/FontMatrix get 1 get 0 ne put }bind def /ShowText {//GraphicState/TextRenderingMode get 0 eq{ //GraphicState/WordSpacing get 0 32 //GraphicState/CharacterSpacing get 0 6 5 roll //GraphicState/FontMatrixNonHV get{ [ 7 -2 roll pop 5 -2 roll pop 5 -1 roll { exch pop 3 index add exch 2 index eq{3 index add}if 4 1 roll } currentfont/FontMatrix get 0 get 0 ne{ 1 1 index length 1 sub getinterval cvx }if 5 index cshow pop pop pop] xshow }{ awidthshow }ifelse }{ //GraphicState/CharacterSpacing get 0 eq //GraphicState/FontMatrixNonHV get not and //GraphicState/WordSpacing get 0 eq and{ true charpath }{ { exch pop 0 currentpoint 5 4 roll ( )dup 0 3 index put true charpath 5 1 roll moveto rmoveto //GraphicState/CharacterSpacing get 0 rmoveto 32 eq{ //GraphicState/WordSpacing get 0 rmoveto }if } //GraphicState/FontMatrixNonHV get dup not exch{ pop currentfont/FontMatrix get 0 get 0 ne }if{ 1 1 index length 1 sub getinterval cvx }if exch cshow }ifelse }ifelse }bind def /ShowTextBeg {//GraphicState/TextRenderingMode get 0 ne{ currentpoint newpath moveto }if }bind def /ShowTextEnd {//GraphicState/TextRenderingMode get {dup 1 eq{ stroke exit }if dup 2 eq{ gsave fill grestore stroke exit }if dup 3 eq{ currentpoint newpath moveto }if dup 4 eq{ gsave fill grestore clip exit }if dup 5 eq{ gsave stroke grestore clip exit }if dup 6 eq{ gsave fill grestore gsave stroke grestore fill exit }if dup 7 eq{ clip exit }if exit }loop pop }bind def /ShowTextWithGlyphPositioning {//ShowTextBeg exec {dup type/stringtype eq{ //ShowText exec }{ neg 1000 div//GraphicState/FontSize get mul 0 rmoveto }ifelse }forall //ShowTextEnd exec }bind def /CheckFont {dup/Type get/ExtGState ne{ mark(Resource )3 index( must have /Type/ExtGState.)//error exec }if }bind def /SetTransfer { //PDFR_DEBUG{(SetTransfer beg )print count =}if dup type/arraytype eq 1 index xcheck not and{ 0 4 getinterval aload pop setcolortransfer }{ settransfer }ifelse //PDFR_DEBUG{(SetTransfer end )print count =}if }bind def /CheckExtGState {dup/Type get/ExtGState ne{ mark(Resource )3 index( must have /Type/ExtGState.)//error exec }if }bind def /CheckHalftone {dup/HalftoneType known not{ mark(Resource )3 index( must have /HalftoneType.)//error exec }if }bind def /ResolveFunction { //PDFR_DEBUG{(ResolveFunction beg )print dup = count =}if 2 copy get//IsObjRef exec{ 2 copy//DoNothing//ResolveD exec 3 copy put pop }if 2 copy get dup type/arraytype eq exch xcheck and not{ 2 copy get dup type/arraytype eq 1 index xcheck not and{ dup length 1 sub -1 0{ 2 copy//DoNothing ResolveA dup/Identity eq{ pop 2 copy{}put }{ //FunctionToProc exec 3 copy put pop }ifelse pop }for }{ dup/Default eq{ }{ dup/Identity eq{ pop{} }{dup type/nametype eq{ //spotfunctions exch get }{ //FunctionToProc exec }ifelse }ifelse }ifelse }ifelse 3 copy put exch pop }{ 1 index exch get }ifelse //PDFR_DEBUG{(ResolveFunction end )print dup == count =}if }bind def /ResolveFunctionSafe {2 copy known{ //ResolveFunction exec }if pop }bind def /CreateHalftoneThresholds { dup/Thresholds known not{ dup/HalftoneType get 10 eq{ dup dup//MakeStreamReader exec /Thresholds exch put }if dup/HalftoneType get dup 3 eq exch 6 eq or{ dup dup//MakeStreamReader exec //BlockBuffer readstring pop dup length dup 0 eq{ mark(Could not read Thresholds)//error exec }if string copy/Thresholds exch put dup/HalftoneType 3 put }if }if }bind def /SetExtGState { //PDFReader/CurrentObject get/Context get/Resources get /ExtGState//DoNothing//ResolveD exec exch//CheckExtGState//ResolveD exec dup/LW//knownget exec{ setlinewidth }if dup/LC//knownget exec{ setlinecap }if dup/LJ//knownget exec{ setlinejoin }if dup/ML//knownget exec{ setmeterlimit }if dup/D//knownget exec{ setdash }if dup/RI//knownget exec{ mark(Unimplemented ExtGState.RI)//error exec }if dup/OP//knownget exec{ setoverprint }if dup/op//knownget exec{ setoverprint }if dup/OPM//knownget exec{ mark(Unimplemented ExtGState.OPM)//error exec }if dup/Font//knownget exec{ mark(Unimplemented ExtGState.Font)//error exec }if dup/BG known{ /BG//ResolveFunction exec setblackgeneration }if dup/BG2 known{ /BG2//ResolveFunction exec dup/Default eq{ //InitialExtGState/BG2 get }if setblackgeneration }if dup/UCR known{ /UCR//ResolveFunction exec setundercolorremoval }if dup/UCR2 known{ /UCR2//ResolveFunction exec dup/Default eq{ //InitialExtGState/UCR2 get }if setundercolorremoval }if dup/TR known{ /TR//ResolveFunction exec //SetTransfer exec }if dup/TR2 known{ /TR2//ResolveFunction exec dup/Default eq{ pop//InitialExtGState/TR2 get aload pop setcolortransfer }{ //SetTransfer exec }ifelse }if dup/HT//knownget exec{ dup/Default eq{ pop//InitialExtGState/HT get sethalftone }{ //PDFR_DEBUG{(Ht beg)=}if pop dup/HT//CheckHalftone//ResolveD exec /SpotFunction//ResolveFunctionSafe exec /TransferFunction//ResolveFunctionSafe exec null exch dup/HalftoneType get dup 5 eq exch dup 4 eq exch 2 eq or or{ dup{ dup//IsObjRef exec{ pop 1 index exch//CheckHalftone ResolveD }if dup type/dicttype eq{ dup/SpotFunction//ResolveFunctionSafe exec /TransferFunction//ResolveFunctionSafe exec //CreateHalftoneThresholds exec dup/HalftoneType get 5 gt{ 4 3 roll pop dup 4 1 roll }if }if pop pop }forall }if //CreateHalftoneThresholds exec //PDFR_DEBUG{ (HT:)= dup{ 1 index/Default eq{ (Default <<)= exch pop {exch = ==}forall (>>)= }{ exch = == }ifelse }forall (HT end)= flush }if exch dup null ne{ (Warning: Ignoring a halftone with a Level 3 component halftone Type )print dup/HalftoneType get = pop pop }{ pop dup/HalftoneType get 5 gt{ (Warning: Ignoring a Level 3 halftone Type )print dup/HalftoneType get = pop }{ sethalftone }ifelse }ifelse //PDFR_DEBUG{(HT set)= flush}if }ifelse }if dup/FL//knownget exec{ setflattness }if dup/SM//knownget exec{ setsmoothness }if dup/SA//knownget exec{ setstrokeadjust }if dup/BM//knownget exec{ mark(Unimplemented ExtGState.BM)//error exec }if dup/SMask//knownget exec{ mark(Unimplemented ExtGState.SMask)//error exec }if dup/CA//knownget exec{ mark(Unimplemented ExtGState.CA)//error exec }if dup/ca//knownget exec{ mark(Unimplemented ExtGState.ca)//error exec }if dup/AIS//knownget exec{ mark(Unimplemented ExtGState.AIS)//error exec }if dup/TK//knownget exec{ mark(Unimplemented ExtGState.TK)//error exec }if pop }bind def /CheckXObject {dup/Subtype get dup/Image ne exch dup/Form ne exch/PS ne and and{ mark(Resource )3 index( must have /Subtype /Image or /Form or /PS.)//error exec }if }bind def /DoXObject { //PDFReader/CurrentObject get/Context get/Resources get /XObject//DoNothing//ResolveD exec exch//CheckXObject//ResolveD exec dup/Subtype get dup/Image eq{ pop //CompleteOutlineImage exec //DoImage exec }{ dup/PS eq{ PDFR_DEBUG{ (Executing a PS Xobject)= }if pop //RunDelayedStream exec }{ dup/Form eq{ pop PDFR_DEBUG{ (Executing a Form XObject)= }if //PDFReader/CurrentObject get exch dup//PDFReader exch<< exch/Context exch >>/CurrentObject exch put dup/Matrix get concat dup/BBox get aload pop exch 3 index sub exch 2 index sub rectclip //RunDelayedStream exec //PDFReader exch/CurrentObject exch put }{ mark exch(unimplemented XObject type )exch//error exec }ifelse }ifelse }ifelse }bind def /Operators 50 dict begin /q{//GSave exec}bind def /Q{//GRestore exec}bind def /cm{//TempMatrix astore concat}bind def /i{1 .min setflat}bind def /J/setlinecap load def /d/setdash load def /j/setlinejoin load def /w/setlinewidth load def /M/setmiterlimit load def /gs{SetExtGState}bind def /g/setgray load def /rg/setrgbcolor load def /k/setcmykcolor load def /cs{//ResolveColorSpace exec//SetColorSpaceSafe exec }bind def /sc/setcolor load def /scn{//SetColor exec}bind def /G/setgray load def /RG/setrgbcolor load def /K/setcmykcolor load def /CS//cs def /ri{SetColorRenderingIntent}bind def /SC/setcolor load def /SCN{//SetColor exec}bind def /m/moveto load def /l/lineto load def /c/curveto load def /v{currentpoint 6 2 roll curveto}bind def /y{2 copy curveto}bind def /re{ 4 2 roll moveto exch dup 0 rlineto 0 3 -1 roll rlineto neg 0 rlineto closepath }def /h/closepath load def /n/newpath load def /S/stroke load def /s{closepath stroke}bind def /f/fill load def /f*/eofill load def /B{gsave fill grestore stroke}bind def /b{closepath gsave fill grestore stroke}bind def /B*{gsave eofill grestore stroke}bind def /b*{closepath gsave eofill grestore stroke}bind def /W/clip load def /W*/eoclip load def /sh{ ResolveShading dup/Background known{ gsave dup/ColorSpace get setcolorspace dup/Background get aload pop setcolor pathbbox 2 index sub exch 3 index sub exch rectfill grestore }if shfill }bind def /Do{//DoXObject exec}bind def /BI{currentglobal false setglobal<<}bind def /ID{>> dup/DataSource currentfile 2 index/F//knownget exec{ /A85 eq{ 0(~>)/SubFileDecode filter }if }if put //CompleteInlineImage exec exch setglobal //DoImage exec }bind def /EI{}bind def /BT{gsave//GraphicState/InitialTextMatrix get currentmatrix pop}bind def /ET{grestore}bind def /Tc{//GraphicState exch/CharacterSpacing exch put}bind def /TL{//GraphicState exch/TextLeading exch put}bind def /Tr{//GraphicState exch/TextRenderingMode exch put}bind def /Ts{ mark(Unimplemented SetTextRise)//error exec }bind def /Tw{//GraphicState exch/WordSpacing exch put}bind def /Tz{ mark(Unimplemented SetHorizontalTextScaling)//error exec }bind def /Td{translate 0 0 moveto}bind def /TD{dup neg//TL exec//Td exec}bind def /Tm{//GraphicState/InitialTextMatrix get setmatrix //TempMatrix astore concat 0 0 moveto}bind def /T*{0//GraphicState/TextLeading get neg//Td exec}bind def /Tj{//ShowTextBeg exec//ShowText exec//ShowTextEnd exec}bind def /'{//T* exec//ShowText exec//ShowTextEnd exec}bind def /"{3 2 roll//Tw exec exch//Tc exec//' exec}bind def /TJ//ShowTextWithGlyphPositioning def /Tf//SetFont def /d0/setcharwidth load def /d1/setcachedevice load def /BDC{BeginMarkedContentSequenceWithPropertyList}bind def /BMC{BeginMarkedContentSequence}bind def /EMC{EndMarkedContentSequence}bind def /BX{BeginCompatibilitySection}bind def /EX{EndCompatibilitySection}bind def /DP{DefineMarkedContentPointWithPropertyList}bind def /MP{DefineMarkedContentPoint}bind def /PS{cvx exec}bind def currentdict end def //PDFR_STREAM{ //Operators length dict begin //Operators{ exch dup [exch//=only/exec load ( )/print load 8 7 roll dup type/arraytype eq{ /exec load }if ( )/print load ]cvx def }forall currentdict end/Operators exch def }if /.registerencoding {pop pop }bind def /.defineencoding {def }bind def /.findencoding {load }bind def /AdobeGlyphList mark /A 16#0041 /AE 16#00C6 /AEacute 16#01FC /AEmacron 16#01E2 /AEsmall 16#F7E6 /Aacute 16#00C1 /Aacutesmall 16#F7E1 /Abreve 16#0102 /Abreveacute 16#1EAE /Abrevecyrillic 16#04D0 /Abrevedotbelow 16#1EB6 /Abrevegrave 16#1EB0 /Abrevehookabove 16#1EB2 /Abrevetilde 16#1EB4 /Acaron 16#01CD /Acircle 16#24B6 /Acircumflex 16#00C2 /Acircumflexacute 16#1EA4 /Acircumflexdotbelow 16#1EAC /Acircumflexgrave 16#1EA6 /Acircumflexhookabove 16#1EA8 /Acircumflexsmall 16#F7E2 /Acircumflextilde 16#1EAA /Acute 16#F6C9 /Acutesmall 16#F7B4 /Acyrillic 16#0410 /Adblgrave 16#0200 /Adieresis 16#00C4 /Adieresiscyrillic 16#04D2 /Adieresismacron 16#01DE /Adieresissmall 16#F7E4 /Adotbelow 16#1EA0 /Adotmacron 16#01E0 /Agrave 16#00C0 /Agravesmall 16#F7E0 /Ahookabove 16#1EA2 /Aiecyrillic 16#04D4 /Ainvertedbreve 16#0202 /Alpha 16#0391 /Alphatonos 16#0386 /Amacron 16#0100 /Amonospace 16#FF21 /Aogonek 16#0104 /Aring 16#00C5 /Aringacute 16#01FA /Aringbelow 16#1E00 /Aringsmall 16#F7E5 /Asmall 16#F761 /Atilde 16#00C3 /Atildesmall 16#F7E3 /Aybarmenian 16#0531 /B 16#0042 /Bcircle 16#24B7 /Bdotaccent 16#1E02 /Bdotbelow 16#1E04 /Becyrillic 16#0411 /Benarmenian 16#0532 /Beta 16#0392 /Bhook 16#0181 /Blinebelow 16#1E06 /Bmonospace 16#FF22 /Brevesmall 16#F6F4 /Bsmall 16#F762 /Btopbar 16#0182 /C 16#0043 /Caarmenian 16#053E /Cacute 16#0106 /Caron 16#F6CA /Caronsmall 16#F6F5 /Ccaron 16#010C /Ccedilla 16#00C7 /Ccedillaacute 16#1E08 /Ccedillasmall 16#F7E7 /Ccircle 16#24B8 /Ccircumflex 16#0108 /Cdot 16#010A /Cdotaccent 16#010A /Cedillasmall 16#F7B8 /Chaarmenian 16#0549 /Cheabkhasiancyrillic 16#04BC /Checyrillic 16#0427 /Chedescenderabkhasiancyrillic 16#04BE /Chedescendercyrillic 16#04B6 /Chedieresiscyrillic 16#04F4 /Cheharmenian 16#0543 /Chekhakassiancyrillic 16#04CB /Cheverticalstrokecyrillic 16#04B8 /Chi 16#03A7 /Chook 16#0187 /Circumflexsmall 16#F6F6 /Cmonospace 16#FF23 /Coarmenian 16#0551 /Csmall 16#F763 /D 16#0044 /DZ 16#01F1 /DZcaron 16#01C4 /Daarmenian 16#0534 /Dafrican 16#0189 /Dcaron 16#010E /Dcedilla 16#1E10 /Dcircle 16#24B9 /Dcircumflexbelow 16#1E12 /Dcroat 16#0110 /Ddotaccent 16#1E0A /Ddotbelow 16#1E0C /Decyrillic 16#0414 /Deicoptic 16#03EE /Delta 16#2206 /Deltagreek 16#0394 /Dhook 16#018A /Dieresis 16#F6CB /DieresisAcute 16#F6CC /DieresisGrave 16#F6CD /Dieresissmall 16#F7A8 /Digammagreek 16#03DC /Djecyrillic 16#0402 /Dlinebelow 16#1E0E /Dmonospace 16#FF24 /Dotaccentsmall 16#F6F7 /Dslash 16#0110 /Dsmall 16#F764 /Dtopbar 16#018B /Dz 16#01F2 /Dzcaron 16#01C5 /Dzeabkhasiancyrillic 16#04E0 /Dzecyrillic 16#0405 /Dzhecyrillic 16#040F /E 16#0045 /Eacute 16#00C9 /Eacutesmall 16#F7E9 /Ebreve 16#0114 /Ecaron 16#011A /Ecedillabreve 16#1E1C /Echarmenian 16#0535 /Ecircle 16#24BA /Ecircumflex 16#00CA /Ecircumflexacute 16#1EBE /Ecircumflexbelow 16#1E18 /Ecircumflexdotbelow 16#1EC6 /Ecircumflexgrave 16#1EC0 /Ecircumflexhookabove 16#1EC2 /Ecircumflexsmall 16#F7EA /Ecircumflextilde 16#1EC4 /Ecyrillic 16#0404 /Edblgrave 16#0204 /Edieresis 16#00CB /Edieresissmall 16#F7EB /Edot 16#0116 /Edotaccent 16#0116 /Edotbelow 16#1EB8 /Efcyrillic 16#0424 /Egrave 16#00C8 /Egravesmall 16#F7E8 /Eharmenian 16#0537 /Ehookabove 16#1EBA /Eightroman 16#2167 /Einvertedbreve 16#0206 /Eiotifiedcyrillic 16#0464 /Elcyrillic 16#041B /Elevenroman 16#216A /Emacron 16#0112 /Emacronacute 16#1E16 /Emacrongrave 16#1E14 /Emcyrillic 16#041C /Emonospace 16#FF25 /Encyrillic 16#041D /Endescendercyrillic 16#04A2 /Eng 16#014A /Enghecyrillic 16#04A4 /Enhookcyrillic 16#04C7 /Eogonek 16#0118 /Eopen 16#0190 /Epsilon 16#0395 /Epsilontonos 16#0388 /Ercyrillic 16#0420 /Ereversed 16#018E /Ereversedcyrillic 16#042D /Escyrillic 16#0421 /Esdescendercyrillic 16#04AA /Esh 16#01A9 /Esmall 16#F765 /Eta 16#0397 /Etarmenian 16#0538 /Etatonos 16#0389 /Eth 16#00D0 /Ethsmall 16#F7F0 /Etilde 16#1EBC /Etildebelow 16#1E1A /Euro 16#20AC /Ezh 16#01B7 /Ezhcaron 16#01EE /Ezhreversed 16#01B8 /F 16#0046 /Fcircle 16#24BB /Fdotaccent 16#1E1E /Feharmenian 16#0556 /Feicoptic 16#03E4 /Fhook 16#0191 /Fitacyrillic 16#0472 /Fiveroman 16#2164 /Fmonospace 16#FF26 /Fourroman 16#2163 /Fsmall 16#F766 /G 16#0047 /GBsquare 16#3387 /Gacute 16#01F4 /Gamma 16#0393 /Gammaafrican 16#0194 /Gangiacoptic 16#03EA /Gbreve 16#011E /Gcaron 16#01E6 /Gcedilla 16#0122 /Gcircle 16#24BC /Gcircumflex 16#011C /Gcommaaccent 16#0122 /Gdot 16#0120 /Gdotaccent 16#0120 /Gecyrillic 16#0413 /Ghadarmenian 16#0542 /Ghemiddlehookcyrillic 16#0494 /Ghestrokecyrillic 16#0492 /Gheupturncyrillic 16#0490 /Ghook 16#0193 /Gimarmenian 16#0533 /Gjecyrillic 16#0403 /Gmacron 16#1E20 /Gmonospace 16#FF27 /Grave 16#F6CE /Gravesmall 16#F760 /Gsmall 16#F767 /Gsmallhook 16#029B /Gstroke 16#01E4 /H 16#0048 /H18533 16#25CF /H18543 16#25AA /H18551 16#25AB /H22073 16#25A1 /HPsquare 16#33CB /Haabkhasiancyrillic 16#04A8 /Hadescendercyrillic 16#04B2 /Hardsigncyrillic 16#042A /Hbar 16#0126 /Hbrevebelow 16#1E2A /Hcedilla 16#1E28 /Hcircle 16#24BD /Hcircumflex 16#0124 /Hdieresis 16#1E26 /Hdotaccent 16#1E22 /Hdotbelow 16#1E24 /Hmonospace 16#FF28 /Hoarmenian 16#0540 /Horicoptic 16#03E8 /Hsmall 16#F768 /Hungarumlaut 16#F6CF /Hungarumlautsmall 16#F6F8 /Hzsquare 16#3390 /I 16#0049 /IAcyrillic 16#042F /IJ 16#0132 /IUcyrillic 16#042E /Iacute 16#00CD /Iacutesmall 16#F7ED /Ibreve 16#012C /Icaron 16#01CF /Icircle 16#24BE /Icircumflex 16#00CE /Icircumflexsmall 16#F7EE /Icyrillic 16#0406 /Idblgrave 16#0208 /Idieresis 16#00CF /Idieresisacute 16#1E2E /Idieresiscyrillic 16#04E4 /Idieresissmall 16#F7EF /Idot 16#0130 /Idotaccent 16#0130 /Idotbelow 16#1ECA /Iebrevecyrillic 16#04D6 /Iecyrillic 16#0415 /Ifraktur 16#2111 /Igrave 16#00CC /Igravesmall 16#F7EC /Ihookabove 16#1EC8 /Iicyrillic 16#0418 /Iinvertedbreve 16#020A /Iishortcyrillic 16#0419 /Imacron 16#012A /Imacroncyrillic 16#04E2 /Imonospace 16#FF29 /Iniarmenian 16#053B /Iocyrillic 16#0401 /Iogonek 16#012E /Iota 16#0399 /Iotaafrican 16#0196 /Iotadieresis 16#03AA /Iotatonos 16#038A /Ismall 16#F769 /Istroke 16#0197 /Itilde 16#0128 /Itildebelow 16#1E2C /Izhitsacyrillic 16#0474 /Izhitsadblgravecyrillic 16#0476 /J 16#004A /Jaarmenian 16#0541 /Jcircle 16#24BF /Jcircumflex 16#0134 /Jecyrillic 16#0408 /Jheharmenian 16#054B /Jmonospace 16#FF2A /Jsmall 16#F76A /K 16#004B /KBsquare 16#3385 /KKsquare 16#33CD /Kabashkircyrillic 16#04A0 /Kacute 16#1E30 /Kacyrillic 16#041A /Kadescendercyrillic 16#049A /Kahookcyrillic 16#04C3 /Kappa 16#039A /Kastrokecyrillic 16#049E /Kaverticalstrokecyrillic 16#049C /Kcaron 16#01E8 /Kcedilla 16#0136 /Kcircle 16#24C0 /Kcommaaccent 16#0136 /Kdotbelow 16#1E32 /Keharmenian 16#0554 /Kenarmenian 16#053F /Khacyrillic 16#0425 /Kheicoptic 16#03E6 /Khook 16#0198 /Kjecyrillic 16#040C /Klinebelow 16#1E34 /Kmonospace 16#FF2B /Koppacyrillic 16#0480 /Koppagreek 16#03DE /Ksicyrillic 16#046E /Ksmall 16#F76B /L 16#004C /LJ 16#01C7 /LL 16#F6BF /Lacute 16#0139 /Lambda 16#039B /Lcaron 16#013D /Lcedilla 16#013B /Lcircle 16#24C1 /Lcircumflexbelow 16#1E3C /Lcommaaccent 16#013B /Ldot 16#013F /Ldotaccent 16#013F /Ldotbelow 16#1E36 /Ldotbelowmacron 16#1E38 /Liwnarmenian 16#053C /Lj 16#01C8 /Ljecyrillic 16#0409 /Llinebelow 16#1E3A /Lmonospace 16#FF2C /Lslash 16#0141 /Lslashsmall 16#F6F9 /Lsmall 16#F76C /M 16#004D /MBsquare 16#3386 /Macron 16#F6D0 /Macronsmall 16#F7AF /Macute 16#1E3E /Mcircle 16#24C2 /Mdotaccent 16#1E40 /Mdotbelow 16#1E42 /Menarmenian 16#0544 /Mmonospace 16#FF2D /Msmall 16#F76D /Mturned 16#019C /Mu 16#039C /N 16#004E /NJ 16#01CA /Nacute 16#0143 /Ncaron 16#0147 /Ncedilla 16#0145 /Ncircle 16#24C3 /Ncircumflexbelow 16#1E4A /Ncommaaccent 16#0145 /Ndotaccent 16#1E44 /Ndotbelow 16#1E46 /Nhookleft 16#019D /Nineroman 16#2168 /Nj 16#01CB /Njecyrillic 16#040A /Nlinebelow 16#1E48 /Nmonospace 16#FF2E /Nowarmenian 16#0546 /Nsmall 16#F76E /Ntilde 16#00D1 /Ntildesmall 16#F7F1 /Nu 16#039D /O 16#004F /OE 16#0152 /OEsmall 16#F6FA /Oacute 16#00D3 /Oacutesmall 16#F7F3 /Obarredcyrillic 16#04E8 /Obarreddieresiscyrillic 16#04EA /Obreve 16#014E /Ocaron 16#01D1 /Ocenteredtilde 16#019F /Ocircle 16#24C4 /Ocircumflex 16#00D4 /Ocircumflexacute 16#1ED0 /Ocircumflexdotbelow 16#1ED8 /Ocircumflexgrave 16#1ED2 /Ocircumflexhookabove 16#1ED4 /Ocircumflexsmall 16#F7F4 /Ocircumflextilde 16#1ED6 /Ocyrillic 16#041E /Odblacute 16#0150 /Odblgrave 16#020C /Odieresis 16#00D6 /Odieresiscyrillic 16#04E6 /Odieresissmall 16#F7F6 /Odotbelow 16#1ECC /Ogoneksmall 16#F6FB /Ograve 16#00D2 /Ogravesmall 16#F7F2 /Oharmenian 16#0555 /Ohm 16#2126 /Ohookabove 16#1ECE /Ohorn 16#01A0 /Ohornacute 16#1EDA /Ohorndotbelow 16#1EE2 /Ohorngrave 16#1EDC /Ohornhookabove 16#1EDE /Ohorntilde 16#1EE0 /Ohungarumlaut 16#0150 /Oi 16#01A2 /Oinvertedbreve 16#020E /Omacron 16#014C /Omacronacute 16#1E52 /Omacrongrave 16#1E50 /Omega 16#2126 /Omegacyrillic 16#0460 /Omegagreek 16#03A9 /Omegaroundcyrillic 16#047A /Omegatitlocyrillic 16#047C /Omegatonos 16#038F /Omicron 16#039F /Omicrontonos 16#038C /Omonospace 16#FF2F /Oneroman 16#2160 /Oogonek 16#01EA /Oogonekmacron 16#01EC /Oopen 16#0186 /Oslash 16#00D8 /Oslashacute 16#01FE /Oslashsmall 16#F7F8 /Osmall 16#F76F /Ostrokeacute 16#01FE /Otcyrillic 16#047E /Otilde 16#00D5 /Otildeacute 16#1E4C /Otildedieresis 16#1E4E /Otildesmall 16#F7F5 /P 16#0050 /Pacute 16#1E54 /Pcircle 16#24C5 /Pdotaccent 16#1E56 /Pecyrillic 16#041F /Peharmenian 16#054A /Pemiddlehookcyrillic 16#04A6 /Phi 16#03A6 /Phook 16#01A4 /Pi 16#03A0 /Piwrarmenian 16#0553 /Pmonospace 16#FF30 /Psi 16#03A8 /Psicyrillic 16#0470 /Psmall 16#F770 /Q 16#0051 /Qcircle 16#24C6 /Qmonospace 16#FF31 /Qsmall 16#F771 /R 16#0052 /Raarmenian 16#054C /Racute 16#0154 /Rcaron 16#0158 /Rcedilla 16#0156 /Rcircle 16#24C7 /Rcommaaccent 16#0156 /Rdblgrave 16#0210 /Rdotaccent 16#1E58 /Rdotbelow 16#1E5A /Rdotbelowmacron 16#1E5C /Reharmenian 16#0550 /Rfraktur 16#211C /Rho 16#03A1 /Ringsmall 16#F6FC /Rinvertedbreve 16#0212 /Rlinebelow 16#1E5E /Rmonospace 16#FF32 /Rsmall 16#F772 /Rsmallinverted 16#0281 /Rsmallinvertedsuperior 16#02B6 /S 16#0053 /SF010000 16#250C /SF020000 16#2514 /SF030000 16#2510 /SF040000 16#2518 /SF050000 16#253C /SF060000 16#252C /SF070000 16#2534 /SF080000 16#251C /SF090000 16#2524 /SF100000 16#2500 /SF110000 16#2502 /SF190000 16#2561 /SF200000 16#2562 /SF210000 16#2556 /SF220000 16#2555 /SF230000 16#2563 /SF240000 16#2551 /SF250000 16#2557 /SF260000 16#255D /SF270000 16#255C /SF280000 16#255B /SF360000 16#255E /SF370000 16#255F /SF380000 16#255A /SF390000 16#2554 /SF400000 16#2569 /SF410000 16#2566 /SF420000 16#2560 /SF430000 16#2550 /SF440000 16#256C /SF450000 16#2567 /SF460000 16#2568 /SF470000 16#2564 /SF480000 16#2565 /SF490000 16#2559 /SF500000 16#2558 /SF510000 16#2552 /SF520000 16#2553 /SF530000 16#256B /SF540000 16#256A /Sacute 16#015A /Sacutedotaccent 16#1E64 /Sampigreek 16#03E0 /Scaron 16#0160 /Scarondotaccent 16#1E66 /Scaronsmall 16#F6FD /Scedilla 16#015E /Schwa 16#018F /Schwacyrillic 16#04D8 /Schwadieresiscyrillic 16#04DA /Scircle 16#24C8 /Scircumflex 16#015C /Scommaaccent 16#0218 /Sdotaccent 16#1E60 /Sdotbelow 16#1E62 /Sdotbelowdotaccent 16#1E68 /Seharmenian 16#054D /Sevenroman 16#2166 /Shaarmenian 16#0547 /Shacyrillic 16#0428 /Shchacyrillic 16#0429 /Sheicoptic 16#03E2 /Shhacyrillic 16#04BA /Shimacoptic 16#03EC /Sigma 16#03A3 /Sixroman 16#2165 /Smonospace 16#FF33 /Softsigncyrillic 16#042C /Ssmall 16#F773 /Stigmagreek 16#03DA /T 16#0054 /Tau 16#03A4 /Tbar 16#0166 /Tcaron 16#0164 /Tcedilla 16#0162 /Tcircle 16#24C9 /Tcircumflexbelow 16#1E70 /Tcommaaccent 16#0162 /Tdotaccent 16#1E6A /Tdotbelow 16#1E6C /Tecyrillic 16#0422 /Tedescendercyrillic 16#04AC /Tenroman 16#2169 /Tetsecyrillic 16#04B4 /Theta 16#0398 /Thook 16#01AC /Thorn 16#00DE /Thornsmall 16#F7FE /Threeroman 16#2162 /Tildesmall 16#F6FE /Tiwnarmenian 16#054F /Tlinebelow 16#1E6E /Tmonospace 16#FF34 /Toarmenian 16#0539 /Tonefive 16#01BC /Tonesix 16#0184 /Tonetwo 16#01A7 /Tretroflexhook 16#01AE /Tsecyrillic 16#0426 /Tshecyrillic 16#040B /Tsmall 16#F774 /Twelveroman 16#216B /Tworoman 16#2161 /U 16#0055 /Uacute 16#00DA /Uacutesmall 16#F7FA /Ubreve 16#016C /Ucaron 16#01D3 /Ucircle 16#24CA /Ucircumflex 16#00DB /Ucircumflexbelow 16#1E76 /Ucircumflexsmall 16#F7FB /Ucyrillic 16#0423 /Udblacute 16#0170 /Udblgrave 16#0214 /Udieresis 16#00DC /Udieresisacute 16#01D7 /Udieresisbelow 16#1E72 /Udieresiscaron 16#01D9 /Udieresiscyrillic 16#04F0 /Udieresisgrave 16#01DB /Udieresismacron 16#01D5 /Udieresissmall 16#F7FC /Udotbelow 16#1EE4 /Ugrave 16#00D9 /Ugravesmall 16#F7F9 /Uhookabove 16#1EE6 /Uhorn 16#01AF /Uhornacute 16#1EE8 /Uhorndotbelow 16#1EF0 /Uhorngrave 16#1EEA /Uhornhookabove 16#1EEC /Uhorntilde 16#1EEE /Uhungarumlaut 16#0170 /Uhungarumlautcyrillic 16#04F2 /Uinvertedbreve 16#0216 /Ukcyrillic 16#0478 /Umacron 16#016A /Umacroncyrillic 16#04EE /Umacrondieresis 16#1E7A /Umonospace 16#FF35 /Uogonek 16#0172 /Upsilon 16#03A5 /Upsilon1 16#03D2 /Upsilonacutehooksymbolgreek 16#03D3 /Upsilonafrican 16#01B1 /Upsilondieresis 16#03AB /Upsilondieresishooksymbolgreek 16#03D4 /Upsilonhooksymbol 16#03D2 /Upsilontonos 16#038E /Uring 16#016E /Ushortcyrillic 16#040E /Usmall 16#F775 /Ustraightcyrillic 16#04AE /Ustraightstrokecyrillic 16#04B0 /Utilde 16#0168 /Utildeacute 16#1E78 /Utildebelow 16#1E74 /V 16#0056 /Vcircle 16#24CB /Vdotbelow 16#1E7E /Vecyrillic 16#0412 /Vewarmenian 16#054E /Vhook 16#01B2 /Vmonospace 16#FF36 /Voarmenian 16#0548 /Vsmall 16#F776 /Vtilde 16#1E7C /W 16#0057 /Wacute 16#1E82 /Wcircle 16#24CC /Wcircumflex 16#0174 /Wdieresis 16#1E84 /Wdotaccent 16#1E86 /Wdotbelow 16#1E88 /Wgrave 16#1E80 /Wmonospace 16#FF37 /Wsmall 16#F777 /X 16#0058 /Xcircle 16#24CD /Xdieresis 16#1E8C /Xdotaccent 16#1E8A /Xeharmenian 16#053D /Xi 16#039E /Xmonospace 16#FF38 /Xsmall 16#F778 /Y 16#0059 /Yacute 16#00DD /Yacutesmall 16#F7FD /Yatcyrillic 16#0462 /Ycircle 16#24CE /Ycircumflex 16#0176 /Ydieresis 16#0178 /Ydieresissmall 16#F7FF /Ydotaccent 16#1E8E /Ydotbelow 16#1EF4 /Yericyrillic 16#042B /Yerudieresiscyrillic 16#04F8 /Ygrave 16#1EF2 /Yhook 16#01B3 /Yhookabove 16#1EF6 /Yiarmenian 16#0545 /Yicyrillic 16#0407 /Yiwnarmenian 16#0552 /Ymonospace 16#FF39 /Ysmall 16#F779 /Ytilde 16#1EF8 /Yusbigcyrillic 16#046A /Yusbigiotifiedcyrillic 16#046C /Yuslittlecyrillic 16#0466 /Yuslittleiotifiedcyrillic 16#0468 /Z 16#005A /Zaarmenian 16#0536 /Zacute 16#0179 /Zcaron 16#017D /Zcaronsmall 16#F6FF /Zcircle 16#24CF /Zcircumflex 16#1E90 /Zdot 16#017B /Zdotaccent 16#017B /Zdotbelow 16#1E92 /Zecyrillic 16#0417 /Zedescendercyrillic 16#0498 /Zedieresiscyrillic 16#04DE /Zeta 16#0396 /Zhearmenian 16#053A /Zhebrevecyrillic 16#04C1 /Zhecyrillic 16#0416 /Zhedescendercyrillic 16#0496 /Zhedieresiscyrillic 16#04DC /Zlinebelow 16#1E94 /Zmonospace 16#FF3A /Zsmall 16#F77A /Zstroke 16#01B5 /a 16#0061 /aabengali 16#0986 /aacute 16#00E1 /aadeva 16#0906 /aagujarati 16#0A86 /aagurmukhi 16#0A06 /aamatragurmukhi 16#0A3E /aarusquare 16#3303 /aavowelsignbengali 16#09BE /aavowelsigndeva 16#093E /aavowelsigngujarati 16#0ABE /abbreviationmarkarmenian 16#055F /abbreviationsigndeva 16#0970 /abengali 16#0985 /abopomofo 16#311A /abreve 16#0103 /abreveacute 16#1EAF /abrevecyrillic 16#04D1 /abrevedotbelow 16#1EB7 /abrevegrave 16#1EB1 /abrevehookabove 16#1EB3 /abrevetilde 16#1EB5 /acaron 16#01CE /acircle 16#24D0 /acircumflex 16#00E2 /acircumflexacute 16#1EA5 /acircumflexdotbelow 16#1EAD /acircumflexgrave 16#1EA7 /acircumflexhookabove 16#1EA9 /acircumflextilde 16#1EAB /acute 16#00B4 /acutebelowcmb 16#0317 /acutecmb 16#0301 /acutecomb 16#0301 /acutedeva 16#0954 /acutelowmod 16#02CF /acutetonecmb 16#0341 /acyrillic 16#0430 /adblgrave 16#0201 /addakgurmukhi 16#0A71 /adeva 16#0905 /adieresis 16#00E4 /adieresiscyrillic 16#04D3 /adieresismacron 16#01DF /adotbelow 16#1EA1 /adotmacron 16#01E1 /ae 16#00E6 /aeacute 16#01FD /aekorean 16#3150 /aemacron 16#01E3 /afii00208 16#2015 /afii08941 16#20A4 /afii10017 16#0410 /afii10018 16#0411 /afii10019 16#0412 /afii10020 16#0413 /afii10021 16#0414 /afii10022 16#0415 /afii10023 16#0401 /afii10024 16#0416 /afii10025 16#0417 /afii10026 16#0418 /afii10027 16#0419 /afii10028 16#041A /afii10029 16#041B /afii10030 16#041C /afii10031 16#041D /afii10032 16#041E /afii10033 16#041F /afii10034 16#0420 /afii10035 16#0421 /afii10036 16#0422 /afii10037 16#0423 /afii10038 16#0424 /afii10039 16#0425 /afii10040 16#0426 /afii10041 16#0427 /afii10042 16#0428 /afii10043 16#0429 /afii10044 16#042A /afii10045 16#042B /afii10046 16#042C /afii10047 16#042D /afii10048 16#042E /afii10049 16#042F /afii10050 16#0490 /afii10051 16#0402 /afii10052 16#0403 /afii10053 16#0404 /afii10054 16#0405 /afii10055 16#0406 /afii10056 16#0407 /afii10057 16#0408 /afii10058 16#0409 /afii10059 16#040A /afii10060 16#040B /afii10061 16#040C /afii10062 16#040E /afii10063 16#F6C4 /afii10064 16#F6C5 /afii10065 16#0430 /afii10066 16#0431 /afii10067 16#0432 /afii10068 16#0433 /afii10069 16#0434 /afii10070 16#0435 /afii10071 16#0451 /afii10072 16#0436 /afii10073 16#0437 /afii10074 16#0438 /afii10075 16#0439 /afii10076 16#043A /afii10077 16#043B /afii10078 16#043C /afii10079 16#043D /afii10080 16#043E /afii10081 16#043F /afii10082 16#0440 /afii10083 16#0441 /afii10084 16#0442 /afii10085 16#0443 /afii10086 16#0444 /afii10087 16#0445 /afii10088 16#0446 /afii10089 16#0447 /afii10090 16#0448 /afii10091 16#0449 /afii10092 16#044A /afii10093 16#044B /afii10094 16#044C /afii10095 16#044D /afii10096 16#044E /afii10097 16#044F /afii10098 16#0491 /afii10099 16#0452 /afii10100 16#0453 /afii10101 16#0454 /afii10102 16#0455 /afii10103 16#0456 /afii10104 16#0457 /afii10105 16#0458 /afii10106 16#0459 /afii10107 16#045A /afii10108 16#045B /afii10109 16#045C /afii10110 16#045E /afii10145 16#040F /afii10146 16#0462 /afii10147 16#0472 /afii10148 16#0474 /afii10192 16#F6C6 /afii10193 16#045F /afii10194 16#0463 /afii10195 16#0473 /afii10196 16#0475 /afii10831 16#F6C7 /afii10832 16#F6C8 /afii10846 16#04D9 /afii299 16#200E /afii300 16#200F /afii301 16#200D /afii57381 16#066A /afii57388 16#060C /afii57392 16#0660 /afii57393 16#0661 /afii57394 16#0662 /afii57395 16#0663 /afii57396 16#0664 /afii57397 16#0665 /afii57398 16#0666 /afii57399 16#0667 /afii57400 16#0668 /afii57401 16#0669 /afii57403 16#061B /afii57407 16#061F /afii57409 16#0621 /afii57410 16#0622 /afii57411 16#0623 /afii57412 16#0624 /afii57413 16#0625 /afii57414 16#0626 /afii57415 16#0627 /afii57416 16#0628 /afii57417 16#0629 /afii57418 16#062A /afii57419 16#062B /afii57420 16#062C /afii57421 16#062D /afii57422 16#062E /afii57423 16#062F /afii57424 16#0630 /afii57425 16#0631 /afii57426 16#0632 /afii57427 16#0633 /afii57428 16#0634 /afii57429 16#0635 /afii57430 16#0636 /afii57431 16#0637 /afii57432 16#0638 /afii57433 16#0639 /afii57434 16#063A /afii57440 16#0640 /afii57441 16#0641 /afii57442 16#0642 /afii57443 16#0643 /afii57444 16#0644 /afii57445 16#0645 /afii57446 16#0646 /afii57448 16#0648 /afii57449 16#0649 /afii57450 16#064A /afii57451 16#064B /afii57452 16#064C /afii57453 16#064D /afii57454 16#064E /afii57455 16#064F /afii57456 16#0650 /afii57457 16#0651 /afii57458 16#0652 /afii57470 16#0647 /afii57505 16#06A4 /afii57506 16#067E /afii57507 16#0686 /afii57508 16#0698 /afii57509 16#06AF /afii57511 16#0679 /afii57512 16#0688 /afii57513 16#0691 /afii57514 16#06BA /afii57519 16#06D2 /afii57534 16#06D5 /afii57636 16#20AA /afii57645 16#05BE /afii57658 16#05C3 /afii57664 16#05D0 /afii57665 16#05D1 /afii57666 16#05D2 /afii57667 16#05D3 /afii57668 16#05D4 /afii57669 16#05D5 /afii57670 16#05D6 /afii57671 16#05D7 /afii57672 16#05D8 /afii57673 16#05D9 /afii57674 16#05DA /afii57675 16#05DB /afii57676 16#05DC /afii57677 16#05DD /afii57678 16#05DE /afii57679 16#05DF /afii57680 16#05E0 /afii57681 16#05E1 /afii57682 16#05E2 /afii57683 16#05E3 /afii57684 16#05E4 /afii57685 16#05E5 /afii57686 16#05E6 /afii57687 16#05E7 /afii57688 16#05E8 /afii57689 16#05E9 /afii57690 16#05EA /afii57694 16#FB2A /afii57695 16#FB2B /afii57700 16#FB4B /afii57705 16#FB1F /afii57716 16#05F0 /afii57717 16#05F1 /afii57718 16#05F2 /afii57723 16#FB35 /afii57793 16#05B4 /afii57794 16#05B5 /afii57795 16#05B6 /afii57796 16#05BB /afii57797 16#05B8 /afii57798 16#05B7 /afii57799 16#05B0 /afii57800 16#05B2 /afii57801 16#05B1 /afii57802 16#05B3 /afii57803 16#05C2 /afii57804 16#05C1 /afii57806 16#05B9 /afii57807 16#05BC /afii57839 16#05BD /afii57841 16#05BF /afii57842 16#05C0 /afii57929 16#02BC /afii61248 16#2105 /afii61289 16#2113 /afii61352 16#2116 /afii61573 16#202C /afii61574 16#202D /afii61575 16#202E /afii61664 16#200C /afii63167 16#066D /afii64937 16#02BD /agrave 16#00E0 /agujarati 16#0A85 /agurmukhi 16#0A05 /ahiragana 16#3042 /ahookabove 16#1EA3 /aibengali 16#0990 /aibopomofo 16#311E /aideva 16#0910 /aiecyrillic 16#04D5 /aigujarati 16#0A90 /aigurmukhi 16#0A10 /aimatragurmukhi 16#0A48 /ainarabic 16#0639 /ainfinalarabic 16#FECA /aininitialarabic 16#FECB /ainmedialarabic 16#FECC /ainvertedbreve 16#0203 /aivowelsignbengali 16#09C8 /aivowelsigndeva 16#0948 /aivowelsigngujarati 16#0AC8 /akatakana 16#30A2 /akatakanahalfwidth 16#FF71 /akorean 16#314F /alef 16#05D0 /alefarabic 16#0627 /alefdageshhebrew 16#FB30 /aleffinalarabic 16#FE8E /alefhamzaabovearabic 16#0623 /alefhamzaabovefinalarabic 16#FE84 /alefhamzabelowarabic 16#0625 /alefhamzabelowfinalarabic 16#FE88 /alefhebrew 16#05D0 /aleflamedhebrew 16#FB4F /alefmaddaabovearabic 16#0622 /alefmaddaabovefinalarabic 16#FE82 /alefmaksuraarabic 16#0649 /alefmaksurafinalarabic 16#FEF0 /alefmaksurainitialarabic 16#FEF3 /alefmaksuramedialarabic 16#FEF4 /alefpatahhebrew 16#FB2E /alefqamatshebrew 16#FB2F /aleph 16#2135 /allequal 16#224C /alpha 16#03B1 /alphatonos 16#03AC /amacron 16#0101 /amonospace 16#FF41 /ampersand 16#0026 /ampersandmonospace 16#FF06 /ampersandsmall 16#F726 /amsquare 16#33C2 /anbopomofo 16#3122 /angbopomofo 16#3124 /angkhankhuthai 16#0E5A /angle 16#2220 /anglebracketleft 16#3008 /anglebracketleftvertical 16#FE3F /anglebracketright 16#3009 /anglebracketrightvertical 16#FE40 /angleleft 16#2329 /angleright 16#232A /angstrom 16#212B /anoteleia 16#0387 /anudattadeva 16#0952 /anusvarabengali 16#0982 /anusvaradeva 16#0902 /anusvaragujarati 16#0A82 /aogonek 16#0105 /apaatosquare 16#3300 /aparen 16#249C /apostrophearmenian 16#055A /apostrophemod 16#02BC /apple 16#F8FF /approaches 16#2250 /approxequal 16#2248 /approxequalorimage 16#2252 /approximatelyequal 16#2245 /araeaekorean 16#318E /araeakorean 16#318D /arc 16#2312 /arighthalfring 16#1E9A /aring 16#00E5 /aringacute 16#01FB /aringbelow 16#1E01 /arrowboth 16#2194 /arrowdashdown 16#21E3 /arrowdashleft 16#21E0 /arrowdashright 16#21E2 /arrowdashup 16#21E1 /arrowdblboth 16#21D4 /arrowdbldown 16#21D3 /arrowdblleft 16#21D0 /arrowdblright 16#21D2 /arrowdblup 16#21D1 /arrowdown 16#2193 /arrowdownleft 16#2199 /arrowdownright 16#2198 /arrowdownwhite 16#21E9 /arrowheaddownmod 16#02C5 /arrowheadleftmod 16#02C2 /arrowheadrightmod 16#02C3 /arrowheadupmod 16#02C4 /arrowhorizex 16#F8E7 /arrowleft 16#2190 /arrowleftdbl 16#21D0 /arrowleftdblstroke 16#21CD /arrowleftoverright 16#21C6 /arrowleftwhite 16#21E6 /arrowright 16#2192 /arrowrightdblstroke 16#21CF /arrowrightheavy 16#279E /arrowrightoverleft 16#21C4 /arrowrightwhite 16#21E8 /arrowtableft 16#21E4 /arrowtabright 16#21E5 /arrowup 16#2191 /arrowupdn 16#2195 /arrowupdnbse 16#21A8 /arrowupdownbase 16#21A8 /arrowupleft 16#2196 /arrowupleftofdown 16#21C5 /arrowupright 16#2197 /arrowupwhite 16#21E7 /arrowvertex 16#F8E6 /asciicircum 16#005E /asciicircummonospace 16#FF3E /asciitilde 16#007E /asciitildemonospace 16#FF5E /ascript 16#0251 /ascriptturned 16#0252 /asmallhiragana 16#3041 /asmallkatakana 16#30A1 /asmallkatakanahalfwidth 16#FF67 /asterisk 16#002A /asteriskaltonearabic 16#066D /asteriskarabic 16#066D /asteriskmath 16#2217 /asteriskmonospace 16#FF0A /asterisksmall 16#FE61 /asterism 16#2042 /asuperior 16#F6E9 /asymptoticallyequal 16#2243 /at 16#0040 /atilde 16#00E3 /atmonospace 16#FF20 /atsmall 16#FE6B /aturned 16#0250 /aubengali 16#0994 /aubopomofo 16#3120 /audeva 16#0914 /augujarati 16#0A94 /augurmukhi 16#0A14 /aulengthmarkbengali 16#09D7 /aumatragurmukhi 16#0A4C /auvowelsignbengali 16#09CC /auvowelsigndeva 16#094C /auvowelsigngujarati 16#0ACC /avagrahadeva 16#093D /aybarmenian 16#0561 /ayin 16#05E2 /ayinaltonehebrew 16#FB20 /ayinhebrew 16#05E2 /b 16#0062 /babengali 16#09AC /backslash 16#005C /backslashmonospace 16#FF3C /badeva 16#092C /bagujarati 16#0AAC /bagurmukhi 16#0A2C /bahiragana 16#3070 /bahtthai 16#0E3F /bakatakana 16#30D0 /bar 16#007C /barmonospace 16#FF5C /bbopomofo 16#3105 /bcircle 16#24D1 /bdotaccent 16#1E03 /bdotbelow 16#1E05 /beamedsixteenthnotes 16#266C /because 16#2235 /becyrillic 16#0431 /beharabic 16#0628 /behfinalarabic 16#FE90 /behinitialarabic 16#FE91 /behiragana 16#3079 /behmedialarabic 16#FE92 /behmeeminitialarabic 16#FC9F /behmeemisolatedarabic 16#FC08 /behnoonfinalarabic 16#FC6D /bekatakana 16#30D9 /benarmenian 16#0562 /bet 16#05D1 /beta 16#03B2 /betasymbolgreek 16#03D0 /betdagesh 16#FB31 /betdageshhebrew 16#FB31 /bethebrew 16#05D1 /betrafehebrew 16#FB4C /bhabengali 16#09AD /bhadeva 16#092D /bhagujarati 16#0AAD /bhagurmukhi 16#0A2D /bhook 16#0253 /bihiragana 16#3073 /bikatakana 16#30D3 /bilabialclick 16#0298 /bindigurmukhi 16#0A02 /birusquare 16#3331 /blackcircle 16#25CF /blackdiamond 16#25C6 /blackdownpointingtriangle 16#25BC /blackleftpointingpointer 16#25C4 /blackleftpointingtriangle 16#25C0 /blacklenticularbracketleft 16#3010 /blacklenticularbracketleftvertical 16#FE3B /blacklenticularbracketright 16#3011 /blacklenticularbracketrightvertical 16#FE3C /blacklowerlefttriangle 16#25E3 /blacklowerrighttriangle 16#25E2 /blackrectangle 16#25AC /blackrightpointingpointer 16#25BA /blackrightpointingtriangle 16#25B6 /blacksmallsquare 16#25AA /blacksmilingface 16#263B /blacksquare 16#25A0 /blackstar 16#2605 /blackupperlefttriangle 16#25E4 /blackupperrighttriangle 16#25E5 /blackuppointingsmalltriangle 16#25B4 /blackuppointingtriangle 16#25B2 /blank 16#2423 /blinebelow 16#1E07 /block 16#2588 /bmonospace 16#FF42 /bobaimaithai 16#0E1A /bohiragana 16#307C /bokatakana 16#30DC /bparen 16#249D /bqsquare 16#33C3 /braceex 16#F8F4 /braceleft 16#007B /braceleftbt 16#F8F3 /braceleftmid 16#F8F2 /braceleftmonospace 16#FF5B /braceleftsmall 16#FE5B /bracelefttp 16#F8F1 /braceleftvertical 16#FE37 /braceright 16#007D /bracerightbt 16#F8FE /bracerightmid 16#F8FD /bracerightmonospace 16#FF5D /bracerightsmall 16#FE5C /bracerighttp 16#F8FC /bracerightvertical 16#FE38 /bracketleft 16#005B /bracketleftbt 16#F8F0 /bracketleftex 16#F8EF /bracketleftmonospace 16#FF3B /bracketlefttp 16#F8EE /bracketright 16#005D /bracketrightbt 16#F8FB /bracketrightex 16#F8FA /bracketrightmonospace 16#FF3D /bracketrighttp 16#F8F9 /breve 16#02D8 /brevebelowcmb 16#032E /brevecmb 16#0306 /breveinvertedbelowcmb 16#032F /breveinvertedcmb 16#0311 /breveinverteddoublecmb 16#0361 /bridgebelowcmb 16#032A /bridgeinvertedbelowcmb 16#033A /brokenbar 16#00A6 /bstroke 16#0180 /bsuperior 16#F6EA /btopbar 16#0183 /buhiragana 16#3076 /bukatakana 16#30D6 /bullet 16#2022 /bulletinverse 16#25D8 /bulletoperator 16#2219 /bullseye 16#25CE /c 16#0063 /caarmenian 16#056E /cabengali 16#099A /cacute 16#0107 /cadeva 16#091A /cagujarati 16#0A9A /cagurmukhi 16#0A1A /calsquare 16#3388 /candrabindubengali 16#0981 /candrabinducmb 16#0310 /candrabindudeva 16#0901 /candrabindugujarati 16#0A81 /capslock 16#21EA /careof 16#2105 /caron 16#02C7 /caronbelowcmb 16#032C /caroncmb 16#030C /carriagereturn 16#21B5 /cbopomofo 16#3118 /ccaron 16#010D /ccedilla 16#00E7 /ccedillaacute 16#1E09 /ccircle 16#24D2 /ccircumflex 16#0109 /ccurl 16#0255 /cdot 16#010B /cdotaccent 16#010B /cdsquare 16#33C5 /cedilla 16#00B8 /cedillacmb 16#0327 /cent 16#00A2 /centigrade 16#2103 /centinferior 16#F6DF /centmonospace 16#FFE0 /centoldstyle 16#F7A2 /centsuperior 16#F6E0 /chaarmenian 16#0579 /chabengali 16#099B /chadeva 16#091B /chagujarati 16#0A9B /chagurmukhi 16#0A1B /chbopomofo 16#3114 /cheabkhasiancyrillic 16#04BD /checkmark 16#2713 /checyrillic 16#0447 /chedescenderabkhasiancyrillic 16#04BF /chedescendercyrillic 16#04B7 /chedieresiscyrillic 16#04F5 /cheharmenian 16#0573 /chekhakassiancyrillic 16#04CC /cheverticalstrokecyrillic 16#04B9 /chi 16#03C7 /chieuchacirclekorean 16#3277 /chieuchaparenkorean 16#3217 /chieuchcirclekorean 16#3269 /chieuchkorean 16#314A /chieuchparenkorean 16#3209 /chochangthai 16#0E0A /chochanthai 16#0E08 /chochingthai 16#0E09 /chochoethai 16#0E0C /chook 16#0188 /cieucacirclekorean 16#3276 /cieucaparenkorean 16#3216 /cieuccirclekorean 16#3268 /cieuckorean 16#3148 /cieucparenkorean 16#3208 /cieucuparenkorean 16#321C /circle 16#25CB /circlemultiply 16#2297 /circleot 16#2299 /circleplus 16#2295 /circlepostalmark 16#3036 /circlewithlefthalfblack 16#25D0 /circlewithrighthalfblack 16#25D1 /circumflex 16#02C6 /circumflexbelowcmb 16#032D /circumflexcmb 16#0302 /clear 16#2327 /clickalveolar 16#01C2 /clickdental 16#01C0 /clicklateral 16#01C1 /clickretroflex 16#01C3 /club 16#2663 /clubsuitblack 16#2663 /clubsuitwhite 16#2667 /cmcubedsquare 16#33A4 /cmonospace 16#FF43 /cmsquaredsquare 16#33A0 /coarmenian 16#0581 /colon 16#003A /colonmonetary 16#20A1 /colonmonospace 16#FF1A /colonsign 16#20A1 /colonsmall 16#FE55 /colontriangularhalfmod 16#02D1 /colontriangularmod 16#02D0 /comma 16#002C /commaabovecmb 16#0313 /commaaboverightcmb 16#0315 /commaaccent 16#F6C3 /commaarabic 16#060C /commaarmenian 16#055D /commainferior 16#F6E1 /commamonospace 16#FF0C /commareversedabovecmb 16#0314 /commareversedmod 16#02BD /commasmall 16#FE50 /commasuperior 16#F6E2 /commaturnedabovecmb 16#0312 /commaturnedmod 16#02BB /compass 16#263C /congruent 16#2245 /contourintegral 16#222E /control 16#2303 /controlACK 16#0006 /controlBEL 16#0007 /controlBS 16#0008 /controlCAN 16#0018 /controlCR 16#000D /controlDC1 16#0011 /controlDC2 16#0012 /controlDC3 16#0013 /controlDC4 16#0014 /controlDEL 16#007F /controlDLE 16#0010 /controlEM 16#0019 /controlENQ 16#0005 /controlEOT 16#0004 /controlESC 16#001B /controlETB 16#0017 /controlETX 16#0003 /controlFF 16#000C /controlFS 16#001C /controlGS 16#001D /controlHT 16#0009 /controlLF 16#000A /controlNAK 16#0015 /controlRS 16#001E /controlSI 16#000F /controlSO 16#000E /controlSOT 16#0002 /controlSTX 16#0001 /controlSUB 16#001A /controlSYN 16#0016 /controlUS 16#001F /controlVT 16#000B /copyright 16#00A9 /copyrightsans 16#F8E9 /copyrightserif 16#F6D9 /cornerbracketleft 16#300C /cornerbracketlefthalfwidth 16#FF62 /cornerbracketleftvertical 16#FE41 /cornerbracketright 16#300D /cornerbracketrighthalfwidth 16#FF63 /cornerbracketrightvertical 16#FE42 /corporationsquare 16#337F /cosquare 16#33C7 /coverkgsquare 16#33C6 /cparen 16#249E /cruzeiro 16#20A2 /cstretched 16#0297 /curlyand 16#22CF /curlyor 16#22CE /currency 16#00A4 /cyrBreve 16#F6D1 /cyrFlex 16#F6D2 /cyrbreve 16#F6D4 /cyrflex 16#F6D5 /d 16#0064 /daarmenian 16#0564 /dabengali 16#09A6 /dadarabic 16#0636 /dadeva 16#0926 /dadfinalarabic 16#FEBE /dadinitialarabic 16#FEBF /dadmedialarabic 16#FEC0 /dagesh 16#05BC /dageshhebrew 16#05BC /dagger 16#2020 /daggerdbl 16#2021 /dagujarati 16#0AA6 /dagurmukhi 16#0A26 /dahiragana 16#3060 /dakatakana 16#30C0 /dalarabic 16#062F /dalet 16#05D3 /daletdagesh 16#FB33 /daletdageshhebrew 16#FB33 /dalethebrew 16#05D3 /dalfinalarabic 16#FEAA /dammaarabic 16#064F /dammalowarabic 16#064F /dammatanaltonearabic 16#064C /dammatanarabic 16#064C /danda 16#0964 /dargahebrew 16#05A7 /dargalefthebrew 16#05A7 /dasiapneumatacyrilliccmb 16#0485 /dblGrave 16#F6D3 /dblanglebracketleft 16#300A /dblanglebracketleftvertical 16#FE3D /dblanglebracketright 16#300B /dblanglebracketrightvertical 16#FE3E /dblarchinvertedbelowcmb 16#032B /dblarrowleft 16#21D4 /dblarrowright 16#21D2 /dbldanda 16#0965 /dblgrave 16#F6D6 /dblgravecmb 16#030F /dblintegral 16#222C /dbllowline 16#2017 /dbllowlinecmb 16#0333 /dbloverlinecmb 16#033F /dblprimemod 16#02BA /dblverticalbar 16#2016 /dblverticallineabovecmb 16#030E /dbopomofo 16#3109 /dbsquare 16#33C8 /dcaron 16#010F /dcedilla 16#1E11 /dcircle 16#24D3 /dcircumflexbelow 16#1E13 /dcroat 16#0111 /ddabengali 16#09A1 /ddadeva 16#0921 /ddagujarati 16#0AA1 /ddagurmukhi 16#0A21 /ddalarabic 16#0688 /ddalfinalarabic 16#FB89 /dddhadeva 16#095C /ddhabengali 16#09A2 /ddhadeva 16#0922 /ddhagujarati 16#0AA2 /ddhagurmukhi 16#0A22 /ddotaccent 16#1E0B /ddotbelow 16#1E0D /decimalseparatorarabic 16#066B /decimalseparatorpersian 16#066B /decyrillic 16#0434 /degree 16#00B0 /dehihebrew 16#05AD /dehiragana 16#3067 /deicoptic 16#03EF /dekatakana 16#30C7 /deleteleft 16#232B /deleteright 16#2326 /delta 16#03B4 /deltaturned 16#018D /denominatorminusonenumeratorbengali 16#09F8 /dezh 16#02A4 /dhabengali 16#09A7 /dhadeva 16#0927 /dhagujarati 16#0AA7 /dhagurmukhi 16#0A27 /dhook 16#0257 /dialytikatonos 16#0385 /dialytikatonoscmb 16#0344 /diamond 16#2666 /diamondsuitwhite 16#2662 /dieresis 16#00A8 /dieresisacute 16#F6D7 /dieresisbelowcmb 16#0324 /dieresiscmb 16#0308 /dieresisgrave 16#F6D8 /dieresistonos 16#0385 /dihiragana 16#3062 /dikatakana 16#30C2 /dittomark 16#3003 /divide 16#00F7 /divides 16#2223 /divisionslash 16#2215 /djecyrillic 16#0452 /dkshade 16#2593 /dlinebelow 16#1E0F /dlsquare 16#3397 /dmacron 16#0111 /dmonospace 16#FF44 /dnblock 16#2584 /dochadathai 16#0E0E /dodekthai 16#0E14 /dohiragana 16#3069 /dokatakana 16#30C9 /dollar 16#0024 /dollarinferior 16#F6E3 /dollarmonospace 16#FF04 /dollaroldstyle 16#F724 /dollarsmall 16#FE69 /dollarsuperior 16#F6E4 /dong 16#20AB /dorusquare 16#3326 /dotaccent 16#02D9 /dotaccentcmb 16#0307 /dotbelowcmb 16#0323 /dotbelowcomb 16#0323 /dotkatakana 16#30FB /dotlessi 16#0131 /dotlessj 16#F6BE /dotlessjstrokehook 16#0284 /dotmath 16#22C5 /dottedcircle 16#25CC /doubleyodpatah 16#FB1F /doubleyodpatahhebrew 16#FB1F /downtackbelowcmb 16#031E /downtackmod 16#02D5 /dparen 16#249F /dsuperior 16#F6EB /dtail 16#0256 /dtopbar 16#018C /duhiragana 16#3065 /dukatakana 16#30C5 /dz 16#01F3 /dzaltone 16#02A3 /dzcaron 16#01C6 /dzcurl 16#02A5 /dzeabkhasiancyrillic 16#04E1 /dzecyrillic 16#0455 /dzhecyrillic 16#045F /e 16#0065 /eacute 16#00E9 /earth 16#2641 /ebengali 16#098F /ebopomofo 16#311C /ebreve 16#0115 /ecandradeva 16#090D /ecandragujarati 16#0A8D /ecandravowelsigndeva 16#0945 /ecandravowelsigngujarati 16#0AC5 /ecaron 16#011B /ecedillabreve 16#1E1D /echarmenian 16#0565 /echyiwnarmenian 16#0587 /ecircle 16#24D4 /ecircumflex 16#00EA /ecircumflexacute 16#1EBF /ecircumflexbelow 16#1E19 /ecircumflexdotbelow 16#1EC7 /ecircumflexgrave 16#1EC1 /ecircumflexhookabove 16#1EC3 /ecircumflextilde 16#1EC5 /ecyrillic 16#0454 /edblgrave 16#0205 /edeva 16#090F /edieresis 16#00EB /edot 16#0117 /edotaccent 16#0117 /edotbelow 16#1EB9 /eegurmukhi 16#0A0F /eematragurmukhi 16#0A47 /efcyrillic 16#0444 /egrave 16#00E8 /egujarati 16#0A8F /eharmenian 16#0567 /ehbopomofo 16#311D /ehiragana 16#3048 /ehookabove 16#1EBB /eibopomofo 16#311F /eight 16#0038 /eightarabic 16#0668 /eightbengali 16#09EE /eightcircle 16#2467 /eightcircleinversesansserif 16#2791 /eightdeva 16#096E /eighteencircle 16#2471 /eighteenparen 16#2485 /eighteenperiod 16#2499 /eightgujarati 16#0AEE /eightgurmukhi 16#0A6E /eighthackarabic 16#0668 /eighthangzhou 16#3028 /eighthnotebeamed 16#266B /eightideographicparen 16#3227 /eightinferior 16#2088 /eightmonospace 16#FF18 /eightoldstyle 16#F738 /eightparen 16#247B /eightperiod 16#248F /eightpersian 16#06F8 /eightroman 16#2177 /eightsuperior 16#2078 /eightthai 16#0E58 /einvertedbreve 16#0207 /eiotifiedcyrillic 16#0465 /ekatakana 16#30A8 /ekatakanahalfwidth 16#FF74 /ekonkargurmukhi 16#0A74 /ekorean 16#3154 /elcyrillic 16#043B /element 16#2208 /elevencircle 16#246A /elevenparen 16#247E /elevenperiod 16#2492 /elevenroman 16#217A /ellipsis 16#2026 /ellipsisvertical 16#22EE /emacron 16#0113 /emacronacute 16#1E17 /emacrongrave 16#1E15 /emcyrillic 16#043C /emdash 16#2014 /emdashvertical 16#FE31 /emonospace 16#FF45 /emphasismarkarmenian 16#055B /emptyset 16#2205 /enbopomofo 16#3123 /encyrillic 16#043D /endash 16#2013 /endashvertical 16#FE32 /endescendercyrillic 16#04A3 /eng 16#014B /engbopomofo 16#3125 /enghecyrillic 16#04A5 /enhookcyrillic 16#04C8 /enspace 16#2002 /eogonek 16#0119 /eokorean 16#3153 /eopen 16#025B /eopenclosed 16#029A /eopenreversed 16#025C /eopenreversedclosed 16#025E /eopenreversedhook 16#025D /eparen 16#24A0 /epsilon 16#03B5 /epsilontonos 16#03AD /equal 16#003D /equalmonospace 16#FF1D /equalsmall 16#FE66 /equalsuperior 16#207C /equivalence 16#2261 /erbopomofo 16#3126 /ercyrillic 16#0440 /ereversed 16#0258 /ereversedcyrillic 16#044D /escyrillic 16#0441 /esdescendercyrillic 16#04AB /esh 16#0283 /eshcurl 16#0286 /eshortdeva 16#090E /eshortvowelsigndeva 16#0946 /eshreversedloop 16#01AA /eshsquatreversed 16#0285 /esmallhiragana 16#3047 /esmallkatakana 16#30A7 /esmallkatakanahalfwidth 16#FF6A /estimated 16#212E /esuperior 16#F6EC /eta 16#03B7 /etarmenian 16#0568 /etatonos 16#03AE /eth 16#00F0 /etilde 16#1EBD /etildebelow 16#1E1B /etnahtafoukhhebrew 16#0591 /etnahtafoukhlefthebrew 16#0591 /etnahtahebrew 16#0591 /etnahtalefthebrew 16#0591 /eturned 16#01DD /eukorean 16#3161 /euro 16#20AC /evowelsignbengali 16#09C7 /evowelsigndeva 16#0947 /evowelsigngujarati 16#0AC7 /exclam 16#0021 /exclamarmenian 16#055C /exclamdbl 16#203C /exclamdown 16#00A1 /exclamdownsmall 16#F7A1 /exclammonospace 16#FF01 /exclamsmall 16#F721 /existential 16#2203 /ezh 16#0292 /ezhcaron 16#01EF /ezhcurl 16#0293 /ezhreversed 16#01B9 /ezhtail 16#01BA /f 16#0066 /fadeva 16#095E /fagurmukhi 16#0A5E /fahrenheit 16#2109 /fathaarabic 16#064E /fathalowarabic 16#064E /fathatanarabic 16#064B /fbopomofo 16#3108 /fcircle 16#24D5 /fdotaccent 16#1E1F /feharabic 16#0641 /feharmenian 16#0586 /fehfinalarabic 16#FED2 /fehinitialarabic 16#FED3 /fehmedialarabic 16#FED4 /feicoptic 16#03E5 /female 16#2640 /ff 16#FB00 /ffi 16#FB03 /ffl 16#FB04 /fi 16#FB01 /fifteencircle 16#246E /fifteenparen 16#2482 /fifteenperiod 16#2496 /figuredash 16#2012 /filledbox 16#25A0 /filledrect 16#25AC /finalkaf 16#05DA /finalkafdagesh 16#FB3A /finalkafdageshhebrew 16#FB3A /finalkafhebrew 16#05DA /finalmem 16#05DD /finalmemhebrew 16#05DD /finalnun 16#05DF /finalnunhebrew 16#05DF /finalpe 16#05E3 /finalpehebrew 16#05E3 /finaltsadi 16#05E5 /finaltsadihebrew 16#05E5 /firsttonechinese 16#02C9 /fisheye 16#25C9 /fitacyrillic 16#0473 /five 16#0035 /fivearabic 16#0665 /fivebengali 16#09EB /fivecircle 16#2464 /fivecircleinversesansserif 16#278E /fivedeva 16#096B /fiveeighths 16#215D /fivegujarati 16#0AEB /fivegurmukhi 16#0A6B /fivehackarabic 16#0665 /fivehangzhou 16#3025 /fiveideographicparen 16#3224 /fiveinferior 16#2085 /fivemonospace 16#FF15 /fiveoldstyle 16#F735 /fiveparen 16#2478 /fiveperiod 16#248C /fivepersian 16#06F5 /fiveroman 16#2174 /fivesuperior 16#2075 /fivethai 16#0E55 /fl 16#FB02 /florin 16#0192 /fmonospace 16#FF46 /fmsquare 16#3399 /fofanthai 16#0E1F /fofathai 16#0E1D /fongmanthai 16#0E4F /forall 16#2200 /four 16#0034 /fourarabic 16#0664 /fourbengali 16#09EA /fourcircle 16#2463 /fourcircleinversesansserif 16#278D /fourdeva 16#096A /fourgujarati 16#0AEA /fourgurmukhi 16#0A6A /fourhackarabic 16#0664 /fourhangzhou 16#3024 /fourideographicparen 16#3223 /fourinferior 16#2084 /fourmonospace 16#FF14 /fournumeratorbengali 16#09F7 /fouroldstyle 16#F734 /fourparen 16#2477 /fourperiod 16#248B /fourpersian 16#06F4 /fourroman 16#2173 /foursuperior 16#2074 /fourteencircle 16#246D /fourteenparen 16#2481 /fourteenperiod 16#2495 /fourthai 16#0E54 /fourthtonechinese 16#02CB /fparen 16#24A1 /fraction 16#2044 /franc 16#20A3 /g 16#0067 /gabengali 16#0997 /gacute 16#01F5 /gadeva 16#0917 /gafarabic 16#06AF /gaffinalarabic 16#FB93 /gafinitialarabic 16#FB94 /gafmedialarabic 16#FB95 /gagujarati 16#0A97 /gagurmukhi 16#0A17 /gahiragana 16#304C /gakatakana 16#30AC /gamma 16#03B3 /gammalatinsmall 16#0263 /gammasuperior 16#02E0 /gangiacoptic 16#03EB /gbopomofo 16#310D /gbreve 16#011F /gcaron 16#01E7 /gcedilla 16#0123 /gcircle 16#24D6 /gcircumflex 16#011D /gcommaaccent 16#0123 /gdot 16#0121 /gdotaccent 16#0121 /gecyrillic 16#0433 /gehiragana 16#3052 /gekatakana 16#30B2 /geometricallyequal 16#2251 /gereshaccenthebrew 16#059C /gereshhebrew 16#05F3 /gereshmuqdamhebrew 16#059D /germandbls 16#00DF /gershayimaccenthebrew 16#059E /gershayimhebrew 16#05F4 /getamark 16#3013 /ghabengali 16#0998 /ghadarmenian 16#0572 /ghadeva 16#0918 /ghagujarati 16#0A98 /ghagurmukhi 16#0A18 /ghainarabic 16#063A /ghainfinalarabic 16#FECE /ghaininitialarabic 16#FECF /ghainmedialarabic 16#FED0 /ghemiddlehookcyrillic 16#0495 /ghestrokecyrillic 16#0493 /gheupturncyrillic 16#0491 /ghhadeva 16#095A /ghhagurmukhi 16#0A5A /ghook 16#0260 /ghzsquare 16#3393 /gihiragana 16#304E /gikatakana 16#30AE /gimarmenian 16#0563 /gimel 16#05D2 /gimeldagesh 16#FB32 /gimeldageshhebrew 16#FB32 /gimelhebrew 16#05D2 /gjecyrillic 16#0453 /glottalinvertedstroke 16#01BE /glottalstop 16#0294 /glottalstopinverted 16#0296 /glottalstopmod 16#02C0 /glottalstopreversed 16#0295 /glottalstopreversedmod 16#02C1 /glottalstopreversedsuperior 16#02E4 /glottalstopstroke 16#02A1 /glottalstopstrokereversed 16#02A2 /gmacron 16#1E21 /gmonospace 16#FF47 /gohiragana 16#3054 /gokatakana 16#30B4 /gparen 16#24A2 /gpasquare 16#33AC /gradient 16#2207 /grave 16#0060 /gravebelowcmb 16#0316 /gravecmb 16#0300 /gravecomb 16#0300 /gravedeva 16#0953 /gravelowmod 16#02CE /gravemonospace 16#FF40 /gravetonecmb 16#0340 /greater 16#003E /greaterequal 16#2265 /greaterequalorless 16#22DB /greatermonospace 16#FF1E /greaterorequivalent 16#2273 /greaterorless 16#2277 /greateroverequal 16#2267 /greatersmall 16#FE65 /gscript 16#0261 /gstroke 16#01E5 /guhiragana 16#3050 /guillemotleft 16#00AB /guillemotright 16#00BB /guilsinglleft 16#2039 /guilsinglright 16#203A /gukatakana 16#30B0 /guramusquare 16#3318 /gysquare 16#33C9 /h 16#0068 /haabkhasiancyrillic 16#04A9 /haaltonearabic 16#06C1 /habengali 16#09B9 /hadescendercyrillic 16#04B3 /hadeva 16#0939 /hagujarati 16#0AB9 /hagurmukhi 16#0A39 /haharabic 16#062D /hahfinalarabic 16#FEA2 /hahinitialarabic 16#FEA3 /hahiragana 16#306F /hahmedialarabic 16#FEA4 /haitusquare 16#332A /hakatakana 16#30CF /hakatakanahalfwidth 16#FF8A /halantgurmukhi 16#0A4D /hamzaarabic 16#0621 /hamzalowarabic 16#0621 /hangulfiller 16#3164 /hardsigncyrillic 16#044A /harpoonleftbarbup 16#21BC /harpoonrightbarbup 16#21C0 /hasquare 16#33CA /hatafpatah 16#05B2 /hatafpatah16 16#05B2 /hatafpatah23 16#05B2 /hatafpatah2f 16#05B2 /hatafpatahhebrew 16#05B2 /hatafpatahnarrowhebrew 16#05B2 /hatafpatahquarterhebrew 16#05B2 /hatafpatahwidehebrew 16#05B2 /hatafqamats 16#05B3 /hatafqamats1b 16#05B3 /hatafqamats28 16#05B3 /hatafqamats34 16#05B3 /hatafqamatshebrew 16#05B3 /hatafqamatsnarrowhebrew 16#05B3 /hatafqamatsquarterhebrew 16#05B3 /hatafqamatswidehebrew 16#05B3 /hatafsegol 16#05B1 /hatafsegol17 16#05B1 /hatafsegol24 16#05B1 /hatafsegol30 16#05B1 /hatafsegolhebrew 16#05B1 /hatafsegolnarrowhebrew 16#05B1 /hatafsegolquarterhebrew 16#05B1 /hatafsegolwidehebrew 16#05B1 /hbar 16#0127 /hbopomofo 16#310F /hbrevebelow 16#1E2B /hcedilla 16#1E29 /hcircle 16#24D7 /hcircumflex 16#0125 /hdieresis 16#1E27 /hdotaccent 16#1E23 /hdotbelow 16#1E25 /he 16#05D4 /heart 16#2665 /heartsuitblack 16#2665 /heartsuitwhite 16#2661 /hedagesh 16#FB34 /hedageshhebrew 16#FB34 /hehaltonearabic 16#06C1 /heharabic 16#0647 /hehebrew 16#05D4 /hehfinalaltonearabic 16#FBA7 /hehfinalalttwoarabic 16#FEEA /hehfinalarabic 16#FEEA /hehhamzaabovefinalarabic 16#FBA5 /hehhamzaaboveisolatedarabic 16#FBA4 /hehinitialaltonearabic 16#FBA8 /hehinitialarabic 16#FEEB /hehiragana 16#3078 /hehmedialaltonearabic 16#FBA9 /hehmedialarabic 16#FEEC /heiseierasquare 16#337B /hekatakana 16#30D8 /hekatakanahalfwidth 16#FF8D /hekutaarusquare 16#3336 /henghook 16#0267 /herutusquare 16#3339 /het 16#05D7 /hethebrew 16#05D7 /hhook 16#0266 /hhooksuperior 16#02B1 /hieuhacirclekorean 16#327B /hieuhaparenkorean 16#321B /hieuhcirclekorean 16#326D /hieuhkorean 16#314E /hieuhparenkorean 16#320D /hihiragana 16#3072 /hikatakana 16#30D2 /hikatakanahalfwidth 16#FF8B /hiriq 16#05B4 /hiriq14 16#05B4 /hiriq21 16#05B4 /hiriq2d 16#05B4 /hiriqhebrew 16#05B4 /hiriqnarrowhebrew 16#05B4 /hiriqquarterhebrew 16#05B4 /hiriqwidehebrew 16#05B4 /hlinebelow 16#1E96 /hmonospace 16#FF48 /hoarmenian 16#0570 /hohipthai 16#0E2B /hohiragana 16#307B /hokatakana 16#30DB /hokatakanahalfwidth 16#FF8E /holam 16#05B9 /holam19 16#05B9 /holam26 16#05B9 /holam32 16#05B9 /holamhebrew 16#05B9 /holamnarrowhebrew 16#05B9 /holamquarterhebrew 16#05B9 /holamwidehebrew 16#05B9 /honokhukthai 16#0E2E /hookabovecomb 16#0309 /hookcmb 16#0309 /hookpalatalizedbelowcmb 16#0321 /hookretroflexbelowcmb 16#0322 /hoonsquare 16#3342 /horicoptic 16#03E9 /horizontalbar 16#2015 /horncmb 16#031B /hotsprings 16#2668 /house 16#2302 /hparen 16#24A3 /hsuperior 16#02B0 /hturned 16#0265 /huhiragana 16#3075 /huiitosquare 16#3333 /hukatakana 16#30D5 /hukatakanahalfwidth 16#FF8C /hungarumlaut 16#02DD /hungarumlautcmb 16#030B /hv 16#0195 /hyphen 16#002D /hypheninferior 16#F6E5 /hyphenmonospace 16#FF0D /hyphensmall 16#FE63 /hyphensuperior 16#F6E6 /hyphentwo 16#2010 /i 16#0069 /iacute 16#00ED /iacyrillic 16#044F /ibengali 16#0987 /ibopomofo 16#3127 /ibreve 16#012D /icaron 16#01D0 /icircle 16#24D8 /icircumflex 16#00EE /icyrillic 16#0456 /idblgrave 16#0209 /ideographearthcircle 16#328F /ideographfirecircle 16#328B /ideographicallianceparen 16#323F /ideographiccallparen 16#323A /ideographiccentrecircle 16#32A5 /ideographicclose 16#3006 /ideographiccomma 16#3001 /ideographiccommaleft 16#FF64 /ideographiccongratulationparen 16#3237 /ideographiccorrectcircle 16#32A3 /ideographicearthparen 16#322F /ideographicenterpriseparen 16#323D /ideographicexcellentcircle 16#329D /ideographicfestivalparen 16#3240 /ideographicfinancialcircle 16#3296 /ideographicfinancialparen 16#3236 /ideographicfireparen 16#322B /ideographichaveparen 16#3232 /ideographichighcircle 16#32A4 /ideographiciterationmark 16#3005 /ideographiclaborcircle 16#3298 /ideographiclaborparen 16#3238 /ideographicleftcircle 16#32A7 /ideographiclowcircle 16#32A6 /ideographicmedicinecircle 16#32A9 /ideographicmetalparen 16#322E /ideographicmoonparen 16#322A /ideographicnameparen 16#3234 /ideographicperiod 16#3002 /ideographicprintcircle 16#329E /ideographicreachparen 16#3243 /ideographicrepresentparen 16#3239 /ideographicresourceparen 16#323E /ideographicrightcircle 16#32A8 /ideographicsecretcircle 16#3299 /ideographicselfparen 16#3242 /ideographicsocietyparen 16#3233 /ideographicspace 16#3000 /ideographicspecialparen 16#3235 /ideographicstockparen 16#3231 /ideographicstudyparen 16#323B /ideographicsunparen 16#3230 /ideographicsuperviseparen 16#323C /ideographicwaterparen 16#322C /ideographicwoodparen 16#322D /ideographiczero 16#3007 /ideographmetalcircle 16#328E /ideographmooncircle 16#328A /ideographnamecircle 16#3294 /ideographsuncircle 16#3290 /ideographwatercircle 16#328C /ideographwoodcircle 16#328D /ideva 16#0907 /idieresis 16#00EF /idieresisacute 16#1E2F /idieresiscyrillic 16#04E5 /idotbelow 16#1ECB /iebrevecyrillic 16#04D7 /iecyrillic 16#0435 /ieungacirclekorean 16#3275 /ieungaparenkorean 16#3215 /ieungcirclekorean 16#3267 /ieungkorean 16#3147 /ieungparenkorean 16#3207 /igrave 16#00EC /igujarati 16#0A87 /igurmukhi 16#0A07 /ihiragana 16#3044 /ihookabove 16#1EC9 /iibengali 16#0988 /iicyrillic 16#0438 /iideva 16#0908 /iigujarati 16#0A88 /iigurmukhi 16#0A08 /iimatragurmukhi 16#0A40 /iinvertedbreve 16#020B /iishortcyrillic 16#0439 /iivowelsignbengali 16#09C0 /iivowelsigndeva 16#0940 /iivowelsigngujarati 16#0AC0 /ij 16#0133 /ikatakana 16#30A4 /ikatakanahalfwidth 16#FF72 /ikorean 16#3163 /ilde 16#02DC /iluyhebrew 16#05AC /imacron 16#012B /imacroncyrillic 16#04E3 /imageorapproximatelyequal 16#2253 /imatragurmukhi 16#0A3F /imonospace 16#FF49 /increment 16#2206 /infinity 16#221E /iniarmenian 16#056B /integral 16#222B /integralbottom 16#2321 /integralbt 16#2321 /integralex 16#F8F5 /integraltop 16#2320 /integraltp 16#2320 /intersection 16#2229 /intisquare 16#3305 /invbullet 16#25D8 /invcircle 16#25D9 /invsmileface 16#263B /iocyrillic 16#0451 /iogonek 16#012F /iota 16#03B9 /iotadieresis 16#03CA /iotadieresistonos 16#0390 /iotalatin 16#0269 /iotatonos 16#03AF /iparen 16#24A4 /irigurmukhi 16#0A72 /ismallhiragana 16#3043 /ismallkatakana 16#30A3 /ismallkatakanahalfwidth 16#FF68 /issharbengali 16#09FA /istroke 16#0268 /isuperior 16#F6ED /iterationhiragana 16#309D /iterationkatakana 16#30FD /itilde 16#0129 /itildebelow 16#1E2D /iubopomofo 16#3129 /iucyrillic 16#044E /ivowelsignbengali 16#09BF /ivowelsigndeva 16#093F /ivowelsigngujarati 16#0ABF /izhitsacyrillic 16#0475 /izhitsadblgravecyrillic 16#0477 /j 16#006A /jaarmenian 16#0571 /jabengali 16#099C /jadeva 16#091C /jagujarati 16#0A9C /jagurmukhi 16#0A1C /jbopomofo 16#3110 /jcaron 16#01F0 /jcircle 16#24D9 /jcircumflex 16#0135 /jcrossedtail 16#029D /jdotlessstroke 16#025F /jecyrillic 16#0458 /jeemarabic 16#062C /jeemfinalarabic 16#FE9E /jeeminitialarabic 16#FE9F /jeemmedialarabic 16#FEA0 /jeharabic 16#0698 /jehfinalarabic 16#FB8B /jhabengali 16#099D /jhadeva 16#091D /jhagujarati 16#0A9D /jhagurmukhi 16#0A1D /jheharmenian 16#057B /jis 16#3004 /jmonospace 16#FF4A /jparen 16#24A5 /jsuperior 16#02B2 /k 16#006B /kabashkircyrillic 16#04A1 /kabengali 16#0995 /kacute 16#1E31 /kacyrillic 16#043A /kadescendercyrillic 16#049B /kadeva 16#0915 /kaf 16#05DB /kafarabic 16#0643 /kafdagesh 16#FB3B /kafdageshhebrew 16#FB3B /kaffinalarabic 16#FEDA /kafhebrew 16#05DB /kafinitialarabic 16#FEDB /kafmedialarabic 16#FEDC /kafrafehebrew 16#FB4D /kagujarati 16#0A95 /kagurmukhi 16#0A15 /kahiragana 16#304B /kahookcyrillic 16#04C4 /kakatakana 16#30AB /kakatakanahalfwidth 16#FF76 /kappa 16#03BA /kappasymbolgreek 16#03F0 /kapyeounmieumkorean 16#3171 /kapyeounphieuphkorean 16#3184 /kapyeounpieupkorean 16#3178 /kapyeounssangpieupkorean 16#3179 /karoriisquare 16#330D /kashidaautoarabic 16#0640 /kashidaautonosidebearingarabic 16#0640 /kasmallkatakana 16#30F5 /kasquare 16#3384 /kasraarabic 16#0650 /kasratanarabic 16#064D /kastrokecyrillic 16#049F /katahiraprolongmarkhalfwidth 16#FF70 /kaverticalstrokecyrillic 16#049D /kbopomofo 16#310E /kcalsquare 16#3389 /kcaron 16#01E9 /kcedilla 16#0137 /kcircle 16#24DA /kcommaaccent 16#0137 /kdotbelow 16#1E33 /keharmenian 16#0584 /kehiragana 16#3051 /kekatakana 16#30B1 /kekatakanahalfwidth 16#FF79 /kenarmenian 16#056F /kesmallkatakana 16#30F6 /kgreenlandic 16#0138 /khabengali 16#0996 /khacyrillic 16#0445 /khadeva 16#0916 /khagujarati 16#0A96 /khagurmukhi 16#0A16 /khaharabic 16#062E /khahfinalarabic 16#FEA6 /khahinitialarabic 16#FEA7 /khahmedialarabic 16#FEA8 /kheicoptic 16#03E7 /khhadeva 16#0959 /khhagurmukhi 16#0A59 /khieukhacirclekorean 16#3278 /khieukhaparenkorean 16#3218 /khieukhcirclekorean 16#326A /khieukhkorean 16#314B /khieukhparenkorean 16#320A /khokhaithai 16#0E02 /khokhonthai 16#0E05 /khokhuatthai 16#0E03 /khokhwaithai 16#0E04 /khomutthai 16#0E5B /khook 16#0199 /khorakhangthai 16#0E06 /khzsquare 16#3391 /kihiragana 16#304D /kikatakana 16#30AD /kikatakanahalfwidth 16#FF77 /kiroguramusquare 16#3315 /kiromeetorusquare 16#3316 /kirosquare 16#3314 /kiyeokacirclekorean 16#326E /kiyeokaparenkorean 16#320E /kiyeokcirclekorean 16#3260 /kiyeokkorean 16#3131 /kiyeokparenkorean 16#3200 /kiyeoksioskorean 16#3133 /kjecyrillic 16#045C /klinebelow 16#1E35 /klsquare 16#3398 /kmcubedsquare 16#33A6 /kmonospace 16#FF4B /kmsquaredsquare 16#33A2 /kohiragana 16#3053 /kohmsquare 16#33C0 /kokaithai 16#0E01 /kokatakana 16#30B3 /kokatakanahalfwidth 16#FF7A /kooposquare 16#331E /koppacyrillic 16#0481 /koreanstandardsymbol 16#327F /koroniscmb 16#0343 /kparen 16#24A6 /kpasquare 16#33AA /ksicyrillic 16#046F /ktsquare 16#33CF /kturned 16#029E /kuhiragana 16#304F /kukatakana 16#30AF /kukatakanahalfwidth 16#FF78 /kvsquare 16#33B8 /kwsquare 16#33BE /l 16#006C /labengali 16#09B2 /lacute 16#013A /ladeva 16#0932 /lagujarati 16#0AB2 /lagurmukhi 16#0A32 /lakkhangyaothai 16#0E45 /lamaleffinalarabic 16#FEFC /lamalefhamzaabovefinalarabic 16#FEF8 /lamalefhamzaaboveisolatedarabic 16#FEF7 /lamalefhamzabelowfinalarabic 16#FEFA /lamalefhamzabelowisolatedarabic 16#FEF9 /lamalefisolatedarabic 16#FEFB /lamalefmaddaabovefinalarabic 16#FEF6 /lamalefmaddaaboveisolatedarabic 16#FEF5 /lamarabic 16#0644 /lambda 16#03BB /lambdastroke 16#019B /lamed 16#05DC /lameddagesh 16#FB3C /lameddageshhebrew 16#FB3C /lamedhebrew 16#05DC /lamfinalarabic 16#FEDE /lamhahinitialarabic 16#FCCA /laminitialarabic 16#FEDF /lamjeeminitialarabic 16#FCC9 /lamkhahinitialarabic 16#FCCB /lamlamhehisolatedarabic 16#FDF2 /lammedialarabic 16#FEE0 /lammeemhahinitialarabic 16#FD88 /lammeeminitialarabic 16#FCCC /largecircle 16#25EF /lbar 16#019A /lbelt 16#026C /lbopomofo 16#310C /lcaron 16#013E /lcedilla 16#013C /lcircle 16#24DB /lcircumflexbelow 16#1E3D /lcommaaccent 16#013C /ldot 16#0140 /ldotaccent 16#0140 /ldotbelow 16#1E37 /ldotbelowmacron 16#1E39 /leftangleabovecmb 16#031A /lefttackbelowcmb 16#0318 /less 16#003C /lessequal 16#2264 /lessequalorgreater 16#22DA /lessmonospace 16#FF1C /lessorequivalent 16#2272 /lessorgreater 16#2276 /lessoverequal 16#2266 /lesssmall 16#FE64 /lezh 16#026E /lfblock 16#258C /lhookretroflex 16#026D /lira 16#20A4 /liwnarmenian 16#056C /lj 16#01C9 /ljecyrillic 16#0459 /ll 16#F6C0 /lladeva 16#0933 /llagujarati 16#0AB3 /llinebelow 16#1E3B /llladeva 16#0934 /llvocalicbengali 16#09E1 /llvocalicdeva 16#0961 /llvocalicvowelsignbengali 16#09E3 /llvocalicvowelsigndeva 16#0963 /lmiddletilde 16#026B /lmonospace 16#FF4C /lmsquare 16#33D0 /lochulathai 16#0E2C /logicaland 16#2227 /logicalnot 16#00AC /logicalnotreversed 16#2310 /logicalor 16#2228 /lolingthai 16#0E25 /longs 16#017F /lowlinecenterline 16#FE4E /lowlinecmb 16#0332 /lowlinedashed 16#FE4D /lozenge 16#25CA /lparen 16#24A7 /lslash 16#0142 /lsquare 16#2113 /lsuperior 16#F6EE /ltshade 16#2591 /luthai 16#0E26 /lvocalicbengali 16#098C /lvocalicdeva 16#090C /lvocalicvowelsignbengali 16#09E2 /lvocalicvowelsigndeva 16#0962 /lxsquare 16#33D3 /m 16#006D /mabengali 16#09AE /macron 16#00AF /macronbelowcmb 16#0331 /macroncmb 16#0304 /macronlowmod 16#02CD /macronmonospace 16#FFE3 /macute 16#1E3F /madeva 16#092E /magujarati 16#0AAE /magurmukhi 16#0A2E /mahapakhhebrew 16#05A4 /mahapakhlefthebrew 16#05A4 /mahiragana 16#307E /maichattawalowleftthai 16#F895 /maichattawalowrightthai 16#F894 /maichattawathai 16#0E4B /maichattawaupperleftthai 16#F893 /maieklowleftthai 16#F88C /maieklowrightthai 16#F88B /maiekthai 16#0E48 /maiekupperleftthai 16#F88A /maihanakatleftthai 16#F884 /maihanakatthai 16#0E31 /maitaikhuleftthai 16#F889 /maitaikhuthai 16#0E47 /maitholowleftthai 16#F88F /maitholowrightthai 16#F88E /maithothai 16#0E49 /maithoupperleftthai 16#F88D /maitrilowleftthai 16#F892 /maitrilowrightthai 16#F891 /maitrithai 16#0E4A /maitriupperleftthai 16#F890 /maiyamokthai 16#0E46 /makatakana 16#30DE /makatakanahalfwidth 16#FF8F /male 16#2642 /mansyonsquare 16#3347 /maqafhebrew 16#05BE /mars 16#2642 /masoracirclehebrew 16#05AF /masquare 16#3383 /mbopomofo 16#3107 /mbsquare 16#33D4 /mcircle 16#24DC /mcubedsquare 16#33A5 /mdotaccent 16#1E41 /mdotbelow 16#1E43 /meemarabic 16#0645 /meemfinalarabic 16#FEE2 /meeminitialarabic 16#FEE3 /meemmedialarabic 16#FEE4 /meemmeeminitialarabic 16#FCD1 /meemmeemisolatedarabic 16#FC48 /meetorusquare 16#334D /mehiragana 16#3081 /meizierasquare 16#337E /mekatakana 16#30E1 /mekatakanahalfwidth 16#FF92 /mem 16#05DE /memdagesh 16#FB3E /memdageshhebrew 16#FB3E /memhebrew 16#05DE /menarmenian 16#0574 /merkhahebrew 16#05A5 /merkhakefulahebrew 16#05A6 /merkhakefulalefthebrew 16#05A6 /merkhalefthebrew 16#05A5 /mhook 16#0271 /mhzsquare 16#3392 /middledotkatakanahalfwidth 16#FF65 /middot 16#00B7 /mieumacirclekorean 16#3272 /mieumaparenkorean 16#3212 /mieumcirclekorean 16#3264 /mieumkorean 16#3141 /mieumpansioskorean 16#3170 /mieumparenkorean 16#3204 /mieumpieupkorean 16#316E /mieumsioskorean 16#316F /mihiragana 16#307F /mikatakana 16#30DF /mikatakanahalfwidth 16#FF90 /minus 16#2212 /minusbelowcmb 16#0320 /minuscircle 16#2296 /minusmod 16#02D7 /minusplus 16#2213 /minute 16#2032 /miribaarusquare 16#334A /mirisquare 16#3349 /mlonglegturned 16#0270 /mlsquare 16#3396 /mmcubedsquare 16#33A3 /mmonospace 16#FF4D /mmsquaredsquare 16#339F /mohiragana 16#3082 /mohmsquare 16#33C1 /mokatakana 16#30E2 /mokatakanahalfwidth 16#FF93 /molsquare 16#33D6 /momathai 16#0E21 /moverssquare 16#33A7 /moverssquaredsquare 16#33A8 /mparen 16#24A8 /mpasquare 16#33AB /mssquare 16#33B3 /msuperior 16#F6EF /mturned 16#026F /mu 16#00B5 /mu1 16#00B5 /muasquare 16#3382 /muchgreater 16#226B /muchless 16#226A /mufsquare 16#338C /mugreek 16#03BC /mugsquare 16#338D /muhiragana 16#3080 /mukatakana 16#30E0 /mukatakanahalfwidth 16#FF91 /mulsquare 16#3395 /multiply 16#00D7 /mumsquare 16#339B /munahhebrew 16#05A3 /munahlefthebrew 16#05A3 /musicalnote 16#266A /musicalnotedbl 16#266B /musicflatsign 16#266D /musicsharpsign 16#266F /mussquare 16#33B2 /muvsquare 16#33B6 /muwsquare 16#33BC /mvmegasquare 16#33B9 /mvsquare 16#33B7 /mwmegasquare 16#33BF /mwsquare 16#33BD /n 16#006E /nabengali 16#09A8 /nabla 16#2207 /nacute 16#0144 /nadeva 16#0928 /nagujarati 16#0AA8 /nagurmukhi 16#0A28 /nahiragana 16#306A /nakatakana 16#30CA /nakatakanahalfwidth 16#FF85 /napostrophe 16#0149 /nasquare 16#3381 /nbopomofo 16#310B /nbspace 16#00A0 /ncaron 16#0148 /ncedilla 16#0146 /ncircle 16#24DD /ncircumflexbelow 16#1E4B /ncommaaccent 16#0146 /ndotaccent 16#1E45 /ndotbelow 16#1E47 /nehiragana 16#306D /nekatakana 16#30CD /nekatakanahalfwidth 16#FF88 /newsheqelsign 16#20AA /nfsquare 16#338B /ngabengali 16#0999 /ngadeva 16#0919 /ngagujarati 16#0A99 /ngagurmukhi 16#0A19 /ngonguthai 16#0E07 /nhiragana 16#3093 /nhookleft 16#0272 /nhookretroflex 16#0273 /nieunacirclekorean 16#326F /nieunaparenkorean 16#320F /nieuncieuckorean 16#3135 /nieuncirclekorean 16#3261 /nieunhieuhkorean 16#3136 /nieunkorean 16#3134 /nieunpansioskorean 16#3168 /nieunparenkorean 16#3201 /nieunsioskorean 16#3167 /nieuntikeutkorean 16#3166 /nihiragana 16#306B /nikatakana 16#30CB /nikatakanahalfwidth 16#FF86 /nikhahitleftthai 16#F899 /nikhahitthai 16#0E4D /nine 16#0039 /ninearabic 16#0669 /ninebengali 16#09EF /ninecircle 16#2468 /ninecircleinversesansserif 16#2792 /ninedeva 16#096F /ninegujarati 16#0AEF /ninegurmukhi 16#0A6F /ninehackarabic 16#0669 /ninehangzhou 16#3029 /nineideographicparen 16#3228 /nineinferior 16#2089 /ninemonospace 16#FF19 /nineoldstyle 16#F739 /nineparen 16#247C /nineperiod 16#2490 /ninepersian 16#06F9 /nineroman 16#2178 /ninesuperior 16#2079 /nineteencircle 16#2472 /nineteenparen 16#2486 /nineteenperiod 16#249A /ninethai 16#0E59 /nj 16#01CC /njecyrillic 16#045A /nkatakana 16#30F3 /nkatakanahalfwidth 16#FF9D /nlegrightlong 16#019E /nlinebelow 16#1E49 /nmonospace 16#FF4E /nmsquare 16#339A /nnabengali 16#09A3 /nnadeva 16#0923 /nnagujarati 16#0AA3 /nnagurmukhi 16#0A23 /nnnadeva 16#0929 /nohiragana 16#306E /nokatakana 16#30CE /nokatakanahalfwidth 16#FF89 /nonbreakingspace 16#00A0 /nonenthai 16#0E13 /nonuthai 16#0E19 /noonarabic 16#0646 /noonfinalarabic 16#FEE6 /noonghunnaarabic 16#06BA /noonghunnafinalarabic 16#FB9F /nooninitialarabic 16#FEE7 /noonjeeminitialarabic 16#FCD2 /noonjeemisolatedarabic 16#FC4B /noonmedialarabic 16#FEE8 /noonmeeminitialarabic 16#FCD5 /noonmeemisolatedarabic 16#FC4E /noonnoonfinalarabic 16#FC8D /notcontains 16#220C /notelement 16#2209 /notelementof 16#2209 /notequal 16#2260 /notgreater 16#226F /notgreaternorequal 16#2271 /notgreaternorless 16#2279 /notidentical 16#2262 /notless 16#226E /notlessnorequal 16#2270 /notparallel 16#2226 /notprecedes 16#2280 /notsubset 16#2284 /notsucceeds 16#2281 /notsuperset 16#2285 /nowarmenian 16#0576 /nparen 16#24A9 /nssquare 16#33B1 /nsuperior 16#207F /ntilde 16#00F1 /nu 16#03BD /nuhiragana 16#306C /nukatakana 16#30CC /nukatakanahalfwidth 16#FF87 /nuktabengali 16#09BC /nuktadeva 16#093C /nuktagujarati 16#0ABC /nuktagurmukhi 16#0A3C /numbersign 16#0023 /numbersignmonospace 16#FF03 /numbersignsmall 16#FE5F /numeralsigngreek 16#0374 /numeralsignlowergreek 16#0375 /numero 16#2116 /nun 16#05E0 /nundagesh 16#FB40 /nundageshhebrew 16#FB40 /nunhebrew 16#05E0 /nvsquare 16#33B5 /nwsquare 16#33BB /nyabengali 16#099E /nyadeva 16#091E /nyagujarati 16#0A9E /nyagurmukhi 16#0A1E /o 16#006F /oacute 16#00F3 /oangthai 16#0E2D /obarred 16#0275 /obarredcyrillic 16#04E9 /obarreddieresiscyrillic 16#04EB /obengali 16#0993 /obopomofo 16#311B /obreve 16#014F /ocandradeva 16#0911 /ocandragujarati 16#0A91 /ocandravowelsigndeva 16#0949 /ocandravowelsigngujarati 16#0AC9 /ocaron 16#01D2 /ocircle 16#24DE /ocircumflex 16#00F4 /ocircumflexacute 16#1ED1 /ocircumflexdotbelow 16#1ED9 /ocircumflexgrave 16#1ED3 /ocircumflexhookabove 16#1ED5 /ocircumflextilde 16#1ED7 /ocyrillic 16#043E /odblacute 16#0151 /odblgrave 16#020D /odeva 16#0913 /odieresis 16#00F6 /odieresiscyrillic 16#04E7 /odotbelow 16#1ECD /oe 16#0153 /oekorean 16#315A /ogonek 16#02DB /ogonekcmb 16#0328 /ograve 16#00F2 /ogujarati 16#0A93 /oharmenian 16#0585 /ohiragana 16#304A /ohookabove 16#1ECF /ohorn 16#01A1 /ohornacute 16#1EDB /ohorndotbelow 16#1EE3 /ohorngrave 16#1EDD /ohornhookabove 16#1EDF /ohorntilde 16#1EE1 /ohungarumlaut 16#0151 /oi 16#01A3 /oinvertedbreve 16#020F /okatakana 16#30AA /okatakanahalfwidth 16#FF75 /okorean 16#3157 /olehebrew 16#05AB /omacron 16#014D /omacronacute 16#1E53 /omacrongrave 16#1E51 /omdeva 16#0950 /omega 16#03C9 /omega1 16#03D6 /omegacyrillic 16#0461 /omegalatinclosed 16#0277 /omegaroundcyrillic 16#047B /omegatitlocyrillic 16#047D /omegatonos 16#03CE /omgujarati 16#0AD0 /omicron 16#03BF /omicrontonos 16#03CC /omonospace 16#FF4F /one 16#0031 /onearabic 16#0661 /onebengali 16#09E7 /onecircle 16#2460 /onecircleinversesansserif 16#278A /onedeva 16#0967 /onedotenleader 16#2024 /oneeighth 16#215B /onefitted 16#F6DC /onegujarati 16#0AE7 /onegurmukhi 16#0A67 /onehackarabic 16#0661 /onehalf 16#00BD /onehangzhou 16#3021 /oneideographicparen 16#3220 /oneinferior 16#2081 /onemonospace 16#FF11 /onenumeratorbengali 16#09F4 /oneoldstyle 16#F731 /oneparen 16#2474 /oneperiod 16#2488 /onepersian 16#06F1 /onequarter 16#00BC /oneroman 16#2170 /onesuperior 16#00B9 /onethai 16#0E51 /onethird 16#2153 /oogonek 16#01EB /oogonekmacron 16#01ED /oogurmukhi 16#0A13 /oomatragurmukhi 16#0A4B /oopen 16#0254 /oparen 16#24AA /openbullet 16#25E6 /option 16#2325 /ordfeminine 16#00AA /ordmasculine 16#00BA /orthogonal 16#221F /oshortdeva 16#0912 /oshortvowelsigndeva 16#094A /oslash 16#00F8 /oslashacute 16#01FF /osmallhiragana 16#3049 /osmallkatakana 16#30A9 /osmallkatakanahalfwidth 16#FF6B /ostrokeacute 16#01FF /osuperior 16#F6F0 /otcyrillic 16#047F /otilde 16#00F5 /otildeacute 16#1E4D /otildedieresis 16#1E4F /oubopomofo 16#3121 /overline 16#203E /overlinecenterline 16#FE4A /overlinecmb 16#0305 /overlinedashed 16#FE49 /overlinedblwavy 16#FE4C /overlinewavy 16#FE4B /overscore 16#00AF /ovowelsignbengali 16#09CB /ovowelsigndeva 16#094B /ovowelsigngujarati 16#0ACB /p 16#0070 /paampssquare 16#3380 /paasentosquare 16#332B /pabengali 16#09AA /pacute 16#1E55 /padeva 16#092A /pagedown 16#21DF /pageup 16#21DE /pagujarati 16#0AAA /pagurmukhi 16#0A2A /pahiragana 16#3071 /paiyannoithai 16#0E2F /pakatakana 16#30D1 /palatalizationcyrilliccmb 16#0484 /palochkacyrillic 16#04C0 /pansioskorean 16#317F /paragraph 16#00B6 /parallel 16#2225 /parenleft 16#0028 /parenleftaltonearabic 16#FD3E /parenleftbt 16#F8ED /parenleftex 16#F8EC /parenleftinferior 16#208D /parenleftmonospace 16#FF08 /parenleftsmall 16#FE59 /parenleftsuperior 16#207D /parenlefttp 16#F8EB /parenleftvertical 16#FE35 /parenright 16#0029 /parenrightaltonearabic 16#FD3F /parenrightbt 16#F8F8 /parenrightex 16#F8F7 /parenrightinferior 16#208E /parenrightmonospace 16#FF09 /parenrightsmall 16#FE5A /parenrightsuperior 16#207E /parenrighttp 16#F8F6 /parenrightvertical 16#FE36 /partialdiff 16#2202 /paseqhebrew 16#05C0 /pashtahebrew 16#0599 /pasquare 16#33A9 /patah 16#05B7 /patah11 16#05B7 /patah1d 16#05B7 /patah2a 16#05B7 /patahhebrew 16#05B7 /patahnarrowhebrew 16#05B7 /patahquarterhebrew 16#05B7 /patahwidehebrew 16#05B7 /pazerhebrew 16#05A1 /pbopomofo 16#3106 /pcircle 16#24DF /pdotaccent 16#1E57 /pe 16#05E4 /pecyrillic 16#043F /pedagesh 16#FB44 /pedageshhebrew 16#FB44 /peezisquare 16#333B /pefinaldageshhebrew 16#FB43 /peharabic 16#067E /peharmenian 16#057A /pehebrew 16#05E4 /pehfinalarabic 16#FB57 /pehinitialarabic 16#FB58 /pehiragana 16#307A /pehmedialarabic 16#FB59 /pekatakana 16#30DA /pemiddlehookcyrillic 16#04A7 /perafehebrew 16#FB4E /percent 16#0025 /percentarabic 16#066A /percentmonospace 16#FF05 /percentsmall 16#FE6A /period 16#002E /periodarmenian 16#0589 /periodcentered 16#00B7 /periodhalfwidth 16#FF61 /periodinferior 16#F6E7 /periodmonospace 16#FF0E /periodsmall 16#FE52 /periodsuperior 16#F6E8 /perispomenigreekcmb 16#0342 /perpendicular 16#22A5 /perthousand 16#2030 /peseta 16#20A7 /pfsquare 16#338A /phabengali 16#09AB /phadeva 16#092B /phagujarati 16#0AAB /phagurmukhi 16#0A2B /phi 16#03C6 /phi1 16#03D5 /phieuphacirclekorean 16#327A /phieuphaparenkorean 16#321A /phieuphcirclekorean 16#326C /phieuphkorean 16#314D /phieuphparenkorean 16#320C /philatin 16#0278 /phinthuthai 16#0E3A /phisymbolgreek 16#03D5 /phook 16#01A5 /phophanthai 16#0E1E /phophungthai 16#0E1C /phosamphaothai 16#0E20 /pi 16#03C0 /pieupacirclekorean 16#3273 /pieupaparenkorean 16#3213 /pieupcieuckorean 16#3176 /pieupcirclekorean 16#3265 /pieupkiyeokkorean 16#3172 /pieupkorean 16#3142 /pieupparenkorean 16#3205 /pieupsioskiyeokkorean 16#3174 /pieupsioskorean 16#3144 /pieupsiostikeutkorean 16#3175 /pieupthieuthkorean 16#3177 /pieuptikeutkorean 16#3173 /pihiragana 16#3074 /pikatakana 16#30D4 /pisymbolgreek 16#03D6 /piwrarmenian 16#0583 /plus 16#002B /plusbelowcmb 16#031F /pluscircle 16#2295 /plusminus 16#00B1 /plusmod 16#02D6 /plusmonospace 16#FF0B /plussmall 16#FE62 /plussuperior 16#207A /pmonospace 16#FF50 /pmsquare 16#33D8 /pohiragana 16#307D /pointingindexdownwhite 16#261F /pointingindexleftwhite 16#261C /pointingindexrightwhite 16#261E /pointingindexupwhite 16#261D /pokatakana 16#30DD /poplathai 16#0E1B /postalmark 16#3012 /postalmarkface 16#3020 /pparen 16#24AB /precedes 16#227A /prescription 16#211E /primemod 16#02B9 /primereversed 16#2035 /product 16#220F /projective 16#2305 /prolongedkana 16#30FC /propellor 16#2318 /propersubset 16#2282 /propersuperset 16#2283 /proportion 16#2237 /proportional 16#221D /psi 16#03C8 /psicyrillic 16#0471 /psilipneumatacyrilliccmb 16#0486 /pssquare 16#33B0 /puhiragana 16#3077 /pukatakana 16#30D7 /pvsquare 16#33B4 /pwsquare 16#33BA /q 16#0071 /qadeva 16#0958 /qadmahebrew 16#05A8 /qafarabic 16#0642 /qaffinalarabic 16#FED6 /qafinitialarabic 16#FED7 /qafmedialarabic 16#FED8 /qamats 16#05B8 /qamats10 16#05B8 /qamats1a 16#05B8 /qamats1c 16#05B8 /qamats27 16#05B8 /qamats29 16#05B8 /qamats33 16#05B8 /qamatsde 16#05B8 /qamatshebrew 16#05B8 /qamatsnarrowhebrew 16#05B8 /qamatsqatanhebrew 16#05B8 /qamatsqatannarrowhebrew 16#05B8 /qamatsqatanquarterhebrew 16#05B8 /qamatsqatanwidehebrew 16#05B8 /qamatsquarterhebrew 16#05B8 /qamatswidehebrew 16#05B8 /qarneyparahebrew 16#059F /qbopomofo 16#3111 /qcircle 16#24E0 /qhook 16#02A0 /qmonospace 16#FF51 /qof 16#05E7 /qofdagesh 16#FB47 /qofdageshhebrew 16#FB47 /qofhebrew 16#05E7 /qparen 16#24AC /quarternote 16#2669 /qubuts 16#05BB /qubuts18 16#05BB /qubuts25 16#05BB /qubuts31 16#05BB /qubutshebrew 16#05BB /qubutsnarrowhebrew 16#05BB /qubutsquarterhebrew 16#05BB /qubutswidehebrew 16#05BB /question 16#003F /questionarabic 16#061F /questionarmenian 16#055E /questiondown 16#00BF /questiondownsmall 16#F7BF /questiongreek 16#037E /questionmonospace 16#FF1F /questionsmall 16#F73F /quotedbl 16#0022 /quotedblbase 16#201E /quotedblleft 16#201C /quotedblmonospace 16#FF02 /quotedblprime 16#301E /quotedblprimereversed 16#301D /quotedblright 16#201D /quoteleft 16#2018 /quoteleftreversed 16#201B /quotereversed 16#201B /quoteright 16#2019 /quoterightn 16#0149 /quotesinglbase 16#201A /quotesingle 16#0027 /quotesinglemonospace 16#FF07 /r 16#0072 /raarmenian 16#057C /rabengali 16#09B0 /racute 16#0155 /radeva 16#0930 /radical 16#221A /radicalex 16#F8E5 /radoverssquare 16#33AE /radoverssquaredsquare 16#33AF /radsquare 16#33AD /rafe 16#05BF /rafehebrew 16#05BF /ragujarati 16#0AB0 /ragurmukhi 16#0A30 /rahiragana 16#3089 /rakatakana 16#30E9 /rakatakanahalfwidth 16#FF97 /ralowerdiagonalbengali 16#09F1 /ramiddlediagonalbengali 16#09F0 /ramshorn 16#0264 /ratio 16#2236 /rbopomofo 16#3116 /rcaron 16#0159 /rcedilla 16#0157 /rcircle 16#24E1 /rcommaaccent 16#0157 /rdblgrave 16#0211 /rdotaccent 16#1E59 /rdotbelow 16#1E5B /rdotbelowmacron 16#1E5D /referencemark 16#203B /reflexsubset 16#2286 /reflexsuperset 16#2287 /registered 16#00AE /registersans 16#F8E8 /registerserif 16#F6DA /reharabic 16#0631 /reharmenian 16#0580 /rehfinalarabic 16#FEAE /rehiragana 16#308C /rekatakana 16#30EC /rekatakanahalfwidth 16#FF9A /resh 16#05E8 /reshdageshhebrew 16#FB48 /reshhebrew 16#05E8 /reversedtilde 16#223D /reviahebrew 16#0597 /reviamugrashhebrew 16#0597 /revlogicalnot 16#2310 /rfishhook 16#027E /rfishhookreversed 16#027F /rhabengali 16#09DD /rhadeva 16#095D /rho 16#03C1 /rhook 16#027D /rhookturned 16#027B /rhookturnedsuperior 16#02B5 /rhosymbolgreek 16#03F1 /rhotichookmod 16#02DE /rieulacirclekorean 16#3271 /rieulaparenkorean 16#3211 /rieulcirclekorean 16#3263 /rieulhieuhkorean 16#3140 /rieulkiyeokkorean 16#313A /rieulkiyeoksioskorean 16#3169 /rieulkorean 16#3139 /rieulmieumkorean 16#313B /rieulpansioskorean 16#316C /rieulparenkorean 16#3203 /rieulphieuphkorean 16#313F /rieulpieupkorean 16#313C /rieulpieupsioskorean 16#316B /rieulsioskorean 16#313D /rieulthieuthkorean 16#313E /rieultikeutkorean 16#316A /rieulyeorinhieuhkorean 16#316D /rightangle 16#221F /righttackbelowcmb 16#0319 /righttriangle 16#22BF /rihiragana 16#308A /rikatakana 16#30EA /rikatakanahalfwidth 16#FF98 /ring 16#02DA /ringbelowcmb 16#0325 /ringcmb 16#030A /ringhalfleft 16#02BF /ringhalfleftarmenian 16#0559 /ringhalfleftbelowcmb 16#031C /ringhalfleftcentered 16#02D3 /ringhalfright 16#02BE /ringhalfrightbelowcmb 16#0339 /ringhalfrightcentered 16#02D2 /rinvertedbreve 16#0213 /rittorusquare 16#3351 /rlinebelow 16#1E5F /rlongleg 16#027C /rlonglegturned 16#027A /rmonospace 16#FF52 /rohiragana 16#308D /rokatakana 16#30ED /rokatakanahalfwidth 16#FF9B /roruathai 16#0E23 /rparen 16#24AD /rrabengali 16#09DC /rradeva 16#0931 /rragurmukhi 16#0A5C /rreharabic 16#0691 /rrehfinalarabic 16#FB8D /rrvocalicbengali 16#09E0 /rrvocalicdeva 16#0960 /rrvocalicgujarati 16#0AE0 /rrvocalicvowelsignbengali 16#09C4 /rrvocalicvowelsigndeva 16#0944 /rrvocalicvowelsigngujarati 16#0AC4 /rsuperior 16#F6F1 /rtblock 16#2590 /rturned 16#0279 /rturnedsuperior 16#02B4 /ruhiragana 16#308B /rukatakana 16#30EB /rukatakanahalfwidth 16#FF99 /rupeemarkbengali 16#09F2 /rupeesignbengali 16#09F3 /rupiah 16#F6DD /ruthai 16#0E24 /rvocalicbengali 16#098B /rvocalicdeva 16#090B /rvocalicgujarati 16#0A8B /rvocalicvowelsignbengali 16#09C3 /rvocalicvowelsigndeva 16#0943 /rvocalicvowelsigngujarati 16#0AC3 /s 16#0073 /sabengali 16#09B8 /sacute 16#015B /sacutedotaccent 16#1E65 /sadarabic 16#0635 /sadeva 16#0938 /sadfinalarabic 16#FEBA /sadinitialarabic 16#FEBB /sadmedialarabic 16#FEBC /sagujarati 16#0AB8 /sagurmukhi 16#0A38 /sahiragana 16#3055 /sakatakana 16#30B5 /sakatakanahalfwidth 16#FF7B /sallallahoualayhewasallamarabic 16#FDFA /samekh 16#05E1 /samekhdagesh 16#FB41 /samekhdageshhebrew 16#FB41 /samekhhebrew 16#05E1 /saraaathai 16#0E32 /saraaethai 16#0E41 /saraaimaimalaithai 16#0E44 /saraaimaimuanthai 16#0E43 /saraamthai 16#0E33 /saraathai 16#0E30 /saraethai 16#0E40 /saraiileftthai 16#F886 /saraiithai 16#0E35 /saraileftthai 16#F885 /saraithai 16#0E34 /saraothai 16#0E42 /saraueeleftthai 16#F888 /saraueethai 16#0E37 /saraueleftthai 16#F887 /sarauethai 16#0E36 /sarauthai 16#0E38 /sarauuthai 16#0E39 /sbopomofo 16#3119 /scaron 16#0161 /scarondotaccent 16#1E67 /scedilla 16#015F /schwa 16#0259 /schwacyrillic 16#04D9 /schwadieresiscyrillic 16#04DB /schwahook 16#025A /scircle 16#24E2 /scircumflex 16#015D /scommaaccent 16#0219 /sdotaccent 16#1E61 /sdotbelow 16#1E63 /sdotbelowdotaccent 16#1E69 /seagullbelowcmb 16#033C /second 16#2033 /secondtonechinese 16#02CA /section 16#00A7 /seenarabic 16#0633 /seenfinalarabic 16#FEB2 /seeninitialarabic 16#FEB3 /seenmedialarabic 16#FEB4 /segol 16#05B6 /segol13 16#05B6 /segol1f 16#05B6 /segol2c 16#05B6 /segolhebrew 16#05B6 /segolnarrowhebrew 16#05B6 /segolquarterhebrew 16#05B6 /segoltahebrew 16#0592 /segolwidehebrew 16#05B6 /seharmenian 16#057D /sehiragana 16#305B /sekatakana 16#30BB /sekatakanahalfwidth 16#FF7E /semicolon 16#003B /semicolonarabic 16#061B /semicolonmonospace 16#FF1B /semicolonsmall 16#FE54 /semivoicedmarkkana 16#309C /semivoicedmarkkanahalfwidth 16#FF9F /sentisquare 16#3322 /sentosquare 16#3323 /seven 16#0037 /sevenarabic 16#0667 /sevenbengali 16#09ED /sevencircle 16#2466 /sevencircleinversesansserif 16#2790 /sevendeva 16#096D /seveneighths 16#215E /sevengujarati 16#0AED /sevengurmukhi 16#0A6D /sevenhackarabic 16#0667 /sevenhangzhou 16#3027 /sevenideographicparen 16#3226 /seveninferior 16#2087 /sevenmonospace 16#FF17 /sevenoldstyle 16#F737 /sevenparen 16#247A /sevenperiod 16#248E /sevenpersian 16#06F7 /sevenroman 16#2176 /sevensuperior 16#2077 /seventeencircle 16#2470 /seventeenparen 16#2484 /seventeenperiod 16#2498 /seventhai 16#0E57 /sfthyphen 16#00AD /shaarmenian 16#0577 /shabengali 16#09B6 /shacyrillic 16#0448 /shaddaarabic 16#0651 /shaddadammaarabic 16#FC61 /shaddadammatanarabic 16#FC5E /shaddafathaarabic 16#FC60 /shaddakasraarabic 16#FC62 /shaddakasratanarabic 16#FC5F /shade 16#2592 /shadedark 16#2593 /shadelight 16#2591 /shademedium 16#2592 /shadeva 16#0936 /shagujarati 16#0AB6 /shagurmukhi 16#0A36 /shalshelethebrew 16#0593 /shbopomofo 16#3115 /shchacyrillic 16#0449 /sheenarabic 16#0634 /sheenfinalarabic 16#FEB6 /sheeninitialarabic 16#FEB7 /sheenmedialarabic 16#FEB8 /sheicoptic 16#03E3 /sheqel 16#20AA /sheqelhebrew 16#20AA /sheva 16#05B0 /sheva115 16#05B0 /sheva15 16#05B0 /sheva22 16#05B0 /sheva2e 16#05B0 /shevahebrew 16#05B0 /shevanarrowhebrew 16#05B0 /shevaquarterhebrew 16#05B0 /shevawidehebrew 16#05B0 /shhacyrillic 16#04BB /shimacoptic 16#03ED /shin 16#05E9 /shindagesh 16#FB49 /shindageshhebrew 16#FB49 /shindageshshindot 16#FB2C /shindageshshindothebrew 16#FB2C /shindageshsindot 16#FB2D /shindageshsindothebrew 16#FB2D /shindothebrew 16#05C1 /shinhebrew 16#05E9 /shinshindot 16#FB2A /shinshindothebrew 16#FB2A /shinsindot 16#FB2B /shinsindothebrew 16#FB2B /shook 16#0282 /sigma 16#03C3 /sigma1 16#03C2 /sigmafinal 16#03C2 /sigmalunatesymbolgreek 16#03F2 /sihiragana 16#3057 /sikatakana 16#30B7 /sikatakanahalfwidth 16#FF7C /siluqhebrew 16#05BD /siluqlefthebrew 16#05BD /similar 16#223C /sindothebrew 16#05C2 /siosacirclekorean 16#3274 /siosaparenkorean 16#3214 /sioscieuckorean 16#317E /sioscirclekorean 16#3266 /sioskiyeokkorean 16#317A /sioskorean 16#3145 /siosnieunkorean 16#317B /siosparenkorean 16#3206 /siospieupkorean 16#317D /siostikeutkorean 16#317C /six 16#0036 /sixarabic 16#0666 /sixbengali 16#09EC /sixcircle 16#2465 /sixcircleinversesansserif 16#278F /sixdeva 16#096C /sixgujarati 16#0AEC /sixgurmukhi 16#0A6C /sixhackarabic 16#0666 /sixhangzhou 16#3026 /sixideographicparen 16#3225 /sixinferior 16#2086 /sixmonospace 16#FF16 /sixoldstyle 16#F736 /sixparen 16#2479 /sixperiod 16#248D /sixpersian 16#06F6 /sixroman 16#2175 /sixsuperior 16#2076 /sixteencircle 16#246F /sixteencurrencydenominatorbengali 16#09F9 /sixteenparen 16#2483 /sixteenperiod 16#2497 /sixthai 16#0E56 /slash 16#002F /slashmonospace 16#FF0F /slong 16#017F /slongdotaccent 16#1E9B /smileface 16#263A /smonospace 16#FF53 /sofpasuqhebrew 16#05C3 /softhyphen 16#00AD /softsigncyrillic 16#044C /sohiragana 16#305D /sokatakana 16#30BD /sokatakanahalfwidth 16#FF7F /soliduslongoverlaycmb 16#0338 /solidusshortoverlaycmb 16#0337 /sorusithai 16#0E29 /sosalathai 16#0E28 /sosothai 16#0E0B /sosuathai 16#0E2A /space 16#0020 /spacehackarabic 16#0020 /spade 16#2660 /spadesuitblack 16#2660 /spadesuitwhite 16#2664 /sparen 16#24AE /squarebelowcmb 16#033B /squarecc 16#33C4 /squarecm 16#339D /squarediagonalcrosshatchfill 16#25A9 /squarehorizontalfill 16#25A4 /squarekg 16#338F /squarekm 16#339E /squarekmcapital 16#33CE /squareln 16#33D1 /squarelog 16#33D2 /squaremg 16#338E /squaremil 16#33D5 /squaremm 16#339C /squaremsquared 16#33A1 /squareorthogonalcrosshatchfill 16#25A6 /squareupperlefttolowerrightfill 16#25A7 /squareupperrighttolowerleftfill 16#25A8 /squareverticalfill 16#25A5 /squarewhitewithsmallblack 16#25A3 /srsquare 16#33DB /ssabengali 16#09B7 /ssadeva 16#0937 /ssagujarati 16#0AB7 /ssangcieuckorean 16#3149 /ssanghieuhkorean 16#3185 /ssangieungkorean 16#3180 /ssangkiyeokkorean 16#3132 /ssangnieunkorean 16#3165 /ssangpieupkorean 16#3143 /ssangsioskorean 16#3146 /ssangtikeutkorean 16#3138 /ssuperior 16#F6F2 /sterling 16#00A3 /sterlingmonospace 16#FFE1 /strokelongoverlaycmb 16#0336 /strokeshortoverlaycmb 16#0335 /subset 16#2282 /subsetnotequal 16#228A /subsetorequal 16#2286 /succeeds 16#227B /suchthat 16#220B /suhiragana 16#3059 /sukatakana 16#30B9 /sukatakanahalfwidth 16#FF7D /sukunarabic 16#0652 /summation 16#2211 /sun 16#263C /superset 16#2283 /supersetnotequal 16#228B /supersetorequal 16#2287 /svsquare 16#33DC /syouwaerasquare 16#337C /t 16#0074 /tabengali 16#09A4 /tackdown 16#22A4 /tackleft 16#22A3 /tadeva 16#0924 /tagujarati 16#0AA4 /tagurmukhi 16#0A24 /taharabic 16#0637 /tahfinalarabic 16#FEC2 /tahinitialarabic 16#FEC3 /tahiragana 16#305F /tahmedialarabic 16#FEC4 /taisyouerasquare 16#337D /takatakana 16#30BF /takatakanahalfwidth 16#FF80 /tatweelarabic 16#0640 /tau 16#03C4 /tav 16#05EA /tavdages 16#FB4A /tavdagesh 16#FB4A /tavdageshhebrew 16#FB4A /tavhebrew 16#05EA /tbar 16#0167 /tbopomofo 16#310A /tcaron 16#0165 /tccurl 16#02A8 /tcedilla 16#0163 /tcheharabic 16#0686 /tchehfinalarabic 16#FB7B /tchehinitialarabic 16#FB7C /tchehmedialarabic 16#FB7D /tcircle 16#24E3 /tcircumflexbelow 16#1E71 /tcommaaccent 16#0163 /tdieresis 16#1E97 /tdotaccent 16#1E6B /tdotbelow 16#1E6D /tecyrillic 16#0442 /tedescendercyrillic 16#04AD /teharabic 16#062A /tehfinalarabic 16#FE96 /tehhahinitialarabic 16#FCA2 /tehhahisolatedarabic 16#FC0C /tehinitialarabic 16#FE97 /tehiragana 16#3066 /tehjeeminitialarabic 16#FCA1 /tehjeemisolatedarabic 16#FC0B /tehmarbutaarabic 16#0629 /tehmarbutafinalarabic 16#FE94 /tehmedialarabic 16#FE98 /tehmeeminitialarabic 16#FCA4 /tehmeemisolatedarabic 16#FC0E /tehnoonfinalarabic 16#FC73 /tekatakana 16#30C6 /tekatakanahalfwidth 16#FF83 /telephone 16#2121 /telephoneblack 16#260E /telishagedolahebrew 16#05A0 /telishaqetanahebrew 16#05A9 /tencircle 16#2469 /tenideographicparen 16#3229 /tenparen 16#247D /tenperiod 16#2491 /tenroman 16#2179 /tesh 16#02A7 /tet 16#05D8 /tetdagesh 16#FB38 /tetdageshhebrew 16#FB38 /tethebrew 16#05D8 /tetsecyrillic 16#04B5 /tevirhebrew 16#059B /tevirlefthebrew 16#059B /thabengali 16#09A5 /thadeva 16#0925 /thagujarati 16#0AA5 /thagurmukhi 16#0A25 /thalarabic 16#0630 /thalfinalarabic 16#FEAC /thanthakhatlowleftthai 16#F898 /thanthakhatlowrightthai 16#F897 /thanthakhatthai 16#0E4C /thanthakhatupperleftthai 16#F896 /theharabic 16#062B /thehfinalarabic 16#FE9A /thehinitialarabic 16#FE9B /thehmedialarabic 16#FE9C /thereexists 16#2203 /therefore 16#2234 /theta 16#03B8 /theta1 16#03D1 /thetasymbolgreek 16#03D1 /thieuthacirclekorean 16#3279 /thieuthaparenkorean 16#3219 /thieuthcirclekorean 16#326B /thieuthkorean 16#314C /thieuthparenkorean 16#320B /thirteencircle 16#246C /thirteenparen 16#2480 /thirteenperiod 16#2494 /thonangmonthothai 16#0E11 /thook 16#01AD /thophuthaothai 16#0E12 /thorn 16#00FE /thothahanthai 16#0E17 /thothanthai 16#0E10 /thothongthai 16#0E18 /thothungthai 16#0E16 /thousandcyrillic 16#0482 /thousandsseparatorarabic 16#066C /thousandsseparatorpersian 16#066C /three 16#0033 /threearabic 16#0663 /threebengali 16#09E9 /threecircle 16#2462 /threecircleinversesansserif 16#278C /threedeva 16#0969 /threeeighths 16#215C /threegujarati 16#0AE9 /threegurmukhi 16#0A69 /threehackarabic 16#0663 /threehangzhou 16#3023 /threeideographicparen 16#3222 /threeinferior 16#2083 /threemonospace 16#FF13 /threenumeratorbengali 16#09F6 /threeoldstyle 16#F733 /threeparen 16#2476 /threeperiod 16#248A /threepersian 16#06F3 /threequarters 16#00BE /threequartersemdash 16#F6DE /threeroman 16#2172 /threesuperior 16#00B3 /threethai 16#0E53 /thzsquare 16#3394 /tihiragana 16#3061 /tikatakana 16#30C1 /tikatakanahalfwidth 16#FF81 /tikeutacirclekorean 16#3270 /tikeutaparenkorean 16#3210 /tikeutcirclekorean 16#3262 /tikeutkorean 16#3137 /tikeutparenkorean 16#3202 /tilde 16#02DC /tildebelowcmb 16#0330 /tildecmb 16#0303 /tildecomb 16#0303 /tildedoublecmb 16#0360 /tildeoperator 16#223C /tildeoverlaycmb 16#0334 /tildeverticalcmb 16#033E /timescircle 16#2297 /tipehahebrew 16#0596 /tipehalefthebrew 16#0596 /tippigurmukhi 16#0A70 /titlocyrilliccmb 16#0483 /tiwnarmenian 16#057F /tlinebelow 16#1E6F /tmonospace 16#FF54 /toarmenian 16#0569 /tohiragana 16#3068 /tokatakana 16#30C8 /tokatakanahalfwidth 16#FF84 /tonebarextrahighmod 16#02E5 /tonebarextralowmod 16#02E9 /tonebarhighmod 16#02E6 /tonebarlowmod 16#02E8 /tonebarmidmod 16#02E7 /tonefive 16#01BD /tonesix 16#0185 /tonetwo 16#01A8 /tonos 16#0384 /tonsquare 16#3327 /topatakthai 16#0E0F /tortoiseshellbracketleft 16#3014 /tortoiseshellbracketleftsmall 16#FE5D /tortoiseshellbracketleftvertical 16#FE39 /tortoiseshellbracketright 16#3015 /tortoiseshellbracketrightsmall 16#FE5E /tortoiseshellbracketrightvertical 16#FE3A /totaothai 16#0E15 /tpalatalhook 16#01AB /tparen 16#24AF /trademark 16#2122 /trademarksans 16#F8EA /trademarkserif 16#F6DB /tretroflexhook 16#0288 /triagdn 16#25BC /triaglf 16#25C4 /triagrt 16#25BA /triagup 16#25B2 /ts 16#02A6 /tsadi 16#05E6 /tsadidagesh 16#FB46 /tsadidageshhebrew 16#FB46 /tsadihebrew 16#05E6 /tsecyrillic 16#0446 /tsere 16#05B5 /tsere12 16#05B5 /tsere1e 16#05B5 /tsere2b 16#05B5 /tserehebrew 16#05B5 /tserenarrowhebrew 16#05B5 /tserequarterhebrew 16#05B5 /tserewidehebrew 16#05B5 /tshecyrillic 16#045B /tsuperior 16#F6F3 /ttabengali 16#099F /ttadeva 16#091F /ttagujarati 16#0A9F /ttagurmukhi 16#0A1F /tteharabic 16#0679 /ttehfinalarabic 16#FB67 /ttehinitialarabic 16#FB68 /ttehmedialarabic 16#FB69 /tthabengali 16#09A0 /tthadeva 16#0920 /tthagujarati 16#0AA0 /tthagurmukhi 16#0A20 /tturned 16#0287 /tuhiragana 16#3064 /tukatakana 16#30C4 /tukatakanahalfwidth 16#FF82 /tusmallhiragana 16#3063 /tusmallkatakana 16#30C3 /tusmallkatakanahalfwidth 16#FF6F /twelvecircle 16#246B /twelveparen 16#247F /twelveperiod 16#2493 /twelveroman 16#217B /twentycircle 16#2473 /twentyhangzhou 16#5344 /twentyparen 16#2487 /twentyperiod 16#249B /two 16#0032 /twoarabic 16#0662 /twobengali 16#09E8 /twocircle 16#2461 /twocircleinversesansserif 16#278B /twodeva 16#0968 /twodotenleader 16#2025 /twodotleader 16#2025 /twodotleadervertical 16#FE30 /twogujarati 16#0AE8 /twogurmukhi 16#0A68 /twohackarabic 16#0662 /twohangzhou 16#3022 /twoideographicparen 16#3221 /twoinferior 16#2082 /twomonospace 16#FF12 /twonumeratorbengali 16#09F5 /twooldstyle 16#F732 /twoparen 16#2475 /twoperiod 16#2489 /twopersian 16#06F2 /tworoman 16#2171 /twostroke 16#01BB /twosuperior 16#00B2 /twothai 16#0E52 /twothirds 16#2154 /u 16#0075 /uacute 16#00FA /ubar 16#0289 /ubengali 16#0989 /ubopomofo 16#3128 /ubreve 16#016D /ucaron 16#01D4 /ucircle 16#24E4 /ucircumflex 16#00FB /ucircumflexbelow 16#1E77 /ucyrillic 16#0443 /udattadeva 16#0951 /udblacute 16#0171 /udblgrave 16#0215 /udeva 16#0909 /udieresis 16#00FC /udieresisacute 16#01D8 /udieresisbelow 16#1E73 /udieresiscaron 16#01DA /udieresiscyrillic 16#04F1 /udieresisgrave 16#01DC /udieresismacron 16#01D6 /udotbelow 16#1EE5 /ugrave 16#00F9 /ugujarati 16#0A89 /ugurmukhi 16#0A09 /uhiragana 16#3046 /uhookabove 16#1EE7 /uhorn 16#01B0 /uhornacute 16#1EE9 /uhorndotbelow 16#1EF1 /uhorngrave 16#1EEB /uhornhookabove 16#1EED /uhorntilde 16#1EEF /uhungarumlaut 16#0171 /uhungarumlautcyrillic 16#04F3 /uinvertedbreve 16#0217 /ukatakana 16#30A6 /ukatakanahalfwidth 16#FF73 /ukcyrillic 16#0479 /ukorean 16#315C /umacron 16#016B /umacroncyrillic 16#04EF /umacrondieresis 16#1E7B /umatragurmukhi 16#0A41 /umonospace 16#FF55 /underscore 16#005F /underscoredbl 16#2017 /underscoremonospace 16#FF3F /underscorevertical 16#FE33 /underscorewavy 16#FE4F /union 16#222A /universal 16#2200 /uogonek 16#0173 /uparen 16#24B0 /upblock 16#2580 /upperdothebrew 16#05C4 /upsilon 16#03C5 /upsilondieresis 16#03CB /upsilondieresistonos 16#03B0 /upsilonlatin 16#028A /upsilontonos 16#03CD /uptackbelowcmb 16#031D /uptackmod 16#02D4 /uragurmukhi 16#0A73 /uring 16#016F /ushortcyrillic 16#045E /usmallhiragana 16#3045 /usmallkatakana 16#30A5 /usmallkatakanahalfwidth 16#FF69 /ustraightcyrillic 16#04AF /ustraightstrokecyrillic 16#04B1 /utilde 16#0169 /utildeacute 16#1E79 /utildebelow 16#1E75 /uubengali 16#098A /uudeva 16#090A /uugujarati 16#0A8A /uugurmukhi 16#0A0A /uumatragurmukhi 16#0A42 /uuvowelsignbengali 16#09C2 /uuvowelsigndeva 16#0942 /uuvowelsigngujarati 16#0AC2 /uvowelsignbengali 16#09C1 /uvowelsigndeva 16#0941 /uvowelsigngujarati 16#0AC1 /v 16#0076 /vadeva 16#0935 /vagujarati 16#0AB5 /vagurmukhi 16#0A35 /vakatakana 16#30F7 /vav 16#05D5 /vavdagesh 16#FB35 /vavdagesh65 16#FB35 /vavdageshhebrew 16#FB35 /vavhebrew 16#05D5 /vavholam 16#FB4B /vavholamhebrew 16#FB4B /vavvavhebrew 16#05F0 /vavyodhebrew 16#05F1 /vcircle 16#24E5 /vdotbelow 16#1E7F /vecyrillic 16#0432 /veharabic 16#06A4 /vehfinalarabic 16#FB6B /vehinitialarabic 16#FB6C /vehmedialarabic 16#FB6D /vekatakana 16#30F9 /venus 16#2640 /verticalbar 16#007C /verticallineabovecmb 16#030D /verticallinebelowcmb 16#0329 /verticallinelowmod 16#02CC /verticallinemod 16#02C8 /vewarmenian 16#057E /vhook 16#028B /vikatakana 16#30F8 /viramabengali 16#09CD /viramadeva 16#094D /viramagujarati 16#0ACD /visargabengali 16#0983 /visargadeva 16#0903 /visargagujarati 16#0A83 /vmonospace 16#FF56 /voarmenian 16#0578 /voicediterationhiragana 16#309E /voicediterationkatakana 16#30FE /voicedmarkkana 16#309B /voicedmarkkanahalfwidth 16#FF9E /vokatakana 16#30FA /vparen 16#24B1 /vtilde 16#1E7D /vturned 16#028C /vuhiragana 16#3094 /vukatakana 16#30F4 /w 16#0077 /wacute 16#1E83 /waekorean 16#3159 /wahiragana 16#308F /wakatakana 16#30EF /wakatakanahalfwidth 16#FF9C /wakorean 16#3158 /wasmallhiragana 16#308E /wasmallkatakana 16#30EE /wattosquare 16#3357 /wavedash 16#301C /wavyunderscorevertical 16#FE34 /wawarabic 16#0648 /wawfinalarabic 16#FEEE /wawhamzaabovearabic 16#0624 /wawhamzaabovefinalarabic 16#FE86 /wbsquare 16#33DD /wcircle 16#24E6 /wcircumflex 16#0175 /wdieresis 16#1E85 /wdotaccent 16#1E87 /wdotbelow 16#1E89 /wehiragana 16#3091 /weierstrass 16#2118 /wekatakana 16#30F1 /wekorean 16#315E /weokorean 16#315D /wgrave 16#1E81 /whitebullet 16#25E6 /whitecircle 16#25CB /whitecircleinverse 16#25D9 /whitecornerbracketleft 16#300E /whitecornerbracketleftvertical 16#FE43 /whitecornerbracketright 16#300F /whitecornerbracketrightvertical 16#FE44 /whitediamond 16#25C7 /whitediamondcontainingblacksmalldiamond 16#25C8 /whitedownpointingsmalltriangle 16#25BF /whitedownpointingtriangle 16#25BD /whiteleftpointingsmalltriangle 16#25C3 /whiteleftpointingtriangle 16#25C1 /whitelenticularbracketleft 16#3016 /whitelenticularbracketright 16#3017 /whiterightpointingsmalltriangle 16#25B9 /whiterightpointingtriangle 16#25B7 /whitesmallsquare 16#25AB /whitesmilingface 16#263A /whitesquare 16#25A1 /whitestar 16#2606 /whitetelephone 16#260F /whitetortoiseshellbracketleft 16#3018 /whitetortoiseshellbracketright 16#3019 /whiteuppointingsmalltriangle 16#25B5 /whiteuppointingtriangle 16#25B3 /wihiragana 16#3090 /wikatakana 16#30F0 /wikorean 16#315F /wmonospace 16#FF57 /wohiragana 16#3092 /wokatakana 16#30F2 /wokatakanahalfwidth 16#FF66 /won 16#20A9 /wonmonospace 16#FFE6 /wowaenthai 16#0E27 /wparen 16#24B2 /wring 16#1E98 /wsuperior 16#02B7 /wturned 16#028D /wynn 16#01BF /x 16#0078 /xabovecmb 16#033D /xbopomofo 16#3112 /xcircle 16#24E7 /xdieresis 16#1E8D /xdotaccent 16#1E8B /xeharmenian 16#056D /xi 16#03BE /xmonospace 16#FF58 /xparen 16#24B3 /xsuperior 16#02E3 /y 16#0079 /yaadosquare 16#334E /yabengali 16#09AF /yacute 16#00FD /yadeva 16#092F /yaekorean 16#3152 /yagujarati 16#0AAF /yagurmukhi 16#0A2F /yahiragana 16#3084 /yakatakana 16#30E4 /yakatakanahalfwidth 16#FF94 /yakorean 16#3151 /yamakkanthai 16#0E4E /yasmallhiragana 16#3083 /yasmallkatakana 16#30E3 /yasmallkatakanahalfwidth 16#FF6C /yatcyrillic 16#0463 /ycircle 16#24E8 /ycircumflex 16#0177 /ydieresis 16#00FF /ydotaccent 16#1E8F /ydotbelow 16#1EF5 /yeharabic 16#064A /yehbarreearabic 16#06D2 /yehbarreefinalarabic 16#FBAF /yehfinalarabic 16#FEF2 /yehhamzaabovearabic 16#0626 /yehhamzaabovefinalarabic 16#FE8A /yehhamzaaboveinitialarabic 16#FE8B /yehhamzaabovemedialarabic 16#FE8C /yehinitialarabic 16#FEF3 /yehmedialarabic 16#FEF4 /yehmeeminitialarabic 16#FCDD /yehmeemisolatedarabic 16#FC58 /yehnoonfinalarabic 16#FC94 /yehthreedotsbelowarabic 16#06D1 /yekorean 16#3156 /yen 16#00A5 /yenmonospace 16#FFE5 /yeokorean 16#3155 /yeorinhieuhkorean 16#3186 /yerahbenyomohebrew 16#05AA /yerahbenyomolefthebrew 16#05AA /yericyrillic 16#044B /yerudieresiscyrillic 16#04F9 /yesieungkorean 16#3181 /yesieungpansioskorean 16#3183 /yesieungsioskorean 16#3182 /yetivhebrew 16#059A /ygrave 16#1EF3 /yhook 16#01B4 /yhookabove 16#1EF7 /yiarmenian 16#0575 /yicyrillic 16#0457 /yikorean 16#3162 /yinyang 16#262F /yiwnarmenian 16#0582 /ymonospace 16#FF59 /yod 16#05D9 /yoddagesh 16#FB39 /yoddageshhebrew 16#FB39 /yodhebrew 16#05D9 /yodyodhebrew 16#05F2 /yodyodpatahhebrew 16#FB1F /yohiragana 16#3088 /yoikorean 16#3189 /yokatakana 16#30E8 /yokatakanahalfwidth 16#FF96 /yokorean 16#315B /yosmallhiragana 16#3087 /yosmallkatakana 16#30E7 /yosmallkatakanahalfwidth 16#FF6E /yotgreek 16#03F3 /yoyaekorean 16#3188 /yoyakorean 16#3187 /yoyakthai 16#0E22 /yoyingthai 16#0E0D /yparen 16#24B4 /ypogegrammeni 16#037A /ypogegrammenigreekcmb 16#0345 /yr 16#01A6 /yring 16#1E99 /ysuperior 16#02B8 /ytilde 16#1EF9 /yturned 16#028E /yuhiragana 16#3086 /yuikorean 16#318C /yukatakana 16#30E6 /yukatakanahalfwidth 16#FF95 /yukorean 16#3160 /yusbigcyrillic 16#046B /yusbigiotifiedcyrillic 16#046D /yuslittlecyrillic 16#0467 /yuslittleiotifiedcyrillic 16#0469 /yusmallhiragana 16#3085 /yusmallkatakana 16#30E5 /yusmallkatakanahalfwidth 16#FF6D /yuyekorean 16#318B /yuyeokorean 16#318A /yyabengali 16#09DF /yyadeva 16#095F /z 16#007A /zaarmenian 16#0566 /zacute 16#017A /zadeva 16#095B /zagurmukhi 16#0A5B /zaharabic 16#0638 /zahfinalarabic 16#FEC6 /zahinitialarabic 16#FEC7 /zahiragana 16#3056 /zahmedialarabic 16#FEC8 /zainarabic 16#0632 /zainfinalarabic 16#FEB0 /zakatakana 16#30B6 /zaqefgadolhebrew 16#0595 /zaqefqatanhebrew 16#0594 /zarqahebrew 16#0598 /zayin 16#05D6 /zayindagesh 16#FB36 /zayindageshhebrew 16#FB36 /zayinhebrew 16#05D6 /zbopomofo 16#3117 /zcaron 16#017E /zcircle 16#24E9 /zcircumflex 16#1E91 /zcurl 16#0291 /zdot 16#017C /zdotaccent 16#017C /zdotbelow 16#1E93 /zecyrillic 16#0437 /zedescendercyrillic 16#0499 /zedieresiscyrillic 16#04DF /zehiragana 16#305C /zekatakana 16#30BC /zero 16#0030 /zeroarabic 16#0660 /zerobengali 16#09E6 /zerodeva 16#0966 /zerogujarati 16#0AE6 /zerogurmukhi 16#0A66 /zerohackarabic 16#0660 /zeroinferior 16#2080 /zeromonospace 16#FF10 /zerooldstyle 16#F730 /zeropersian 16#06F0 /zerosuperior 16#2070 /zerothai 16#0E50 /zerowidthjoiner 16#FEFF /zerowidthnonjoiner 16#200C /zerowidthspace 16#200B /zeta 16#03B6 /zhbopomofo 16#3113 /zhearmenian 16#056A /zhebrevecyrillic 16#04C2 /zhecyrillic 16#0436 /zhedescendercyrillic 16#0497 /zhedieresiscyrillic 16#04DD /zihiragana 16#3058 /zikatakana 16#30B8 /zinorhebrew 16#05AE /zlinebelow 16#1E95 /zmonospace 16#FF5A /zohiragana 16#305E /zokatakana 16#30BE /zparen 16#24B5 /zretroflexhook 16#0290 /zstroke 16#01B6 /zuhiragana 16#305A /zukatakana 16#30BA .dicttomark readonly def /currentglobal where {pop currentglobal{setglobal}true setglobal} {{}} ifelse /MacRomanEncoding StandardEncoding 0 39 getinterval aload pop /quotesingle StandardEncoding 40 56 getinterval aload pop /grave StandardEncoding 97 31 getinterval aload pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave /icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde /uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash /questiondown/exclamdown/logicalnot/.notdef /florin/.notdef/.notdef/guillemotleft /guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright /quoteleft/quoteright/divide/.notdef /ydieresis/Ydieresis/fraction/currency /guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex /Idieresis/Igrave/Oacute/Ocircumflex /.notdef/Ograve/Uacute/Ucircumflex /Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron 256 packedarray 5 1 index .registerencoding .defineencoding exec /currentglobal where {pop currentglobal{setglobal}true setglobal} {{}} ifelse /MacRomanEncoding .findencoding /MacGlyphEncoding /.notdef/.null/CR 4 index 32 95 getinterval aload pop 99 index 128 45 getinterval aload pop /notequal/AE /Oslash/infinity/plusminus/lessequal/greaterequal /yen/mu1/partialdiff/summation/product /pi/integral/ordfeminine/ordmasculine/Ohm /ae/oslash/questiondown/exclamdown/logicalnot /radical/florin/approxequal/increment/guillemotleft /guillemotright/ellipsis/nbspace 174 index 203 12 getinterval aload pop /lozenge 187 index 216 24 getinterval aload pop /applelogo 212 index 241 7 getinterval aload pop /overscore 220 index 249 7 getinterval aload pop /Lslash/lslash/Scaron/scaron /Zcaron/zcaron/brokenbar/Eth/eth /Yacute/yacute/Thorn/thorn/minus /multiply/onesuperior/twosuperior/threesuperior/onehalf /onequarter/threequarters/franc/Gbreve/gbreve /Idotaccent/Scedilla/scedilla/Cacute/cacute /Ccaron/ccaron/dmacron 260 -1 roll pop 258 packedarray 7 1 index .registerencoding .defineencoding exec %PDF-1.2 4 0 obj <> /Contents 5 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <> endobj 10 0 obj <>endobj 11 0 obj <> endobj 12 0 obj <>endobj 13 0 obj <> endobj 14 0 obj <>endobj 16 0 obj <>stream 46 0 8 -60 30 -1 d1 22 0 0 59 8 -60 cm BI /IM true /W 22 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?M#s8W-!s8W-!s8W-!s8S EI endstream endobj 17 0 obj <>stream 46 0 0 -60 43 1 d1 43 0 0 61 0 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D@*V0a&!m4Zk+KM94s(hNN@OPC5[l:&k3VJ,fQKkr8YBs8W-!s8W-!qe:Q[s6ZZ_rN>hImA8P( V8E\G>?b3<@>0=;~> EI endstream endobj 19 0 obj <> endobj 20 0 obj <>endobj 21 0 obj <> endobj 22 0 obj <>endobj 23 0 obj <>stream 46 0 -1 -60 42 -1 d1 43 0 0 59 -1 -60 cm BI /IM true /W 43 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmIKq=&+sn,;YJ\$s90fQ^ik4hNKB*Z0-?D[k[<2n-NXhY[$pn%\o$s6Y5\mJWli]J,Yh$#EYn ef)F6##5X~> EI endstream endobj 24 0 obj <>stream 46 0 -1 -60 42 1 d1 43 0 0 61 -1 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3Xa@L+"dGX:TYkb)"MJ\ EI endstream endobj 25 0 obj <> endobj 26 0 obj <>endobj 27 0 obj <> endobj 28 0 obj <>endobj 29 0 obj <> endobj 30 0 obj <>endobj 31 0 obj <> endobj 32 0 obj <>endobj 33 0 obj <>stream 46 0 -1 -60 43 -1 d1 44 0 0 59 -1 -60 cm BI /IM true /W 44 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6.0^[M2Pmsk?2rqHEdrP/ EI endstream endobj 34 0 obj <> endobj 35 0 obj <>endobj 36 0 obj <> endobj 37 0 obj <>endobj 38 0 obj <> endobj 39 0 obj <>endobj 40 0 obj <> endobj 41 0 obj <>endobj 42 0 obj <> endobj 43 0 obj <>endobj 44 0 obj <> endobj 45 0 obj <>endobj 46 0 obj <> endobj 47 0 obj <>endobj 48 0 obj <> endobj 49 0 obj <>endobj 50 0 obj <> endobj 51 0 obj <>endobj 52 0 obj <> endobj 53 0 obj <>endobj 54 0 obj <> endobj 55 0 obj <>endobj 56 0 obj <> endobj 57 0 obj <>endobj 58 0 obj <>stream 46 0 -1 -59 42 2 d1 43 0 0 61 -1 -59 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3Xa@R8K%#GCRXT-t<8+Pq\\ds=gae*HmWs8U.=]%?G;\0[6^,DF"nE;R]mdik2S2n-QhjT#8[ qtL&9YP-ST[b$-7[OZ-/%:OsC-O]t~> EI endstream endobj 59 0 obj <> endobj 60 0 obj <>endobj 61 0 obj <> endobj 62 0 obj <>endobj 63 0 obj <>stream 46 0 -1 -60 43 -1 d1 44 0 0 59 -1 -60 cm BI /IM true /W 44 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?fS:]LIps8W+dX8i0H#X0U6rP-*chs]=opAY$h^V=^Eg\^a=rP/ EI endstream endobj 64 0 obj <> endobj 65 0 obj <>endobj 66 0 obj <> endobj 67 0 obj <>endobj 68 0 obj <> endobj 69 0 obj <>endobj 70 0 obj <> endobj 71 0 obj <>endobj 72 0 obj <>stream 46 0 -1 -60 42 1 d1 43 0 0 61 -1 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?sV0a)5!#X(9tT_UkL"<5d-VY$LYe\8fjS,`Nbs8LX%rNCA0_b75H(e^Jf]rp)_]J-u9TKU?q qqq=+anP70qlb.N]qr0L$mi/_lmt#K((:l~> EI endstream endobj 73 0 obj <> endobj 74 0 obj <>endobj 75 0 obj <> endobj 76 0 obj <>endobj 77 0 obj <> endobj 78 0 obj <>endobj 79 0 obj <> endobj 80 0 obj <>endobj 81 0 obj <>stream 46 0 -1 -60 42 1 d1 43 0 0 61 -1 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?sV0d2GDK>J-p:IP>u":ajQkr7)WI6[R&s8W-!qePN*hRd(#[MVYF_(CPu_[H,+K@)s@JHLh?_ZbYr~> EI endstream endobj 82 0 obj <> endobj 83 0 obj <>endobj 84 0 obj <> endobj 85 0 obj <>endobj 86 0 obj <> endobj 87 0 obj <>endobj 88 0 obj <>stream 0 0 -63 -51 0 -8 d1 63 0 0 43 -63 -51 cm BI /IM true /W 63 /H 43 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$TcNA7)Q2gmas8W-!s8W-!s8W,dJ,aA49=QCMR^$$nN5D~> EI endstream endobj 89 0 obj <>stream 0 0 -47 -26 0 -6 d1 47 0 0 20 -47 -26 cm BI /IM true /W 47 /H 20 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmIK6AiW-%*Aa,(7(:j?a'/&~> EI endstream endobj 90 0 obj <>stream 0 0 -47 -43 2 -4 d1 49 0 0 39 -47 -43 cm BI /IM true /W 49 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D9/<1WV8B":kc#-_U,(9;eM:OeY3NoG6=gl#$+.>O12FDu]k;s7cOtp"mCJ\#%rn%gd%n(QPu, lOOAL_;MP;J,~> EI endstream endobj 91 0 obj <>stream 0 0 -47 -39 2 -4 d1 49 0 0 35 -47 -39 cm BI /IM true /W 49 /H 35 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D@5S,_u.W&3J?rVs3'IVB;4r)q&U"GO'.KqYos`huCIkhnSTFh>QZW^L5kNL)5"`Is/'`@G8\S L(j~> EI endstream endobj 92 0 obj <>stream 0 0 -47 -40 2 -5 d1 49 0 0 35 -47 -40 cm BI /IM true /W 49 /H 35 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EN+5LYiX>r._KGqsFE5s8(@>[F3L?=='7da_1YRhu~> EI endstream endobj 93 0 obj <>stream 0 0 -63 -21 18 -5 d1 81 0 0 16 -63 -21 cm BI /IM true /W 81 /H 16 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$TcN4(Gs8W,s~> EI endstream endobj 94 0 obj <>stream 0 0 -63 -59 2 -4 d1 65 0 0 55 -63 -59 cm BI /IM true /W 65 /H 55 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?_m!tkqAi.9g=_@KEJ4W8sd&Ar#)+Pq\Zkm$oK]dM6HVq1]nS(Hp)qka&es8G9uJ,fQ*Qi@$A QiDC#f6ZiKGGVdP%ng="QJN83-6D[^]T%.)rX[rd49~> EI endstream endobj 95 0 obj <>stream 0 0 -47 -44 2 -4 d1 49 0 0 40 -47 -44 cm BI /IM true /W 49 /H 40 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D8k#,_NlTne9Ap<:s$dp&,dBcrBoU:SgeN]l-pDrkJL5?a$[+?a"m,]5![SQYI/cO+Z3AgUoY' fAHNl~> EI endstream endobj 96 0 obj <>stream 0 0 -63 -17 18 -2 d1 81 0 0 15 -63 -17 cm BI /IM true /W 81 /H 15 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -F)Jns8W-!r."bA~> EI endstream endobj 97 0 obj <>stream 50.5 0 -1 -61 49 -1 d1 50 0 0 60 -1 -61 cm BI /IM true /W 50 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D7%,B`J,4s8W-!s8W-!s8W-!s8W-!s8W-!s8W,pK"q>9~> EI endstream endobj 98 0 obj <>stream 46 0 0 -45 43 1 d1 43 0 0 46 0 -45 cm BI /IM true /W 43 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?s"*XEeuGX:TYk`@`r62GLk^7S!2TD^F`s7Q@`"+U@EHjfuSm;HA!YA&4JKXTK@KXe.c26a=% _1I1~> EI endstream endobj 99 0 obj <>stream 68.8 0 0 -45 64 -1 d1 64 0 0 44 0 -45 cm BI /IM true /W 64 /H 44 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DNa-*s+\,s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!GQ7]Mf6?U>g1bNC$nj_rTb#jmg2#DX_[&,U 0S+h+~> EI endstream endobj 100 0 obj <>stream 46 0 -1 -45 43 17 d1 44 0 0 62 -1 -45 cm BI /IM true /W 44 /H 62 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DZ#-J,fQKs8W-!O_NbVn:UB2+S`Zc0*E6X2q.EVrBK18s8?;Ss8W-!s7P2ts(h;]s4Ub^@4lg- $%!ESHX> EI endstream endobj 101 0 obj <>stream 27.5 0 -1 -45 27 -1 d1 28 0 0 44 -1 -45 cm BI /IM true /W 28 /H 44 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DNa8s8W-!s8W-!s8W-!s82ib^Z"q5+FcEVrVQ?X_o+M~> EI endstream endobj 102 0 obj <>stream 46 0 0 -45 45 1 d1 45 0 0 46 0 -45 cm BI /IM true /W 45 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?&GFb0gf+P)0KI6NMm-f,Cld![;+rVuWlrr'UHDr`TIb&R,@r%[1"I"QP:%+J_[hst.S\,Y1^ YejX!]+r'2_SLqY"T~> EI endstream endobj 103 0 obj <>stream 23 0 0 -56 22 1 d1 22 0 0 57 0 -56 cm BI /IM true /W 22 /H 57 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6_XI=>d3s8W-!s8W-!s8W-!s8W,si]mIa^]4?6s8VQ~> EI endstream endobj 104 0 obj <>stream 46 0 0 -44 41 1 d1 41 0 0 45 0 -44 cm BI /IM true /W 41 /H 45 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D7oB0*Ddk149K+l1@Lcn3N(ul20`FhuE0Fs8W-!s8W-!s8W-!s8W-!hu~> EI endstream endobj 105 0 obj <>stream 23 0 -1 -61 21 17 d1 22 0 0 78 -1 -61 cm BI /IM true /W 22 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DgbBT+h8)s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8V[eDu]_~> EI endstream endobj 106 0 obj <>stream 55.1 0 7 -61 54 -1 d1 47 0 0 60 7 -61 cm BI /IM true /W 47 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID 4q0P[V5:A!>$n,&qH@7&V5=#l=5$]?p67D:X_6"_XnK33[eBFgp@e4Rp@e2$hVR,GhVR,GhVR,GfD~> EI endstream endobj 107 0 obj <>stream 23 0 -1 -61 17 17 d1 18 0 0 78 -1 -61 cm BI /IM true /W 18 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$QL&_2Qs8W-!s8W-!s8W-!s8W-!s8W-!s8P!ls1e~> EI endstream endobj 108 0 obj <>stream 27.5 0 -1 -61 24 17 d1 25 0 0 78 -1 -61 cm BI /IM true /W 25 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D4]hU@lt5/UH$NInTFKoY4c!p&;^5s6F%ls8W-!s8DiprVsXiqqq;.pA]U9msb$"ID=M~> EI endstream endobj 109 0 obj <>stream 27.5 0 0 -61 22 16 d1 22 0 0 77 0 -61 cm BI /IM true /W 22 /H 77 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DkSmH[iN]rU8VArnm_4pV6`X^OQ:\p](9ns8Q:&s7Q6g?a!h??`!e!qH\Q:l#j.n~> EI endstream endobj 110 0 obj <> endobj 111 0 obj <>endobj 112 0 obj <> endobj 113 0 obj <>endobj 114 0 obj <>stream 32.5 0 0 -39 33 0 d1 33 0 0 39 0 -39 cm BI /IM true /W 33 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?'BTE"rks8W-!s8W-!s8W-!s7;5"^]~> EI endstream endobj 115 0 obj <>stream 9.17 0 0 -31 8 -1 d1 8 0 0 30 0 -31 cm BI /IM true /W 8 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmILs8W-!s8W-!qu~> EI endstream endobj 116 0 obj <>stream 9.17 0 0 -31 7 -1 d1 7 0 0 30 0 -31 cm BI /IM true /W 7 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$Ts8W-!s87i-q60b~> EI endstream endobj 117 0 obj <>stream 23 0 0 -24 22 8 d1 22 0 0 32 0 -24 cm BI /IM true /W 22 /H 32 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3m/s7.g^KB`#RNsIms4afQps8W,-^Y7SL_W#E@Xr'F>~> EI endstream endobj 118 0 obj <> endobj 119 0 obj <>endobj 120 0 obj <> endobj 121 0 obj <>endobj 122 0 obj <>stream 20.7 0 0 -24 20 0 d1 20 0 0 24 0 -24 cm BI /IM true /W 20 /H 24 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DN@V60[Ul5+e_! EI endstream endobj 123 0 obj <>stream 23 0 -1 -24 21 0 d1 22 0 0 24 -1 -24 cm BI /IM true /W 22 /H 24 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DDP$+Rk$2k4h78^7Y?Ns8W-!rNs?,GHMcgMSiP(TE~> EI endstream endobj 124 0 obj <>stream 17.7 0 0 -39 16 11 d1 16 0 0 50 0 -39 cm BI /IM true /W 16 /H 50 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6gn?FA5]df"ZtJ,cX#s8W-!s*k"Brr7K&rVPKcp@n~> EI endstream endobj 125 0 obj <>stream 29.5 0 0 -39 28 1 d1 28 0 0 40 0 -39 cm BI /IM true /W 28 /H 40 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D=4gJdf8aqL'G/dX=8+e,I(Rs8W-!m;N#?D0EA=`7ir4E+*bds8Vi~> EI endstream endobj 126 0 obj <>stream 17.7 0 -1 -29 17 0 d1 18 0 0 29 -1 -29 cm BI /IM true /W 18 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Dk`hs8W-!s8W-!rVqAbk0]Q7hnOEG~> EI endstream endobj 127 0 obj <>stream 26.6 0 0 -28 26 11 d1 26 0 0 39 0 -28 cm BI /IM true /W 26 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EQ\i^AH!b^A\'0s*q5%Y;W#e\(C)Nqt99(rHdA9=0M)Clhg?t^]~> EI endstream endobj 128 0 obj <>stream 17.7 0 -1 -39 14 11 d1 15 0 0 50 -1 -39 cm BI /IM true /W 15 /H 50 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -F'go\)6TPhtOn[^\@cCJ,fQKrG2GbldtISl$et&oq_~> EI endstream endobj 129 0 obj <> endobj 130 0 obj <>endobj 131 0 obj <> endobj 132 0 obj <>endobj 133 0 obj <>stream 35.4 0 0 -40 35 -1 d1 35 0 0 39 0 -40 cm BI /IM true /W 35 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -F)LVl#$$uQZ]aKV8[:i[JG4DURTj,T;M:p-gLAC8cJ@OdXSqWoUZ~> EI endstream endobj 134 0 obj <>stream 29.8 0 -1 -30 27 0 d1 28 0 0 30 -1 -30 cm BI /IM true /W 28 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EPiQs8W-!s8W-!j8V"Fs8W-!s8W,s~> EI endstream endobj 135 0 obj <>stream 23 0 0 -29 22 0 d1 22 0 0 29 0 -29 cm BI /IM true /W 22 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -GKL<)#q)%_qWgg@I-*8LA(Ar]\!2`[[4/794G?6_LM~> EI endstream endobj 136 0 obj <>stream 32.1 0 0 -31 32 1 d1 32 0 0 32 0 -31 cm BI /IM true /W 32 /H 32 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6*%@"I8AUZD%Q)q&Z&dViKis46iBs8W-!BlF%*mosLL]4l'u-*^Q\@)5)~> EI endstream endobj 137 0 obj <>stream 31 0 0 -20 29 -7 d1 29 0 0 13 0 -20 cm BI /IM true /W 29 /H 13 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmH2br,NeYPn~> EI endstream endobj 138 0 obj <>stream 29.5 0 0 -39 28 0 d1 28 0 0 39 0 -39 cm BI /IM true /W 28 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D=,OKH:\NH9P+j#5We EI endstream endobj 139 0 obj <>stream 29.5 0 -1 -39 27 0 d1 28 0 0 39 -1 -39 cm BI /IM true /W 28 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DAbB#Ws7%oR-TrUu+uIPCNW3PCNW4s8W-!s8-M[s(f;k]4lH#'t&c3(f1~> EI endstream endobj 140 0 obj <>stream 29.5 0 -1 -30 28 11 d1 29 0 0 41 -1 -30 cm BI /IM true /W 29 /H 41 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EQ-=s8W-!s5a3s&&N^$-TAmOo`'>(s*B1ps8W,,p&AglGOWISg(j"%=G$b~> EI endstream endobj 141 0 obj <>stream 44.3 0 -1 -30 41 -1 d1 42 0 0 29 -1 -30 cm BI /IM true /W 42 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Dk`2^q]pLs8W-!s8W-!s8W-!s8W,Tqb;S!KG[@O6@BBuCYEP8_@.g~> EI endstream endobj 142 0 obj <> endobj 143 0 obj <>endobj 144 0 obj <> endobj 145 0 obj <>endobj 146 0 obj <>stream 29.5 0 0 -39 20 -1 d1 20 0 0 38 0 -39 cm BI /IM true /W 20 /H 38 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?M#s8W-!s8W-!nlgMJOAERYrP/~> EI endstream endobj 147 0 obj <> endobj 148 0 obj <>endobj 149 0 obj <> endobj 150 0 obj <>endobj 151 0 obj <>stream 26.6 0 0 -29 26 1 d1 26 0 0 30 0 -29 cm BI /IM true /W 26 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D:kR" EI endstream endobj 152 0 obj <>stream 29.5 0 -1 -29 28 1 d1 29 0 0 30 -1 -29 cm BI /IM true /W 29 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DDRu"<,X&:X9T(dLXh(qu>Qg_tHoTSJPePndD'5UUU/ls7cBV0UEj3)T)^~> EI endstream endobj 153 0 obj <>stream 14.8 0 0 -35 14 1 d1 14 0 0 36 0 -35 cm BI /IM true /W 14 /H 36 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DKI7o8iqOs8W-!s8W,u#`p#*i6FRes6p~> EI endstream endobj 154 0 obj <>stream 29.5 0 -1 -28 26 1 d1 27 0 0 29 -1 -28 cm BI /IM true /W 27 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D:s'Jdf8aqL3h45mQkVs82irs8W-!s8W-!s53~> EI endstream endobj 155 0 obj <>stream 29.5 0 -1 -29 27 1 d1 28 0 0 30 -1 -29 cm BI /IM true /W 28 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DAZ&Je(03kkR@E+/\\FIY[Uq EI endstream endobj 156 0 obj <> endobj 157 0 obj <>endobj 158 0 obj <> endobj 159 0 obj <>endobj 160 0 obj <>stream 29.5 0 -1 -30 27 0 d1 28 0 0 30 -1 -30 cm BI /IM true /W 28 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DAbB":n:(8'U6?hbUBHs62KBs8W-!f%ki0mp3*6$#EYnedN5~> EI endstream endobj 161 0 obj <>stream 14.8 0 0 -40 15 -1 d1 15 0 0 39 0 -40 cm BI /IM true /W 15 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Dkb^s8W-!s8W-!s8W'(L)^0Nc6*)dmq.-c]Jo~> EI endstream endobj 162 0 obj <>stream 11.8 0 -1 -40 8 -1 d1 9 0 0 39 -1 -40 cm BI /IM true /W 9 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmILs8W-!s8W-!OUZg%kPt#~> EI endstream endobj 163 0 obj <>stream 11.8 0 -1 -40 8 -1 d1 9 0 0 39 -1 -40 cm BI /IM true /W 9 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmILs8W-!s8W-!s8W-!J,~> EI endstream endobj 164 0 obj <> endobj 165 0 obj <>endobj 166 0 obj <> endobj 167 0 obj <>endobj 168 0 obj <> endobj 169 0 obj <>endobj 170 0 obj <> endobj 171 0 obj <>endobj 172 0 obj <> endobj 173 0 obj <>endobj 174 0 obj <> endobj 175 0 obj <>endobj 176 0 obj <> endobj 177 0 obj <>endobj 178 0 obj <> endobj 179 0 obj <>endobj 180 0 obj <> endobj 181 0 obj <>endobj 182 0 obj <> endobj 183 0 obj <>endobj 184 0 obj <> endobj 185 0 obj <>endobj 186 0 obj <> endobj 187 0 obj <>endobj 188 0 obj <> endobj 189 0 obj <>endobj 190 0 obj <> endobj 191 0 obj <>endobj 192 0 obj <> endobj 193 0 obj <>endobj 194 0 obj <> endobj 195 0 obj <>endobj 196 0 obj <> endobj 197 0 obj <>endobj 198 0 obj <> endobj 199 0 obj <>endobj 200 0 obj <> endobj 201 0 obj <>endobj 202 0 obj <> endobj 203 0 obj <>endobj 204 0 obj <> endobj 205 0 obj <>endobj 206 0 obj <> endobj 207 0 obj <>endobj 208 0 obj <> endobj 209 0 obj <>endobj 210 0 obj <> endobj 211 0 obj <>endobj 212 0 obj <> endobj 213 0 obj <>endobj 214 0 obj <> endobj 215 0 obj <>endobj 216 0 obj <> endobj 217 0 obj <>endobj 218 0 obj <> endobj 219 0 obj <>endobj 220 0 obj <> endobj 221 0 obj <>endobj 222 0 obj <> endobj 223 0 obj <>endobj 224 0 obj <> endobj 225 0 obj <>endobj 226 0 obj <> endobj 227 0 obj <>endobj 228 0 obj <> endobj 229 0 obj <>endobj 230 0 obj <> endobj 231 0 obj <>endobj 232 0 obj <> endobj 233 0 obj <>endobj 234 0 obj <> endobj 235 0 obj <>endobj 236 0 obj <> endobj 237 0 obj <>endobj 238 0 obj <> endobj 239 0 obj <>endobj 240 0 obj <> endobj 241 0 obj <>endobj 242 0 obj <> endobj 243 0 obj <>endobj 244 0 obj <> endobj 245 0 obj <>endobj 246 0 obj <> endobj 247 0 obj <>endobj 248 0 obj <> endobj 249 0 obj <>endobj 250 0 obj <> endobj 251 0 obj <>endobj 252 0 obj <> endobj 253 0 obj <>endobj 254 0 obj <> endobj 255 0 obj <>endobj 256 0 obj <> endobj 257 0 obj <>endobj 258 0 obj <> endobj 259 0 obj <>endobj 260 0 obj <> endobj 261 0 obj <>endobj 262 0 obj <> endobj 263 0 obj <>endobj 264 0 obj <> endobj 265 0 obj <>endobj 266 0 obj <> endobj 267 0 obj <>endobj 268 0 obj <> endobj 269 0 obj <>endobj 270 0 obj <> endobj 271 0 obj <>endobj 272 0 obj <> endobj 273 0 obj <>endobj 274 0 obj <> endobj 275 0 obj <>endobj 276 0 obj <> endobj 277 0 obj <>endobj 278 0 obj <> endobj 279 0 obj <>endobj 280 0 obj <> endobj 281 0 obj <>endobj 282 0 obj <> endobj 283 0 obj <>endobj 284 0 obj <> endobj 285 0 obj <>endobj 286 0 obj <> endobj 287 0 obj <>endobj 288 0 obj <> endobj 289 0 obj <>endobj 290 0 obj <> endobj 291 0 obj <>endobj 292 0 obj <> endobj 293 0 obj <>endobj 294 0 obj <> endobj 295 0 obj <>endobj 296 0 obj <> endobj 297 0 obj <>endobj 298 0 obj <> endobj 299 0 obj <>endobj 300 0 obj <> endobj 301 0 obj <>endobj 302 0 obj <> endobj 303 0 obj <>endobj 304 0 obj <> endobj 305 0 obj <>endobj 306 0 obj <> endobj 307 0 obj <>endobj 308 0 obj <> endobj 309 0 obj <>endobj 310 0 obj <> endobj 311 0 obj <>endobj 312 0 obj <> endobj 313 0 obj <>endobj 314 0 obj <> endobj 315 0 obj <>endobj 316 0 obj <> endobj 317 0 obj <>endobj 318 0 obj <> endobj 319 0 obj <>endobj 320 0 obj <> endobj 321 0 obj <>endobj 322 0 obj <> endobj 323 0 obj <>endobj 324 0 obj <> endobj 325 0 obj <>endobj 326 0 obj <> endobj 327 0 obj <>endobj 328 0 obj <> endobj 329 0 obj <>endobj 330 0 obj <> endobj 331 0 obj <>endobj 332 0 obj <> endobj 333 0 obj <>endobj 334 0 obj <> endobj 335 0 obj <>endobj 336 0 obj <> endobj 337 0 obj <>endobj 338 0 obj <> endobj 339 0 obj <>endobj 340 0 obj <>stream 11.8 0 8 -60 30 -1 d1 22 0 0 59 8 -60 cm BI /IM true /W 22 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?M#s8W-!s8W-!s8W-!s8S EI endstream endobj 341 0 obj <>stream 11.8 0 0 -60 43 1 d1 43 0 0 61 0 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?sV0d2GDK>J-p:IP>u":ajQkr7)WI6[R&s8W-!qePN*hRd(#[MVYF_(CPu_[H,+K@)s@JHLh?_ZbYr~> EI endstream endobj 342 0 obj <> endobj 343 0 obj <>endobj 344 0 obj <> endobj 345 0 obj <>endobj 346 0 obj <>stream 11.8 0 0 -60 43 -1 d1 43 0 0 59 0 -60 cm BI /IM true /W 43 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmIKq=&+sn,;YJ\$s90fQ^ik4hNKB*Z0-?D[k[<2n-NXhY[$prnmbSs6Y5\mJWli]J,Yh$#EYn ef)F6##5X~> EI endstream endobj 347 0 obj <>stream 11.8 0 0 -60 43 1 d1 43 0 0 61 0 -60 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D@*V0a&!m4Zk+KM94s(hNN@OPC5[l:&k3VJ,fQKkr8YBs8W-!s8W-!qe:Q[s6ZZ_rN>hImA8P( V8E\G>?b3<@>0=;~> EI endstream endobj 348 0 obj <> endobj 349 0 obj <>endobj 350 0 obj <> endobj 351 0 obj <>endobj 352 0 obj <> endobj 353 0 obj <>endobj 354 0 obj <> endobj 355 0 obj <>endobj 356 0 obj <>stream 11.8 0 -1 -60 43 -1 d1 44 0 0 59 -1 -60 cm BI /IM true /W 44 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?fS:]LIps8W+dX8i0H#X0U6rP-*chs]=opAY$h^V=^Eg\^a=rP/ EI endstream endobj 357 0 obj <> endobj 358 0 obj <>endobj 359 0 obj <> endobj 360 0 obj <>endobj 361 0 obj <> endobj 362 0 obj <>endobj 363 0 obj <> endobj 364 0 obj <>endobj 365 0 obj <> endobj 366 0 obj <>endobj 367 0 obj <> endobj 368 0 obj <>endobj 369 0 obj <> endobj 370 0 obj <>endobj 371 0 obj <> endobj 372 0 obj <>endobj 373 0 obj <>stream 11.8 0 -1 -59 42 2 d1 43 0 0 61 -1 -59 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3Xa@R8K%#GCRXT-t<8+Pq\\ds=gae*HmWs8U.=]%?G;\0[6^,DF"nE;R]mdik2S2n-QhjT#8[ qtL&9YP-ST[b$-7[OZ-/%:OsC-O]t~> EI endstream endobj 374 0 obj <> endobj 375 0 obj <>endobj 376 0 obj <> endobj 377 0 obj <>endobj 378 0 obj <> endobj 379 0 obj <>endobj 380 0 obj <> endobj 381 0 obj <>endobj 382 0 obj <>stream 11.8 0 -1 -59 42 2 d1 43 0 0 61 -1 -59 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3Xa@L+"dGX:TYkb)"MJ\ EI endstream endobj 383 0 obj <> endobj 384 0 obj <>endobj 385 0 obj <> endobj 386 0 obj <>endobj 387 0 obj <>stream 11.8 0 -1 -59 42 2 d1 43 0 0 61 -1 -59 cm BI /IM true /W 43 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?sV0a)5!#X(9tT_UkL"<5d-VY$LYe\8fjS,`Nbs8LX%rNCA0_b75H(e^Jf]rp)_]J-u9TKU?q qqq=+anP70qlb.N]qr0L$mi/_lmt#K((:l~> EI endstream endobj 388 0 obj <> endobj 389 0 obj <>endobj 390 0 obj <> endobj 391 0 obj <>endobj 392 0 obj <>stream 11.8 0 -1 -59 43 0 d1 44 0 0 59 -1 -59 cm BI /IM true /W 44 /H 59 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6.0^[M2Pmsk?2rqHEdrP/ EI endstream endobj 393 0 obj <> endobj 394 0 obj <>endobj 395 0 obj <> endobj 396 0 obj <>endobj 397 0 obj <> endobj 398 0 obj <>endobj 399 0 obj <> endobj 400 0 obj <>endobj 401 0 obj <> endobj 402 0 obj <>endobj 403 0 obj <>stream 11.8 0 -63 -52 0 -9 d1 63 0 0 43 -63 -52 cm BI /IM true /W 63 /H 43 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$TcNA7)Q2gmas8W-!s8W-!s8W,dJ,aA49=QCMR^$$nN5D~> EI endstream endobj 404 0 obj <>stream 11.8 0 -47 -26 0 -6 d1 47 0 0 20 -47 -26 cm BI /IM true /W 47 /H 20 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmIK6AiW-%*Aa,(7(:j?a'/&~> EI endstream endobj 405 0 obj <>stream 11.8 0 -47 -43 2 -4 d1 49 0 0 39 -47 -43 cm BI /IM true /W 49 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D9/<1WV8B":kc#-_U,(9;eM:OeY3NoG6=gl#$+.>O12FDu]k;s7cOtp"mCJ\#%rn%gd%n(QPu, lOOAL_;MP;J,~> EI endstream endobj 406 0 obj <>stream 11.8 0 -47 -38 2 -3 d1 49 0 0 35 -47 -38 cm BI /IM true /W 49 /H 35 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D@5S,_u.W&3J?rVs3'IVB;4r)q&U"GO'.KqYos`huCIkhnSTFh>QZW^L5kNL)5"`Is/'`@G8\S L(j~> EI endstream endobj 407 0 obj <>stream 11.8 0 -47 -41 2 -6 d1 49 0 0 35 -47 -41 cm BI /IM true /W 49 /H 35 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EN+5LYiX>r._KGqsFE5s8(@>[F3L?=='7da_1YRhu~> EI endstream endobj 408 0 obj <>stream 11.8 0 -63 -21 18 -5 d1 81 0 0 16 -63 -21 cm BI /IM true /W 81 /H 16 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$TcN4(Gs8W,s~> EI endstream endobj 409 0 obj <>stream 11.8 0 -63 -60 2 -5 d1 65 0 0 55 -63 -60 cm BI /IM true /W 65 /H 55 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?_m!tkqAi.9g=_@KEJ4W8sd&Ar#)+Pq\Zkm$bkDl;$%Vq1]nS(Hp)qka&es8G9uJ,fQ*Qi@$A QiDC#f6ZiKGGVdP%ng="QJN83-6D[^]T%.)rX[rd49~> EI endstream endobj 410 0 obj <>stream 11.8 0 -47 -44 2 -4 d1 49 0 0 40 -47 -44 cm BI /IM true /W 49 /H 40 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D8k#,_NlTne9Ap<:s$dp&,dBcrBoU:SgeN]l-pDrkJL5?a$[+?a"m,]5![SQYI/cO+Z3AgUoY' fAHNl~> EI endstream endobj 411 0 obj <>stream 11.8 0 -63 -17 18 -2 d1 81 0 0 15 -63 -17 cm BI /IM true /W 81 /H 15 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -F)Jns8W-!r."bA~> EI endstream endobj 412 0 obj <>stream 18.3 0 0 -60 14 0 d1 14 0 0 60 0 -60 cm BI /IM true /W 14 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DUV@s8W-!s8W-!s8W-!s8W-!s8W-!^]~> EI endstream endobj 413 0 obj <>stream 45.9 0 -1 -44 42 2 d1 43 0 0 46 -1 -44 cm BI /IM true /W 43 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?sV0d2GDK@A;ud6QQ?%Hnql:ScnH5.B#@rf_j3s8W-!s''XGrN>hIs0e80YejTQ-*^ZY>?G EI endstream endobj 414 0 obj <>stream 45.9 0 -1 -44 40 18 d1 41 0 0 62 -1 -44 cm BI /IM true /W 41 /H 62 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D7n74:t=$&9pu:lcKBW":b#":%\I3^-D(J@Wqqs#X4kVVpRce5mB@Vo^nci]"YrRV>pSqs8W-! \+TatY5>BQg>T/g&Xq@TrN6uCKu&F0#+t~> EI endstream endobj 415 0 obj <>stream 45.9 0 -1 -60 24 18 d1 25 0 0 78 -1 -60 cm BI /IM true /W 25 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D4]hU@lt5/UH$NInTFKoY4c!p&;^5s6F%ls8W-!s51TkrVsXiqqq;.pA]U9msb$"ID=M~> EI endstream endobj 416 0 obj <>stream 55.1 0 0 -60 54 0 d1 54 0 0 60 0 -60 cm BI /IM true /W 54 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D4bn1js`&qq(Z9p&F=MJ,6icr@@X-p&4a#It"S.hb*qCd_GbQYQ'#$s5-HKdVo0XS,`F6s8P[* p%iV*I[g*~> EI endstream endobj 417 0 obj <>stream 18.3 0 0 -60 13 0 d1 13 0 0 60 0 -60 cm BI /IM true /W 13 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DgbBs8W-!s8W-!s8W-!s8G:nJ,b]3s8VQ~> EI endstream endobj 418 0 obj <>stream 41.3 0 -1 -44 38 2 d1 39 0 0 46 -1 -44 cm BI /IM true /W 39 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?#VGT_5skWC6LM#t?l#O/sp8\b:4ijGV7j;ZX2+D(pfQ4R4-#T#?"oKs')/Hsa5j9YeaG5g+# [MW;-lO@]>KnBO~> EI endstream endobj 419 0 obj <>stream 41.3 0 -1 -44 39 2 d1 40 0 0 46 -1 -44 cm BI /IM true /W 40 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D3XaGT_5sl07HrTUp]:H;E"9?VgDtfDj8BRVVs's8W,4s2]$TpKcA9hmSkeY[Ed;[BQmd(g&Ig~> EI endstream endobj 420 0 obj <>stream 41.3 0 -1 -55 21 2 d1 22 0 0 57 -1 -55 cm BI /IM true /W 22 /H 57 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6_XI=>d3s8W-!s8W-!s8W-!s8W,si]mIa^]4?6s8VQ~> EI endstream endobj 421 0 obj <>stream 41.3 0 -1 -43 39 18 d1 40 0 0 61 -1 -43 cm BI /IM true /W 40 /H 61 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DNaB:kS5NqrQ.^HiDps^[;'qYCEa*YCE`?^\,=5rEJUfQXrUp$%I=ABW?`WqP qs+~> EI endstream endobj 422 0 obj <>stream 41.3 0 -1 -60 21 18 d1 22 0 0 78 -1 -60 cm BI /IM true /W 22 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DgbBT+h8)s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8V[eDu]_~> EI endstream endobj 423 0 obj <>stream 55.1 0 7 -60 51 0 d1 44 0 0 60 7 -60 cm BI /IM true /W 44 /H 60 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -E-]SJ,fQKs8W-!s8W-!r^MOuqr.;,4rPMqIfA6>^YaP@s8W,Nf<;BSlen*Ef3BpE"T~> EI endstream endobj 424 0 obj <>stream 55.1 0 -1 -44 44 2 d1 45 0 0 46 -1 -44 cm BI /IM true /W 45 /H 46 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?&GFb0gf+P)0KI6NMm-f,Cld![;+rVuWlrr'UHDr`TIb&R,@r%[1"I"QP:%+J_[hst.S\,Y1^ YejX!]+r'2_SLqY"T~> EI endstream endobj 425 0 obj <>stream 55.1 0 0 -60 18 18 d1 18 0 0 78 0 -60 cm BI /IM true /W 18 /H 78 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Fa$QL&_2Qs8W-!s8W-!s8W-!s8W-!s8W-!s8P!ls1e~> EI endstream endobj 426 0 obj <>stream 55.1 0 0 -60 22 17 d1 22 0 0 77 0 -60 cm BI /IM true /W 22 /H 77 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DkSmH[iN]rU8VArnm_4pV6`X^OQ:\p](9ns8Q:&s7Q6g?a!h??`!e!qH\Q:l#j.n~> EI endstream endobj 427 0 obj <>stream 45.9 0 0 -61 44 1 d1 44 0 0 62 0 -61 cm BI /IM true /W 44 /H 62 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D@Zf0a&"7_$B0g:XerL2oHir$2SS EI endstream endobj 428 0 obj <> endobj 429 0 obj <>endobj 430 0 obj <> endobj 431 0 obj <>endobj 432 0 obj <>stream 45.9 0 0 -39 28 1 d1 28 0 0 40 0 -39 cm BI /IM true /W 28 /H 40 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D=4gJdf8aqL'G/dX=8+e,I(Rs8W-!m;N#?D0EA=`7ir4E+*bds8Vi~> EI endstream endobj 433 0 obj <>stream 45.9 0 -1 -29 17 0 d1 18 0 0 29 -1 -29 cm BI /IM true /W 18 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Dk`hs8W-!s8W-!rVqAbk0]Q7hnOEG~> EI endstream endobj 434 0 obj <>stream 45.9 0 -1 -28 25 11 d1 26 0 0 39 -1 -28 cm BI /IM true /W 26 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EQ\i^AH!b^A\'0s*q5%Y;W#e\(C)Ns3p:_rHdA9=0M)Clhg?t^]~> EI endstream endobj 435 0 obj <> endobj 436 0 obj <>endobj 437 0 obj <> endobj 438 0 obj <>endobj 439 0 obj <>stream 45.9 0 0 -39 35 0 d1 35 0 0 39 0 -39 cm BI /IM true /W 35 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -F(A>g09$jG*_$s?)>$uQYC=6V;6!kl#Bp3m=(Y?kiVQO-gA<_8c$,)dXSqWoUkSD]dJ=~> EI endstream endobj 440 0 obj <>stream 45.9 0 -1 -31 27 -1 d1 28 0 0 30 -1 -31 cm BI /IM true /W 28 /H 30 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EPiQs8W-!s8W-!j8V"Fs8W-!s8W,s~> EI endstream endobj 441 0 obj <>stream 45.9 0 -1 -30 21 -1 d1 22 0 0 29 -1 -30 cm BI /IM true /W 22 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -GKL<)#q)%_qWgg@I-*8LA(Ar]\!2`[[4/794G?6_LM~> EI endstream endobj 442 0 obj <>stream 45.9 0 -1 -32 31 0 d1 32 0 0 32 -1 -32 cm BI /IM true /W 32 /H 32 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D6*%@"I8AUZD%Q)q&Z&dViKis46iBs8W-!BlF%*mosLL]4l'u-*^Q\@)5)~> EI endstream endobj 443 0 obj <>stream 45.9 0 0 -19 29 -6 d1 29 0 0 13 0 -19 cm BI /IM true /W 29 /H 13 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EmH2br,NeYPn~> EI endstream endobj 444 0 obj <>stream 45.9 0 0 -38 28 1 d1 28 0 0 39 0 -38 cm BI /IM true /W 28 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D=,OKH:\NH9P+j#5We EI endstream endobj 445 0 obj <>stream 45.9 0 -1 -38 27 1 d1 28 0 0 39 -1 -38 cm BI /IM true /W 28 /H 39 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -DAbB#Ws7%oR-TrUu+uIPCNW3PCNW4s8W-!s8-M[s(f;k]4lH#'t&c3(f1~> EI endstream endobj 446 0 obj <>stream 45.9 0 -1 -29 28 12 d1 29 0 0 41 -1 -29 cm BI /IM true /W 29 /H 41 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -EQ-=s8W-!s5a3s&&N^$-TAmOo`'>(s*B1ps8W,,p&AglGOWISg(j"%=G$b~> EI endstream endobj 447 0 obj <>stream 45.9 0 -1 -29 41 0 d1 42 0 0 29 -1 -29 cm BI /IM true /W 42 /H 29 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -Dk`2^q]pLs8W-!s8W-!s8W-!s8W,Tqb;S!KG[@O6@BBuCYEP8_@.g~> EI endstream endobj 448 0 obj <> endobj 449 0 obj <>endobj 450 0 obj <> endobj 451 0 obj <>endobj 452 0 obj <>stream 45.9 0 0 -38 20 0 d1 20 0 0 38 0 -38 cm BI /IM true /W 20 /H 38 /BPC 1 /D[1 0] /F[/A85 /CCF] /DP[null <>] ID -D?M#s8W-!s8W-!nlgMJOAERYrP/~> EI endstream endobj 453 0 obj <> endobj 454 0 obj <>endobj 455 0 obj <> endobj 456 0 obj <> endobj 9 0 obj <>stream J03]G3$]7K#D>EP:q1$o*=mro@So+\<\4E(J,~> endstream endobj 8 0 obj <>stream J,g]g3$]7K#D>EP:q1$o*=mro@So+\<\4E(J,~> endstream endobj 6 0 obj <>stream J,fj_!+5eq!"/c4J,j6_XoK"5#XAAl!1X#sJ-R1s&-/'t$@i@H!#P^?!"aYc!!!9)X8ic]#@INS !6,!S!";*n=9*4=TFHDOO9&kl+oiC/!mgt$!%Is[5QIGX!!!Z4'>OX!!Gh`g!#P\;O9$m4'EAbr !RLi]!"JuF!!;Wj;uds>'`\;S!H\;q!#NEPJ,slp0`VYJ!.Y)8!$_IPJ,iCH9E6C>%0-BI!;lg0 !"j_^O9%`L,QJ7g!+5gQ!#ttL!!)Kh8,sq9%tFZl!?;(X!"V endstream endobj 18 0 obj <>/FontMatrix[1 0 0 1 0 0]/FontBBox[0 0 81 61]/FirstChar 0/LastChar 115/Widths[ 46 46 46 46 0 0 0 0 0 0 0 0 46 68.8 46 27.5 46 23 46 23 55.1 23 27.5 32.5 9.17 23 23 29.5 17.7 26.6 17.7 35.4 17.7 23 32.1 29.5 29.5 29.5 44.3 29.5 27.5 26.6 29.5 14.8 29.5 29.5 29.5 14.8 11.8 46 11.8 46 46 11.8 46 11.8 46 11.8 11.8 11.8 11.8 31 11.8 11.8 11.8 11.8 11.8 11.8 11.8 11.8 11.8 11.8 29.8 11.8 11.8 18.3 45.9 45.9 45.9 55.1 0 18.3 41.3 41.3 50.5 41.3 41.3 41.3 55.1 55.1 55.1 55.1 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 45.9 0 0 9.17 0 0 0 0 0 0 20.7] /Subtype/Type3>> endobj 15 0 obj <> endobj 5 0 obj <>stream q 0.1 0 0 0.1 0 0 cm /R10 gs q 751.18 4112.32 m 2537.03 4112.32 l 2537.03 7860.84 l 751.18 7860.84 l h W n 1 G 1 g 1 i 751.18 4112.32 1785.85 3748.52 re f 1 G 1 g 751.18 4112.32 1785.85 3748.52 re f Q q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 1 G 1 g 1 i 752.949 5987.76 3758.84 1873.08 re f 950.426 6199.25 1548.72 1505.89 re f* /R12 gs 2.94938 w 1 j q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 6204.36 l 2497.09 6204.36 l 2497.09 7711.5 l 949.643 7711.5 l S Q [ 0 23.595 ] 0 d 1.96625 w 1 J 0 g 0 G q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 949.643 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1225.9 6204.36 m 1225.9 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1225.9 7711.5 m 1225.9 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1502.16 6204.36 m 1502.16 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1502.16 7711.5 m 1502.16 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1778.42 6204.36 m 1778.42 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 1778.42 7711.5 m 1778.42 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2055.17 6204.36 m 2055.17 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2055.17 7711.5 m 2055.17 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2331.43 6204.36 m 2331.43 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2331.43 7711.5 m 2331.43 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 2497.58 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7711.5 m 2497.58 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7523.23 m 2497.58 7523.23 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7523.23 m 2497.58 7523.23 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7334.96 m 2497.58 7334.96 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7334.96 m 2497.58 7334.96 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7146.69 m 2497.58 7146.69 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7146.69 m 2497.58 7146.69 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6957.93 m 2497.58 6957.93 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6957.93 m 2497.58 6957.93 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6769.67 m 2497.58 6769.67 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6769.67 m 2497.58 6769.67 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6581.39 m 2497.58 6581.39 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6581.39 m 2497.58 6581.39 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6393.13 m 2497.58 6393.13 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6393.13 m 2497.58 6393.13 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 2497.58 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6204.36 m 2497.58 6204.36 l S Q [ ] 0 d 2.94938 w 0 J q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 2497.09 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 2497.09 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.09 7711.5 m 2497.09 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 2497.09 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 949.643 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 7696.26 l S Q /R14 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 85.8 610.5 Tm <31000000>Tj ET Q /R20 gs q 1.00082 0 0 0.999176 0 0 cm 1225.9 6204.36 m 1225.9 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 1225.9 7711.5 m 1225.9 7696.26 l S Q /R22 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 113.4 610.5 Tm [(1)-1000<0102>1000<00>]TJ ET Q /R26 gs q 1.00082 0 0 0.999176 0 0 cm 1502.16 6204.36 m 1502.16 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 1502.16 7711.5 m 1502.16 7696.26 l S Q /R28 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 141.1 610.5 Tm [(1)-1000<02>1000<0000>]TJ ET Q /R30 gs q 1.00082 0 0 0.999176 0 0 cm 1778.42 6204.36 m 1778.42 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 1778.42 7711.5 m 1778.42 7696.26 l S Q /R32 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 168.7 610.5 Tm [(1)-1000<0302>1000<00>]TJ ET Q /R35 gs q 1.00082 0 0 0.999176 0 0 cm 2055.17 6204.36 m 2055.17 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 2055.17 7711.5 m 2055.17 7696.26 l S Q /R37 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 196.5 610.5 Tm [<01>1000<000000>]TJ ET Q /R39 gs q 1.00082 0 0 0.999176 0 0 cm 2331.43 6204.36 m 2331.43 6220.1 l S Q q 1.00082 0 0 0.999176 0 0 cm 2331.43 7711.5 m 2331.43 7696.26 l S Q /R41 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 224.2 610.5 Tm [<010102>1000<00>]TJ ET Q /R43 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 964.88 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7711.5 m 2481.85 7711.5 l S Q /R45 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.6 767.4 Tm <00>Tj ET Q /R47 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 7523.23 m 964.88 7523.23 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7523.23 m 2481.85 7523.23 l S Q /R49 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.6 748.6 Tm (1)Tj ET Q /R51 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 7334.96 m 964.88 7334.96 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7334.96 m 2481.85 7334.96 l S Q /R53 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 729.7 Tm <01>Tj ET Q /R55 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 7146.69 m 964.88 7146.69 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 7146.69 m 2481.85 7146.69 l S Q /R57 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 711 Tm (3)Tj ET Q /R60 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 6957.93 m 964.88 6957.93 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6957.93 m 2481.85 6957.93 l S Q /R62 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 692.1 Tm (4)Tj ET Q /R65 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 6769.67 m 964.88 6769.67 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6769.67 m 2481.85 6769.67 l S Q /R67 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 673.3 Tm <02>Tj ET Q /R69 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 6581.39 m 964.88 6581.39 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6581.39 m 2481.85 6581.39 l S Q /R71 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 654.5 Tm (6)Tj ET Q /R74 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 6393.13 m 964.88 6393.13 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6393.13 m 2481.85 6393.13 l S Q /R76 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 635.6 Tm <03>Tj ET Q /R78 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 964.88 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.58 6204.36 m 2481.85 6204.36 l S Q /R80 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.7 616.8 Tm (8)Tj ET Q /R83 gs q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 2497.09 7711.5 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 6204.36 m 2497.09 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 949.643 7711.5 m 949.643 6204.36 l S Q q 1.00082 0 0 0.999176 0 0 cm 2497.09 7711.5 m 2497.09 6204.36 l S Q Q /R85 gs q 950.426 6198.76 m 2500.13 6198.76 l 2500.13 7705.14 l 950.426 7705.14 l h W n 17.6963 w 1 j 1 i 0.851 0 0 rg 0.851 0 0 RG q 1.00082 0 0 0.999176 0 0 cm 2113.66 7711.5 m 2117.6 7696.75 l 2122.02 7681.52 l 2125.96 7666.28 l 2129.88 7651.04 l 2133.33 7635.8 l 2137.26 7620.56 l 2141.2 7605.32 l 2145.13 7590.08 l 2149.06 7574.85 l 2152.5 7559.61 l 2156.43 7544.37 l 2159.88 7529.13 l 2163.81 7513.89 l 2167.25 7498.65 l 2170.69 7483.41 l 2174.62 7468.18 l 2178.06 7452.94 l 2181.5 7437.7 l 2184.94 7422.46 l 2188.38 7407.22 l 2191.82 7391.98 l 2195.27 7376.74 l 2198.71 7361.51 l 2202.15 7346.27 l 2205.1 7331.03 l 2208.54 7315.79 l 2211.98 7300.55 l 2214.93 7285.31 l 2218.37 7270.07 l 2221.32 7254.84 l 2224.76 7239.6 l 2227.71 7224.36 l 2230.66 7209.12 l 2233.61 7194.38 l 2237.05 7179.14 l 2240 7163.9 l 2242.95 7148.66 l 2245.9 7133.42 l 2248.85 7118.18 l 2251.8 7102.95 l 2254.26 7087.71 l 2257.21 7072.47 l 2260.16 7057.23 l 2262.61 7041.99 l 2265.56 7026.75 l 2268.02 7011.51 l 2270.97 6996.28 l 2273.43 6981.04 l 2276.38 6965.8 l 2278.83 6950.56 l 2281.29 6935.32 l 2283.75 6920.08 l 2286.21 6904.84 l 2288.66 6889.61 l 2291.12 6874.37 l 2293.58 6859.13 l 2296.04 6843.89 l 2298.5 6828.65 l 2300.95 6813.41 l 2302.92 6798.17 l 2305.37 6782.94 l 2307.84 6767.7 l 2309.8 6752.46 l 2311.77 6737.22 l 2314.22 6721.98 l 2316.19 6706.74 l 2318.16 6692 l 2320.62 6676.76 l 2322.58 6661.52 l 2324.54 6646.28 l 2326.52 6631.04 l 2328.48 6615.8 l 2330.45 6600.57 l 2332.41 6585.33 l 2334.38 6570.09 l 2335.86 6554.85 l 2337.82 6539.61 l 2339.79 6524.37 l 2341.26 6509.14 l 2343.23 6493.9 l 2344.7 6478.66 l 2346.67 6463.42 l 2348.14 6448.18 l 2349.61 6432.94 l 2351.09 6417.7 l 2352.56 6402.47 l 2354.54 6387.23 l 2356.01 6371.99 l 2357.49 6356.75 l 2358.96 6341.51 l 2359.94 6326.27 l 2361.41 6311.04 l 2362.89 6295.8 l 2364.36 6280.56 l 2365.35 6265.32 l 2366.82 6250.08 l 2367.81 6234.84 l 2369.28 6219.61 l 2370.26 6204.36 l S Q 0.62 0.71 0.804 rg 0.62 0.71 0.804 RG q 1.00082 0 0 0.999176 0 0 cm 1346.34 7711.5 m 1358.13 7696.75 l 1369.93 7681.52 l 1381.24 7666.28 l 1393.04 7651.04 l 1404.83 7635.8 l 1416.14 7620.56 l 1427.44 7605.32 l 1438.75 7590.08 l 1450.05 7574.85 l 1461.36 7559.61 l 1472.17 7544.37 l 1483.48 7529.13 l 1494.3 7513.89 l 1505.11 7498.65 l 1515.93 7483.41 l 1526.74 7468.18 l 1537.56 7452.94 l 1547.88 7437.7 l 1558.69 7422.46 l 1569.02 7407.22 l 1579.34 7391.98 l 1589.66 7376.74 l 1599.98 7361.51 l 1609.82 7346.27 l 1620.14 7331.03 l 1629.96 7315.79 l 1639.8 7300.55 l 1649.63 7285.31 l 1659.46 7270.07 l 1669.29 7254.84 l 1679.13 7239.6 l 1688.46 7224.36 l 1697.8 7209.12 l 1707.15 7194.38 l 1716.48 7179.14 l 1725.82 7163.9 l 1735.16 7148.66 l 1744.01 7133.42 l 1753.35 7118.18 l 1762.2 7102.95 l 1771.05 7087.71 l 1779.9 7072.47 l 1788.74 7057.23 l 1797.1 7041.99 l 1805.95 7026.75 l 1814.3 7011.51 l 1823.15 6996.28 l 1831.51 6981.04 l 1839.37 6965.8 l 1847.73 6950.56 l 1856.09 6935.32 l 1863.95 6920.08 l 1872.31 6904.84 l 1880.17 6889.61 l 1888.04 6874.37 l 1895.41 6859.13 l 1903.28 6843.89 l 1911.14 6828.65 l 1918.52 6813.41 l 1925.89 6798.17 l 1933.26 6782.94 l 1940.63 6767.7 l 1948.01 6752.46 l 1955.38 6737.22 l 1962.27 6721.98 l 1969.64 6706.74 l 1976.52 6692 l 1983.4 6676.76 l 1990.29 6661.52 l 1997.17 6646.28 l 2003.56 6631.04 l 2010.44 6615.8 l 2016.83 6600.57 l 2023.22 6585.33 l 2029.61 6570.09 l 2036 6554.85 l 2042.39 6539.61 l 2048.29 6524.37 l 2054.19 6509.14 l 2060.57 6493.9 l 2066.48 6478.66 l 2072.37 6463.42 l 2078.27 6448.18 l 2083.68 6432.94 l 2089.58 6417.7 l 2094.99 6402.47 l 2100.39 6387.23 l 2105.8 6371.99 l 2111.21 6356.75 l 2116.61 6341.51 l 2122.02 6326.27 l 2126.94 6311.04 l 2131.86 6295.8 l 2136.77 6280.56 l 2141.68 6265.32 l 2146.61 6250.08 l 2151.52 6234.84 l 2156.43 6219.61 l 2160.86 6204.36 l S Q 0.388 0.58 0.922 rg 0.388 0.58 0.922 RG q 1.00082 0 0 0.999176 0 0 cm 1346.34 7711.5 m 1256.87 7696.75 l 1230.82 7681.52 l 1222.46 7666.28 l 1234.26 7651.04 l 1245.57 7635.8 l 1256.87 7620.56 l 1268.67 7605.32 l 1279.98 7590.08 l 1291.28 7574.85 l 1302.09 7559.61 l 1313.4 7544.37 l 1324.22 7529.13 l 1335.52 7513.89 l 1346.34 7498.65 l 1357.15 7483.41 l 1367.97 7468.18 l 1378.29 7452.94 l 1389.1 7437.7 l 1399.42 7422.46 l 1409.75 7407.22 l 1420.07 7391.98 l 1430.4 7376.74 l 1440.71 7361.51 l 1451.04 7346.27 l 1460.87 7331.03 l 1471.19 7315.79 l 1481.02 7300.55 l 1490.86 7285.31 l 1500.69 7270.07 l 1510.52 7254.84 l 1519.86 7239.6 l 1529.69 7224.36 l 1539.03 7209.12 l 1548.37 7194.38 l 1557.71 7179.14 l 1567.05 7163.9 l 1575.9 7148.66 l 1585.24 7133.42 l 1594.08 7118.18 l 1603.42 7102.95 l 1612.27 7087.71 l 1621.12 7072.47 l 1629.48 7057.23 l 1638.33 7041.99 l 1647.17 7026.75 l 1655.53 7011.51 l 1663.89 6996.28 l 1672.24 6981.04 l 1680.6 6965.8 l 1688.96 6950.56 l 1696.82 6935.32 l 1705.18 6920.08 l 1713.04 6904.84 l 1720.91 6889.61 l 1728.77 6874.37 l 1736.64 6859.13 l 1744.5 6843.89 l 1751.88 6828.65 l 1759.74 6813.41 l 1767.11 6798.17 l 1774.49 6782.94 l 1781.86 6767.7 l 1789.23 6752.46 l 1796.12 6737.22 l 1803.49 6721.98 l 1810.37 6706.74 l 1817.25 6692 l 1824.14 6676.76 l 1831.02 6661.52 l 1837.9 6646.28 l 1844.78 6631.04 l 1851.17 6615.8 l 1857.56 6600.57 l 1864.44 6585.33 l 1870.84 6570.09 l 1876.73 6554.85 l 1883.12 6539.61 l 1889.51 6524.37 l 1895.41 6509.14 l 1901.31 6493.9 l 1907.21 6478.66 l 1913.11 6463.42 l 1919 6448.18 l 1924.91 6432.94 l 1930.32 6417.7 l 1936.21 6402.47 l 1941.62 6387.23 l 1947.02 6371.99 l 1952.43 6356.75 l 1957.84 6341.51 l 1962.76 6326.27 l 1968.17 6311.04 l 1973.08 6295.8 l 1977.99 6280.56 l 1982.91 6265.32 l 1987.83 6250.08 l 1992.74 6234.84 l 1997.17 6219.61 l 2002.08 6204.36 l S Q 0.094 0.451 0.702 rg 0.094 0.451 0.702 RG q 1.00082 0 0 0.999176 0 0 cm 1346.34 7711.5 m 1256.87 7696.75 l 1230.82 7681.52 l 1213.61 7666.28 l 1201.33 7651.04 l 1191.99 7635.8 l 1184.61 7620.56 l 1178.71 7605.32 l 1173.8 7590.08 l 1182.65 7574.85 l 1193.95 7559.61 l 1204.76 7544.37 l 1216.07 7529.13 l 1226.89 7513.89 l 1237.7 7498.65 l 1248.52 7483.41 l 1259.33 7468.18 l 1270.14 7452.94 l 1280.47 7437.7 l 1291.28 7422.46 l 1301.61 7407.22 l 1311.93 7391.98 l 1322.25 7376.74 l 1332.57 7361.51 l 1342.4 7346.27 l 1352.72 7331.03 l 1362.56 7315.79 l 1372.39 7300.55 l 1382.22 7285.31 l 1392.05 7270.07 l 1401.88 7254.84 l 1411.71 7239.6 l 1421.06 7224.36 l 1430.4 7209.12 l 1439.73 7194.38 l 1449.08 7179.14 l 1458.41 7163.9 l 1467.75 7148.66 l 1477.09 7133.42 l 1485.94 7118.18 l 1494.79 7102.95 l 1503.64 7087.71 l 1512.49 7072.47 l 1521.34 7057.23 l 1530.18 7041.99 l 1538.54 7026.75 l 1546.89 7011.51 l 1555.74 6996.28 l 1564.1 6981.04 l 1572.45 6965.8 l 1580.32 6950.56 l 1588.67 6935.32 l 1596.54 6920.08 l 1604.9 6904.84 l 1612.76 6889.61 l 1620.63 6874.37 l 1628.49 6859.13 l 1635.87 6843.89 l 1643.73 6828.65 l 1651.11 6813.41 l 1658.48 6798.17 l 1666.35 6782.94 l 1673.23 6767.7 l 1680.6 6752.46 l 1687.98 6737.22 l 1694.85 6721.98 l 1702.23 6706.74 l 1709.11 6692 l 1716 6676.76 l 1722.87 6661.52 l 1729.76 6646.28 l 1736.14 6631.04 l 1743.03 6615.8 l 1749.42 6600.57 l 1755.81 6585.33 l 1762.2 6570.09 l 1768.59 6554.85 l 1774.98 6539.61 l 1780.88 6524.37 l 1787.27 6509.14 l 1793.17 6493.9 l 1799.07 6478.66 l 1804.97 6463.42 l 1810.86 6448.18 l 1816.27 6432.94 l 1822.17 6417.7 l 1827.58 6402.47 l 1832.99 6387.23 l 1838.39 6371.99 l 1843.8 6356.75 l 1849.21 6341.51 l 1854.62 6326.27 l 1859.53 6311.04 l 1864.44 6295.8 l 1869.85 6280.56 l 1874.76 6265.32 l 1879.19 6250.08 l 1884.11 6234.84 l 1889.02 6219.61 l 1893.45 6204.36 l S Q 0 0 0.851 rg 0 0 0.851 RG q 1.00082 0 0 0.999176 0 0 cm 1346.34 7711.5 m 1256.87 7696.75 l 1230.82 7681.52 l 1213.61 7666.28 l 1201.33 7651.04 l 1191.99 7635.8 l 1184.61 7620.56 l 1178.71 7605.32 l 1173.8 7590.08 l 1169.86 7574.85 l 1166.91 7559.61 l 1164.46 7544.37 l 1162.49 7529.13 l 1161.02 7513.89 l 1160.04 7498.65 l 1159.54 7483.41 l 1159.05 7468.18 l 1159.05 7437.7 l 1159.54 7422.46 l 1160.04 7407.22 l 1160.52 7391.98 l 1161.51 7376.74 l 1162.49 7361.51 l 1163.97 7346.27 l 1164.95 7331.03 l 1166.43 7315.79 l 1167.9 7300.55 l 1169.37 7285.31 l 1170.85 7270.07 l 1172.32 7254.84 l 1174.29 7239.6 l 1176.26 7224.36 l 1177.73 7209.12 l 1179.7 7194.38 l 1181.66 7179.14 l 1183.63 7163.9 l 1185.6 7148.66 l 1187.56 7133.42 l 1189.53 7118.18 l 1191.49 7102.95 l 1193.46 7087.71 l 1195.43 7072.47 l 1197.39 7057.23 l 1199.36 7041.99 l 1201.33 7026.75 l 1203.29 7011.51 l 1205.75 6996.28 l 1207.72 6981.04 l 1209.68 6965.8 l 1211.65 6950.56 l 1213.61 6935.32 l 1215.58 6920.08 l 1217.55 6904.84 l 1219.51 6889.61 l 1220.99 6874.37 l 1222.95 6859.13 l 1224.92 6843.89 l 1226.89 6828.65 l 1228.36 6813.41 l 1230.33 6798.17 l 1232.29 6782.94 l 1233.77 6767.7 l 1235.74 6752.46 l 1237.21 6737.22 l 1238.68 6721.98 l 1240.65 6706.74 l 1242.12 6692 l 1243.6 6676.76 l 1245.08 6661.52 l 1246.55 6646.28 l 1248.02 6631.04 l 1249.5 6615.8 l 1250.48 6600.57 l 1251.96 6585.33 l 1252.94 6570.09 l 1254.42 6554.85 l 1255.39 6539.61 l 1256.87 6524.37 l 1257.85 6509.14 l 1258.84 6493.9 l 1259.82 6478.66 l 1260.8 6463.42 l 1261.79 6448.18 l 1262.77 6432.94 l 1263.26 6417.7 l 1264.24 6402.47 l 1264.74 6387.23 l 1265.72 6371.99 l 1266.21 6356.75 l 1266.7 6341.51 l 1267.19 6326.27 l 1267.69 6311.04 l 1268.18 6295.8 l 1268.67 6280.56 l 1268.67 6265.32 l 1269.16 6250.08 l 1269.65 6234.84 l 1269.65 6204.36 l S Q 0 g 0 G q 1.00082 0 0 0.999176 0 0 cm 949.643 7516.35 m 955.053 7514.87 l 967.831 7511.43 l 981.105 7507.99 l 994.376 7505.04 l 1007.16 7501.6 l 1020.43 7498.17 l 1033.7 7495.21 l 1046.49 7491.77 l 1059.76 7488.33 l 1073.03 7485.38 l 1086.3 7481.94 l 1099.08 7478.5 l 1112.35 7475.55 l 1125.62 7472.11 l 1138.41 7468.67 l 1151.68 7465.72 l 1164.95 7462.28 l 1177.73 7458.84 l 1191 7455.4 l 1204.28 7452.45 l 1217.06 7449 l 1230.33 7445.56 l 1243.6 7442.62 l 1256.87 7439.18 l 1269.65 7435.73 l 1282.92 7432.78 l 1296.2 7429.34 l 1308.98 7425.9 l 1322.25 7422.95 l 1335.52 7419.51 l 1348.3 7416.07 l 1361.57 7413.12 l 1374.84 7409.68 l 1387.63 7406.24 l 1400.9 7403.29 l 1414.17 7399.85 l 1426.96 7396.41 l 1440.23 7393.46 l 1453.5 7390.02 l 1466.77 7386.58 l 1469.23 7385.1 l 1471.69 7384.12 l 1474.14 7382.64 l 1477.09 7381.17 l 1479.55 7379.69 l 1482.01 7378.22 l 1484.47 7377.24 l 1487.42 7375.76 l 1489.87 7374.29 l 1492.33 7372.82 l 1495.28 7371.34 l 1497.74 7369.86 l 1500.19 7368.88 l 1502.65 7367.41 l 1505.6 7365.93 l 1508.06 7364.46 l 1510.52 7362.98 l 1513.47 7362 l 1515.93 7360.52 l 1518.39 7359.05 l 1520.84 7357.57 l 1523.79 7356.1 l 1526.25 7355.12 l 1528.71 7353.64 l 1531.16 7352.17 l 1534.11 7350.7 l 1536.57 7349.22 l 1539.03 7347.74 l 1541.98 7346.76 l 1544.43 7345.29 l 1546.89 7343.81 l 1549.36 7342.34 l 1552.3 7340.86 l 1554.76 7339.87 l 1557.22 7338.4 l 1560.17 7336.93 l 1562.63 7335.45 l 1565.08 7333.98 l 1567.54 7333 l 1570.49 7331.52 l 1572.95 7330.05 l 1575.4 7328.57 l 1577.86 7327.1 l 1580.81 7325.62 l 1583.27 7324.64 l 1585.72 7323.17 l 1588.67 7321.69 l 1591.13 7320.21 l 1593.6 7318.74 l 1596.05 7317.75 l 1599 7316.28 l 1601.46 7314.81 l 1603.92 7313.33 l 1606.87 7311.86 l 1609.32 7310.38 l 1611.78 7309.4 l 1614.24 7307.93 l 1617.19 7306.45 l 1619.65 7304.98 l 1622.1 7303.5 l 1624.56 7302.52 l 1627.51 7301.05 l 1629.96 7299.57 l 1632.43 7298.09 l 1635.37 7296.62 l 1637.84 7295.64 l 1640.29 7294.16 l 1642.75 7292.69 l 1645.7 7291.21 l 1648.16 7289.74 l 1650.61 7288.26 l 1653.56 7287.28 l 1656.02 7285.81 l 1658.48 7284.33 l 1660.94 7282.86 l 1663.89 7281.39 l 1666.35 7280.4 l 1668.8 7278.93 l 1671.26 7277.45 l 1674.21 7275.97 l 1676.67 7274.5 l 1679.13 7273.52 l 1682.07 7272.04 l 1684.53 7270.57 l 1686.99 7269.09 l 1689.45 7267.62 l 1692.4 7266.14 l 1694.85 7265.16 l 1697.31 7263.69 l 1700.26 7262.21 l 1702.72 7260.74 l 1705.18 7259.27 l 1707.64 7258.28 l 1710.59 7256.8 l 1713.04 7255.33 l 1715.5 7253.85 l 1717.96 7252.38 l 1720.91 7251.4 l 1723.37 7249.92 l 1732.7 7066.08 l 1741.55 6882.72 l 1750.89 6699.37 l 1760.24 6516.02 l 1769.08 6332.17 l 1775.47 6203.88 l S Q Q /R87 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 84.2 667.1 Tm (P)Tj 55 TL <04>' 27 TL <05>' 46 TL <06>' 41 TL <06>' 42 TL <07>' 46 TL <04>' 27 TL <05>' 69 TL <08>' 23 TL <09>' 64 TL (P)' 55 TL <0A>' 46 TL <0B>' 589 1194 Td [(T)500<0C0D>-199.951<0E>1000<0C>-1000<0F>500<101112>-1000<0F>1500<0C>]TJ 496 0 Td [<1314>99.9756<15>]TJ 445 -1732 Td [<28>500<1016>]TJ ET Q 1 G 1 g 1 i 979.945 6228.23 768.457 558.938 re f* /R111 gs 2.94938 w 1 j q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 979.138 6792.77 l 1746.96 6792.77 l 1746.96 6233.37 l 979.138 6233.37 l S Q 0 g 0 G q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 1746.96 6233.37 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6792.77 m 1746.96 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 979.138 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 1746.96 6233.37 m 1746.96 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 1746.96 6233.37 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 979.138 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 1746.96 6233.37 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6792.77 m 1746.96 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 979.138 6233.37 m 979.138 6792.77 l S Q q 1.00082 0 0 0.999176 0 0 cm 1746.96 6233.37 m 1746.96 6792.77 l S Q /R113 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 673.6 Tm <17>Tj 32 27 Td [(l)170.044<18>170.044<19>]TJ ET Q Q /R119 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0.851 0 0 rg 0.851 0 0 RG q 1.00082 0 0 0.999176 0 0 cm 1011.09 6738.2 m 1171.34 6738.2 l S Q Q /R121 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 664.6 Tm <17>Tj 32 27 Td [(s)-300.049<1A>1000(l)]TJ 67 -27 Td [( )-300.049<1B>-500<1C>699.951<1D>-400.024<1E>]TJ ET Q Q /R130 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0.62 0.71 0.804 rg 0.62 0.71 0.804 RG q 1.00082 0 0 0.999176 0 0 cm 1011.09 6648.25 m 1171.34 6648.25 l S Q Q /R132 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 656 Tm <17>Tj 32 28 Td [(s)-300.049<1A>1000(l)]TJ 67 -28 Td ( )Tj 18 1 Td <1F>Tj 36 -27 Td [(H)800.049(!")]TJ 84 27 Td [(=#)-500($)-500($)-14500(%)-500(%)500(&)]TJ 238 -1 Td <1E>Tj ET Q Q /R143 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0.388 0.58 0.922 rg 0.388 0.58 0.922 RG q 1.00082 0 0 0.999176 0 0 cm 1011.09 6553.87 m 1171.34 6553.87 l S Q Q /R145 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 646.1 Tm <17>Tj 32 28 Td [(s)-300.049<1A>1000(l)]TJ 67 -28 Td ( )Tj 18 1 Td <1F>Tj 36 -27 Td [(H)800.049(!")]TJ 84 27 Td [(=')-500($)-500($)500($)-15500(%)500(%)-500(&)]TJ 268 -1 Td <1E>Tj ET Q Q /R148 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0.094 0.451 0.702 rg 0.094 0.451 0.702 RG q 1.00082 0 0 0.999176 0 0 cm 1011.09 6454.57 m 1171.34 6454.57 l S Q Q /R150 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 635.8 Tm <17>Tj 32 27 Td [(s)-300.049<1A>1000(l)]TJ 67 -27 Td [( )-300.049<29>-400.024(*)500(+)-199.951(,)-500<1C>-300.049(*)1500(+)-1199.95(-)500<1B>-500<1E>]TJ ET Q Q /R157 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0 0 0.851 rg 0 0 0.851 RG q 1.00082 0 0 0.999176 0 0 cm 1011.09 6360.19 m 1171.34 6360.19 l S Q Q /R159 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 118.8 625.5 Tm <17>Tj 48 1 Td (%)Tj 29 -1 Td <1C>Tj 18 1 Td [(.)500(/)-199.951(0)-199.951(2)]TJ 68 -1 Td (-)Tj ET Q Q /R165 gs q 979.945 6227.74 m 1748.89 6227.74 l 1748.89 6787.17 l 979.945 6787.17 l h W n 17.6963 w 1 j 1 i 0 g 0 G q 1.00082 0 0 0.999176 0 0 cm 1011.09 6279.57 m 1171.34 6279.57 l S Q Q /R167 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 1 G 1 g /R169 gs /R171 gs 0 G 0 g /R173 gs /R175 gs /R177 gs /R179 gs /R181 gs /R183 gs /R185 gs /R187 gs /R189 gs /R191 gs /R193 gs /R195 gs /R197 gs /R199 gs /R201 gs /R203 gs /R205 gs /R207 gs /R209 gs /R211 gs /R213 gs /R215 gs /R217 gs /R219 gs /R221 gs Q /R223 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R225 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g 1 G 1 g /R227 gs /R229 gs 0 G 0 g Q /R231 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R233 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g Q /R235 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R237 gs q 753.262 5987.76 m 2530.29 5987.76 l 2530.29 7860.84 l 753.262 7860.84 l h W n 0 G 0 g Q /R239 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R241 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 1 G 1 g 1 i 0 4113.5 2537.03 1873.08 re f /R243 gs /R245 gs 0 G 0 g /R247 gs /R249 gs /R251 gs /R253 gs /R255 gs /R257 gs /R259 gs /R261 gs /R263 gs /R265 gs /R267 gs /R269 gs /R271 gs /R273 gs /R275 gs /R277 gs /R279 gs /R281 gs /R283 gs /R285 gs /R287 gs /R289 gs /R291 gs /R293 gs /R295 gs /R297 gs /R299 gs /R301 gs /R303 gs Q /R305 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R307 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g 1 G 1 g /R309 gs /R311 gs 0 G 0 g Q /R313 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R315 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g Q /R317 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R319 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g Q /R321 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R323 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g Q /R325 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R327 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g Q /R329 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R331 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g Q /R333 gs q 751.18 4112.32 m 751.18 4112.32 l 751.18 4112.32 l 751.18 4112.32 l h W n Q /R335 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 1 G 1 g 1 i 944.312 4324.99 1548.46 1505.89 re f* /R337 gs 2.94867 w 1 j q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 943.763 4327.51 l 2491.32 4327.51 l 2491.32 5834.28 l 943.763 5834.28 l S Q [ 0 23.5893 ] 0 d 1.96578 w 1 J 0 g 0 G q 1.00058 0 0 0.999417 0 0 cm 1136.9 4327.51 m 1136.9 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 1136.9 5834.28 m 1136.9 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 1523.67 4327.51 m 1523.67 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 1523.67 5834.28 m 1523.67 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 1910.93 4327.51 m 1910.93 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 1910.93 5834.28 m 1910.93 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 2297.7 4327.51 m 2297.7 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 2297.7 5834.28 m 2297.7 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 2491.32 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5834.28 m 2491.32 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5646.06 m 2491.32 5646.06 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5646.06 m 2491.32 5646.06 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5457.84 m 2491.32 5457.84 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5457.84 m 2491.32 5457.84 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5269.61 m 2491.32 5269.61 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5269.61 m 2491.32 5269.61 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5080.89 m 2491.32 5080.89 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5080.89 m 2491.32 5080.89 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4892.68 m 2491.32 4892.68 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4892.68 m 2491.32 4892.68 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4704.45 m 2491.32 4704.45 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4704.45 m 2491.32 4704.45 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4516.23 m 2491.32 4516.23 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4516.23 m 2491.32 4516.23 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4327.51 m 2491.32 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4327.51 m 2491.32 4327.51 l S Q [ ] 0 d 2.94867 w 0 J q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 2491.32 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4327.51 m 2491.32 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 943.763 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5834.28 m 2491.32 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4327.51 m 2491.32 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 943.763 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 1136.9 4327.51 m 1136.9 4343.24 l S Q q 1.00058 0 0 0.999417 0 0 cm 1136.9 5834.28 m 1136.9 5819.05 l S Q /R339 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 109.1 423.1 Tm (5)Tj 46 0 Td (7)Tj ET Q /R343 gs q 1.00058 0 0 0.999417 0 0 cm 1523.67 4327.51 m 1523.67 4343.24 l S Q q 1.00058 0 0 0.999417 0 0 cm 1523.67 5834.28 m 1523.67 5819.05 l S Q /R345 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 147.8 423.1 Tm (9)Tj 46 0 Td (:)Tj ET Q /R349 gs q 1.00058 0 0 0.999417 0 0 cm 1910.93 4327.51 m 1910.93 4343.24 l S Q q 1.00058 0 0 0.999417 0 0 cm 1910.93 5834.28 m 1910.93 5819.05 l S Q /R351 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 186.5 423.1 Tm (9)Tj 46 0 Td (9)Tj ET Q /R353 gs q 1.00058 0 0 0.999417 0 0 cm 2297.7 4327.51 m 2297.7 4343.24 l S Q q 1.00058 0 0 0.999417 0 0 cm 2297.7 5834.28 m 2297.7 5819.05 l S Q /R355 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 225.2 423.1 Tm (9)Tj 47 0 Td (;)Tj ET Q /R358 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 959 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5834.28 m 2475.6 5834.28 l S Q /R360 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88 579.9 Tm (:)Tj ET Q /R362 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5646.06 m 959 5646.06 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5646.06 m 2475.6 5646.06 l S Q /R364 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88 561.1 Tm (5)Tj ET Q /R366 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5457.84 m 959 5457.84 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5457.84 m 2475.6 5457.84 l S Q /R368 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88 542.3 Tm (9)Tj ET Q /R370 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5269.61 m 959 5269.61 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5269.61 m 2475.6 5269.61 l S Q /R372 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.1 523.6 Tm (<)Tj ET Q /R375 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5080.89 m 959 5080.89 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5080.89 m 2475.6 5080.89 l S Q /R377 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.1 504.6 Tm (;)Tj ET Q /R379 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 4892.68 m 959 4892.68 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4892.68 m 2475.6 4892.68 l S Q /R381 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.1 485.9 Tm (>)Tj ET Q /R384 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 4704.45 m 959 4704.45 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4704.45 m 2475.6 4704.45 l S Q /R386 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.1 467.1 Tm (?)Tj ET Q /R389 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 4516.23 m 959 4516.23 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4516.23 m 2475.6 4516.23 l S Q /R391 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88.1 448.3 Tm (@)Tj ET Q /R394 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 4327.51 m 959 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 4327.51 m 2475.6 4327.51 l S Q /R396 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 88 429.4 Tm (7)Tj ET Q /R398 gs q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 2491.32 5834.28 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 4327.51 m 2491.32 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 943.763 5834.28 m 943.763 4327.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 2491.32 5834.28 m 2491.32 4327.51 l S Q Q /R400 gs q 944.312 4324.5 m 2493.27 4324.5 l 2493.27 5830.88 l 944.312 5830.88 l h W n 17.692 w 1 j 1 i 0.62 0.71 0.804 rg 0.62 0.71 0.804 RG q 1.00058 0 0 0.999417 0 0 cm 2491.81 5575.78 m 2486.9 5575.29 l 2457.41 5571.85 l 2428.91 5568.41 l 2400.4 5565.46 l 2372.89 5562.03 l 2345.85 5558.58 l 2318.82 5555.63 l 2292.78 5552.19 l 2267.23 5548.76 l 2241.67 5545.81 l 2217.09 5542.36 l 2192.52 5538.92 l 2168.93 5535.98 l 2145.34 5532.54 l 2122.25 5529.09 l 2099.15 5526.15 l 2077.04 5522.71 l 2054.92 5519.27 l 2033.3 5516.32 l 2012.16 5512.88 l 1991.04 5509.44 l 1987.1 5507.96 l 1983.17 5506.98 l 1979.24 5505.5 l 1975.31 5504.03 l 1971.37 5502.55 l 1967.44 5501.08 l 1963.51 5500.1 l 1959.58 5498.63 l 1955.65 5497.15 l 1951.72 5495.68 l 1947.78 5494.21 l 1943.86 5492.73 l 1939.92 5491.75 l 1936.48 5490.27 l 1932.55 5488.8 l 1928.62 5487.32 l 1924.69 5485.85 l 1921.24 5484.86 l 1917.32 5483.39 l 1913.39 5481.91 l 1909.95 5480.44 l 1906.01 5478.97 l 1902.08 5477.99 l 1898.64 5476.51 l 1894.71 5475.04 l 1891.27 5473.56 l 1887.33 5472.09 l 1883.9 5470.62 l 1879.96 5469.63 l 1876.52 5468.16 l 1873.09 5466.68 l 1869.15 5465.21 l 1865.71 5463.73 l 1862.27 5462.75 l 1858.34 5461.28 l 1854.9 5459.8 l 1851.46 5458.33 l 1847.53 5456.85 l 1844.09 5455.87 l 1840.65 5454.4 l 1837.21 5452.92 l 1833.77 5451.45 l 1830.33 5449.98 l 1826.4 5448.5 l 1822.96 5447.51 l 1819.51 5446.04 l 1816.08 5444.57 l 1812.64 5443.09 l 1809.2 5441.62 l 1805.76 5440.64 l 1802.32 5439.16 l 1798.87 5437.68 l 1795.44 5436.21 l 1792 5434.74 l 1789.05 5433.26 l 1785.61 5432.28 l 1782.17 5430.81 l 1778.73 5429.34 l 1775.29 5427.86 l 1771.85 5426.38 l 1768.9 5425.4 l 1765.46 5423.93 l 1762.02 5422.45 l 1758.58 5420.98 l 1755.63 5419.5 l 1752.19 5418.52 l 1748.75 5417.04 l 1745.8 5415.57 l 1742.36 5414.1 l 1739.41 5412.62 l 1735.97 5411.15 l 1732.53 5410.17 l 1729.58 5408.69 l 1726.14 5407.22 l 1723.2 5405.74 l 1719.76 5404.27 l 1716.81 5403.29 l 1713.36 5401.81 l 1710.41 5400.34 l 1707.47 5398.86 l 1704.03 5397.39 l 1701.08 5396.4 l 1698.13 5394.93 l 1694.69 5393.46 l 1691.74 5391.98 l 1688.8 5390.5 l 1685.35 5389.03 l 1682.4 5388.05 l 1679.45 5386.58 l 1676.5 5385.1 l 1673.07 5383.63 l 1670.12 5382.16 l 1667.17 5381.17 l 1664.22 5379.7 l 1661.27 5378.22 l 1658.32 5376.75 l 1654.89 5375.27 l 1651.94 5374.29 l 1648.99 5372.81 l 1661.27 5189.02 l 1673.07 5005.71 l 1684.37 4822.4 l 1696.17 4639.09 l 1707.96 4455.29 l 1715.82 4327.02 l S Q 0.388 0.58 0.922 rg 0.388 0.58 0.922 RG q 1.00058 0 0 0.999417 0 0 cm 2491.81 5612.64 m 2476.09 5611.17 l 2443.16 5608.22 l 2411.22 5604.78 l 2379.76 5601.33 l 2349.3 5598.39 l 2319.32 5594.95 l 2289.83 5591.51 l 2260.84 5588.56 l 2232.82 5585.12 l 2204.81 5581.68 l 2177.78 5578.24 l 2151.24 5575.29 l 2125.2 5571.85 l 2099.15 5568.41 l 2074.08 5565.46 l 2049.51 5562.03 l 2025.43 5558.58 l 2001.35 5555.63 l 1978.25 5552.19 l 1955.15 5548.76 l 1932.55 5545.81 l 1910.43 5542.36 l 1888.81 5538.92 l 1867.19 5535.98 l 1846.05 5532.54 l 1825.41 5529.09 l 1805.27 5526.15 l 1785.12 5522.71 l 1765.46 5519.27 l 1746.29 5516.32 l 1727.13 5512.88 l 1708.45 5509.44 l 1705.01 5507.96 l 1701.57 5506.98 l 1698.13 5505.5 l 1694.69 5504.03 l 1690.76 5502.55 l 1687.32 5501.08 l 1683.88 5500.1 l 1680.44 5498.63 l 1677 5497.15 l 1673.56 5495.68 l 1670.12 5494.21 l 1666.68 5492.73 l 1663.24 5491.75 l 1659.8 5490.27 l 1656.36 5488.8 l 1652.92 5487.32 l 1649.48 5485.85 l 1646.53 5484.86 l 1643.09 5483.39 l 1639.65 5481.91 l 1636.21 5480.44 l 1632.77 5478.97 l 1629.82 5477.99 l 1626.38 5476.51 l 1622.94 5475.04 l 1619.5 5473.56 l 1616.55 5472.09 l 1613.11 5470.62 l 1610.16 5469.63 l 1606.72 5468.16 l 1603.28 5466.68 l 1600.34 5465.21 l 1596.89 5463.73 l 1593.94 5462.75 l 1590.5 5461.28 l 1587.56 5459.8 l 1584.12 5458.33 l 1581.17 5456.85 l 1577.73 5455.87 l 1574.78 5454.4 l 1571.83 5452.92 l 1568.39 5451.45 l 1565.44 5449.98 l 1562 5448.5 l 1559.05 5447.51 l 1556.1 5446.04 l 1553.16 5444.57 l 1549.71 5443.09 l 1546.76 5441.62 l 1543.82 5440.64 l 1540.87 5439.16 l 1537.43 5437.68 l 1534.48 5436.21 l 1531.53 5434.74 l 1528.58 5433.26 l 1525.63 5432.28 l 1522.69 5430.81 l 1519.74 5429.34 l 1516.79 5427.86 l 1513.84 5426.38 l 1510.89 5425.4 l 1507.94 5423.93 l 1504.99 5422.45 l 1502.04 5420.98 l 1499.1 5419.5 l 1496.15 5418.52 l 1493.2 5417.04 l 1490.25 5415.57 l 1487.3 5414.1 l 1484.35 5412.62 l 1481.4 5411.15 l 1478.94 5410.17 l 1476 5408.69 l 1473.05 5407.22 l 1470.1 5405.74 l 1467.15 5404.27 l 1464.7 5403.29 l 1461.75 5401.81 l 1458.8 5400.34 l 1455.85 5398.86 l 1453.39 5397.39 l 1450.44 5396.4 l 1447.49 5394.93 l 1445.04 5393.46 l 1442.09 5391.98 l 1439.63 5390.5 l 1436.68 5389.03 l 1433.73 5388.05 l 1431.28 5386.58 l 1428.33 5385.1 l 1425.87 5383.63 l 1422.92 5382.16 l 1420.47 5381.17 l 1417.52 5379.7 l 1415.06 5378.22 l 1412.11 5376.75 l 1409.65 5375.27 l 1406.7 5374.29 l 1404.25 5372.81 l 1417.52 5189.02 l 1430.29 5005.71 l 1443.07 4822.4 l 1455.85 4639.09 l 1468.62 4455.29 l 1477.47 4327.02 l S Q 0.094 0.451 0.702 rg 0.094 0.451 0.702 RG q 1.00058 0 0 0.999417 0 0 cm 2491.81 5630.82 m 2456.92 5627.87 l 2420.55 5624.44 l 2384.68 5621 l 2349.79 5618.05 l 2315.88 5614.6 l 2282.46 5611.17 l 2250.02 5608.22 l 2218.08 5604.78 l 2186.62 5601.33 l 2155.67 5598.39 l 2125.69 5594.95 l 2096.2 5591.51 l 2067.7 5588.56 l 2039.19 5585.12 l 2011.68 5581.68 l 1984.15 5578.24 l 1957.61 5575.29 l 1931.57 5571.85 l 1906.01 5568.41 l 1880.95 5565.46 l 1855.88 5562.03 l 1831.81 5558.58 l 1808.22 5555.63 l 1784.63 5552.19 l 1761.53 5548.76 l 1738.92 5545.81 l 1716.81 5542.36 l 1695.18 5538.92 l 1674.05 5535.98 l 1652.92 5532.54 l 1632.28 5529.09 l 1611.64 5526.15 l 1591.98 5522.71 l 1572.32 5519.27 l 1552.66 5516.32 l 1533.99 5512.88 l 1515.31 5509.44 l 1511.38 5507.96 l 1507.94 5506.98 l 1504.5 5505.5 l 1501.06 5504.03 l 1497.62 5502.55 l 1494.18 5501.08 l 1490.74 5500.1 l 1486.81 5498.63 l 1483.37 5497.15 l 1479.93 5495.68 l 1476.49 5494.21 l 1473.05 5492.73 l 1469.61 5491.75 l 1466.17 5490.27 l 1463.22 5488.8 l 1459.78 5487.32 l 1456.34 5485.85 l 1452.9 5484.86 l 1449.46 5483.39 l 1446.02 5481.91 l 1442.58 5480.44 l 1439.63 5478.97 l 1436.19 5477.99 l 1432.75 5476.51 l 1429.8 5475.04 l 1426.36 5473.56 l 1422.92 5472.09 l 1419.97 5470.62 l 1416.53 5469.63 l 1413.09 5468.16 l 1410.15 5466.68 l 1406.7 5465.21 l 1403.75 5463.73 l 1400.32 5462.75 l 1397.37 5461.28 l 1393.93 5459.8 l 1390.98 5458.33 l 1387.54 5456.85 l 1384.59 5455.87 l 1381.15 5454.4 l 1378.2 5452.92 l 1375.25 5451.45 l 1371.81 5449.98 l 1368.87 5448.5 l 1365.92 5447.51 l 1362.47 5446.04 l 1359.52 5444.57 l 1356.58 5443.09 l 1353.14 5441.62 l 1350.19 5440.64 l 1347.24 5439.16 l 1344.29 5437.68 l 1341.34 5436.21 l 1338.39 5434.74 l 1334.96 5433.26 l 1332.01 5432.28 l 1329.06 5430.81 l 1326.11 5429.34 l 1323.16 5427.86 l 1320.21 5426.38 l 1317.26 5425.4 l 1314.32 5423.93 l 1311.36 5422.45 l 1308.42 5420.98 l 1305.47 5419.5 l 1302.52 5418.52 l 1299.57 5417.04 l 1296.62 5415.57 l 1293.67 5414.1 l 1291.22 5412.62 l 1288.26 5411.15 l 1285.32 5410.17 l 1282.37 5408.69 l 1279.42 5407.22 l 1276.47 5405.74 l 1274.01 5404.27 l 1271.06 5403.29 l 1268.12 5401.81 l 1265.66 5400.34 l 1262.71 5398.86 l 1259.77 5397.39 l 1256.81 5396.4 l 1254.36 5394.93 l 1251.41 5393.46 l 1248.95 5391.98 l 1246 5390.5 l 1243.05 5389.03 l 1240.6 5388.05 l 1237.65 5386.58 l 1235.19 5385.1 l 1232.24 5383.63 l 1229.78 5382.16 l 1226.83 5381.17 l 1224.38 5379.7 l 1221.43 5378.22 l 1218.97 5376.75 l 1216.02 5375.27 l 1213.57 5374.29 l 1210.61 5372.81 l 1223.88 5189.02 l 1236.67 5005.71 l 1249.93 4822.4 l 1262.71 4639.09 l 1275 4455.29 l 1283.84 4327.02 l S Q Q /R402 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 83.6 479.6 Tm (A)Tj 56 TL (B)' 27 TL (C)' 46 TL (D)' 42 TL (D)' 40 TL (E)' 47 TL (B)' 26 TL (C)' 70 TL (F)' 22 TL (G)' 64 TL (A)' 56 TL (I)' 46 TL (J)' 520 1194 Td [(K)-699.951(L)-99.9756(M)-99.9756(N)]TJ 138 0 Td [(O)99.9756(Q)-699.951(R)300.049(S)-699.951(L)-99.9756(R)1300.05(Q)-699.951(U)]TJ 285 0 Td (V)Tj 64 0 Td (W)Tj 23 0 Td [(X)99.9756(Y)-13900(R)300.049(Z)]TJ 188 0 Td ([)Tj 311 -1733 Td (N)Tj 27 1 Td <5C>Tj 46 -1 Td ([)Tj ET Q 1 G 1 g 1 i 1828.45 4353.97 634.824 246.562 re f* /R429 gs 2.94867 w 1 j q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 1827.38 4603.21 l 2461.84 4603.21 l 2461.84 4356.51 l 1827.38 4356.51 l S Q 0 g 0 G q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 2461.84 4356.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4603.21 m 2461.84 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 1827.38 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 2461.84 4356.51 m 2461.84 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 2461.84 4356.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 1827.38 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 2461.84 4356.51 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4603.21 m 2461.84 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 1827.38 4356.51 m 1827.38 4603.21 l S Q q 1.00058 0 0 0.999417 0 0 cm 2461.84 4356.51 m 2461.84 4603.21 l S Q /R431 gs q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 204.2 453.7 Tm [(d)15899.9(])]TJ 48 0 Td (^)Tj ET Q Q /R436 gs q 1828.45 4353.48 m 2463.76 4353.48 l 2463.76 4600.53 l 1828.45 4600.53 l h W n 17.692 w 1 j 1 i 0.62 0.71 0.804 rg 0.62 0.71 0.804 RG q 1.00058 0 0 0.999417 0 0 cm 1860.31 4558.98 m 2024.95 4558.98 l S Q Q /R438 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 204.2 445.8 Tm (_)Tj 36 -26 Td [(`)15899.9(a)]TJ 53 0 Td (b)Tj 31 26 Td [(c)14899.9(e)15899.9(f)15899.9(f)1899.9(g)15899.9(g)]TJ 194 0 Td (h)Tj ET Q Q /R449 gs q 1828.45 4353.48 m 2463.76 4353.48 l 2463.76 4600.53 l 1828.45 4600.53 l h W n 17.692 w 1 j 1 i 0.388 0.58 0.922 rg 0.388 0.58 0.922 RG q 1.00058 0 0 0.999417 0 0 cm 1860.31 4484.78 m 2024.95 4484.78 l S Q Q /R451 gs q 753.262 4113.5 m 2537.03 4113.5 l 2537.03 5986.58 l 753.262 5986.58 l h W n 0 G 0 g q 10 0 0 10 0 0 cm BT /R18 1 Tf 0.1 0 0 -0.1 204.2 437.9 Tm (_)Tj 36 -26 Td [(`)15899.9(a)]TJ 53 0 Td (b)Tj 31 26 Td [(c)14899.9(i)15899.9(f)15899.9(f)]TJ 120 0 Td [(f)899.902(g)]TJ 74 0 Td [(g)15899.9(h)]TJ ET Q Q /R454 gs q 1828.45 4353.48 m 2463.76 4353.48 l 2463.76 4600.53 l 1828.45 4600.53 l h W n 17.692 w 1 j 1 i 0.094 0.451 0.702 rg 0.094 0.451 0.702 RG q 1.00058 0 0 0.999417 0 0 cm 1860.31 4405.65 m 2024.95 4405.65 l S Q Q Q endstream endobj 2 0 obj <>endobj xref 0 457 0000000000 65535 f 0000000221 00000 n 0000099916 00000 n 0000000162 00000 n 0000000009 00000 n 0000057970 00000 n 0000054964 00000 n 0000000269 00000 n 0000054775 00000 n 0000054565 00000 n 0000000360 00000 n 0000000439 00000 n 0000000531 00000 n 0000000577 00000 n 0000000669 00000 n 0000057440 00000 n 0000000715 00000 n 0000000956 00000 n 0000055414 00000 n 0000001248 00000 n 0000001340 00000 n 0000001386 00000 n 0000001478 00000 n 0000001524 00000 n 0000001813 00000 n 0000002101 00000 n 0000002193 00000 n 0000002239 00000 n 0000002331 00000 n 0000002377 00000 n 0000002469 00000 n 0000002515 00000 n 0000002607 00000 n 0000002653 00000 n 0000002915 00000 n 0000003007 00000 n 0000003053 00000 n 0000003145 00000 n 0000003191 00000 n 0000003283 00000 n 0000003329 00000 n 0000003421 00000 n 0000003467 00000 n 0000003559 00000 n 0000003605 00000 n 0000003697 00000 n 0000003743 00000 n 0000003835 00000 n 0000003881 00000 n 0000003973 00000 n 0000004019 00000 n 0000004111 00000 n 0000004157 00000 n 0000004249 00000 n 0000004295 00000 n 0000004387 00000 n 0000004433 00000 n 0000004525 00000 n 0000004571 00000 n 0000004879 00000 n 0000004971 00000 n 0000005017 00000 n 0000005109 00000 n 0000005155 00000 n 0000005429 00000 n 0000005521 00000 n 0000005567 00000 n 0000005659 00000 n 0000005705 00000 n 0000005797 00000 n 0000005843 00000 n 0000005935 00000 n 0000005981 00000 n 0000006294 00000 n 0000006386 00000 n 0000006432 00000 n 0000006524 00000 n 0000006570 00000 n 0000006662 00000 n 0000006708 00000 n 0000006800 00000 n 0000006846 00000 n 0000007160 00000 n 0000007252 00000 n 0000007298 00000 n 0000007390 00000 n 0000007436 00000 n 0000007528 00000 n 0000007574 00000 n 0000007833 00000 n 0000008062 00000 n 0000008354 00000 n 0000008637 00000 n 0000008883 00000 n 0000009103 00000 n 0000009425 00000 n 0000009710 00000 n 0000009930 00000 n 0000010181 00000 n 0000010462 00000 n 0000010747 00000 n 0000011043 00000 n 0000011294 00000 n 0000011589 00000 n 0000011835 00000 n 0000012094 00000 n 0000012353 00000 n 0000012635 00000 n 0000012883 00000 n 0000013159 00000 n 0000013429 00000 n 0000013522 00000 n 0000013570 00000 n 0000013663 00000 n 0000013711 00000 n 0000013947 00000 n 0000014165 00000 n 0000014385 00000 n 0000014632 00000 n 0000014725 00000 n 0000014773 00000 n 0000014866 00000 n 0000014914 00000 n 0000015162 00000 n 0000015408 00000 n 0000015656 00000 n 0000015914 00000 n 0000016150 00000 n 0000016407 00000 n 0000016657 00000 n 0000016750 00000 n 0000016798 00000 n 0000016891 00000 n 0000016939 00000 n 0000017212 00000 n 0000017448 00000 n 0000017693 00000 n 0000017956 00000 n 0000018172 00000 n 0000018433 00000 n 0000018697 00000 n 0000018963 00000 n 0000019224 00000 n 0000019317 00000 n 0000019365 00000 n 0000019458 00000 n 0000019506 00000 n 0000019739 00000 n 0000019832 00000 n 0000019880 00000 n 0000019973 00000 n 0000020021 00000 n 0000020282 00000 n 0000020547 00000 n 0000020784 00000 n 0000021028 00000 n 0000021287 00000 n 0000021380 00000 n 0000021428 00000 n 0000021521 00000 n 0000021569 00000 n 0000021824 00000 n 0000022067 00000 n 0000022294 00000 n 0000022519 00000 n 0000022612 00000 n 0000022660 00000 n 0000022753 00000 n 0000022801 00000 n 0000022894 00000 n 0000022942 00000 n 0000023035 00000 n 0000023083 00000 n 0000023176 00000 n 0000023224 00000 n 0000023317 00000 n 0000023365 00000 n 0000023458 00000 n 0000023506 00000 n 0000023599 00000 n 0000023647 00000 n 0000023740 00000 n 0000023788 00000 n 0000023881 00000 n 0000023929 00000 n 0000024022 00000 n 0000024070 00000 n 0000024163 00000 n 0000024211 00000 n 0000024304 00000 n 0000024352 00000 n 0000024445 00000 n 0000024493 00000 n 0000024586 00000 n 0000024634 00000 n 0000024727 00000 n 0000024775 00000 n 0000024868 00000 n 0000024916 00000 n 0000025009 00000 n 0000025057 00000 n 0000025150 00000 n 0000025198 00000 n 0000025291 00000 n 0000025339 00000 n 0000025432 00000 n 0000025480 00000 n 0000025573 00000 n 0000025621 00000 n 0000025714 00000 n 0000025762 00000 n 0000025855 00000 n 0000025903 00000 n 0000025996 00000 n 0000026044 00000 n 0000026137 00000 n 0000026185 00000 n 0000026278 00000 n 0000026326 00000 n 0000026419 00000 n 0000026467 00000 n 0000026560 00000 n 0000026608 00000 n 0000026701 00000 n 0000026749 00000 n 0000026842 00000 n 0000026890 00000 n 0000026983 00000 n 0000027031 00000 n 0000027124 00000 n 0000027172 00000 n 0000027265 00000 n 0000027313 00000 n 0000027406 00000 n 0000027454 00000 n 0000027547 00000 n 0000027595 00000 n 0000027688 00000 n 0000027736 00000 n 0000027829 00000 n 0000027877 00000 n 0000027970 00000 n 0000028018 00000 n 0000028111 00000 n 0000028159 00000 n 0000028252 00000 n 0000028300 00000 n 0000028393 00000 n 0000028441 00000 n 0000028534 00000 n 0000028582 00000 n 0000028675 00000 n 0000028723 00000 n 0000028816 00000 n 0000028864 00000 n 0000028957 00000 n 0000029005 00000 n 0000029098 00000 n 0000029146 00000 n 0000029239 00000 n 0000029287 00000 n 0000029380 00000 n 0000029428 00000 n 0000029521 00000 n 0000029569 00000 n 0000029662 00000 n 0000029710 00000 n 0000029803 00000 n 0000029851 00000 n 0000029944 00000 n 0000029992 00000 n 0000030085 00000 n 0000030133 00000 n 0000030226 00000 n 0000030274 00000 n 0000030367 00000 n 0000030415 00000 n 0000030508 00000 n 0000030556 00000 n 0000030649 00000 n 0000030697 00000 n 0000030790 00000 n 0000030838 00000 n 0000030931 00000 n 0000030979 00000 n 0000031072 00000 n 0000031120 00000 n 0000031213 00000 n 0000031261 00000 n 0000031354 00000 n 0000031402 00000 n 0000031495 00000 n 0000031543 00000 n 0000031636 00000 n 0000031684 00000 n 0000031777 00000 n 0000031825 00000 n 0000031918 00000 n 0000031966 00000 n 0000032059 00000 n 0000032107 00000 n 0000032200 00000 n 0000032248 00000 n 0000032341 00000 n 0000032389 00000 n 0000032482 00000 n 0000032530 00000 n 0000032623 00000 n 0000032671 00000 n 0000032764 00000 n 0000032812 00000 n 0000032905 00000 n 0000032953 00000 n 0000033046 00000 n 0000033094 00000 n 0000033187 00000 n 0000033235 00000 n 0000033328 00000 n 0000033376 00000 n 0000033469 00000 n 0000033517 00000 n 0000033610 00000 n 0000033658 00000 n 0000033751 00000 n 0000033799 00000 n 0000033892 00000 n 0000033940 00000 n 0000034033 00000 n 0000034081 00000 n 0000034174 00000 n 0000034222 00000 n 0000034315 00000 n 0000034363 00000 n 0000034456 00000 n 0000034504 00000 n 0000034597 00000 n 0000034645 00000 n 0000034738 00000 n 0000034786 00000 n 0000034879 00000 n 0000034927 00000 n 0000035171 00000 n 0000035486 00000 n 0000035579 00000 n 0000035627 00000 n 0000035720 00000 n 0000035768 00000 n 0000036058 00000 n 0000036353 00000 n 0000036446 00000 n 0000036494 00000 n 0000036587 00000 n 0000036635 00000 n 0000036728 00000 n 0000036776 00000 n 0000036869 00000 n 0000036917 00000 n 0000037194 00000 n 0000037287 00000 n 0000037335 00000 n 0000037428 00000 n 0000037476 00000 n 0000037569 00000 n 0000037617 00000 n 0000037710 00000 n 0000037758 00000 n 0000037851 00000 n 0000037899 00000 n 0000037992 00000 n 0000038040 00000 n 0000038133 00000 n 0000038181 00000 n 0000038274 00000 n 0000038322 00000 n 0000038633 00000 n 0000038726 00000 n 0000038774 00000 n 0000038867 00000 n 0000038915 00000 n 0000039008 00000 n 0000039056 00000 n 0000039149 00000 n 0000039197 00000 n 0000039488 00000 n 0000039581 00000 n 0000039629 00000 n 0000039722 00000 n 0000039770 00000 n 0000040086 00000 n 0000040179 00000 n 0000040227 00000 n 0000040320 00000 n 0000040368 00000 n 0000040632 00000 n 0000040725 00000 n 0000040773 00000 n 0000040866 00000 n 0000040914 00000 n 0000041007 00000 n 0000041055 00000 n 0000041148 00000 n 0000041196 00000 n 0000041289 00000 n 0000041337 00000 n 0000041600 00000 n 0000041833 00000 n 0000042129 00000 n 0000042416 00000 n 0000042666 00000 n 0000042890 00000 n 0000043216 00000 n 0000043505 00000 n 0000043729 00000 n 0000043965 00000 n 0000044250 00000 n 0000044566 00000 n 0000044842 00000 n 0000045131 00000 n 0000045369 00000 n 0000045665 00000 n 0000045946 00000 n 0000046196 00000 n 0000046482 00000 n 0000046743 00000 n 0000047014 00000 n 0000047313 00000 n 0000047561 00000 n 0000047831 00000 n 0000048128 00000 n 0000048221 00000 n 0000048269 00000 n 0000048362 00000 n 0000048410 00000 n 0000048668 00000 n 0000048904 00000 n 0000049163 00000 n 0000049256 00000 n 0000049304 00000 n 0000049397 00000 n 0000049445 00000 n 0000049718 00000 n 0000049955 00000 n 0000050205 00000 n 0000050470 00000 n 0000050688 00000 n 0000050949 00000 n 0000051213 00000 n 0000051479 00000 n 0000051739 00000 n 0000051832 00000 n 0000051880 00000 n 0000051973 00000 n 0000052021 00000 n 0000052253 00000 n 0000052346 00000 n 0000052394 00000 n 0000054532 00000 n trailer << /Size 457 /Root 1 0 R /Info 2 0 R /ID [] >> startxref 100039 %%EOF