Browse Source

- SIP introduction added as a part of the ser documentation.

Jan Janak 22 years ago
parent
commit
0b2203ed7f

BIN
doc/sip/figures/bye.dia


+ 1721 - 0
doc/sip/figures/bye.eps

@@ -0,0 +1,1721 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: bye.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:58:42 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 601 348
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-4.387600 -13.050000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 5.000000 3.000000 m 5.000000 9.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.000000 3.000000 m 9.000000 9.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 13.000000 3.000000 m 13.000000 9.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 5.000000 5.000000 m 12.200000 5.000000 l s
+0 slj
+n 12.200000 5.400000 m 13.000000 5.000000 l 12.200000 4.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 13.000000 7.000000 m 5.800000 7.000000 l s
+0 slj
+n 5.800000 6.600000 m 5.000000 7.000000 l 5.800000 7.400000 l f
+gsave 7.150000 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 7.556400 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 7.962800 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 12.500000 3.000000 m 13.500000 3.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.500000 3.015000 m 9.500000 3.015000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 4.500000 2.990000 m 5.475000 3.000000 l s
+gsave 9.600000 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 9.938667 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 10.277333 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 10.616000 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.785333 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 11.259467 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 7.700000 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 8.106400 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 8.275733 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 8.682133 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 8.851467 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 9.257867 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 9.461067 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 9.799733 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 10.104533 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 17.000000 3.000000 m 17.000000 13.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.000000 3.000000 m 21.000000 13.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 25.000000 3.000000 m 25.000000 13.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 17.000000 5.000000 m 20.200000 5.000000 l s
+0 slj
+n 20.200000 5.400000 m 21.000000 5.000000 l 20.200000 4.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.000000 7.000000 m 24.200000 7.000000 l s
+0 slj
+n 24.200000 7.400000 m 25.000000 7.000000 l 24.200000 6.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 25.000000 9.000000 m 21.800000 9.000000 l s
+0 slj
+n 21.800000 8.600000 m 21.000000 9.000000 l 21.800000 9.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.000000 11.000000 m 17.800000 11.000000 l s
+0 slj
+n 17.800000 10.600000 m 17.000000 11.000000 l 17.800000 11.400000 l f
+gsave 18.300000 4.500000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 18.706400 4.500000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 19.112800 4.500000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 22.400000 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 22.806400 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 23.212800 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 22.150000 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 22.488667 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 22.827333 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 23.166000 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 23.335333 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 23.809467 8.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 18.250000 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 18.588667 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.927333 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.266000 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.435333 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 19.909467 10.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 6.000000 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+3428 0 moveto
+4281 3392 lineto
+3802 3392 lineto
+3184 637 lineto
+2419 3392 lineto
+1958 3392 lineto
+1212 637 lineto
+581 3392 lineto
+101 3392 lineto
+963 0 lineto
+1433 0 lineto
+2184 2787 lineto
+2958 0 lineto
+3428 0 lineto
+end_ol grestore 
+gsave 6.575733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 6.711200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 6.880533 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 3392 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1483 2093 1607 2053 1699 1985 curveto
+1810 1909 1856 1796 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2184 1949 2432 1479 2432 curveto
+1138 2432 930 2326 704 2030 curveto
+704 3392 lineto
+320 3392 lineto
+end_ol grestore 
+gsave 7.219200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 7.557867 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2240 0 moveto
+2240 2432 lineto
+1856 2432 lineto
+1856 1121 lineto
+1856 648 1599 339 1200 339 curveto
+897 339 704 516 704 794 curveto
+704 2432 lineto
+320 2432 lineto
+320 636 lineto
+320 249 612 0 1070 0 curveto
+1416 0 1636 124 1856 441 curveto
+1856 0 lineto
+2240 0 lineto
+end_ol grestore 
+gsave 7.896533 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 8.065867 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 8.235200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 8.438400 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 8.777067 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 9.081867 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 9.420533 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 9.623733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2304 3392 moveto
+1920 3392 lineto
+1920 2057 lineto
+1758 2302 1498 2432 1173 2432 curveto
+541 2432 128 1960 128 1238 curveto
+128 472 523 0 1162 0 curveto
+1489 0 1716 124 1920 421 curveto
+1920 0 lineto
+2304 0 lineto
+2304 3392 lineto
+1228 2070 moveto
+1652 2070 1920 1733 1920 1208 curveto
+1920 699 1647 362 1232 362 curveto
+799 362 512 703 512 1216 curveto
+512 1729 799 2070 1228 2070 curveto
+end_ol grestore 
+gsave 9.962400 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.131733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 10.334933 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 10.673600 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2240 0 moveto
+2240 2432 lineto
+1856 2432 lineto
+1856 1121 lineto
+1856 648 1599 339 1200 339 curveto
+897 339 704 516 704 794 curveto
+704 2432 lineto
+320 2432 lineto
+320 636 lineto
+320 249 612 0 1070 0 curveto
+1416 0 1636 124 1856 441 curveto
+1856 0 lineto
+2240 0 lineto
+end_ol grestore 
+gsave 11.012267 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 11.181600 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 11.317067 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 11.655733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.350000 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+3428 0 moveto
+4281 3392 lineto
+3802 3392 lineto
+3184 637 lineto
+2419 3392 lineto
+1958 3392 lineto
+1212 637 lineto
+581 3392 lineto
+101 3392 lineto
+963 0 lineto
+1433 0 lineto
+2184 2787 lineto
+2958 0 lineto
+3428 0 lineto
+end_ol grestore 
+gsave 18.925733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 19.061200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 19.230533 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 3392 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1483 2093 1607 2053 1699 1985 curveto
+1810 1909 1856 1796 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2184 1949 2432 1479 2432 curveto
+1138 2432 930 2326 704 2030 curveto
+704 3392 lineto
+320 3392 lineto
+end_ol grestore 
+gsave 19.569200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.738533 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.941733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 20.280400 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 20.585200 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 20.923867 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 21.127067 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2304 3392 moveto
+1920 3392 lineto
+1920 2057 lineto
+1758 2302 1498 2432 1173 2432 curveto
+541 2432 128 1960 128 1238 curveto
+128 472 523 0 1162 0 curveto
+1489 0 1716 124 1920 421 curveto
+1920 0 lineto
+2304 0 lineto
+2304 3392 lineto
+1228 2070 moveto
+1652 2070 1920 1733 1920 1208 curveto
+1920 699 1647 362 1232 362 curveto
+799 362 512 703 512 1216 curveto
+512 1729 799 2070 1228 2070 curveto
+end_ol grestore 
+gsave 21.465733 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 21.635067 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 21.838267 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 22.176933 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+2240 0 moveto
+2240 2432 lineto
+1856 2432 lineto
+1856 1121 lineto
+1856 648 1599 339 1200 339 curveto
+897 339 704 516 704 794 curveto
+704 2432 lineto
+320 2432 lineto
+320 636 lineto
+320 249 612 0 1070 0 curveto
+1416 0 1636 124 1856 441 curveto
+1856 0 lineto
+2240 0 lineto
+end_ol grestore 
+gsave 22.515600 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 22.684933 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 22.820400 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 23.159067 1.450000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.500000 3.000000 m 17.500000 3.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 20.475000 2.990000 m 21.475000 2.990000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 24.500000 2.990000 m 25.500000 2.990000 l s
+gsave 4.387600 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 4.827867 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 5.234267 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 16.412600 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 16.852867 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 17.259267 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 24.387600 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 24.827867 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 25.234267 2.702500 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 12.412600 2.742500 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 12.852867 2.742500 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 13.259267 2.742500 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 19.712600 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 20.119000 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 20.288333 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 20.694733 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 20.864067 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 21.270467 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 21.473667 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 21.812333 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 22.117133 2.692500 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/bye.png


BIN
doc/sip/figures/companies.dia


+ 3057 - 0
doc/sip/figures/companies.eps

@@ -0,0 +1,3057 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: companies.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:58:53 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 823 492
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-2.450000 -19.000000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.535332 11.195953 m 4.485682 11.158791 2.450000 11.939197 2.736268 13.611496 c 3.022533 15.283795 4.390259 15.655402 4.962796 15.172308 c 5.535332 14.689200 4.072183 17.513512 6.871250 18.256756 c 9.670292 19.000000 11.101633 17.810810 10.688134 16.956079 c 10.274636 16.101348 13.137318 18.962838 14.473236 17.327701 c 15.809155 15.692564 13.105510 14.131767 13.678047 14.354740 c 14.250583 14.577713 16.000000 14.280415 15.427464 11.493250 c 14.854927 8.706086 9.702099 10.861493 10.274636 10.452709 c 10.847172 10.043925 9.415831 8.000000 7.634632 8.408784 c 5.853408 8.817572 5.727068 9.559367 5.536223 11.194504 c 5.535332 11.195953 l f
+0.000000 0.000000 0.000000 srgb
+n 5.535332 11.195953 m 4.485682 11.158791 2.450000 11.939197 2.736268 13.611496 c 3.022533 15.283795 4.390259 15.655402 4.962796 15.172308 c 5.535332 14.689200 4.072183 17.513512 6.871250 18.256756 c 9.670292 19.000000 11.101633 17.810810 10.688134 16.956079 c 10.274636 16.101348 13.137318 18.962838 14.473236 17.327701 c 15.809155 15.692564 13.105510 14.131767 13.678047 14.354740 c 14.250583 14.577713 16.000000 14.280415 15.427464 11.493250 c 14.854927 8.706086 9.702099 10.861493 10.274636 10.452709 c 10.847172 10.043925 9.415831 8.000000 7.634632 8.408784 c 5.853408 8.817572 5.727068 9.559367 5.536223 11.194504 c 5.535332 11.195953 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 6.493149 11.000000 m 6.717307 11.000000 8.062259 11.000000 8.286417 11.000000 c 8.510576 11.000000 8.757150 11.224159 8.734734 11.672476 c 8.510576 11.672476 8.510576 11.672476 8.286417 11.672476 c 8.297625 11.246574 7.613941 11.448317 7.389783 11.448317 c 7.165624 11.448317 6.493149 11.235367 6.493149 11.672476 c 6.268990 11.672476 6.268990 11.672476 6.044832 11.672476 c 6.000000 11.224159 6.268990 11.000000 6.493149 11.000000 c f
+0.000000 0.000000 0.000000 srgb
+n 6.493149 11.000000 m 6.717307 11.000000 8.062259 11.000000 8.286417 11.000000 c 8.510576 11.000000 8.757150 11.224159 8.734734 11.672476 c 8.510576 11.672476 8.510576 11.672476 8.286417 11.672476 c 8.297625 11.246574 7.613941 11.448317 7.389783 11.448317 c 7.165624 11.448317 6.493149 11.235367 6.493149 11.672476 c 6.268990 11.672476 6.268990 11.672476 6.044832 11.672476 c 6.000000 11.224159 6.268990 11.000000 6.493149 11.000000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 6.493149 11.000000 m 6.717307 11.000000 8.062259 11.000000 8.286417 11.000000 c 8.510576 11.000000 8.757150 11.224159 8.734734 11.672476 c 8.510576 11.672476 8.510576 11.672476 8.286417 11.672476 c 8.297625 11.246574 7.613941 11.448317 7.389783 11.448317 c 7.165624 11.448317 6.493149 11.235367 6.493149 11.672476 c 6.268990 11.672476 6.268990 11.672476 6.044832 11.672476 c 6.000000 11.224159 6.268990 11.000000 6.493149 11.000000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.389783 11.224159 m 8.286417 11.224159 8.286417 12.569110 8.062259 12.569110 c 7.838100 12.569110 6.941466 12.569110 6.717307 12.569110 c 6.493149 12.569110 6.493149 11.224159 7.389783 11.224159 c f
+0.000000 0.000000 0.000000 srgb
+n 7.389783 11.224159 m 8.286417 11.224159 8.286417 12.569110 8.062259 12.569110 c 7.838100 12.569110 6.941466 12.569110 6.717307 12.569110 c 6.493149 12.569110 6.493149 11.224159 7.389783 11.224159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.389783 11.224159 m 8.286417 11.224159 8.286417 12.569110 8.062259 12.569110 c 7.838100 12.569110 6.941466 12.569110 6.717307 12.569110 c 6.493149 12.569110 6.493149 11.224159 7.389783 11.224159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.389783 11.896634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.389783 11.896634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.389783 11.896634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.120793 12.092773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.120793 12.092773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.120793 12.092773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.030008 11.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.030008 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.030008 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.097256 11.678080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.097256 11.678080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.097256 11.678080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.298999 11.577208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.298999 11.577208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.298999 11.577208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.500741 11.588416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.500741 11.588416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.500741 11.588416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.657652 11.722911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.657652 11.722911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.657652 11.722911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.724900 11.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.724900 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.724900 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.668860 12.070357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.668860 12.070357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.668860 12.070357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.511949 12.193644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 7.511949 12.193644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.511949 12.193644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 7.493149 15.000000 m 7.717307 15.000000 9.062259 15.000000 9.286417 15.000000 c 9.510576 15.000000 9.757150 15.224159 9.734734 15.672476 c 9.510576 15.672476 9.510576 15.672476 9.286417 15.672476 c 9.297625 15.246574 8.613941 15.448317 8.389783 15.448317 c 8.165624 15.448317 7.493149 15.235367 7.493149 15.672476 c 7.268990 15.672476 7.268990 15.672476 7.044832 15.672476 c 7.000000 15.224159 7.268990 15.000000 7.493149 15.000000 c f
+0.000000 0.000000 0.000000 srgb
+n 7.493149 15.000000 m 7.717307 15.000000 9.062259 15.000000 9.286417 15.000000 c 9.510576 15.000000 9.757150 15.224159 9.734734 15.672476 c 9.510576 15.672476 9.510576 15.672476 9.286417 15.672476 c 9.297625 15.246574 8.613941 15.448317 8.389783 15.448317 c 8.165624 15.448317 7.493149 15.235367 7.493149 15.672476 c 7.268990 15.672476 7.268990 15.672476 7.044832 15.672476 c 7.000000 15.224159 7.268990 15.000000 7.493149 15.000000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 7.493149 15.000000 m 7.717307 15.000000 9.062259 15.000000 9.286417 15.000000 c 9.510576 15.000000 9.757150 15.224159 9.734734 15.672476 c 9.510576 15.672476 9.510576 15.672476 9.286417 15.672476 c 9.297625 15.246574 8.613941 15.448317 8.389783 15.448317 c 8.165624 15.448317 7.493149 15.235367 7.493149 15.672476 c 7.268990 15.672476 7.268990 15.672476 7.044832 15.672476 c 7.000000 15.224159 7.268990 15.000000 7.493149 15.000000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.389783 15.224159 m 9.286417 15.224159 9.286417 16.569110 9.062259 16.569110 c 8.838100 16.569110 7.941466 16.569110 7.717307 16.569110 c 7.493149 16.569110 7.493149 15.224159 8.389783 15.224159 c f
+0.000000 0.000000 0.000000 srgb
+n 8.389783 15.224159 m 9.286417 15.224159 9.286417 16.569110 9.062259 16.569110 c 8.838100 16.569110 7.941466 16.569110 7.717307 16.569110 c 7.493149 16.569110 7.493149 15.224159 8.389783 15.224159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.389783 15.224159 m 9.286417 15.224159 9.286417 16.569110 9.062259 16.569110 c 8.838100 16.569110 7.941466 16.569110 7.717307 16.569110 c 7.493149 16.569110 7.493149 15.224159 8.389783 15.224159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.389783 15.896634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.389783 15.896634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.389783 15.896634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.120793 16.092773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.120793 16.092773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.120793 16.092773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.030008 15.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.030008 15.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.030008 15.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.097256 15.678080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.097256 15.678080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.097256 15.678080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.298999 15.577208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.298999 15.577208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.298999 15.577208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.500741 15.588416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.500741 15.588416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.500741 15.588416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.657652 15.722911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.657652 15.722911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.657652 15.722911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.724900 15.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.724900 15.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.724900 15.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.668860 16.070357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.668860 16.070357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.668860 16.070357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.511949 16.193644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 8.511949 16.193644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.511949 16.193644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 14.215312 9.999998 m 14.215312 12.511961 l 15.291868 12.511961 l 15.291868 9.999998 l f
+0.000000 0.000000 0.000000 srgb
+n 14.215312 9.999998 m 14.215312 12.511961 l 15.291868 12.511961 l 15.291868 9.999998 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 14.322968 10.150716 m 14.322968 10.437797 l 15.184212 10.437797 l 15.184212 10.150716 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 14.322968 10.437797 m 14.322968 10.724879 l 15.184212 10.724879 l 15.184212 10.437797 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 14.322968 10.724879 m 14.322968 11.011960 l 15.184212 11.011960 l 15.184212 10.724879 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 14.322968 11.011960 m 14.322968 11.299042 l 15.184212 11.299042 l 15.184212 11.011960 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 14.322968 11.356458 m 14.322968 11.528707 l 14.861245 11.528707 l 14.861245 11.356458 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 15.130384 11.385166 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 15.130384 11.385166 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 15.130384 11.499999 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 15.130384 11.499999 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 14.915073 11.413874 m 14.915073 11.528707 l 15.044260 11.528707 l 15.044260 11.413874 l f
+0.000000 0.000000 0.000000 srgb
+n 14.915073 11.413874 m 14.915073 11.528707 l 15.044260 11.528707 l 15.044260 11.413874 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 14.394738 11.758372 m 14.394738 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 14.574164 11.758372 m 14.574164 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 14.753590 11.758372 m 14.753590 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 14.933016 11.758372 m 14.933016 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 15.112442 11.758372 m 15.112442 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 15.291868 11.758372 m 15.291868 12.386363 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 14.000001 12.727272 m 14.215312 12.296650 l 14.215312 12.511961 l 15.291868 12.511961 l 15.291868 12.296650 l 15.578949 12.727272 l f
+0.000000 0.000000 0.000000 srgb
+n 14.000001 12.727272 m 14.215312 12.296650 l 14.215312 12.511961 l 15.291868 12.511961 l 15.291868 12.296650 l 15.578949 12.727272 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 22.607162 11.195953 m 21.720189 11.158791 20.000000 11.939197 20.241902 13.611496 c 20.483801 15.283795 21.639555 15.655402 22.123359 15.172308 c 22.607162 14.689200 21.370775 17.513512 23.736038 18.256756 c 26.101280 19.000000 27.310789 17.810810 26.961375 16.956079 c 26.611962 16.101348 29.030981 18.962838 30.159856 17.327701 c 31.288732 15.692564 29.004103 14.131767 29.487907 14.354740 c 29.971710 14.577713 31.450000 14.280415 30.966196 11.493250 c 30.482392 8.706086 26.128158 10.861493 26.611962 10.452709 c 27.095765 10.043925 25.886256 8.000000 24.381110 8.408784 c 22.875942 8.817572 22.769183 9.559367 22.607915 11.194504 c 22.607162 11.195953 l f
+0.000000 0.000000 0.000000 srgb
+n 22.607162 11.195953 m 21.720189 11.158791 20.000000 11.939197 20.241902 13.611496 c 20.483801 15.283795 21.639555 15.655402 22.123359 15.172308 c 22.607162 14.689200 21.370775 17.513512 23.736038 18.256756 c 26.101280 19.000000 27.310789 17.810810 26.961375 16.956079 c 26.611962 16.101348 29.030981 18.962838 30.159856 17.327701 c 31.288732 15.692564 29.004103 14.131767 29.487907 14.354740 c 29.971710 14.577713 31.450000 14.280415 30.966196 11.493250 c 30.482392 8.706086 26.128158 10.861493 26.611962 10.452709 c 27.095765 10.043925 25.886256 8.000000 24.381110 8.408784 c 22.875942 8.817572 22.769183 9.559367 22.607915 11.194504 c 22.607162 11.195953 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 20.215312 10.999998 m 20.215312 13.511961 l 21.291868 13.511961 l 21.291868 10.999998 l f
+0.000000 0.000000 0.000000 srgb
+n 20.215312 10.999998 m 20.215312 13.511961 l 21.291868 13.511961 l 21.291868 10.999998 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 20.322968 11.150716 m 20.322968 11.437797 l 21.184212 11.437797 l 21.184212 11.150716 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.322968 11.437797 m 20.322968 11.724879 l 21.184212 11.724879 l 21.184212 11.437797 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.322968 11.724879 m 20.322968 12.011960 l 21.184212 12.011960 l 21.184212 11.724879 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.322968 12.011960 m 20.322968 12.299042 l 21.184212 12.299042 l 21.184212 12.011960 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.322968 12.356458 m 20.322968 12.528707 l 20.861245 12.528707 l 20.861245 12.356458 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 21.130384 12.385166 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 21.130384 12.385166 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 21.130384 12.499999 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 21.130384 12.499999 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 20.915073 12.413874 m 20.915073 12.528707 l 21.044260 12.528707 l 21.044260 12.413874 l f
+0.000000 0.000000 0.000000 srgb
+n 20.915073 12.413874 m 20.915073 12.528707 l 21.044260 12.528707 l 21.044260 12.413874 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.394738 12.758372 m 20.394738 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 20.574164 12.758372 m 20.574164 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 20.753590 12.758372 m 20.753590 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 20.933016 12.758372 m 20.933016 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 21.112442 12.758372 m 21.112442 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 21.291868 12.758372 m 21.291868 13.386363 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 20.000001 13.727272 m 20.215312 13.296650 l 20.215312 13.511961 l 21.291868 13.511961 l 21.291868 13.296650 l 21.578949 13.727272 l f
+0.000000 0.000000 0.000000 srgb
+n 20.000001 13.727272 m 20.215312 13.296650 l 20.215312 13.511961 l 21.291868 13.511961 l 21.291868 13.296650 l 21.578949 13.727272 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 25.493149 11.000000 m 25.717307 11.000000 27.062259 11.000000 27.286417 11.000000 c 27.510576 11.000000 27.757150 11.224159 27.734734 11.672476 c 27.510576 11.672476 27.510576 11.672476 27.286417 11.672476 c 27.297625 11.246574 26.613941 11.448317 26.389783 11.448317 c 26.165624 11.448317 25.493149 11.235367 25.493149 11.672476 c 25.268990 11.672476 25.268990 11.672476 25.044832 11.672476 c 25.000000 11.224159 25.268990 11.000000 25.493149 11.000000 c f
+0.000000 0.000000 0.000000 srgb
+n 25.493149 11.000000 m 25.717307 11.000000 27.062259 11.000000 27.286417 11.000000 c 27.510576 11.000000 27.757150 11.224159 27.734734 11.672476 c 27.510576 11.672476 27.510576 11.672476 27.286417 11.672476 c 27.297625 11.246574 26.613941 11.448317 26.389783 11.448317 c 26.165624 11.448317 25.493149 11.235367 25.493149 11.672476 c 25.268990 11.672476 25.268990 11.672476 25.044832 11.672476 c 25.000000 11.224159 25.268990 11.000000 25.493149 11.000000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 25.493149 11.000000 m 25.717307 11.000000 27.062259 11.000000 27.286417 11.000000 c 27.510576 11.000000 27.757150 11.224159 27.734734 11.672476 c 27.510576 11.672476 27.510576 11.672476 27.286417 11.672476 c 27.297625 11.246574 26.613941 11.448317 26.389783 11.448317 c 26.165624 11.448317 25.493149 11.235367 25.493149 11.672476 c 25.268990 11.672476 25.268990 11.672476 25.044832 11.672476 c 25.000000 11.224159 25.268990 11.000000 25.493149 11.000000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.389783 11.224159 m 27.286417 11.224159 27.286417 12.569110 27.062259 12.569110 c 26.838100 12.569110 25.941466 12.569110 25.717307 12.569110 c 25.493149 12.569110 25.493149 11.224159 26.389783 11.224159 c f
+0.000000 0.000000 0.000000 srgb
+n 26.389783 11.224159 m 27.286417 11.224159 27.286417 12.569110 27.062259 12.569110 c 26.838100 12.569110 25.941466 12.569110 25.717307 12.569110 c 25.493149 12.569110 25.493149 11.224159 26.389783 11.224159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.389783 11.224159 m 27.286417 11.224159 27.286417 12.569110 27.062259 12.569110 c 26.838100 12.569110 25.941466 12.569110 25.717307 12.569110 c 25.493149 12.569110 25.493149 11.224159 26.389783 11.224159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.389783 11.896634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.389783 11.896634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.389783 11.896634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.120793 12.092773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.120793 12.092773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.120793 12.092773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.030008 11.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.030008 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.030008 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.097256 11.678080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.097256 11.678080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.097256 11.678080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.298999 11.577208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.298999 11.577208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.298999 11.577208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.500741 11.588416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.500741 11.588416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.500741 11.588416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.657652 11.722911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.657652 11.722911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.657652 11.722911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.724900 11.879822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.724900 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.724900 11.879822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.668860 12.070357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.668860 12.070357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.668860 12.070357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.511949 12.193644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.511949 12.193644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.511949 12.193644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 25.493149 14.400000 m 25.717307 14.400000 27.062259 14.400000 27.286417 14.400000 c 27.510576 14.400000 27.757150 14.624159 27.734734 15.072476 c 27.510576 15.072476 27.510576 15.072476 27.286417 15.072476 c 27.297625 14.646574 26.613941 14.848317 26.389783 14.848317 c 26.165624 14.848317 25.493149 14.635367 25.493149 15.072476 c 25.268990 15.072476 25.268990 15.072476 25.044832 15.072476 c 25.000000 14.624159 25.268990 14.400000 25.493149 14.400000 c f
+0.000000 0.000000 0.000000 srgb
+n 25.493149 14.400000 m 25.717307 14.400000 27.062259 14.400000 27.286417 14.400000 c 27.510576 14.400000 27.757150 14.624159 27.734734 15.072476 c 27.510576 15.072476 27.510576 15.072476 27.286417 15.072476 c 27.297625 14.646574 26.613941 14.848317 26.389783 14.848317 c 26.165624 14.848317 25.493149 14.635367 25.493149 15.072476 c 25.268990 15.072476 25.268990 15.072476 25.044832 15.072476 c 25.000000 14.624159 25.268990 14.400000 25.493149 14.400000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 25.493149 14.400000 m 25.717307 14.400000 27.062259 14.400000 27.286417 14.400000 c 27.510576 14.400000 27.757150 14.624159 27.734734 15.072476 c 27.510576 15.072476 27.510576 15.072476 27.286417 15.072476 c 27.297625 14.646574 26.613941 14.848317 26.389783 14.848317 c 26.165624 14.848317 25.493149 14.635367 25.493149 15.072476 c 25.268990 15.072476 25.268990 15.072476 25.044832 15.072476 c 25.000000 14.624159 25.268990 14.400000 25.493149 14.400000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.389783 14.624159 m 27.286417 14.624159 27.286417 15.969110 27.062259 15.969110 c 26.838100 15.969110 25.941466 15.969110 25.717307 15.969110 c 25.493149 15.969110 25.493149 14.624159 26.389783 14.624159 c f
+0.000000 0.000000 0.000000 srgb
+n 26.389783 14.624159 m 27.286417 14.624159 27.286417 15.969110 27.062259 15.969110 c 26.838100 15.969110 25.941466 15.969110 25.717307 15.969110 c 25.493149 15.969110 25.493149 14.624159 26.389783 14.624159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.389783 14.624159 m 27.286417 14.624159 27.286417 15.969110 27.062259 15.969110 c 26.838100 15.969110 25.941466 15.969110 25.717307 15.969110 c 25.493149 15.969110 25.493149 14.624159 26.389783 14.624159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.389783 15.296634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.389783 15.296634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.389783 15.296634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.120793 15.492773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.120793 15.492773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.120793 15.492773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.030008 15.279822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.030008 15.279822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.030008 15.279822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.097256 15.078080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.097256 15.078080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.097256 15.078080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.298999 14.977208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.298999 14.977208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.298999 14.977208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.500741 14.988416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.500741 14.988416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.500741 14.988416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.657652 15.122911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.657652 15.122911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.657652 15.122911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.724900 15.279822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.724900 15.279822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.724900 15.279822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.668860 15.470357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.668860 15.470357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.668860 15.470357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.511949 15.593644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.511949 15.593644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.511949 15.593644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.200000 11.800000 m 13.052257 11.510045 l s
+0 slj
+n 13.082279 11.908917 m 13.850000 11.450000 l 13.022234 11.111173 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 15.700000 11.400000 m 19.112458 12.009367 l s
+0 slj
+n 19.042142 12.403139 m 19.900000 12.150000 l 19.182774 11.615596 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.550000 12.450000 m 24.034360 14.106240 l s
+0 slj
+n 23.812480 14.439060 m 24.700000 14.550000 l 24.256240 13.773420 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 20.512668 -6.883836 22.655587 22.655587 79.606262 118.836779 ellipse s
+0 slj
+n 9.791712 12.619639 m 8.900000 12.550000 l 9.379316 13.305153 l f
+gsave 10.200000 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 10.538667 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 10.708000 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.877333 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 11.046667 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 11.486933 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 11.893333 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 12.062667 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 12.435200 11.300000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 16.500000 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+1536 768 moveto
+1536 0 lineto
+1920 0 lineto
+1920 768 lineto
+2404 768 lineto
+2404 1152 lineto
+1920 1152 lineto
+1920 3287 lineto
+1636 3287 lineto
+158 1217 lineto
+158 768 lineto
+1536 768 lineto
+1536 1152 moveto
+513 1152 lineto
+1536 2591 lineto
+1536 1152 lineto
+end_ol grestore 
+gsave 16.838667 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 17.008000 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 17.177333 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 17.346667 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 17.786933 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 18.193333 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 18.362667 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 18.735200 11.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 22.300000 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+2146 3200 moveto
+478 3200 lineto
+233 1509 lineto
+607 1509 lineto
+796 1719 953 1792 1206 1792 curveto
+1644 1792 1920 1514 1920 1064 curveto
+1920 627 1648 362 1206 362 curveto
+851 362 635 529 538 871 curveto
+132 871 lineto
+187 615 232 491 327 376 curveto
+509 137 836 0 1200 0 curveto
+1850 0 2304 462 2304 1128 curveto
+2304 1750 1883 2176 1268 2176 curveto
+1042 2176 861 2112 676 1964 curveto
+805 2796 lineto
+2146 2796 lineto
+2146 3200 lineto
+end_ol grestore 
+gsave 22.638667 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 22.808000 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 22.977333 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 23.146667 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 23.586933 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 23.993333 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 24.162667 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 24.535200 12.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 16.800000 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+2240 2393 moveto
+2163 2899 1821 3200 1335 3200 curveto
+984 3200 669 3034 480 2758 curveto
+282 2457 192 2077 192 1513 curveto
+192 992 273 660 462 385 curveto
+632 136 911 0 1261 0 curveto
+1868 0 2304 441 2304 1055 curveto
+2304 1638 1910 2048 1354 2048 curveto
+1047 2048 806 1915 640 1660 curveto
+640 2418 888 2838 1335 2838 curveto
+1610 2838 1800 2676 1862 2393 curveto
+2240 2393 lineto
+1300 1664 moveto
+1682 1664 1920 1415 1920 1013 curveto
+1920 637 1651 362 1287 362 curveto
+918 362 640 649 640 1034 curveto
+640 1406 909 1664 1300 1664 curveto
+end_ol grestore 
+gsave 17.138667 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 17.308000 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 17.477333 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 17.883733 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 18.290133 15.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 7.050000 10.500000 translate 0.035278 -0.035278 scale
+start_ol
+1536 3392 moveto
+1536 1086 lineto
+1536 825 1508 677 1429 564 curveto
+1346 438 1188 362 1017 362 curveto
+693 362 512 573 512 955 curveto
+512 1167 lineto
+64 1167 lineto
+64 876 lineto
+64 341 418 0 985 0 curveto
+1562 0 1920 356 1920 925 curveto
+1920 3392 lineto
+1536 3392 lineto
+end_ol grestore 
+gsave 7.354800 10.500000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 7.693467 10.500000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 25.900000 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 26.306400 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 26.645067 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+256 3392 moveto
+256 0 lineto
+640 0 lineto
+640 412 lineto
+815 133 1048 0 1368 0 curveto
+1973 0 2368 489 2368 1242 curveto
+2368 1978 1983 2432 1365 2432 curveto
+1043 2432 815 2308 640 2036 curveto
+640 3392 lineto
+256 3392 lineto
+1296 2070 moveto
+1714 2070 1984 1729 1984 1203 curveto
+1984 703 1705 362 1296 362 curveto
+901 362 640 699 640 1216 curveto
+640 1733 901 2070 1296 2070 curveto
+end_ol grestore 
+gsave 12.400000 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1024 moveto
+640 -1024 lineto
+640 362 lineto
+837 111 1057 0 1363 0 curveto
+1969 0 2368 472 2368 1194 curveto
+2368 1956 1989 2432 1376 2432 curveto
+1063 2432 812 2286 640 2003 curveto
+640 2432 lineto
+256 2432 lineto
+256 -1024 lineto
+1298 2070 moveto
+1713 2070 1984 1729 1984 1203 curveto
+1984 703 1709 362 1298 362 curveto
+902 362 640 699 640 1216 curveto
+640 1733 902 2070 1298 2070 curveto
+end_ol grestore 
+gsave 12.738667 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 12.941867 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 13.280533 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 13.585333 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 13.890133 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 14.059467 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 14.398133 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 14.567467 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 14.872267 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 15.210933 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1478 lineto
+704 1819 960 2093 1277 2093 curveto
+1565 2093 1728 1922 1728 1621 curveto
+1728 0 lineto
+2112 0 lineto
+2112 1478 lineto
+2112 1819 2368 2093 2685 2093 curveto
+2968 2093 3136 1918 3136 1621 curveto
+3136 0 lineto
+3520 0 lineto
+3520 1773 lineto
+3520 2197 3270 2432 2816 2432 curveto
+2492 2432 2298 2335 2071 2062 curveto
+1931 2321 1741 2432 1433 2432 curveto
+1116 2432 908 2312 704 2021 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.150000 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1024 moveto
+640 -1024 lineto
+640 362 lineto
+837 111 1057 0 1363 0 curveto
+1969 0 2368 472 2368 1194 curveto
+2368 1956 1989 2432 1376 2432 curveto
+1063 2432 812 2286 640 2003 curveto
+640 2432 lineto
+256 2432 lineto
+256 -1024 lineto
+1298 2070 moveto
+1713 2070 1984 1729 1984 1203 curveto
+1984 703 1709 362 1298 362 curveto
+902 362 640 699 640 1216 curveto
+640 1733 902 2070 1298 2070 curveto
+end_ol grestore 
+gsave 19.488667 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.691867 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 20.030533 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 20.335333 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 20.640133 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 20.809467 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+256 3392 moveto
+256 0 lineto
+640 0 lineto
+640 412 lineto
+815 133 1048 0 1368 0 curveto
+1973 0 2368 489 2368 1242 curveto
+2368 1978 1983 2432 1365 2432 curveto
+1043 2432 815 2308 640 2036 curveto
+640 3392 lineto
+256 3392 lineto
+1296 2070 moveto
+1714 2070 1984 1729 1984 1203 curveto
+1984 703 1705 362 1296 362 curveto
+901 362 640 699 640 1216 curveto
+640 1733 901 2070 1296 2070 curveto
+end_ol grestore 
+gsave 21.148133 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 21.317467 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 21.622267 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 21.960933 10.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1478 lineto
+704 1819 960 2093 1277 2093 curveto
+1565 2093 1728 1922 1728 1621 curveto
+1728 0 lineto
+2112 0 lineto
+2112 1478 lineto
+2112 1819 2368 2093 2685 2093 curveto
+2968 2093 3136 1918 3136 1621 curveto
+3136 0 lineto
+3520 0 lineto
+3520 1773 lineto
+3520 2197 3270 2432 2816 2432 curveto
+2492 2432 2298 2335 2071 2062 curveto
+1931 2321 1741 2432 1433 2432 curveto
+1116 2432 908 2312 704 2021 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 24.700000 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 25.038667 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 25.208000 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 25.546667 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 25.716000 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+990 1523 moveto
+1041 1523 lineto
+1211 1527 lineto
+1679 1527 1920 1338 1920 972 curveto
+1920 590 1661 362 1227 362 curveto
+775 362 553 568 525 1011 curveto
+119 1011 lineto
+137 759 184 596 262 455 curveto
+428 155 751 0 1198 0 curveto
+1871 0 2304 380 2304 966 curveto
+2304 1359 2143 1577 1751 1704 curveto
+2034 1818 2176 2036 2176 2347 curveto
+2176 2881 1808 3200 1196 3200 curveto
+547 3200 202 2856 188 2189 curveto
+594 2189 lineto
+599 2374 617 2477 668 2572 curveto
+760 2740 963 2843 1216 2843 curveto
+1575 2843 1792 2645 1792 2322 curveto
+1792 2107 1709 1978 1529 1910 curveto
+1419 1867 1276 1849 990 1845 curveto
+990 1523 lineto
+end_ol grestore 
+gsave 26.054667 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 26.224000 16.750000 translate 0.035278 -0.035278 scale
+start_ol
+1536 768 moveto
+1536 0 lineto
+1920 0 lineto
+1920 768 lineto
+2404 768 lineto
+2404 1152 lineto
+1920 1152 lineto
+1920 3287 lineto
+1636 3287 lineto
+158 1217 lineto
+158 768 lineto
+1536 768 lineto
+1536 1152 moveto
+513 1152 lineto
+1536 2591 lineto
+1536 1152 lineto
+end_ol grestore 
+gsave 6.400000 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+2146 3200 moveto
+478 3200 lineto
+233 1509 lineto
+607 1509 lineto
+796 1719 953 1792 1206 1792 curveto
+1644 1792 1920 1514 1920 1064 curveto
+1920 627 1648 362 1206 362 curveto
+851 362 635 529 538 871 curveto
+132 871 lineto
+187 615 232 491 327 376 curveto
+509 137 836 0 1200 0 curveto
+1850 0 2304 462 2304 1128 curveto
+2304 1750 1883 2176 1268 2176 curveto
+1042 2176 861 2112 676 1964 curveto
+805 2796 lineto
+2146 2796 lineto
+2146 3200 lineto
+end_ol grestore 
+gsave 6.738667 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 6.908000 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+2240 2393 moveto
+2163 2899 1821 3200 1335 3200 curveto
+984 3200 669 3034 480 2758 curveto
+282 2457 192 2077 192 1513 curveto
+192 992 273 660 462 385 curveto
+632 136 911 0 1261 0 curveto
+1868 0 2304 441 2304 1055 curveto
+2304 1638 1910 2048 1354 2048 curveto
+1047 2048 806 1915 640 1660 curveto
+640 2418 888 2838 1335 2838 curveto
+1610 2838 1800 2676 1862 2393 curveto
+2240 2393 lineto
+1300 1664 moveto
+1682 1664 1920 1415 1920 1013 curveto
+1920 637 1651 362 1287 362 curveto
+918 362 640 649 640 1034 curveto
+640 1406 909 1664 1300 1664 curveto
+end_ol grestore 
+gsave 7.246667 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 7.416000 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+2396 3200 moveto
+212 3200 lineto
+212 2796 lineto
+1977 2796 lineto
+1198 1713 880 1047 636 0 curveto
+1069 0 lineto
+1249 1021 1659 1898 2396 2856 curveto
+2396 3200 lineto
+end_ol grestore 
+gsave 7.754667 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 7.924000 13.400000 translate 0.035278 -0.035278 scale
+start_ol
+1821 1738 moveto
+2136 1929 2240 2086 2240 2378 curveto
+2240 2861 1835 3200 1248 3200 curveto
+666 3200 256 2861 256 2378 curveto
+256 2090 360 1934 670 1738 curveto
+307 1567 128 1308 128 966 curveto
+128 395 563 0 1184 0 curveto
+1805 0 2240 395 2240 961 curveto
+2240 1308 2103 1567 1821 1738 curveto
+1248 2838 moveto
+1619 2838 1856 2657 1856 2373 curveto
+1856 2101 1614 1920 1248 1920 curveto
+882 1920 640 2101 640 2377 curveto
+640 2657 882 2838 1248 2838 curveto
+1184 1536 moveto
+1584 1536 1856 1300 1856 951 curveto
+1856 598 1584 362 1175 362 curveto
+784 362 512 602 512 951 curveto
+512 1300 784 1536 1184 1536 curveto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 17.165312 2.999998 m 17.165312 5.511961 l 18.241868 5.511961 l 18.241868 2.999998 l f
+0.000000 0.000000 0.000000 srgb
+n 17.165312 2.999998 m 17.165312 5.511961 l 18.241868 5.511961 l 18.241868 2.999998 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 17.272968 3.150716 m 17.272968 3.437797 l 18.134212 3.437797 l 18.134212 3.150716 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.272968 3.437797 m 17.272968 3.724879 l 18.134212 3.724879 l 18.134212 3.437797 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.272968 3.724879 m 17.272968 4.011960 l 18.134212 4.011960 l 18.134212 3.724879 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.272968 4.011960 m 17.272968 4.299042 l 18.134212 4.299042 l 18.134212 4.011960 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.272968 4.356458 m 17.272968 4.528707 l 17.811245 4.528707 l 17.811245 4.356458 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 18.080384 4.385166 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 18.080384 4.385166 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 18.080384 4.499999 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 18.080384 4.499999 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 17.865073 4.413874 m 17.865073 4.528707 l 17.994260 4.528707 l 17.994260 4.413874 l f
+0.000000 0.000000 0.000000 srgb
+n 17.865073 4.413874 m 17.865073 4.528707 l 17.994260 4.528707 l 17.994260 4.413874 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.344738 4.758372 m 17.344738 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 17.524164 4.758372 m 17.524164 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 17.703590 4.758372 m 17.703590 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 17.883016 4.758372 m 17.883016 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.062442 4.758372 m 18.062442 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.241868 4.758372 m 18.241868 5.386363 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 16.950001 5.727272 m 17.165312 5.296650 l 17.165312 5.511961 l 18.241868 5.511961 l 18.241868 5.296650 l 18.528949 5.727272 l f
+0.000000 0.000000 0.000000 srgb
+n 16.950001 5.727272 m 17.165312 5.296650 l 17.165312 5.511961 l 18.241868 5.511961 l 18.241868 5.296650 l 18.528949 5.727272 l cp s
+gsave 16.050000 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1660 0 lineto
+2495 0 3008 642 3008 1698 curveto
+3008 2750 2500 3392 1660 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 381 moveto
+768 3011 lineto
+1582 3011 lineto
+2264 3011 2624 2559 2624 1694 curveto
+2624 837 2264 381 1582 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 16.490267 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 16.930533 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 17.336933 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 17.506267 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 17.912667 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 18.251333 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 18.454533 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+1313 0 moveto
+2239 2432 lineto
+1806 2432 lineto
+1124 459 lineto
+479 2432 lineto
+46 2432 lineto
+894 0 lineto
+1313 0 lineto
+end_ol grestore 
+gsave 18.759333 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 19.098000 2.300000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 19.618602 8.768606 4.968701 4.968701 179.637979 222.906337 ellipse s
+0 slj
+n 16.197142 5.721310 m 16.650000 4.950000 l 15.761237 5.050499 l f
+gsave 12.500000 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 12.838667 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 13.008000 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 13.177333 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 13.583733 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 13.753067 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 14.159467 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 14.328800 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 14.735200 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 15.175467 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 15.581867 5.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 12.500000 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+1169 2432 moveto
+768 2432 lineto
+768 2809 lineto
+768 2970 860 3053 1035 3053 curveto
+1067 3053 1081 3053 1169 3053 curveto
+1169 3369 lineto
+1081 3387 1030 3392 952 3392 curveto
+596 3392 384 3189 384 2844 curveto
+384 2432 lineto
+61 2432 lineto
+61 2116 lineto
+384 2116 lineto
+384 0 lineto
+768 0 lineto
+768 2116 lineto
+1169 2116 lineto
+1169 2432 lineto
+end_ol grestore 
+gsave 12.669333 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 13.008000 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 13.211200 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 13.380533 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+256 3392 moveto
+256 0 lineto
+640 0 lineto
+640 412 lineto
+815 133 1048 0 1368 0 curveto
+1973 0 2368 489 2368 1242 curveto
+2368 1978 1983 2432 1365 2432 curveto
+1043 2432 815 2308 640 2036 curveto
+640 3392 lineto
+256 3392 lineto
+1296 2070 moveto
+1714 2070 1984 1729 1984 1203 curveto
+1984 703 1705 362 1296 362 curveto
+901 362 640 699 640 1216 curveto
+640 1733 901 2070 1296 2070 curveto
+end_ol grestore 
+gsave 13.719200 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 13.888533 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 14.193333 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 14.532000 6.400000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1478 lineto
+704 1819 960 2093 1277 2093 curveto
+1565 2093 1728 1922 1728 1621 curveto
+1728 0 lineto
+2112 0 lineto
+2112 1478 lineto
+2112 1819 2368 2093 2685 2093 curveto
+2968 2093 3136 1918 3136 1621 curveto
+3136 0 lineto
+3520 0 lineto
+3520 1773 lineto
+3520 2197 3270 2432 2816 2432 curveto
+2492 2432 2298 2335 2071 2062 curveto
+1931 2321 1741 2432 1433 2432 curveto
+1116 2432 908 2312 704 2021 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 10.316537 5.021018 7.625160 7.625160 8.894608 34.388567 ellipse s
+0 slj
+n 16.322882 9.048216 m 16.050000 9.900000 l 16.895156 9.607235 l f
+gsave 17.950000 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+990 1523 moveto
+1041 1523 lineto
+1211 1527 lineto
+1679 1527 1920 1338 1920 972 curveto
+1920 590 1661 362 1227 362 curveto
+775 362 553 568 525 1011 curveto
+119 1011 lineto
+137 759 184 596 262 455 curveto
+428 155 751 0 1198 0 curveto
+1871 0 2304 380 2304 966 curveto
+2304 1359 2143 1577 1751 1704 curveto
+2034 1818 2176 2036 2176 2347 curveto
+2176 2881 1808 3200 1196 3200 curveto
+547 3200 202 2856 188 2189 curveto
+594 2189 lineto
+599 2374 617 2477 668 2572 curveto
+760 2740 963 2843 1216 2843 curveto
+1575 2843 1792 2645 1792 2322 curveto
+1792 2107 1709 1978 1529 1910 curveto
+1419 1867 1276 1849 990 1845 curveto
+990 1523 lineto
+end_ol grestore 
+gsave 18.288667 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 18.458000 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 18.627333 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1024 moveto
+640 -1024 lineto
+640 362 lineto
+837 111 1057 0 1363 0 curveto
+1969 0 2368 472 2368 1194 curveto
+2368 1956 1989 2432 1376 2432 curveto
+1063 2432 812 2286 640 2003 curveto
+640 2432 lineto
+256 2432 lineto
+256 -1024 lineto
+1298 2070 moveto
+1713 2070 1984 1729 1984 1203 curveto
+1984 703 1709 362 1298 362 curveto
+902 362 640 699 640 1216 curveto
+640 1733 902 2070 1298 2070 curveto
+end_ol grestore 
+gsave 18.966000 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.169200 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 19.507867 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 19.812667 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 20.117467 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 20.286800 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+256 3392 moveto
+256 0 lineto
+640 0 lineto
+640 412 lineto
+815 133 1048 0 1368 0 curveto
+1973 0 2368 489 2368 1242 curveto
+2368 1978 1983 2432 1365 2432 curveto
+1043 2432 815 2308 640 2036 curveto
+640 3392 lineto
+256 3392 lineto
+1296 2070 moveto
+1714 2070 1984 1729 1984 1203 curveto
+1984 703 1705 362 1296 362 curveto
+901 362 640 699 640 1216 curveto
+640 1733 901 2070 1296 2070 curveto
+end_ol grestore 
+gsave 20.625467 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 20.794800 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 21.099600 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 21.438267 8.050000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1478 lineto
+704 1819 960 2093 1277 2093 curveto
+1565 2093 1728 1922 1728 1621 curveto
+1728 0 lineto
+2112 0 lineto
+2112 1478 lineto
+2112 1819 2368 2093 2685 2093 curveto
+2968 2093 3136 1918 3136 1621 curveto
+3136 0 lineto
+3520 0 lineto
+3520 1773 lineto
+3520 2197 3270 2432 2816 2432 curveto
+2492 2432 2298 2335 2071 2062 curveto
+1931 2321 1741 2432 1433 2432 curveto
+1116 2432 908 2312 704 2021 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 6.750000 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+4197 3160 moveto
+4014 4133 3433 4608 2423 4608 curveto
+1804 4608 1305 4421 964 4059 curveto
+547 3625 320 2998 320 2286 curveto
+320 1562 554 941 989 513 curveto
+1343 163 1798 0 2398 0 curveto
+3522 0 4153 582 4292 1751 curveto
+3684 1751 lineto
+3633 1454 3570 1252 3475 1080 curveto
+3285 723 2892 521 2398 521 curveto
+1479 521 896 1210 896 2292 curveto
+896 3404 1454 4087 2347 4087 curveto
+2721 4087 3069 3980 3259 3814 curveto
+3430 3665 3525 3481 3595 3160 curveto
+4197 3160 lineto
+end_ol grestore 
+gsave 7.351133 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 7.816800 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 2022 lineto
+960 2489 1312 2864 1747 2864 curveto
+2144 2864 2368 2631 2368 2219 curveto
+2368 0 lineto
+2880 0 lineto
+2880 2022 lineto
+2880 2489 3232 2864 3667 2864 curveto
+4058 2864 4288 2624 4288 2219 curveto
+4288 0 lineto
+4800 0 lineto
+4800 2427 lineto
+4800 3007 4459 3328 3841 3328 curveto
+3399 3328 3134 3195 2825 2821 curveto
+2634 3176 2374 3328 1954 3328 curveto
+1522 3328 1238 3164 960 2766 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 8.511067 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+320 -1407 moveto
+832 -1407 lineto
+832 495 lineto
+1110 152 1419 0 1849 0 curveto
+2702 0 3264 645 3264 1634 curveto
+3264 2677 2730 3328 1868 3328 curveto
+1428 3328 1074 3128 832 2741 curveto
+832 3328 lineto
+320 3328 lineto
+320 -1407 lineto
+1773 2833 moveto
+2365 2833 2752 2367 2752 1647 curveto
+2752 961 2359 495 1773 495 curveto
+1206 495 832 956 832 1664 curveto
+832 2372 1206 2833 1773 2833 curveto
+end_ol grestore 
+gsave 8.976733 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 9.442400 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1776 lineto
+960 2434 1318 2864 1869 2864 curveto
+2291 2864 2560 2618 2560 2231 curveto
+2560 0 lineto
+3072 0 lineto
+3072 2445 lineto
+3072 2982 2668 3328 2041 3328 curveto
+1556 3328 1246 3139 960 2680 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 9.908067 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+2458 3328 moveto
+1540 717 lineto
+691 3328 lineto
+127 3328 lineto
+1248 -38 lineto
+1045 -569 lineto
+963 -806 843 -896 621 -896 curveto
+545 -896 456 -883 342 -858 curveto
+342 -1327 lineto
+450 -1383 558 -1408 697 -1408 curveto
+868 -1408 1052 -1351 1191 -1248 curveto
+1356 -1127 1451 -987 1552 -719 curveto
+3029 3328 lineto
+2458 3328 lineto
+end_ol grestore 
+gsave 10.331400 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.568467 7.750000 translate 0.035278 -0.035278 scale
+start_ol
+3003 1408 moveto
+3478 0 lineto
+4137 0 lineto
+2515 4608 lineto
+1755 4608 lineto
+108 0 lineto
+735 0 lineto
+1223 1408 lineto
+3003 1408 lineto
+2839 1920 moveto
+1369 1920 lineto
+2129 3986 lineto
+2839 1920 lineto
+end_ol grestore 
+gsave 24.300000 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+4197 3160 moveto
+4014 4133 3433 4608 2423 4608 curveto
+1804 4608 1305 4421 964 4059 curveto
+547 3625 320 2998 320 2286 curveto
+320 1562 554 941 989 513 curveto
+1343 163 1798 0 2398 0 curveto
+3522 0 4153 582 4292 1751 curveto
+3684 1751 lineto
+3633 1454 3570 1252 3475 1080 curveto
+3285 723 2892 521 2398 521 curveto
+1479 521 896 1210 896 2292 curveto
+896 3404 1454 4087 2347 4087 curveto
+2721 4087 3069 3980 3259 3814 curveto
+3430 3665 3525 3481 3595 3160 curveto
+4197 3160 lineto
+end_ol grestore 
+gsave 24.901133 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 25.366800 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 2022 lineto
+960 2489 1312 2864 1747 2864 curveto
+2144 2864 2368 2631 2368 2219 curveto
+2368 0 lineto
+2880 0 lineto
+2880 2022 lineto
+2880 2489 3232 2864 3667 2864 curveto
+4058 2864 4288 2624 4288 2219 curveto
+4288 0 lineto
+4800 0 lineto
+4800 2427 lineto
+4800 3007 4459 3328 3841 3328 curveto
+3399 3328 3134 3195 2825 2821 curveto
+2634 3176 2374 3328 1954 3328 curveto
+1522 3328 1238 3164 960 2766 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 26.061067 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+320 -1407 moveto
+832 -1407 lineto
+832 495 lineto
+1110 152 1419 0 1849 0 curveto
+2702 0 3264 645 3264 1634 curveto
+3264 2677 2730 3328 1868 3328 curveto
+1428 3328 1074 3128 832 2741 curveto
+832 3328 lineto
+320 3328 lineto
+320 -1407 lineto
+1773 2833 moveto
+2365 2833 2752 2367 2752 1647 curveto
+2752 961 2359 495 1773 495 curveto
+1206 495 832 956 832 1664 curveto
+832 2372 1206 2833 1773 2833 curveto
+end_ol grestore 
+gsave 26.526733 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 26.992400 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1776 lineto
+960 2434 1318 2864 1869 2864 curveto
+2291 2864 2560 2618 2560 2231 curveto
+2560 0 lineto
+3072 0 lineto
+3072 2445 lineto
+3072 2982 2668 3328 2041 3328 curveto
+1556 3328 1246 3139 960 2680 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 27.458067 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+2458 3328 moveto
+1540 717 lineto
+691 3328 lineto
+127 3328 lineto
+1248 -38 lineto
+1045 -569 lineto
+963 -806 843 -896 621 -896 curveto
+545 -896 456 -883 342 -858 curveto
+342 -1327 lineto
+450 -1383 558 -1408 697 -1408 curveto
+868 -1408 1052 -1351 1191 -1248 curveto
+1356 -1127 1451 -987 1552 -719 curveto
+3029 3328 lineto
+2458 3328 lineto
+end_ol grestore 
+gsave 27.881400 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 28.118467 8.000000 translate 0.035278 -0.035278 scale
+start_ol
+512 0 moveto
+2563 0 lineto
+2994 0 3312 120 3555 386 curveto
+3779 627 3904 956 3904 1317 curveto
+3904 1874 3658 2209 3086 2437 curveto
+3495 2633 3712 2973 3712 3440 curveto
+3712 3775 3587 4072 3350 4286 curveto
+3112 4507 2800 4608 2362 4608 curveto
+512 4608 lineto
+512 0 lineto
+1088 2624 moveto
+1088 4087 lineto
+2219 4087 lineto
+2545 4087 2728 4043 2885 3923 curveto
+3048 3797 3136 3608 3136 3355 curveto
+3136 3110 3048 2914 2885 2788 curveto
+2728 2668 2545 2624 2219 2624 curveto
+1088 2624 lineto
+1088 521 moveto
+1088 2112 lineto
+2508 2112 lineto
+2790 2112 2978 2042 3115 1890 curveto
+3253 1744 3328 1542 3328 1313 curveto
+3328 1091 3253 889 3115 743 curveto
+2978 591 2790 521 2508 521 curveto
+1088 521 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/companies.png


BIN
doc/sip/figures/dialog.dia


+ 1511 - 0
doc/sip/figures/dialog.eps

@@ -0,0 +1,1511 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: dialog.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:02 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 410 511
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-15.200000 -24.050000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 16.000000 7.000000 m 16.000000 24.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 7.000000 m 23.000000 24.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 9.000000 m 22.200000 9.000000 l s
+0 slj
+n 22.200000 9.400000 m 23.000000 9.000000 l 22.200000 8.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 11.000000 m 16.800000 11.000000 l s
+0 slj
+n 16.800000 10.600000 m 16.000000 11.000000 l 16.800000 11.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 13.000000 m 16.800000 13.000000 l s
+0 slj
+n 16.800000 12.600000 m 16.000000 13.000000 l 16.800000 13.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 15.000000 m 16.800000 15.000000 l s
+0 slj
+n 16.800000 14.600000 m 16.000000 15.000000 l 16.800000 15.400000 l f
+gsave 18.650000 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 18.819333 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 19.259600 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 19.666000 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 19.835333 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 20.207867 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 18.135000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.473667 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.812333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.151000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.320333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 19.692867 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.896067 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 20.200867 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.336333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.675000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.100000 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.438667 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1821 1738 moveto
+2136 1929 2240 2086 2240 2378 curveto
+2240 2861 1835 3200 1248 3200 curveto
+666 3200 256 2861 256 2378 curveto
+256 2090 360 1934 670 1738 curveto
+307 1567 128 1308 128 966 curveto
+128 395 563 0 1184 0 curveto
+1805 0 2240 395 2240 961 curveto
+2240 1308 2103 1567 1821 1738 curveto
+1248 2838 moveto
+1619 2838 1856 2657 1856 2373 curveto
+1856 2101 1614 1920 1248 1920 curveto
+882 1920 640 2101 640 2377 curveto
+640 2657 882 2838 1248 2838 curveto
+1184 1536 moveto
+1584 1536 1856 1300 1856 951 curveto
+1856 598 1584 362 1175 362 curveto
+784 362 512 602 512 951 curveto
+512 1300 784 1536 1184 1536 curveto
+end_ol grestore 
+gsave 18.777333 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.116000 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.285333 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 19.725600 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 19.861067 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.199733 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 20.538400 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.673867 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 21.012533 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.700000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 19.038667 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.377333 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.716000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.885333 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 20.359467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 22.450000 7.000000 m 23.475000 7.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 15.500000 7.000000 m 16.500000 7.000000 l s
+gsave 15.200000 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 15.640267 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 15.978933 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 16.114400 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 16.249867 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 16.588533 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 22.050000 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 22.490267 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 22.828933 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 22.964400 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 23.099867 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 23.438533 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 21.000000 m 16.800000 21.000000 l s
+0 slj
+n 16.800000 20.600000 m 16.000000 21.000000 l 16.800000 21.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 23.000000 m 22.200000 23.000000 l s
+0 slj
+n 22.200000 23.400000 m 23.000000 23.000000 l 22.200000 22.600000 l f
+gsave 19.000000 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 19.406400 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 19.812800 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 18.000000 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 18.338667 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.677333 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.016000 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.185333 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 19.659467 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 23.800000 8.487500 m 25.000000 8.837500 23.400000 11.587500 24.500000 11.987500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 24.400000 11.987500 m 23.350000 12.287500 25.050000 14.987500 23.800000 15.487500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 23.750000 20.437500 m 24.650000 20.837500 23.400000 21.607500 24.500000 22.007500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 24.400000 22.007500 m 23.350000 22.307500 24.600000 22.987500 23.850000 23.587500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 17.000000 m 22.200000 17.000000 l s
+0 slj
+n 22.200000 17.400000 m 23.000000 17.000000 l 22.200000 16.600000 l f
+gsave 18.850000 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 19.256400 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 19.696667 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 26.000000 7.550000 m 27.200000 7.900000 25.950000 15.137500 27.050000 15.537500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 27.000000 15.537500 m 25.950000 15.837500 27.250000 23.050000 26.000000 23.550000 c s
+gsave 27.600000 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+512 0 moveto
+2099 0 lineto
+3138 0 3776 787 3776 2083 curveto
+3776 3373 3144 4160 2099 4160 curveto
+512 4160 lineto
+512 0 lineto
+1024 471 moveto
+1024 3689 lineto
+2007 3689 lineto
+2830 3689 3264 3137 3264 2077 curveto
+3264 1029 2830 471 2007 471 curveto
+1024 471 lineto
+end_ol grestore 
+gsave 28.150333 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 28.319667 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 28.743000 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 28.912333 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 29.335667 15.737500 translate 0.035278 -0.035278 scale
+start_ol
+2304 3008 moveto
+2304 2493 lineto
+2072 2844 1791 3008 1422 3008 curveto
+688 3008 192 2387 192 1477 curveto
+192 1017 322 642 564 375 curveto
+783 139 1099 0 1409 0 curveto
+1780 0 2039 158 2304 531 curveto
+2304 355 lineto
+2304 -108 2254 -388 2137 -577 curveto
+2015 -779 1776 -896 1493 -896 curveto
+1282 -896 1093 -824 965 -695 curveto
+859 -588 815 -487 787 -265 curveto
+292 -265 lineto
+342 -901 770 -1280 1453 -1280 curveto
+1886 -1280 2258 -1136 2447 -893 curveto
+2669 -615 2752 -234 2752 477 curveto
+2752 3008 lineto
+2304 3008 lineto
+1510 2566 moveto
+2010 2566 2304 2170 2304 1488 curveto
+2304 838 2004 442 1515 442 curveto
+1010 442 704 843 704 1504 curveto
+704 2160 1015 2566 1510 2566 curveto
+end_ol grestore 
+gsave 24.550000 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 24.922533 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 25.125733 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 25.464400 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 25.803067 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 26.107867 11.887500 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 24.550000 12.687500 translate 0.035278 -0.035278 scale
+start_ol
+2235 3214 moveto
+1880 3214 lineto
+1719 2304 lineto
+1143 2304 lineto
+1309 3214 lineto
+958 3214 lineto
+793 2304 lineto
+235 2304 lineto
+235 1984 lineto
+733 1984 lineto
+590 1216 lineto
+65 1216 lineto
+65 896 lineto
+530 896 lineto
+355 0 lineto
+705 0 lineto
+885 896 lineto
+1456 896 lineto
+1281 0 lineto
+1631 0 lineto
+1811 896 lineto
+2350 896 lineto
+2350 1216 lineto
+1866 1216 lineto
+2009 1984 lineto
+2498 1984 lineto
+2498 2304 lineto
+2069 2304 lineto
+2235 3214 lineto
+1659 1984 moveto
+1516 1216 lineto
+940 1216 lineto
+1087 1984 lineto
+1659 1984 lineto
+end_ol grestore 
+gsave 24.888667 12.687500 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 24.450000 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 24.822533 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 25.025733 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 25.364400 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 25.703067 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 26.007867 21.887500 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 24.450000 22.687500 translate 0.035278 -0.035278 scale
+start_ol
+2235 3214 moveto
+1880 3214 lineto
+1719 2304 lineto
+1143 2304 lineto
+1309 3214 lineto
+958 3214 lineto
+793 2304 lineto
+235 2304 lineto
+235 1984 lineto
+733 1984 lineto
+590 1216 lineto
+65 1216 lineto
+65 896 lineto
+530 896 lineto
+355 0 lineto
+705 0 lineto
+885 896 lineto
+1456 896 lineto
+1281 0 lineto
+1631 0 lineto
+1811 896 lineto
+2350 896 lineto
+2350 1216 lineto
+1866 1216 lineto
+2009 1984 lineto
+2498 1984 lineto
+2498 2304 lineto
+2069 2304 lineto
+2235 3214 lineto
+1659 1984 moveto
+1516 1216 lineto
+940 1216 lineto
+1087 1984 lineto
+1659 1984 lineto
+end_ol grestore 
+gsave 24.788667 22.687500 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/dialog.png


BIN
doc/sip/figures/event.dia


+ 1137 - 0
doc/sip/figures/event.eps

@@ -0,0 +1,1137 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: event.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:10 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 345 412
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-0.300000 -14.550074 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 1.850000 1.050000 m 1.800000 14.450000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.830000 0.980000 m 9.850000 14.500000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.850000 3.050000 m 9.050000 3.050000 l s
+0 slj
+n 9.050000 3.450000 m 9.850000 3.050000 l 9.050000 2.650000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.850000 5.050000 m 2.650000 5.050000 l s
+0 slj
+n 2.650000 4.650000 m 1.850000 5.050000 l 2.650000 5.450000 l f
+gsave 4.050000 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 4.456400 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 4.896667 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 5.303067 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 5.709467 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 6.149733 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 6.590000 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 6.759333 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 7.165733 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 4.700000 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 5.038667 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.377333 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.716000 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.885333 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 6.359467 4.550000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.350000 1.050000 m 2.350000 1.050000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.330000 0.980000 m 10.330000 0.980000 l s
+gsave 0.300000 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 0.740267 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 1.045067 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 1.383733 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 1.586933 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 1.756267 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 2.162667 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 2.501333 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 2.840000 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 3.178667 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 8.850000 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 9.256400 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 9.595067 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 9.798267 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1313 0 moveto
+2239 2432 lineto
+1806 2432 lineto
+1124 459 lineto
+479 2432 lineto
+46 2432 lineto
+894 0 lineto
+1313 0 lineto
+end_ol grestore 
+gsave 10.103067 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 10.441733 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.855000 7.310000 m 2.655000 7.310000 l s
+0 slj
+n 2.655000 6.910000 m 1.855000 7.310000 l 2.655000 7.710000 l f
+gsave 4.655000 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 4.993667 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.332333 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.671000 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.840333 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 6.314467 8.760000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 4.600000 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 5.040267 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 5.514400 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 5.886933 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 6.056267 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2372 1536 lineto
+2372 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2593 3011 lineto
+2593 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 6.428800 6.850000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.855000 9.195000 m 9.055000 9.195000 l s
+0 slj
+n 9.055000 9.595000 m 9.855000 9.195000 l 9.055000 8.795000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 12.300000 10.200000 m 10.699306 10.266696 l s
+0 slj
+n 10.682654 9.867042 m 9.900000 10.300000 l 10.715959 10.666349 l f
+gsave 10.900000 9.900000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 11.306400 9.900000 translate 0.035278 -0.035278 scale
+start_ol
+1313 0 moveto
+2239 2432 lineto
+1806 2432 lineto
+1124 459 lineto
+479 2432 lineto
+46 2432 lineto
+894 0 lineto
+1313 0 lineto
+end_ol grestore 
+gsave 11.611200 9.900000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 11.949867 9.900000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 12.288533 9.900000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.805000 11.045000 m 2.605000 11.045000 l s
+0 slj
+n 2.605000 10.645000 m 1.805000 11.045000 l 2.605000 11.445000 l f
+gsave 4.655000 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 5.095267 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 5.569400 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 5.941933 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 6.111267 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2372 1536 lineto
+2372 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2593 3011 lineto
+2593 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 6.483800 10.695000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.855000 12.945000 m 9.055000 12.945000 l s
+0 slj
+n 9.055000 13.345000 m 9.855000 12.945000 l 9.055000 12.545000 l f
+gsave 4.705000 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 5.043667 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.382333 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.721000 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.890333 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 6.364467 12.595000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/event.png


BIN
doc/sip/figures/invite1.dia


+ 1782 - 0
doc/sip/figures/invite1.eps

@@ -0,0 +1,1782 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: invite1.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:19 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 446 598
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-8.150000 -27.050000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 9.000000 7.000000 m 9.000000 27.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 7.000000 m 16.000000 27.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 7.000000 m 23.000000 27.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.000000 8.000000 m 15.200000 8.000000 l s
+0 slj
+n 15.200000 8.400000 m 16.000000 8.000000 l 15.200000 7.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 10.000000 m 9.800000 10.000000 l s
+0 slj
+n 9.800000 9.600000 m 9.000000 10.000000 l 9.800000 10.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 12.000000 m 22.200000 12.000000 l s
+0 slj
+n 22.200000 12.400000 m 23.000000 12.000000 l 22.200000 11.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 14.000000 m 16.800000 14.000000 l s
+0 slj
+n 16.800000 13.600000 m 16.000000 14.000000 l 16.800000 14.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 16.000000 m 16.800000 16.000000 l s
+0 slj
+n 16.800000 15.600000 m 16.000000 16.000000 l 16.800000 16.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 18.000000 m 9.800000 18.000000 l s
+0 slj
+n 9.800000 17.600000 m 9.000000 18.000000 l 9.800000 18.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 20.000000 m 16.800000 20.000000 l s
+0 slj
+n 16.800000 19.600000 m 16.000000 20.000000 l 16.800000 20.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.000000 24.000000 m 22.200000 24.000000 l s
+0 slj
+n 22.200000 24.400000 m 23.000000 24.000000 l 22.200000 23.600000 l f
+gsave 11.550000 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 11.719333 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 12.159600 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 12.566000 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 12.735333 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 13.107867 7.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 18.685000 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 18.854333 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 19.294600 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 19.701000 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 19.870333 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 20.242867 11.725000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 11.000000 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 11.338667 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.677333 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 12.016000 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 12.185333 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 12.557867 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 12.761067 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 13.065867 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 13.201333 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 13.540000 9.600000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.085000 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.423667 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.762333 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.101000 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.270333 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 19.642867 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.846067 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 20.150867 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.286333 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.625000 13.625000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 17.950000 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.288667 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+1821 1738 moveto
+2136 1929 2240 2086 2240 2378 curveto
+2240 2861 1835 3200 1248 3200 curveto
+666 3200 256 2861 256 2378 curveto
+256 2090 360 1934 670 1738 curveto
+307 1567 128 1308 128 966 curveto
+128 395 563 0 1184 0 curveto
+1805 0 2240 395 2240 961 curveto
+2240 1308 2103 1567 1821 1738 curveto
+1248 2838 moveto
+1619 2838 1856 2657 1856 2373 curveto
+1856 2101 1614 1920 1248 1920 curveto
+882 1920 640 2101 640 2377 curveto
+640 2657 882 2838 1248 2838 curveto
+1184 1536 moveto
+1584 1536 1856 1300 1856 951 curveto
+1856 598 1584 362 1175 362 curveto
+784 362 512 602 512 951 curveto
+512 1300 784 1536 1184 1536 curveto
+end_ol grestore 
+gsave 18.627333 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.966000 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.135333 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 19.575600 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 19.711067 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.049733 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 20.388400 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.523867 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.862533 15.700000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 10.835000 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 11.173667 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+1821 1738 moveto
+2136 1929 2240 2086 2240 2378 curveto
+2240 2861 1835 3200 1248 3200 curveto
+666 3200 256 2861 256 2378 curveto
+256 2090 360 1934 670 1738 curveto
+307 1567 128 1308 128 966 curveto
+128 395 563 0 1184 0 curveto
+1805 0 2240 395 2240 961 curveto
+2240 1308 2103 1567 1821 1738 curveto
+1248 2838 moveto
+1619 2838 1856 2657 1856 2373 curveto
+1856 2101 1614 1920 1248 1920 curveto
+882 1920 640 2101 640 2377 curveto
+640 2657 882 2838 1248 2838 curveto
+1184 1536 moveto
+1584 1536 1856 1300 1856 951 curveto
+1856 598 1584 362 1175 362 curveto
+784 362 512 602 512 951 curveto
+512 1300 784 1536 1184 1536 curveto
+end_ol grestore 
+gsave 11.512333 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.851000 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 12.020333 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 12.460600 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 12.596067 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 12.934733 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 13.273400 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 13.408867 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 13.747533 17.575000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.800000 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 19.138667 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.477333 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.816000 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.985333 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 20.459467 19.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 22.000000 m 9.800000 22.000000 l s
+0 slj
+n 9.800000 21.600000 m 9.000000 22.000000 l 9.800000 22.400000 l f
+gsave 11.449700 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 11.788367 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 12.127033 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 12.465700 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 12.635033 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 13.109167 21.587500 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 13.699700 23.687500 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 14.106100 23.687500 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 14.546367 23.687500 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 11.999700 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 12.439967 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 12.812500 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 13.218900 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 13.388233 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 13.794633 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 13.963967 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 14.167167 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 14.505833 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 14.844500 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1478 lineto
+704 1819 960 2093 1277 2093 curveto
+1565 2093 1728 1922 1728 1621 curveto
+1728 0 lineto
+2112 0 lineto
+2112 1478 lineto
+2112 1819 2368 2093 2685 2093 curveto
+2968 2093 3136 1918 3136 1621 curveto
+3136 0 lineto
+3520 0 lineto
+3520 1773 lineto
+3520 2197 3270 2432 2816 2432 curveto
+2492 2432 2298 2335 2071 2062 curveto
+1931 2321 1741 2432 1433 2432 curveto
+1116 2432 908 2312 704 2021 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 15.352500 25.637500 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+0.150000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.124650 26.000000 m 22.849700 26.000000 l s
+0.150000 slw
+[] 0 sd
+0 slj
+0 slc
+n 8.724650 26.000000 m 8.724650 25.862500 8.862150 25.725000 8.999650 25.725000 c 9.137150 25.725000 9.274650 25.862500 9.274650 26.000000 c 9.274650 26.137500 9.137150 26.275000 8.999650 26.275000 c 8.862150 26.275000 8.724650 26.137500 8.724650 26.000000 c f
+0.150000 slw
+[] 0 sd
+0 slj
+0 slc
+n 23.249700 26.000000 m 23.249700 26.137500 23.112200 26.275000 22.974700 26.275000 c 22.837200 26.275000 22.699700 26.137500 22.699700 26.000000 c 22.699700 25.862500 22.837200 25.725000 22.974700 25.725000 c 23.112200 25.725000 23.249700 25.862500 23.249700 26.000000 c f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 22.450000 7.000000 m 23.475000 7.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 15.429700 6.947530 m 16.429700 6.947530 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.500000 6.950000 m 9.500000 6.950000 l s
+gsave 8.150000 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 8.590267 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 8.928933 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 9.064400 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 9.199867 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 9.538533 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 14.700000 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 15.106400 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 15.275733 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 15.682133 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 15.851467 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 16.257867 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 16.461067 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 16.799733 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 17.104533 6.637500 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 22.050000 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 22.490267 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 22.828933 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 22.964400 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 23.099867 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 23.438533 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/invite1.png


BIN
doc/sip/figures/message.dia


+ 1504 - 0
doc/sip/figures/message.eps

@@ -0,0 +1,1504 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: message.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:28 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 440 413
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-0.300000 -14.550074 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 1.850000 1.050000 m 1.800000 14.450000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.130000 0.980000 m 8.150000 14.500000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.850000 3.050000 m 7.400025 3.006299 l s
+0 slj
+n 7.403174 3.406287 m 8.200000 3.000000 l 7.396875 2.606311 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.150000 5.100000 m 2.649975 5.056349 l s
+0 slj
+n 2.653149 4.656362 m 1.850000 5.050000 l 2.646800 5.456336 l f
+gsave 3.750000 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2120 0 moveto
+3072 2843 lineto
+3072 0 lineto
+3456 0 lineto
+3456 3392 lineto
+2882 3392 lineto
+1897 437 lineto
+894 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2843 lineto
+1665 0 lineto
+2120 0 lineto
+end_ol grestore 
+gsave 4.258000 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 4.664400 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 5.070800 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 5.477200 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 5.883600 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 6.357733 2.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 3.950000 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 4.288667 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 4.627333 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 4.966000 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.135333 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 5.609467 4.750000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.350000 1.050000 m 2.350000 1.050000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 7.530000 0.980000 m 8.700000 1.050000 l s
+gsave 0.300000 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 0.740267 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 1.045067 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 1.383733 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 1.586933 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 1.756267 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 2.162667 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 2.501333 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 2.840000 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 3.178667 0.650000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 7.300000 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 7.706400 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 7.909600 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 8.248267 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 8.553067 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 14.455200 0.995186 m 14.405200 14.395200 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 13.905000 1.095000 m 14.905000 1.095000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.155390 3.995370 m 13.705425 3.951669 l s
+0 slj
+n 13.708574 4.351657 m 14.505400 3.945370 l 13.702275 3.551681 l f
+gsave 12.755000 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 13.195267 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 13.500067 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 13.838733 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 14.041933 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 14.211267 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 14.617667 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 14.956333 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 15.295000 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 15.633667 0.795000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 9.805000 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+2120 0 moveto
+3072 2843 lineto
+3072 0 lineto
+3456 0 lineto
+3456 3392 lineto
+2882 3392 lineto
+1897 437 lineto
+894 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2843 lineto
+1665 0 lineto
+2120 0 lineto
+end_ol grestore 
+gsave 10.313000 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 10.719400 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 11.125800 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 11.532200 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 11.938600 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 12.412733 3.595000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 14.411300 6.045370 m 8.911325 6.001719 l s
+0 slj
+n 8.914499 5.601732 m 8.111350 5.995370 l 8.908150 6.401706 l f
+gsave 10.505000 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 10.843667 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.182333 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.521000 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 11.690333 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 12.164467 5.645000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 14.411300 8.045370 m 8.911325 8.001719 l s
+0 slj
+n 8.914499 7.601732 m 8.111350 7.995370 l 8.908150 8.401706 l f
+gsave 10.005000 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+2120 0 moveto
+3072 2843 lineto
+3072 0 lineto
+3456 0 lineto
+3456 3392 lineto
+2882 3392 lineto
+1897 437 lineto
+894 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2843 lineto
+1665 0 lineto
+2120 0 lineto
+end_ol grestore 
+gsave 10.513000 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 10.919400 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 11.325800 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 11.732200 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 12.138600 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 12.612733 7.745000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.111350 8.995370 m 2.611325 8.951719 l s
+0 slj
+n 2.614499 8.551732 m 1.811350 8.945370 l 2.608150 9.351706 l f
+gsave 3.705000 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+2120 0 moveto
+3072 2843 lineto
+3072 0 lineto
+3456 0 lineto
+3456 3392 lineto
+2882 3392 lineto
+1897 437 lineto
+894 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2843 lineto
+1665 0 lineto
+2120 0 lineto
+end_ol grestore 
+gsave 4.213000 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 4.619400 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 5.025800 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 5.432200 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 5.838600 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 6.312733 8.695000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.805390 10.995400 m 7.355415 10.951699 l s
+0 slj
+n 7.358564 11.351687 m 8.155390 10.945400 l 7.352265 10.551711 l f
+gsave 4.155000 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 4.493667 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 4.832333 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.171000 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.340333 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 5.814467 10.645000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 8.155390 11.995400 m 13.705425 11.951699 l s
+0 slj
+n 13.708574 12.351687 m 14.505400 11.945400 l 13.702275 11.551711 l f
+gsave 10.455000 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 10.793667 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.132333 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 11.471000 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 11.640333 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 12.114467 11.695000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/message.png


BIN
doc/sip/figures/redirect.dia


+ 1763 - 0
doc/sip/figures/redirect.eps

@@ -0,0 +1,1763 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: redirect.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:36 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 587 419
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-8.100000 -15.200000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 8.972810 11.000000 m 9.324087 11.000000 11.431750 11.000000 11.783028 11.000000 c 12.134305 11.000000 12.520710 11.351277 12.485582 12.053831 c 12.134305 12.053831 12.134305 12.053831 11.783028 12.053831 c 11.800591 11.386405 10.729196 11.702554 10.377919 11.702554 c 10.026642 11.702554 8.972810 11.368841 8.972810 12.053831 c 8.621533 12.053831 8.621533 12.053831 8.270256 12.053831 c 8.200000 11.351277 8.621533 11.000000 8.972810 11.000000 c f
+0.000000 0.000000 0.000000 srgb
+n 8.972810 11.000000 m 9.324087 11.000000 11.431750 11.000000 11.783028 11.000000 c 12.134305 11.000000 12.520710 11.351277 12.485582 12.053831 c 12.134305 12.053831 12.134305 12.053831 11.783028 12.053831 c 11.800591 11.386405 10.729196 11.702554 10.377919 11.702554 c 10.026642 11.702554 8.972810 11.368841 8.972810 12.053831 c 8.621533 12.053831 8.621533 12.053831 8.270256 12.053831 c 8.200000 11.351277 8.621533 11.000000 8.972810 11.000000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 8.972810 11.000000 m 9.324087 11.000000 11.431750 11.000000 11.783028 11.000000 c 12.134305 11.000000 12.520710 11.351277 12.485582 12.053831 c 12.134305 12.053831 12.134305 12.053831 11.783028 12.053831 c 11.800591 11.386405 10.729196 11.702554 10.377919 11.702554 c 10.026642 11.702554 8.972810 11.368841 8.972810 12.053831 c 8.621533 12.053831 8.621533 12.053831 8.270256 12.053831 c 8.200000 11.351277 8.621533 11.000000 8.972810 11.000000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.377919 11.351277 m 11.783028 11.351277 11.783028 13.458940 11.431750 13.458940 c 11.080473 13.458940 9.675364 13.458940 9.324087 13.458940 c 8.972810 13.458940 8.972810 11.351277 10.377919 11.351277 c f
+0.000000 0.000000 0.000000 srgb
+n 10.377919 11.351277 m 11.783028 11.351277 11.783028 13.458940 11.431750 13.458940 c 11.080473 13.458940 9.675364 13.458940 9.324087 13.458940 c 8.972810 13.458940 8.972810 11.351277 10.377919 11.351277 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.377919 11.351277 m 11.783028 11.351277 11.783028 13.458940 11.431750 13.458940 c 11.080473 13.458940 9.675364 13.458940 9.324087 13.458940 c 8.972810 13.458940 8.972810 11.351277 10.377919 11.351277 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.377919 12.405109 0.702554 0.702554 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.377919 12.405109 0.702554 0.702554 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.377919 12.405109 0.702554 0.702554 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 9.956386 12.712476 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 9.956386 12.712476 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 9.956386 12.712476 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 9.814119 12.378763 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 9.814119 12.378763 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 9.814119 12.378763 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 9.919502 12.062613 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 9.919502 12.062613 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 9.919502 12.062613 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.235652 11.904539 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.235652 11.904539 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.235652 11.904539 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.551801 11.922102 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.551801 11.922102 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.551801 11.922102 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.797695 12.132869 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.797695 12.132869 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.797695 12.132869 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.903078 12.378763 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.903078 12.378763 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.903078 12.378763 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.815259 12.677348 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.815259 12.677348 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.815259 12.677348 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.569365 12.870551 0.087819 0.096601 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.569365 12.870551 0.087819 0.096601 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 10.569365 12.870551 0.087819 0.096601 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 17.741387 1.650001 m 17.741387 6.799521 l 19.948324 6.799521 l 19.948324 1.650001 l f
+0.000000 0.000000 0.000000 srgb
+n 17.741387 1.650001 m 17.741387 6.799521 l 19.948324 6.799521 l 19.948324 1.650001 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 17.962081 1.958972 m 17.962081 2.547489 l 19.727630 2.547489 l 19.727630 1.958972 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.962081 2.547489 m 17.962081 3.136006 l 19.727630 3.136006 l 19.727630 2.547489 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.962081 3.136006 m 17.962081 3.724522 l 19.727630 3.724522 l 19.727630 3.136006 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.962081 3.724522 m 17.962081 4.313039 l 19.727630 4.313039 l 19.727630 3.724522 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.962081 4.430742 m 17.962081 4.783852 l 19.065549 4.783852 l 19.065549 4.430742 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 19.617283 4.489594 0.077243 0.077243 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 19.617283 4.489594 0.077243 0.077243 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 19.617283 4.725000 0.077243 0.077243 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 19.617283 4.725000 0.077243 0.077243 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 19.175896 4.548445 m 19.175896 4.783852 l 19.440728 4.783852 l 19.440728 4.548445 l f
+0.000000 0.000000 0.000000 srgb
+n 19.175896 4.548445 m 19.175896 4.783852 l 19.440728 4.783852 l 19.440728 4.548445 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 18.109210 5.254665 m 18.109210 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.477033 5.254665 m 18.477033 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.844855 5.254665 m 18.844855 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+n 19.212678 5.254665 m 19.212678 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+n 19.580501 5.254665 m 19.580501 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+n 19.948324 5.254665 m 19.948324 6.542045 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 17.299999 7.240909 m 17.741387 6.358134 l 17.741387 6.799521 l 19.948324 6.799521 l 19.948324 6.358134 l 20.536841 7.240909 l f
+0.000000 0.000000 0.000000 srgb
+n 17.299999 7.240909 m 17.741387 6.358134 l 17.741387 6.799521 l 19.948324 6.799521 l 19.948324 6.358134 l 20.536841 7.240909 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 24.967252 11.000000 m 25.316004 11.000000 27.408512 11.000000 27.757263 11.000000 c 28.106014 11.000000 28.489641 11.348752 28.454766 12.046254 c 28.106014 12.046254 28.106014 12.046254 27.757263 12.046254 c 27.774700 11.383627 26.711009 11.697503 26.362258 11.697503 c 26.013506 11.697503 24.967252 11.366189 24.967252 12.046254 c 24.618501 12.046254 24.618501 12.046254 24.269750 12.046254 c 24.199999 11.348752 24.618501 11.000000 24.967252 11.000000 c f
+0.000000 0.000000 0.000000 srgb
+n 24.967252 11.000000 m 25.316004 11.000000 27.408512 11.000000 27.757263 11.000000 c 28.106014 11.000000 28.489641 11.348752 28.454766 12.046254 c 28.106014 12.046254 28.106014 12.046254 27.757263 12.046254 c 27.774700 11.383627 26.711009 11.697503 26.362258 11.697503 c 26.013506 11.697503 24.967252 11.366189 24.967252 12.046254 c 24.618501 12.046254 24.618501 12.046254 24.269750 12.046254 c 24.199999 11.348752 24.618501 11.000000 24.967252 11.000000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 24.967252 11.000000 m 25.316004 11.000000 27.408512 11.000000 27.757263 11.000000 c 28.106014 11.000000 28.489641 11.348752 28.454766 12.046254 c 28.106014 12.046254 28.106014 12.046254 27.757263 12.046254 c 27.774700 11.383627 26.711009 11.697503 26.362258 11.697503 c 26.013506 11.697503 24.967252 11.366189 24.967252 12.046254 c 24.618501 12.046254 24.618501 12.046254 24.269750 12.046254 c 24.199999 11.348752 24.618501 11.000000 24.967252 11.000000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.362258 11.348752 m 27.757263 11.348752 27.757263 13.441260 27.408512 13.441260 c 27.059760 13.441260 25.664755 13.441260 25.316004 13.441260 c 24.967252 13.441260 24.967252 11.348752 26.362258 11.348752 c f
+0.000000 0.000000 0.000000 srgb
+n 26.362258 11.348752 m 27.757263 11.348752 27.757263 13.441260 27.408512 13.441260 c 27.059760 13.441260 25.664755 13.441260 25.316004 13.441260 c 24.967252 13.441260 24.967252 11.348752 26.362258 11.348752 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.362258 11.348752 m 27.757263 11.348752 27.757263 13.441260 27.408512 13.441260 c 27.059760 13.441260 25.664755 13.441260 25.316004 13.441260 c 24.967252 13.441260 24.967252 11.348752 26.362258 11.348752 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.362258 12.395006 0.697503 0.697503 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.362258 12.395006 0.697503 0.697503 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.362258 12.395006 0.697503 0.697503 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 25.943756 12.700163 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 25.943756 12.700163 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 25.943756 12.700163 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 25.802512 12.368849 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 25.802512 12.368849 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 25.802512 12.368849 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 25.907137 12.054973 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 25.907137 12.054973 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 25.907137 12.054973 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.221013 11.898035 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.221013 11.898035 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.221013 11.898035 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.534889 11.915473 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.534889 11.915473 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.534889 11.915473 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.779015 12.124723 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.779015 12.124723 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.779015 12.124723 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.883641 12.368849 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.883641 12.368849 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.883641 12.368849 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.796453 12.665288 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.796453 12.665288 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.796453 12.665288 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 26.552327 12.857101 0.087188 0.095907 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 26.552327 12.857101 0.087188 0.095907 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 26.552327 12.857101 0.087188 0.095907 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 10.500000 10.450000 m 12.900000 5.850000 16.914700 5.650000 16.400000 5.650000 c s
+0 slj
+n 16.400000 6.050000 m 17.200000 5.650000 l 16.400000 5.250000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 6.590814 -4.113690 16.989040 16.989040 44.056805 65.644951 ellipse s
+0 slj
+n 13.453648 10.989993 m 12.850000 11.650000 l 13.740194 11.736914 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 14.000000 12.600000 m 22.850000 12.600000 l s
+0 slj
+n 22.850000 13.000000 m 23.650000 12.600000 l 22.850000 12.200000 l f
+gsave 16.300000 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+1152 1984 moveto
+2731 1984 lineto
+3277 1984 3520 1731 3520 1163 curveto
+3520 752 lineto
+3520 468 3557 190 3616 0 curveto
+4160 0 lineto
+4160 145 lineto
+4160 297 4160 461 4160 1074 curveto
+4160 1830 4024 2057 3461 2271 curveto
+3959 2524 4160 2847 4160 3373 curveto
+4160 4171 3653 4608 2734 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 0 lineto
+1152 1984 lineto
+1152 2496 moveto
+1152 4087 lineto
+2600 4087 lineto
+2934 4087 3127 4036 3275 3910 curveto
+3436 3776 3520 3567 3520 3288 curveto
+3520 2743 3237 2496 2600 2496 curveto
+1152 2496 lineto
+end_ol grestore 
+gsave 16.901133 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 17.366800 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4608 moveto
+2624 4608 lineto
+2624 2816 lineto
+2403 3151 2051 3328 1610 3328 curveto
+753 3328 192 2683 192 1694 curveto
+192 645 728 0 1596 0 curveto
+2039 0 2347 169 2624 576 curveto
+2624 0 lineto
+3136 0 lineto
+3136 4608 lineto
+1680 2833 moveto
+2258 2833 2624 2372 2624 1652 curveto
+2624 956 2252 495 1686 495 curveto
+1096 495 704 961 704 1664 curveto
+704 2367 1096 2833 1680 2833 curveto
+end_ol grestore 
+gsave 17.832467 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+960 3309 moveto
+448 3309 lineto
+448 0 lineto
+960 0 lineto
+960 3309 lineto
+960 4608 moveto
+448 4608 lineto
+448 3941 lineto
+960 3941 lineto
+960 4608 lineto
+end_ol grestore 
+gsave 18.018733 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 18.298133 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 18.763800 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+2941 2182 moveto
+2916 2488 2847 2686 2722 2860 curveto
+2497 3154 2104 3328 1648 3328 curveto
+767 3328 192 2665 192 1634 curveto
+192 634 754 0 1642 0 curveto
+2423 0 2917 449 2979 1215 curveto
+2446 1215 lineto
+2357 731 2085 489 1635 489 curveto
+1052 489 704 921 704 1635 curveto
+704 2390 1046 2839 1623 2839 curveto
+2066 2839 2345 2603 2408 2182 curveto
+2941 2182 lineto
+end_ol grestore 
+gsave 19.187133 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 19.424200 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.661267 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3904 3233 moveto
+3904 4103 3259 4608 2153 4608 curveto
+1100 4608 448 4117 448 3326 curveto
+448 2792 744 2457 1347 2307 curveto
+2485 2019 lineto
+3064 1875 3328 1654 3328 1312 curveto
+3328 1078 3205 839 3023 707 curveto
+2853 587 2583 521 2238 521 curveto
+1774 521 1458 634 1253 884 curveto
+1094 1074 1024 1282 1024 1550 curveto
+448 1550 lineto
+448 1143 527 875 702 632 curveto
+1004 219 1511 0 2182 0 curveto
+2708 0 3137 120 3421 336 curveto
+3717 570 3904 959 3904 1337 curveto
+3904 1877 3552 2272 2929 2434 curveto
+1779 2728 lineto
+1225 2872 1024 3040 1024 3376 curveto
+1024 3819 1459 4113 2116 4113 curveto
+2893 4113 3328 3798 3328 3233 curveto
+3904 3233 lineto
+end_ol grestore 
+gsave 20.220067 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 20.685733 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 20.965133 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+3079 3328 lineto
+2484 3328 lineto
+1546 629 lineto
+659 3328 lineto
+63 3328 lineto
+1229 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 21.388467 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 21.854133 1.300000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 8.100000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3520 4608 moveto
+3520 1485 lineto
+3520 887 3058 521 2297 521 curveto
+1946 521 1660 600 1433 753 curveto
+1199 924 1088 1149 1088 1485 curveto
+1088 4608 lineto
+512 4608 lineto
+512 1471 lineto
+512 564 1190 0 2298 0 curveto
+3392 0 4096 576 4096 1471 curveto
+4096 4608 lineto
+3520 4608 lineto
+end_ol grestore 
+gsave 8.701133 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2880 2355 moveto
+2880 2977 2434 3328 1639 3328 curveto
+839 3328 320 2959 320 2391 curveto
+320 1911 585 1683 1366 1508 curveto
+1858 1396 lineto
+2223 1314 2368 1191 2368 969 curveto
+2368 682 2053 489 1584 489 curveto
+1295 489 1050 564 915 691 curveto
+832 777 793 864 761 1077 curveto
+320 1077 lineto
+320 349 733 0 1567 0 curveto
+2369 0 2880 380 2880 972 curveto
+2880 1428 2603 1680 1947 1826 curveto
+1443 1938 lineto
+1015 2031 832 2160 832 2377 curveto
+832 2658 1141 2839 1629 2839 curveto
+2110 2839 2368 2672 2368 2355 curveto
+2880 2355 lineto
+end_ol grestore 
+gsave 9.124467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 9.590133 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 9.869533 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.106600 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3003 1408 moveto
+3478 0 lineto
+4137 0 lineto
+2515 4608 lineto
+1755 4608 lineto
+108 0 lineto
+735 0 lineto
+1223 1408 lineto
+3003 1408 lineto
+2839 1920 moveto
+1369 1920 lineto
+2129 3986 lineto
+2839 1920 lineto
+end_ol grestore 
+gsave 10.665400 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2624 3328 moveto
+2624 2758 lineto
+2357 3146 2033 3328 1608 3328 curveto
+763 3328 192 2641 192 1634 curveto
+192 1125 341 711 620 415 curveto
+873 154 1236 0 1593 0 curveto
+2021 0 2319 175 2624 587 curveto
+2624 396 lineto
+2624 -105 2564 -409 2424 -614 curveto
+2277 -833 1991 -960 1651 -960 curveto
+1397 -960 1171 -883 1017 -745 curveto
+891 -630 837 -522 804 -284 curveto
+292 -284 lineto
+350 -988 844 -1408 1634 -1408 curveto
+2135 -1408 2565 -1248 2783 -980 curveto
+3040 -674 3136 -253 3136 532 curveto
+3136 3328 lineto
+2624 3328 lineto
+1671 2839 moveto
+2271 2839 2624 2401 2624 1647 curveto
+2624 927 2264 489 1677 489 curveto
+1071 489 704 933 704 1664 curveto
+704 2390 1077 2839 1671 2839 curveto
+end_ol grestore 
+gsave 11.131067 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 11.596733 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1776 lineto
+960 2434 1318 2864 1869 2864 curveto
+2291 2864 2560 2618 2560 2231 curveto
+2560 0 lineto
+3072 0 lineto
+3072 2445 lineto
+3072 2982 2668 3328 2041 3328 curveto
+1556 3328 1246 3139 960 2680 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 12.062400 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 12.299467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 12.536533 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3003 1408 moveto
+3478 0 lineto
+4137 0 lineto
+2515 4608 lineto
+1755 4608 lineto
+108 0 lineto
+735 0 lineto
+1223 1408 lineto
+3003 1408 lineto
+2839 1920 moveto
+1369 1920 lineto
+2129 3986 lineto
+2839 1920 lineto
+end_ol grestore 
+gsave 24.050000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3520 4608 moveto
+3520 1485 lineto
+3520 887 3058 521 2297 521 curveto
+1946 521 1660 600 1433 753 curveto
+1199 924 1088 1149 1088 1485 curveto
+1088 4608 lineto
+512 4608 lineto
+512 1471 lineto
+512 564 1190 0 2298 0 curveto
+3392 0 4096 576 4096 1471 curveto
+4096 4608 lineto
+3520 4608 lineto
+end_ol grestore 
+gsave 24.651133 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2880 2355 moveto
+2880 2977 2434 3328 1639 3328 curveto
+839 3328 320 2959 320 2391 curveto
+320 1911 585 1683 1366 1508 curveto
+1858 1396 lineto
+2223 1314 2368 1191 2368 969 curveto
+2368 682 2053 489 1584 489 curveto
+1295 489 1050 564 915 691 curveto
+832 777 793 864 761 1077 curveto
+320 1077 lineto
+320 349 733 0 1567 0 curveto
+2369 0 2880 380 2880 972 curveto
+2880 1428 2603 1680 1947 1826 curveto
+1443 1938 lineto
+1015 2031 832 2160 832 2377 curveto
+832 2658 1141 2839 1629 2839 curveto
+2110 2839 2368 2672 2368 2355 curveto
+2880 2355 lineto
+end_ol grestore 
+gsave 25.074467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 25.540133 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 25.819533 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 26.056600 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3003 1408 moveto
+3478 0 lineto
+4137 0 lineto
+2515 4608 lineto
+1755 4608 lineto
+108 0 lineto
+735 0 lineto
+1223 1408 lineto
+3003 1408 lineto
+2839 1920 moveto
+1369 1920 lineto
+2129 3986 lineto
+2839 1920 lineto
+end_ol grestore 
+gsave 26.615400 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2624 3328 moveto
+2624 2758 lineto
+2357 3146 2033 3328 1608 3328 curveto
+763 3328 192 2641 192 1634 curveto
+192 1125 341 711 620 415 curveto
+873 154 1236 0 1593 0 curveto
+2021 0 2319 175 2624 587 curveto
+2624 396 lineto
+2624 -105 2564 -409 2424 -614 curveto
+2277 -833 1991 -960 1651 -960 curveto
+1397 -960 1171 -883 1017 -745 curveto
+891 -630 837 -522 804 -284 curveto
+292 -284 lineto
+350 -988 844 -1408 1634 -1408 curveto
+2135 -1408 2565 -1248 2783 -980 curveto
+3040 -674 3136 -253 3136 532 curveto
+3136 3328 lineto
+2624 3328 lineto
+1671 2839 moveto
+2271 2839 2624 2401 2624 1647 curveto
+2624 927 2264 489 1677 489 curveto
+1071 489 704 933 704 1664 curveto
+704 2390 1077 2839 1671 2839 curveto
+end_ol grestore 
+gsave 27.081067 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 27.546733 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1776 lineto
+960 2434 1318 2864 1869 2864 curveto
+2291 2864 2560 2618 2560 2231 curveto
+2560 0 lineto
+3072 0 lineto
+3072 2445 lineto
+3072 2982 2668 3328 2041 3328 curveto
+1556 3328 1246 3139 960 2680 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 28.012400 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 28.249467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 28.486533 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+512 0 moveto
+2563 0 lineto
+2994 0 3312 120 3555 386 curveto
+3779 627 3904 956 3904 1317 curveto
+3904 1874 3658 2209 3086 2437 curveto
+3495 2633 3712 2973 3712 3440 curveto
+3712 3775 3587 4072 3350 4286 curveto
+3112 4507 2800 4608 2362 4608 curveto
+512 4608 lineto
+512 0 lineto
+1088 2624 moveto
+1088 4087 lineto
+2219 4087 lineto
+2545 4087 2728 4043 2885 3923 curveto
+3048 3797 3136 3608 3136 3355 curveto
+3136 3110 3048 2914 2885 2788 curveto
+2728 2668 2545 2624 2219 2624 curveto
+1088 2624 lineto
+1088 521 moveto
+1088 2112 lineto
+2508 2112 lineto
+2790 2112 2978 2042 3115 1890 curveto
+3253 1744 3328 1542 3328 1313 curveto
+3328 1091 3253 889 3115 743 curveto
+2978 591 2790 521 2508 521 curveto
+1088 521 lineto
+end_ol grestore 
+gsave 10.450000 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+1216 4608 moveto
+640 4608 lineto
+640 0 lineto
+1216 0 lineto
+1216 4608 lineto
+end_ol grestore 
+gsave 10.687067 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+4032 4608 moveto
+3520 4608 lineto
+3520 841 lineto
+1106 4608 lineto
+512 4608 lineto
+512 0 lineto
+1024 0 lineto
+1024 3736 lineto
+3412 0 lineto
+4032 0 lineto
+4032 4608 lineto
+end_ol grestore 
+gsave 11.288200 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+2484 0 moveto
+4087 4608 lineto
+3459 4608 lineto
+2180 708 lineto
+824 4608 lineto
+190 4608 lineto
+1850 0 lineto
+2484 0 lineto
+end_ol grestore 
+gsave 11.847000 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+1216 4608 moveto
+640 4608 lineto
+640 0 lineto
+1216 0 lineto
+1216 4608 lineto
+end_ol grestore 
+gsave 12.084067 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+2240 4087 moveto
+3754 4087 lineto
+3754 4608 lineto
+143 4608 lineto
+143 4087 lineto
+1664 4087 lineto
+1664 0 lineto
+2240 0 lineto
+2240 4087 lineto
+end_ol grestore 
+gsave 12.592067 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+1152 2112 moveto
+3667 2112 lineto
+3667 2624 lineto
+1152 2624 lineto
+1152 4087 lineto
+3762 4087 lineto
+3762 4608 lineto
+576 4608 lineto
+576 0 lineto
+3876 0 lineto
+3876 521 lineto
+1152 521 lineto
+1152 2112 lineto
+end_ol grestore 
+gsave 13.150867 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 13.387933 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+3073 4445 moveto
+2585 4445 lineto
+2363 3200 lineto
+1571 3200 lineto
+1799 4445 lineto
+1318 4445 lineto
+1090 3200 lineto
+323 3200 lineto
+323 2752 lineto
+1007 2752 lineto
+811 1664 lineto
+89 1664 lineto
+89 1216 lineto
+729 1216 lineto
+488 0 lineto
+969 0 lineto
+1217 1216 lineto
+2002 1216 lineto
+1761 0 lineto
+2243 0 lineto
+2490 1216 lineto
+3231 1216 lineto
+3231 1664 lineto
+2566 1664 lineto
+2762 2752 lineto
+3434 2752 lineto
+3434 3200 lineto
+2845 3200 lineto
+3073 4445 lineto
+2281 2752 moveto
+2085 1664 lineto
+1293 1664 lineto
+1495 2752 lineto
+2281 2752 lineto
+end_ol grestore 
+gsave 13.853600 6.300000 translate 0.035278 -0.035278 scale
+start_ol
+1664 3207 moveto
+1664 0 lineto
+2176 0 lineto
+2176 4503 lineto
+1839 4503 lineto
+1645 3811 1520 3716 669 3608 curveto
+669 3207 lineto
+1664 3207 lineto
+end_ol grestore 
+gsave 17.100000 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+1216 4608 moveto
+640 4608 lineto
+640 0 lineto
+1216 0 lineto
+1216 4608 lineto
+end_ol grestore 
+gsave 17.337067 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+4032 4608 moveto
+3520 4608 lineto
+3520 841 lineto
+1106 4608 lineto
+512 4608 lineto
+512 0 lineto
+1024 0 lineto
+1024 3736 lineto
+3412 0 lineto
+4032 0 lineto
+4032 4608 lineto
+end_ol grestore 
+gsave 17.938200 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+2484 0 moveto
+4087 4608 lineto
+3459 4608 lineto
+2180 708 lineto
+824 4608 lineto
+190 4608 lineto
+1850 0 lineto
+2484 0 lineto
+end_ol grestore 
+gsave 18.497000 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+1216 4608 moveto
+640 4608 lineto
+640 0 lineto
+1216 0 lineto
+1216 4608 lineto
+end_ol grestore 
+gsave 18.734067 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+2240 4087 moveto
+3754 4087 lineto
+3754 4608 lineto
+143 4608 lineto
+143 4087 lineto
+1664 4087 lineto
+1664 0 lineto
+2240 0 lineto
+2240 4087 lineto
+end_ol grestore 
+gsave 19.242067 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+1152 2112 moveto
+3667 2112 lineto
+3667 2624 lineto
+1152 2624 lineto
+1152 4087 lineto
+3762 4087 lineto
+3762 4608 lineto
+576 4608 lineto
+576 0 lineto
+3876 0 lineto
+3876 521 lineto
+1152 521 lineto
+1152 2112 lineto
+end_ol grestore 
+gsave 19.800867 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 20.037933 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+3073 4445 moveto
+2585 4445 lineto
+2363 3200 lineto
+1571 3200 lineto
+1799 4445 lineto
+1318 4445 lineto
+1090 3200 lineto
+323 3200 lineto
+323 2752 lineto
+1007 2752 lineto
+811 1664 lineto
+89 1664 lineto
+89 1216 lineto
+729 1216 lineto
+488 0 lineto
+969 0 lineto
+1217 1216 lineto
+2002 1216 lineto
+1761 0 lineto
+2243 0 lineto
+2490 1216 lineto
+3231 1216 lineto
+3231 1664 lineto
+2566 1664 lineto
+2762 2752 lineto
+3434 2752 lineto
+3434 3200 lineto
+2845 3200 lineto
+3073 4445 lineto
+2281 2752 moveto
+2085 1664 lineto
+1293 1664 lineto
+1495 2752 lineto
+2281 2752 lineto
+end_ol grestore 
+gsave 20.503600 13.950000 translate 0.035278 -0.035278 scale
+start_ol
+3200 553 moveto
+863 553 lineto
+919 907 1116 1133 1654 1445 curveto
+2273 1775 lineto
+2885 2104 3200 2550 3200 3082 curveto
+3200 3442 3051 3778 2790 4010 curveto
+2529 4242 2206 4352 1790 4352 curveto
+1231 4352 815 4155 573 3785 curveto
+418 3551 349 3280 337 2837 curveto
+895 2837 lineto
+914 3128 952 3304 1028 3444 curveto
+1174 3705 1465 3863 1801 3863 curveto
+2308 3863 2688 3515 2688 3050 curveto
+2688 2708 2479 2414 2080 2194 curveto
+1497 1876 lineto
+559 1363 287 954 236 0 curveto
+3200 0 lineto
+3200 553 lineto
+end_ol grestore 
+gsave 17.500000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+1330 2071 moveto
+1399 2071 lineto
+1634 2077 lineto
+2287 2077 2624 1820 2624 1324 curveto
+2624 804 2265 495 1664 495 curveto
+1036 495 729 775 690 1376 curveto
+132 1376 lineto
+157 1034 221 811 328 619 curveto
+557 210 1000 0 1615 0 curveto
+2540 0 3136 517 3136 1312 curveto
+3136 1847 2914 2144 2375 2316 curveto
+2754 2471 2944 2768 2944 3191 curveto
+2944 3917 2442 4352 1604 4352 curveto
+717 4352 246 3883 227 2976 curveto
+785 2976 lineto
+791 3227 817 3367 886 3495 curveto
+1013 3723 1292 3863 1640 3863 curveto
+2134 3863 2432 3595 2432 3157 curveto
+2432 2865 2318 2690 2071 2597 curveto
+1919 2538 1723 2515 1330 2509 curveto
+1330 2071 lineto
+end_ol grestore 
+gsave 17.965667 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+1696 4352 moveto
+1286 4352 914 4180 684 3888 curveto
+399 3520 256 2955 256 2176 curveto
+256 755 753 0 1696 0 curveto
+2627 0 3136 755 3136 2140 curveto
+3136 2961 2999 3508 2708 3888 curveto
+2478 4186 2112 4352 1696 4352 curveto
+1696 3857 moveto
+2317 3857 2624 3296 2624 2187 curveto
+2624 1013 2323 464 1683 464 curveto
+1075 464 768 1036 768 2169 curveto
+768 3302 1075 3857 1696 3857 curveto
+end_ol grestore 
+gsave 18.431333 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+3200 553 moveto
+863 553 lineto
+919 907 1116 1133 1654 1445 curveto
+2273 1775 lineto
+2885 2104 3200 2550 3200 3082 curveto
+3200 3442 3051 3778 2790 4010 curveto
+2529 4242 2206 4352 1790 4352 curveto
+1231 4352 815 4155 573 3785 curveto
+418 3551 349 3280 337 2837 curveto
+895 2837 lineto
+914 3128 952 3304 1028 3444 curveto
+1174 3705 1465 3863 1801 3863 curveto
+2308 3863 2688 3515 2688 3050 curveto
+2688 2708 2479 2414 2080 2194 curveto
+1497 1876 lineto
+559 1363 287 954 236 0 curveto
+3200 0 lineto
+3200 553 lineto
+end_ol grestore 
+gsave 18.897000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.134067 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+2950 0 moveto
+4288 3862 lineto
+4288 0 lineto
+4800 0 lineto
+4800 4608 lineto
+4020 4608 lineto
+2637 594 lineto
+1228 4608 lineto
+448 4608 lineto
+448 0 lineto
+960 0 lineto
+960 3862 lineto
+2311 0 lineto
+2950 0 lineto
+end_ol grestore 
+gsave 19.828333 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 20.294000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+3079 3328 lineto
+2484 3328 lineto
+1546 629 lineto
+659 3328 lineto
+63 3328 lineto
+1229 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 20.717333 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 21.183000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4608 moveto
+2624 4608 lineto
+2624 2816 lineto
+2403 3151 2051 3328 1610 3328 curveto
+753 3328 192 2683 192 1694 curveto
+192 645 728 0 1596 0 curveto
+2039 0 2347 169 2624 576 curveto
+2624 0 lineto
+3136 0 lineto
+3136 4608 lineto
+1680 2833 moveto
+2258 2833 2624 2372 2624 1652 curveto
+2624 956 2252 495 1686 495 curveto
+1096 495 704 961 704 1664 curveto
+704 2367 1096 2833 1680 2833 curveto
+end_ol grestore 
+gsave 21.648667 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 21.885733 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+2240 4087 moveto
+3754 4087 lineto
+3754 4608 lineto
+143 4608 lineto
+143 4087 lineto
+1664 4087 lineto
+1664 0 lineto
+2240 0 lineto
+2240 4087 lineto
+end_ol grestore 
+gsave 22.393733 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 22.859400 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 2022 lineto
+960 2489 1312 2864 1747 2864 curveto
+2144 2864 2368 2631 2368 2219 curveto
+2368 0 lineto
+2880 0 lineto
+2880 2022 lineto
+2880 2489 3232 2864 3667 2864 curveto
+4058 2864 4288 2624 4288 2219 curveto
+4288 0 lineto
+4800 0 lineto
+4800 2427 lineto
+4800 3007 4459 3328 3841 3328 curveto
+3399 3328 3134 3195 2825 2821 curveto
+2634 3176 2374 3328 1954 3328 curveto
+1522 3328 1238 3164 960 2766 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 23.553667 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+320 -1407 moveto
+832 -1407 lineto
+832 495 lineto
+1110 152 1419 0 1849 0 curveto
+2702 0 3264 645 3264 1634 curveto
+3264 2677 2730 3328 1868 3328 curveto
+1428 3328 1074 3128 832 2741 curveto
+832 3328 lineto
+320 3328 lineto
+320 -1407 lineto
+1773 2833 moveto
+2365 2833 2752 2367 2752 1647 curveto
+2752 961 2359 495 1773 495 curveto
+1206 495 832 956 832 1664 curveto
+832 2372 1206 2833 1773 2833 curveto
+end_ol grestore 
+gsave 24.019333 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 24.485000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 24.764400 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 25.230067 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 25.509467 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+960 3309 moveto
+448 3309 lineto
+448 0 lineto
+960 0 lineto
+960 3309 lineto
+960 4608 moveto
+448 4608 lineto
+448 3941 lineto
+960 3941 lineto
+960 4608 lineto
+end_ol grestore 
+gsave 25.695733 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+960 4608 moveto
+448 4608 lineto
+448 0 lineto
+960 0 lineto
+960 4608 lineto
+end_ol grestore 
+gsave 25.882000 9.850000 translate 0.035278 -0.035278 scale
+start_ol
+2458 3328 moveto
+1540 717 lineto
+691 3328 lineto
+127 3328 lineto
+1248 -38 lineto
+1045 -569 lineto
+963 -806 843 -896 621 -896 curveto
+545 -896 456 -883 342 -858 curveto
+342 -1327 lineto
+450 -1383 558 -1408 697 -1408 curveto
+868 -1408 1052 -1351 1191 -1248 curveto
+1356 -1127 1451 -987 1552 -719 curveto
+3029 3328 lineto
+2458 3328 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/redirect.png


BIN
doc/sip/figures/register.dia


+ 1402 - 0
doc/sip/figures/register.eps

@@ -0,0 +1,1402 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: register.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:44 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 307 314
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-0.300000 -11.100099 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 1.850000 1.050000 m 1.850000 11.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.830000 0.980000 m 9.850000 11.050000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.850000 3.050000 m 9.050000 3.050000 l s
+0 slj
+n 9.050000 3.450000 m 9.850000 3.050000 l 9.050000 2.650000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.850000 5.050000 m 2.650000 5.050000 l s
+0 slj
+n 2.650000 4.650000 m 1.850000 5.050000 l 2.650000 5.450000 l f
+gsave 4.150000 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 4.590267 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 4.996667 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 5.470800 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 5.640133 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 6.046533 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 6.419067 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 6.825467 1.900000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 4.150000 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2553 0 moveto
+3262 2432 lineto
+2829 2432 lineto
+2350 538 lineto
+1875 2432 lineto
+1405 2432 lineto
+945 538 lineto
+452 2432 lineto
+28 2432 lineto
+728 0 lineto
+1161 0 lineto
+1627 1908 lineto
+2115 0 lineto
+2553 0 lineto
+end_ol grestore 
+gsave 4.590267 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+1055 3392 moveto
+-37 0 lineto
+217 0 lineto
+1309 3392 lineto
+1055 3392 lineto
+end_ol grestore 
+gsave 4.759600 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 5.098267 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.267600 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 5.572400 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 5.775600 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 6.114267 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2304 3392 moveto
+1920 3392 lineto
+1920 2057 lineto
+1758 2302 1498 2432 1173 2432 curveto
+541 2432 128 1960 128 1238 curveto
+128 472 523 0 1162 0 curveto
+1489 0 1716 124 1920 421 curveto
+1920 0 lineto
+2304 0 lineto
+2304 3392 lineto
+1228 2070 moveto
+1652 2070 1920 1733 1920 1208 curveto
+1920 699 1647 362 1232 362 curveto
+799 362 512 703 512 1216 curveto
+512 1729 799 2070 1228 2070 curveto
+end_ol grestore 
+gsave 6.452933 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 6.791600 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 7.130267 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 7.299600 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 7.435067 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 7.773733 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 7.909200 2.700000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 5.350000 4.600000 translate 0.035278 -0.035278 scale
+start_ol
+1536 768 moveto
+1536 0 lineto
+1920 0 lineto
+1920 768 lineto
+2404 768 lineto
+2404 1152 lineto
+1920 1152 lineto
+1920 3287 lineto
+1636 3287 lineto
+158 1217 lineto
+158 768 lineto
+1536 768 lineto
+1536 1152 moveto
+513 1152 lineto
+1536 2591 lineto
+1536 1152 lineto
+end_ol grestore 
+gsave 5.688667 4.600000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 6.027333 4.600000 translate 0.035278 -0.035278 scale
+start_ol
+2396 3200 moveto
+212 3200 lineto
+212 2796 lineto
+1977 2796 lineto
+1198 1713 880 1047 636 0 curveto
+1069 0 lineto
+1249 1021 1659 1898 2396 2856 curveto
+2396 3200 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.350000 1.050000 m 2.350000 1.050000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.330000 0.980000 m 10.330000 0.980000 l s
+gsave 0.300000 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 0.740267 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 1.045067 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 1.383733 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 1.586933 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 1.756267 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 2.162667 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 2.501333 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 2.840000 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 3.178667 0.750000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 8.600000 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 9.040267 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 9.378933 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 9.717600 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 9.853067 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 10.157867 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 10.327200 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 10.530400 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 10.869067 0.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 1.855000 8.010000 m 9.055000 8.010000 l s
+0 slj
+n 9.055000 8.410000 m 9.855000 8.010000 l 9.055000 7.610000 l f
+gsave 4.255000 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 4.695267 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 5.101667 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 5.575800 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 5.745133 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 6.151533 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 6.524067 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 6.930467 6.760000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 4.255000 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2553 0 moveto
+3262 2432 lineto
+2829 2432 lineto
+2350 538 lineto
+1875 2432 lineto
+1405 2432 lineto
+945 538 lineto
+452 2432 lineto
+28 2432 lineto
+728 0 lineto
+1161 0 lineto
+1627 1908 lineto
+2115 0 lineto
+2553 0 lineto
+end_ol grestore 
+gsave 4.695267 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+1055 3392 moveto
+-37 0 lineto
+217 0 lineto
+1309 3392 lineto
+1055 3392 lineto
+end_ol grestore 
+gsave 4.864600 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.033933 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 5.338733 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 5.541933 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 5.880600 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2304 3392 moveto
+1920 3392 lineto
+1920 2057 lineto
+1758 2302 1498 2432 1173 2432 curveto
+541 2432 128 1960 128 1238 curveto
+128 472 523 0 1162 0 curveto
+1489 0 1716 124 1920 421 curveto
+1920 0 lineto
+2304 0 lineto
+2304 3392 lineto
+1228 2070 moveto
+1652 2070 1920 1733 1920 1208 curveto
+1920 699 1647 362 1232 362 curveto
+799 362 512 703 512 1216 curveto
+512 1729 799 2070 1228 2070 curveto
+end_ol grestore 
+gsave 6.219267 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 6.557933 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 6.896600 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 7.065933 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 7.201400 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 7.540067 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 7.675533 7.560000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 9.805000 10.010000 m 2.605000 10.010000 l s
+0 slj
+n 2.605000 9.610000 m 1.805000 10.010000 l 2.605000 10.410000 l f
+gsave 4.855000 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 5.193667 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.532333 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 5.871000 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 6.040333 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 6.514467 9.610000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/register.png


BIN
doc/sip/figures/registrar.dia


+ 4411 - 0
doc/sip/figures/registrar.eps

@@ -0,0 +1,4411 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: registrar.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 14:59:52 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 1000 536
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-2.750000 -23.600000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 17.499044 14.949999 m 17.499044 21.355507 l 20.244262 21.355507 l 20.244262 14.949999 l f
+0.000000 0.000000 0.000000 srgb
+n 17.499044 14.949999 m 17.499044 21.355507 l 20.244262 21.355507 l 20.244262 14.949999 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 17.773566 15.334330 m 17.773566 16.066388 l 19.969740 16.066388 l 19.969740 15.334330 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.773566 16.066388 m 17.773566 16.798446 l 19.969740 16.798446 l 19.969740 16.066388 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.773566 16.798446 m 17.773566 17.530504 l 19.969740 17.530504 l 19.969740 16.798446 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.773566 17.530504 m 17.773566 18.262562 l 19.969740 18.262562 l 19.969740 17.530504 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.773566 18.408974 m 17.773566 18.848208 l 19.146175 18.848208 l 19.146175 18.408974 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 19.832479 18.482179 0.096083 0.096083 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 19.832479 18.482179 0.096083 0.096083 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 19.832479 18.775003 0.096083 0.096083 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 19.832479 18.775003 0.096083 0.096083 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 19.283435 18.555385 m 19.283435 18.848208 l 19.612862 18.848208 l 19.612862 18.555385 l f
+0.000000 0.000000 0.000000 srgb
+n 19.283435 18.555385 m 19.283435 18.848208 l 19.612862 18.848208 l 19.612862 18.555385 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.956580 19.433855 m 17.956580 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.414116 19.433855 m 18.414116 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.871653 19.433855 m 18.871653 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+n 19.329189 19.433855 m 19.329189 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+n 19.786725 19.433855 m 19.786725 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+n 20.244262 19.433855 m 20.244262 21.035232 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 16.950000 21.904551 m 17.499044 20.806464 l 17.499044 21.355507 l 20.244262 21.355507 l 20.244262 20.806464 l 20.976320 21.904551 l f
+0.000000 0.000000 0.000000 srgb
+n 16.950000 21.904551 m 17.499044 20.806464 l 17.499044 21.355507 l 20.244262 21.355507 l 20.244262 20.806464 l 20.976320 21.904551 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 4.118005 16.949999 m 4.444369 16.949999 6.402557 16.949999 6.728922 16.949999 c 7.055287 16.949999 7.414288 17.276363 7.381651 17.929093 c 7.055287 17.929093 7.055287 17.929093 6.728922 17.929093 c 6.745240 17.309000 5.749828 17.602728 5.423463 17.602728 c 5.097099 17.602728 4.118005 17.292682 4.118005 17.929093 c 3.791640 17.929093 3.791640 17.929093 3.465275 17.929093 c 3.400002 17.276363 3.791640 16.949999 4.118005 16.949999 c f
+0.000000 0.000000 0.000000 srgb
+n 4.118005 16.949999 m 4.444369 16.949999 6.402557 16.949999 6.728922 16.949999 c 7.055287 16.949999 7.414288 17.276363 7.381651 17.929093 c 7.055287 17.929093 7.055287 17.929093 6.728922 17.929093 c 6.745240 17.309000 5.749828 17.602728 5.423463 17.602728 c 5.097099 17.602728 4.118005 17.292682 4.118005 17.929093 c 3.791640 17.929093 3.791640 17.929093 3.465275 17.929093 c 3.400002 17.276363 3.791640 16.949999 4.118005 16.949999 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 4.118005 16.949999 m 4.444369 16.949999 6.402557 16.949999 6.728922 16.949999 c 7.055287 16.949999 7.414288 17.276363 7.381651 17.929093 c 7.055287 17.929093 7.055287 17.929093 6.728922 17.929093 c 6.745240 17.309000 5.749828 17.602728 5.423463 17.602728 c 5.097099 17.602728 4.118005 17.292682 4.118005 17.929093 c 3.791640 17.929093 3.791640 17.929093 3.465275 17.929093 c 3.400002 17.276363 3.791640 16.949999 4.118005 16.949999 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.423463 17.276363 m 6.728922 17.276363 6.728922 19.234551 6.402557 19.234551 c 6.076193 19.234551 4.770734 19.234551 4.444369 19.234551 c 4.118005 19.234551 4.118005 17.276363 5.423463 17.276363 c f
+0.000000 0.000000 0.000000 srgb
+n 5.423463 17.276363 m 6.728922 17.276363 6.728922 19.234551 6.402557 19.234551 c 6.076193 19.234551 4.770734 19.234551 4.444369 19.234551 c 4.118005 19.234551 4.118005 17.276363 5.423463 17.276363 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.423463 17.276363 m 6.728922 17.276363 6.728922 19.234551 6.402557 19.234551 c 6.076193 19.234551 4.770734 19.234551 4.444369 19.234551 c 4.118005 19.234551 4.118005 17.276363 5.423463 17.276363 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.423463 18.255457 0.652729 0.652729 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.423463 18.255457 0.652729 0.652729 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.423463 18.255457 0.652729 0.652729 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.031826 18.541026 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.031826 18.541026 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.031826 18.541026 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 4.899648 18.230980 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 4.899648 18.230980 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 4.899648 18.230980 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 4.997557 17.937252 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 4.997557 17.937252 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 4.997557 17.937252 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.291286 17.790388 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.291286 17.790388 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.291286 17.790388 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.585014 17.806706 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.585014 17.806706 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.585014 17.806706 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.813469 18.002525 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.813469 18.002525 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.813469 18.002525 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.911378 18.230980 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.911378 18.230980 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.911378 18.230980 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.829787 18.508390 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.829787 18.508390 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.829787 18.508390 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.601332 18.687891 0.081591 0.089750 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.601332 18.687891 0.081591 0.089750 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.601332 18.687891 0.081591 0.089750 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 17.050000 6.731617 m 17.050000 9.621323 l 20.325000 9.621323 l 20.325000 6.731617 l f
+0 slc
+0 slj
+[] 0 sd
+n 18.687500 9.621323 1.637500 0.481618 0 360 ellipse f
+0 slc
+0 slj
+[] 0 sd
+n 18.687500 6.731617 1.637500 0.481618 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 18.687500 6.731617 1.637500 0.481618 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+n 20.325000 6.731617 m 20.325000 9.621323 l 20.325000 9.887313 19.591866 10.102940 18.687500 10.102940 c 17.783134 10.102940 17.050000 9.887313 17.050000 9.621323 c 17.050000 6.731617 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 8.000000 17.400000 m 10.550000 16.150000 13.750000 16.150000 16.059756 17.096621 c s
+0 slj
+n 15.908067 17.466743 m 16.800000 17.400000 l 16.211445 16.726499 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 16.700000 18.550000 m 13.650000 19.450000 11.450000 19.500000 8.817492 18.725733 c s
+0 slj
+n 8.930359 18.341987 m 8.050000 18.500000 l 8.704626 19.109479 l f
+gsave 10.550000 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+1330 2071 moveto
+1399 2071 lineto
+1634 2077 lineto
+2287 2077 2624 1820 2624 1324 curveto
+2624 804 2265 495 1664 495 curveto
+1036 495 729 775 690 1376 curveto
+132 1376 lineto
+157 1034 221 811 328 619 curveto
+557 210 1000 0 1615 0 curveto
+2540 0 3136 517 3136 1312 curveto
+3136 1847 2914 2144 2375 2316 curveto
+2754 2471 2944 2768 2944 3191 curveto
+2944 3917 2442 4352 1604 4352 curveto
+717 4352 246 3883 227 2976 curveto
+785 2976 lineto
+791 3227 817 3367 886 3495 curveto
+1013 3723 1292 3863 1640 3863 curveto
+2134 3863 2432 3595 2432 3157 curveto
+2432 2865 2318 2690 2071 2597 curveto
+1919 2538 1723 2515 1330 2509 curveto
+1330 2071 lineto
+end_ol grestore 
+gsave 11.015667 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+1216 661 moveto
+576 661 lineto
+576 0 lineto
+1216 0 lineto
+1216 661 lineto
+end_ol grestore 
+gsave 11.252733 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 11.489800 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+3200 553 moveto
+863 553 lineto
+919 907 1116 1133 1654 1445 curveto
+2273 1775 lineto
+2885 2104 3200 2550 3200 3082 curveto
+3200 3442 3051 3778 2790 4010 curveto
+2529 4242 2206 4352 1790 4352 curveto
+1231 4352 815 4155 573 3785 curveto
+418 3551 349 3280 337 2837 curveto
+895 2837 lineto
+914 3128 952 3304 1028 3444 curveto
+1174 3705 1465 3863 1801 3863 curveto
+2308 3863 2688 3515 2688 3050 curveto
+2688 2708 2479 2414 2080 2194 curveto
+1497 1876 lineto
+559 1363 287 954 236 0 curveto
+3200 0 lineto
+3200 553 lineto
+end_ol grestore 
+gsave 11.955467 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+1696 4352 moveto
+1286 4352 914 4180 684 3888 curveto
+399 3520 256 2955 256 2176 curveto
+256 755 753 0 1696 0 curveto
+2627 0 3136 755 3136 2140 curveto
+3136 2961 2999 3508 2708 3888 curveto
+2478 4186 2112 4352 1696 4352 curveto
+1696 3857 moveto
+2317 3857 2624 3296 2624 2187 curveto
+2624 1013 2323 464 1683 464 curveto
+1075 464 768 1036 768 2169 curveto
+768 3302 1075 3857 1696 3857 curveto
+end_ol grestore 
+gsave 12.421133 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+1696 4352 moveto
+1286 4352 914 4180 684 3888 curveto
+399 3520 256 2955 256 2176 curveto
+256 755 753 0 1696 0 curveto
+2627 0 3136 755 3136 2140 curveto
+3136 2961 2999 3508 2708 3888 curveto
+2478 4186 2112 4352 1696 4352 curveto
+1696 3857 moveto
+2317 3857 2624 3296 2624 2187 curveto
+2624 1013 2323 464 1683 464 curveto
+1075 464 768 1036 768 2169 curveto
+768 3302 1075 3857 1696 3857 curveto
+end_ol grestore 
+gsave 12.886800 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 13.123867 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+2458 4608 moveto
+1147 4608 256 3679 256 2304 curveto
+256 929 1147 0 2464 0 curveto
+3016 0 3512 163 3882 464 curveto
+4377 869 4672 1550 4672 2268 curveto
+4672 3685 3800 4608 2458 4608 curveto
+2458 4087 moveto
+3453 4087 4096 3374 4096 2280 curveto
+4096 1234 3434 521 2464 521 curveto
+1487 521 832 1234 832 2304 curveto
+832 3374 1487 4087 2458 4087 curveto
+end_ol grestore 
+gsave 13.775800 20.650000 translate 0.035278 -0.035278 scale
+start_ol
+1088 1612 moveto
+1842 2364 lineto
+3470 0 lineto
+4167 0 lineto
+2266 2731 lineto
+4148 4608 lineto
+3388 4608 lineto
+1088 2276 lineto
+1088 4608 lineto
+512 4608 lineto
+512 0 lineto
+1088 0 lineto
+1088 1612 lineto
+end_ol grestore 
+gsave 9.650000 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1664 3207 moveto
+1664 0 lineto
+2176 0 lineto
+2176 4503 lineto
+1839 4503 lineto
+1645 3811 1520 3716 669 3608 curveto
+669 3207 lineto
+1664 3207 lineto
+end_ol grestore 
+gsave 10.115667 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1216 661 moveto
+576 661 lineto
+576 0 lineto
+1216 0 lineto
+1216 661 lineto
+end_ol grestore 
+gsave 10.352733 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.589800 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1152 1984 moveto
+2731 1984 lineto
+3277 1984 3520 1731 3520 1163 curveto
+3520 752 lineto
+3520 468 3557 190 3616 0 curveto
+4160 0 lineto
+4160 145 lineto
+4160 297 4160 461 4160 1074 curveto
+4160 1830 4024 2057 3461 2271 curveto
+3959 2524 4160 2847 4160 3373 curveto
+4160 4171 3653 4608 2734 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 0 lineto
+1152 1984 lineto
+1152 2496 moveto
+1152 4087 lineto
+2600 4087 lineto
+2934 4087 3127 4036 3275 3910 curveto
+3436 3776 3520 3567 3520 3288 curveto
+3520 2743 3237 2496 2600 2496 curveto
+1152 2496 lineto
+end_ol grestore 
+gsave 11.190933 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1152 2112 moveto
+3667 2112 lineto
+3667 2624 lineto
+1152 2624 lineto
+1152 4087 lineto
+3762 4087 lineto
+3762 4608 lineto
+576 4608 lineto
+576 0 lineto
+3876 0 lineto
+3876 521 lineto
+1152 521 lineto
+1152 2112 lineto
+end_ol grestore 
+gsave 11.749733 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+4480 2432 moveto
+2547 2432 lineto
+2547 1920 lineto
+3968 1920 lineto
+3968 1805 lineto
+3968 1060 3354 521 2502 521 curveto
+2029 521 1600 681 1325 961 curveto
+1018 1270 832 1787 832 2322 curveto
+832 3386 1485 4087 2471 4087 curveto
+3181 4087 3693 3743 3821 3175 curveto
+4418 3175 lineto
+4253 4085 3541 4608 2480 4608 curveto
+1914 4608 1457 4469 1095 4186 curveto
+561 3764 256 3082 256 2292 curveto
+256 941 1128 0 2383 0 curveto
+3013 0 3516 228 3968 716 curveto
+4112 0 lineto
+4480 0 lineto
+4480 2432 lineto
+end_ol grestore 
+gsave 12.401667 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1216 4608 moveto
+640 4608 lineto
+640 0 lineto
+1216 0 lineto
+1216 4608 lineto
+end_ol grestore 
+gsave 12.638733 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+3904 3233 moveto
+3904 4103 3259 4608 2153 4608 curveto
+1100 4608 448 4117 448 3326 curveto
+448 2792 744 2457 1347 2307 curveto
+2485 2019 lineto
+3064 1875 3328 1654 3328 1312 curveto
+3328 1078 3205 839 3023 707 curveto
+2853 587 2583 521 2238 521 curveto
+1774 521 1458 634 1253 884 curveto
+1094 1074 1024 1282 1024 1550 curveto
+448 1550 lineto
+448 1143 527 875 702 632 curveto
+1004 219 1511 0 2182 0 curveto
+2708 0 3137 120 3421 336 curveto
+3717 570 3904 959 3904 1337 curveto
+3904 1877 3552 2272 2929 2434 curveto
+1779 2728 lineto
+1225 2872 1024 3040 1024 3376 curveto
+1024 3819 1459 4113 2116 4113 curveto
+2893 4113 3328 3798 3328 3233 curveto
+3904 3233 lineto
+end_ol grestore 
+gsave 13.197533 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+2240 4087 moveto
+3754 4087 lineto
+3754 4608 lineto
+143 4608 lineto
+143 4087 lineto
+1664 4087 lineto
+1664 0 lineto
+2240 0 lineto
+2240 4087 lineto
+end_ol grestore 
+gsave 13.705533 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1152 2112 moveto
+3667 2112 lineto
+3667 2624 lineto
+1152 2624 lineto
+1152 4087 lineto
+3762 4087 lineto
+3762 4608 lineto
+576 4608 lineto
+576 0 lineto
+3876 0 lineto
+3876 521 lineto
+1152 521 lineto
+1152 2112 lineto
+end_ol grestore 
+gsave 14.264333 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+1152 1984 moveto
+2731 1984 lineto
+3277 1984 3520 1731 3520 1163 curveto
+3520 752 lineto
+3520 468 3557 190 3616 0 curveto
+4160 0 lineto
+4160 145 lineto
+4160 297 4160 461 4160 1074 curveto
+4160 1830 4024 2057 3461 2271 curveto
+3959 2524 4160 2847 4160 3373 curveto
+4160 4171 3653 4608 2734 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 0 lineto
+1152 1984 lineto
+1152 2496 moveto
+1152 4087 lineto
+2600 4087 lineto
+2934 4087 3127 4036 3275 3910 curveto
+3436 3776 3520 3567 3520 3288 curveto
+3520 2743 3237 2496 2600 2496 curveto
+1152 2496 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 18.800000 14.400000 m 18.800000 11.450000 l s
+0 slj
+n 19.200000 11.450000 m 18.800000 10.650000 l 18.400000 11.450000 l f
+gsave 14.700000 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+3200 553 moveto
+863 553 lineto
+919 907 1116 1133 1654 1445 curveto
+2273 1775 lineto
+2885 2104 3200 2550 3200 3082 curveto
+3200 3442 3051 3778 2790 4010 curveto
+2529 4242 2206 4352 1790 4352 curveto
+1231 4352 815 4155 573 3785 curveto
+418 3551 349 3280 337 2837 curveto
+895 2837 lineto
+914 3128 952 3304 1028 3444 curveto
+1174 3705 1465 3863 1801 3863 curveto
+2308 3863 2688 3515 2688 3050 curveto
+2688 2708 2479 2414 2080 2194 curveto
+1497 1876 lineto
+559 1363 287 954 236 0 curveto
+3200 0 lineto
+3200 553 lineto
+end_ol grestore 
+gsave 15.165667 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+1216 661 moveto
+576 661 lineto
+576 0 lineto
+1216 0 lineto
+1216 661 lineto
+end_ol grestore 
+gsave 15.402733 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 15.639800 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+3904 3233 moveto
+3904 4103 3259 4608 2153 4608 curveto
+1100 4608 448 4117 448 3326 curveto
+448 2792 744 2457 1347 2307 curveto
+2485 2019 lineto
+3064 1875 3328 1654 3328 1312 curveto
+3328 1078 3205 839 3023 707 curveto
+2853 587 2583 521 2238 521 curveto
+1774 521 1458 634 1253 884 curveto
+1094 1074 1024 1282 1024 1550 curveto
+448 1550 lineto
+448 1143 527 875 702 632 curveto
+1004 219 1511 0 2182 0 curveto
+2708 0 3137 120 3421 336 curveto
+3717 570 3904 959 3904 1337 curveto
+3904 1877 3552 2272 2929 2434 curveto
+1779 2728 lineto
+1225 2872 1024 3040 1024 3376 curveto
+1024 3819 1459 4113 2116 4113 curveto
+2893 4113 3328 3798 3328 3233 curveto
+3904 3233 lineto
+end_ol grestore 
+gsave 16.198600 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+2240 4087 moveto
+3754 4087 lineto
+3754 4608 lineto
+143 4608 lineto
+143 4087 lineto
+1664 4087 lineto
+1664 0 lineto
+2240 0 lineto
+2240 4087 lineto
+end_ol grestore 
+gsave 16.706600 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+2458 4608 moveto
+1147 4608 256 3679 256 2304 curveto
+256 929 1147 0 2464 0 curveto
+3016 0 3512 163 3882 464 curveto
+4377 869 4672 1550 4672 2268 curveto
+4672 3685 3800 4608 2458 4608 curveto
+2458 4087 moveto
+3453 4087 4096 3374 4096 2280 curveto
+4096 1234 3434 521 2464 521 curveto
+1487 521 832 1234 832 2304 curveto
+832 3374 1487 4087 2458 4087 curveto
+end_ol grestore 
+gsave 17.358533 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+1152 1984 moveto
+2731 1984 lineto
+3277 1984 3520 1731 3520 1163 curveto
+3520 752 lineto
+3520 468 3557 190 3616 0 curveto
+4160 0 lineto
+4160 145 lineto
+4160 297 4160 461 4160 1074 curveto
+4160 1830 4024 2057 3461 2271 curveto
+3959 2524 4160 2847 4160 3373 curveto
+4160 4171 3653 4608 2734 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 0 lineto
+1152 1984 lineto
+1152 2496 moveto
+1152 4087 lineto
+2600 4087 lineto
+2934 4087 3127 4036 3275 3910 curveto
+3436 3776 3520 3567 3520 3288 curveto
+3520 2743 3237 2496 2600 2496 curveto
+1152 2496 lineto
+end_ol grestore 
+gsave 17.959667 13.000000 translate 0.035278 -0.035278 scale
+start_ol
+1152 2112 moveto
+3667 2112 lineto
+3667 2624 lineto
+1152 2624 lineto
+1152 4087 lineto
+3762 4087 lineto
+3762 4608 lineto
+576 4608 lineto
+576 0 lineto
+3876 0 lineto
+3876 521 lineto
+1152 521 lineto
+1152 2112 lineto
+end_ol grestore 
+gsave 15.400000 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+1088 4608 moveto
+512 4608 lineto
+512 0 lineto
+3369 0 lineto
+3369 521 lineto
+1088 521 lineto
+1088 4608 lineto
+end_ol grestore 
+gsave 15.865667 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 16.331333 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+2941 2182 moveto
+2916 2488 2847 2686 2722 2860 curveto
+2497 3154 2104 3328 1648 3328 curveto
+767 3328 192 2665 192 1634 curveto
+192 634 754 0 1642 0 curveto
+2423 0 2917 449 2979 1215 curveto
+2446 1215 lineto
+2357 731 2085 489 1635 489 curveto
+1052 489 704 921 704 1635 curveto
+704 2390 1046 2839 1623 2839 curveto
+2066 2839 2345 2603 2408 2182 curveto
+2941 2182 lineto
+end_ol grestore 
+gsave 16.754667 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 17.220333 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 17.457400 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+960 3309 moveto
+448 3309 lineto
+448 0 lineto
+960 0 lineto
+960 3309 lineto
+960 4608 moveto
+448 4608 lineto
+448 3941 lineto
+960 3941 lineto
+960 4608 lineto
+end_ol grestore 
+gsave 17.643667 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+1722 3328 moveto
+809 3328 256 2706 256 1664 curveto
+256 622 803 0 1728 0 curveto
+2641 0 3200 622 3200 1640 curveto
+3200 2712 2660 3328 1722 3328 curveto
+1728 2839 moveto
+2330 2839 2688 2395 2688 1647 curveto
+2688 938 2317 489 1728 489 curveto
+1133 489 768 933 768 1664 curveto
+768 2390 1133 2839 1728 2839 curveto
+end_ol grestore 
+gsave 18.109333 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1776 lineto
+960 2434 1318 2864 1869 2864 curveto
+2291 2864 2560 2618 2560 2231 curveto
+2560 0 lineto
+3072 0 lineto
+3072 2445 lineto
+3072 2982 2668 3328 2041 3328 curveto
+1556 3328 1246 3139 960 2680 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 18.575000 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 18.812067 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+576 0 moveto
+2350 0 lineto
+3511 0 4224 872 4224 2307 curveto
+4224 3736 3517 4608 2350 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 521 moveto
+1152 4087 lineto
+2247 4087 lineto
+3164 4087 3648 3475 3648 2301 curveto
+3648 1140 3164 521 2247 521 curveto
+1152 521 lineto
+end_ol grestore 
+gsave 19.413200 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 19.878867 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 20.115933 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 20.581600 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 4608 moveto
+320 0 lineto
+832 0 lineto
+832 564 lineto
+1079 182 1406 0 1857 0 curveto
+2708 0 3264 669 3264 1700 curveto
+3264 2706 2722 3328 1853 3328 curveto
+1399 3328 1078 3158 832 2787 curveto
+832 4608 lineto
+320 4608 lineto
+1770 2833 moveto
+2367 2833 2752 2367 2752 1647 curveto
+2752 961 2354 495 1770 495 curveto
+1204 495 832 956 832 1664 curveto
+832 2372 1204 2833 1770 2833 curveto
+end_ol grestore 
+gsave 21.047267 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 21.512933 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+2880 2355 moveto
+2880 2977 2434 3328 1639 3328 curveto
+839 3328 320 2959 320 2391 curveto
+320 1911 585 1683 1366 1508 curveto
+1858 1396 lineto
+2223 1314 2368 1191 2368 969 curveto
+2368 682 2053 489 1584 489 curveto
+1295 489 1050 564 915 691 curveto
+832 777 793 864 761 1077 curveto
+320 1077 lineto
+320 349 733 0 1567 0 curveto
+2369 0 2880 380 2880 972 curveto
+2880 1428 2603 1680 1947 1826 curveto
+1443 1938 lineto
+1015 2031 832 2160 832 2377 curveto
+832 2658 1141 2839 1629 2839 curveto
+2110 2839 2368 2672 2368 2355 curveto
+2880 2355 lineto
+end_ol grestore 
+gsave 21.936267 5.550000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 17.250000 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+1152 1984 moveto
+2731 1984 lineto
+3277 1984 3520 1731 3520 1163 curveto
+3520 752 lineto
+3520 468 3557 190 3616 0 curveto
+4160 0 lineto
+4160 145 lineto
+4160 297 4160 461 4160 1074 curveto
+4160 1830 4024 2057 3461 2271 curveto
+3959 2524 4160 2847 4160 3373 curveto
+4160 4171 3653 4608 2734 4608 curveto
+576 4608 lineto
+576 0 lineto
+1152 0 lineto
+1152 1984 lineto
+1152 2496 moveto
+1152 4087 lineto
+2600 4087 lineto
+2934 4087 3127 4036 3275 3910 curveto
+3436 3776 3520 3567 3520 3288 curveto
+3520 2743 3237 2496 2600 2496 curveto
+1152 2496 lineto
+end_ol grestore 
+gsave 17.851133 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+3250 1472 moveto
+3250 1959 3212 2251 3117 2488 curveto
+2902 3012 2395 3328 1774 3328 curveto
+849 3328 253 2650 253 1610 curveto
+253 614 830 0 1761 0 curveto
+2522 0 3048 397 3181 1062 curveto
+2648 1062 lineto
+2503 685 2205 489 1780 489 curveto
+1445 489 1159 620 982 860 curveto
+855 1024 811 1188 805 1472 curveto
+3250 1472 lineto
+817 1920 moveto
+862 2477 1236 2839 1768 2839 curveto
+2287 2839 2686 2448 2686 1954 curveto
+2686 1943 2686 1932 2680 1920 curveto
+817 1920 lineto
+end_ol grestore 
+gsave 18.316800 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+2624 3328 moveto
+2624 2758 lineto
+2357 3146 2033 3328 1608 3328 curveto
+763 3328 192 2641 192 1634 curveto
+192 1125 341 711 620 415 curveto
+873 154 1236 0 1593 0 curveto
+2021 0 2319 175 2624 587 curveto
+2624 396 lineto
+2624 -105 2564 -409 2424 -614 curveto
+2277 -833 1991 -960 1651 -960 curveto
+1397 -960 1171 -883 1017 -745 curveto
+891 -630 837 -522 804 -284 curveto
+292 -284 lineto
+350 -988 844 -1408 1634 -1408 curveto
+2135 -1408 2565 -1248 2783 -980 curveto
+3040 -674 3136 -253 3136 532 curveto
+3136 3328 lineto
+2624 3328 lineto
+1671 2839 moveto
+2271 2839 2624 2401 2624 1647 curveto
+2624 927 2264 489 1677 489 curveto
+1071 489 704 933 704 1664 curveto
+704 2390 1077 2839 1671 2839 curveto
+end_ol grestore 
+gsave 18.782467 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+960 3309 moveto
+448 3309 lineto
+448 0 lineto
+960 0 lineto
+960 3309 lineto
+960 4608 moveto
+448 4608 lineto
+448 3941 lineto
+960 3941 lineto
+960 4608 lineto
+end_ol grestore 
+gsave 18.968733 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+2880 2355 moveto
+2880 2977 2434 3328 1639 3328 curveto
+839 3328 320 2959 320 2391 curveto
+320 1911 585 1683 1366 1508 curveto
+1858 1396 lineto
+2223 1314 2368 1191 2368 969 curveto
+2368 682 2053 489 1584 489 curveto
+1295 489 1050 564 915 691 curveto
+832 777 793 864 761 1077 curveto
+320 1077 lineto
+320 349 733 0 1567 0 curveto
+2369 0 2880 380 2880 972 curveto
+2880 1428 2603 1680 1947 1826 curveto
+1443 1938 lineto
+1015 2031 832 2160 832 2377 curveto
+832 2658 1141 2839 1629 2839 curveto
+2110 2839 2368 2672 2368 2355 curveto
+2880 2355 lineto
+end_ol grestore 
+gsave 19.392067 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+1569 3328 moveto
+1024 3328 lineto
+1024 4243 lineto
+512 4243 lineto
+512 3328 lineto
+62 3328 lineto
+62 2896 lineto
+512 2896 lineto
+512 518 lineto
+512 187 737 0 1144 0 curveto
+1269 0 1394 13 1569 44 curveto
+1569 482 lineto
+1499 464 1417 464 1316 464 curveto
+1087 464 1024 524 1024 746 curveto
+1024 2896 lineto
+1569 2896 lineto
+1569 3328 lineto
+end_ol grestore 
+gsave 19.629133 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 19.908533 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+3407 458 moveto
+3350 464 3325 464 3293 464 curveto
+3109 464 3008 544 3008 683 curveto
+3008 2459 lineto
+3008 3024 2546 3328 1669 3328 curveto
+1153 3328 725 3195 487 2960 curveto
+324 2797 256 2617 256 2303 curveto
+901 2303 lineto
+948 2672 1200 2839 1718 2839 curveto
+2217 2839 2496 2675 2496 2382 curveto
+2496 2254 lineto
+2496 2049 2360 1961 1934 1914 curveto
+1173 1826 1056 1803 850 1727 curveto
+456 1580 256 1305 256 907 curveto
+256 351 682 0 1366 0 curveto
+1792 0 2134 145 2515 487 curveto
+2552 152 2715 0 3051 0 curveto
+3157 0 3239 13 3407 60 curveto
+3407 458 lineto
+2496 1127 moveto
+2496 966 2443 868 2277 735 curveto
+2051 556 1778 464 1453 464 curveto
+1021 464 768 643 768 948 curveto
+768 1265 1014 1427 1605 1502 curveto
+2190 1571 2310 1594 2496 1669 curveto
+2496 1127 lineto
+end_ol grestore 
+gsave 20.374200 23.050000 translate 0.035278 -0.035278 scale
+start_ol
+448 3328 moveto
+448 0 lineto
+960 0 lineto
+960 1728 lineto
+960 2204 1080 2515 1334 2699 curveto
+1498 2820 1657 2858 2024 2864 curveto
+2024 3328 lineto
+1939 3328 1896 3328 1829 3328 curveto
+1501 3328 1252 3153 960 2725 curveto
+960 3328 lineto
+448 3328 lineto
+end_ol grestore 
+gsave 3.050000 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 3.354800 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 3.490267 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1024 moveto
+640 -1024 lineto
+640 362 lineto
+837 111 1057 0 1363 0 curveto
+1969 0 2368 472 2368 1194 curveto
+2368 1956 1989 2432 1376 2432 curveto
+1063 2432 812 2286 640 2003 curveto
+640 2432 lineto
+256 2432 lineto
+256 -1024 lineto
+1298 2070 moveto
+1713 2070 1984 1729 1984 1203 curveto
+1984 703 1709 362 1298 362 curveto
+902 362 640 699 640 1216 curveto
+640 1733 902 2070 1298 2070 curveto
+end_ol grestore 
+gsave 3.828933 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+960 483 moveto
+512 483 lineto
+512 0 lineto
+960 0 lineto
+960 483 lineto
+960 2432 moveto
+512 2432 lineto
+512 1949 lineto
+960 1949 lineto
+960 2432 lineto
+end_ol grestore 
+gsave 3.998267 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+320 2443 moveto
+320 -326 lineto
+320 -563 242 -640 6 -640 curveto
+-8 -640 -8 -640 -86 -640 curveto
+-86 -1008 lineto
+-40 -1019 -17 -1024 43 -1024 curveto
+478 -1024 704 -846 704 -515 curveto
+704 2443 lineto
+320 2443 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 4.133733 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 4.472400 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 4.811067 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+3044 2432 moveto
+2942 2036 lineto
+2828 2295 2637 2432 2386 2432 curveto
+1776 2432 1216 1826 1216 1160 curveto
+1216 683 1533 320 1955 320 curveto
+2195 320 2390 447 2598 734 curveto
+2639 460 2814 320 3103 320 curveto
+3443 320 3723 450 3957 720 curveto
+4210 1007 4352 1371 4352 1721 curveto
+4352 2633 3463 3392 2390 3392 curveto
+1842 3392 1261 3168 856 2803 curveto
+404 2397 128 1785 128 1187 curveto
+128 173 1062 -640 2231 -640 curveto
+2573 -640 2943 -565 3276 -431 curveto
+3146 -105 lineto
+2766 -214 2501 -256 2251 -256 curveto
+1268 -256 512 408 512 1270 curveto
+512 2218 1356 3035 2335 3035 curveto
+3221 3035 3968 2427 3968 1702 curveto
+3968 1195 3583 704 3188 704 curveto
+3063 704 2956 790 2956 894 curveto
+2956 936 2975 1020 3012 1127 curveto
+3429 2432 lineto
+3044 2432 lineto
+2348 2135 moveto
+2608 2135 2798 1953 2784 1720 curveto
+2775 1491 2649 1107 2533 937 curveto
+2403 750 2231 640 2060 640 curveto
+1804 640 1600 874 1600 1171 curveto
+1600 1676 1958 2135 2348 2135 curveto
+end_ol grestore 
+gsave 5.429133 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 5.564600 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1024 moveto
+640 -1024 lineto
+640 362 lineto
+837 111 1057 0 1363 0 curveto
+1969 0 2368 472 2368 1194 curveto
+2368 1956 1989 2432 1376 2432 curveto
+1063 2432 812 2286 640 2003 curveto
+640 2432 lineto
+256 2432 lineto
+256 -1024 lineto
+1298 2070 moveto
+1713 2070 1984 1729 1984 1203 curveto
+1984 703 1709 362 1298 362 curveto
+902 362 640 699 640 1216 curveto
+640 1733 902 2070 1298 2070 curveto
+end_ol grestore 
+gsave 5.903267 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 6.072600 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 6.411267 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 6.546733 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 6.716067 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 7.054733 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 7.257933 16.200000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 3.700000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 4.038667 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 4.208000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 4.546667 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 4.716000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+990 1523 moveto
+1041 1523 lineto
+1211 1527 lineto
+1679 1527 1920 1338 1920 972 curveto
+1920 590 1661 362 1227 362 curveto
+775 362 553 568 525 1011 curveto
+119 1011 lineto
+137 759 184 596 262 455 curveto
+428 155 751 0 1198 0 curveto
+1871 0 2304 380 2304 966 curveto
+2304 1359 2143 1577 1751 1704 curveto
+2034 1818 2176 2036 2176 2347 curveto
+2176 2881 1808 3200 1196 3200 curveto
+547 3200 202 2856 188 2189 curveto
+594 2189 lineto
+599 2374 617 2477 668 2572 curveto
+760 2740 963 2843 1216 2843 curveto
+1575 2843 1792 2645 1792 2322 curveto
+1792 2107 1709 1978 1529 1910 curveto
+1419 1867 1276 1849 990 1845 curveto
+990 1523 lineto
+end_ol grestore 
+gsave 5.054667 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+832 483 moveto
+384 483 lineto
+384 0 lineto
+832 0 lineto
+832 483 lineto
+end_ol grestore 
+gsave 5.224000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+1536 768 moveto
+1536 0 lineto
+1920 0 lineto
+1920 768 lineto
+2404 768 lineto
+2404 1152 lineto
+1920 1152 lineto
+1920 3287 lineto
+1636 3287 lineto
+158 1217 lineto
+158 768 lineto
+1536 768 lineto
+1536 1152 moveto
+513 1152 lineto
+1536 2591 lineto
+1536 1152 lineto
+end_ol grestore 
+gsave 5.562667 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+960 483 moveto
+512 483 lineto
+512 0 lineto
+960 0 lineto
+960 483 lineto
+960 2432 moveto
+512 2432 lineto
+512 1949 lineto
+960 1949 lineto
+960 2432 lineto
+end_ol grestore 
+gsave 5.732000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+2146 3200 moveto
+478 3200 lineto
+233 1509 lineto
+607 1509 lineto
+796 1719 953 1792 1206 1792 curveto
+1644 1792 1920 1514 1920 1064 curveto
+1920 627 1648 362 1206 362 curveto
+851 362 635 529 538 871 curveto
+132 871 lineto
+187 615 232 491 327 376 curveto
+509 137 836 0 1200 0 curveto
+1850 0 2304 462 2304 1128 curveto
+2304 1750 1883 2176 1268 2176 curveto
+1042 2176 861 2112 676 1964 curveto
+805 2796 lineto
+2146 2796 lineto
+2146 3200 lineto
+end_ol grestore 
+gsave 6.070667 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 6.409333 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+2240 2393 moveto
+2163 2899 1821 3200 1335 3200 curveto
+984 3200 669 3034 480 2758 curveto
+282 2457 192 2077 192 1513 curveto
+192 992 273 660 462 385 curveto
+632 136 911 0 1261 0 curveto
+1868 0 2304 441 2304 1055 curveto
+2304 1638 1910 2048 1354 2048 curveto
+1047 2048 806 1915 640 1660 curveto
+640 2418 888 2838 1335 2838 curveto
+1610 2838 1800 2676 1862 2393 curveto
+2240 2393 lineto
+1300 1664 moveto
+1682 1664 1920 1415 1920 1013 curveto
+1920 637 1651 362 1287 362 curveto
+918 362 640 649 640 1034 curveto
+640 1406 909 1664 1300 1664 curveto
+end_ol grestore 
+gsave 6.748000 20.300000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+1.000000 1.000000 1.000000 srgb
+n 2.850000 7.000000 m 2.850000 10.600000 l 14.000000 10.600000 l 14.000000 7.000000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 2.850000 7.000000 m 2.850000 10.600000 l 14.000000 10.600000 l 14.000000 7.000000 l cp s
+gsave 3.150000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1024 1792 moveto
+2432 1792 lineto
+2919 1792 3136 1564 3136 1050 curveto
+3136 679 lineto
+3136 422 3169 171 3222 0 curveto
+3712 0 lineto
+3712 131 lineto
+3712 268 3712 416 3712 970 curveto
+3712 1648 3590 1851 3083 2043 curveto
+3532 2272 3712 2565 3712 3041 curveto
+3712 3764 3259 4160 2439 4160 curveto
+512 4160 lineto
+512 0 lineto
+1024 0 lineto
+1024 1792 lineto
+1024 2240 moveto
+1024 3689 lineto
+2315 3689 lineto
+2614 3689 2786 3643 2918 3527 curveto
+3061 3406 3136 3216 3136 2962 curveto
+3136 2465 2883 2240 2315 2240 curveto
+1024 2240 lineto
+end_ol grestore 
+gsave 3.700333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 4.123667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2697 1973 moveto
+2674 2249 2612 2428 2498 2585 curveto
+2293 2851 1934 3008 1519 3008 curveto
+716 3008 192 2409 192 1477 curveto
+192 573 704 0 1512 0 curveto
+2224 0 2673 406 2730 1098 curveto
+2256 1098 lineto
+2177 661 1934 442 1534 442 curveto
+1014 442 704 832 704 1478 curveto
+704 2160 1009 2566 1522 2566 curveto
+1917 2566 2166 2353 2222 1973 curveto
+2697 1973 lineto
+end_ol grestore 
+gsave 4.504667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 4.928000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 5.182000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2816 4160 moveto
+2304 4160 lineto
+2304 2544 lineto
+2107 2848 1791 3008 1396 3008 curveto
+630 3008 128 2425 128 1531 curveto
+128 583 607 0 1384 0 curveto
+1781 0 2056 153 2304 521 curveto
+2304 0 lineto
+2816 0 lineto
+2816 4160 lineto
+1486 2560 moveto
+1987 2560 2304 2144 2304 1494 curveto
+2304 864 1981 448 1491 448 curveto
+979 448 640 869 640 1504 curveto
+640 2139 979 2560 1486 2560 curveto
+end_ol grestore 
+gsave 5.605333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 5.817000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 5.986333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 6.409667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 6.621333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+960 4160 moveto
+448 4160 lineto
+448 0 lineto
+2992 0 lineto
+2992 471 lineto
+960 471 lineto
+960 4160 lineto
+end_ol grestore 
+gsave 7.044667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 7.468000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2697 1973 moveto
+2674 2249 2612 2428 2498 2585 curveto
+2293 2851 1934 3008 1519 3008 curveto
+716 3008 192 2409 192 1477 curveto
+192 573 704 0 1512 0 curveto
+2224 0 2673 406 2730 1098 curveto
+2256 1098 lineto
+2177 661 1934 442 1534 442 curveto
+1014 442 704 832 704 1478 curveto
+704 2160 1009 2566 1522 2566 curveto
+1917 2566 2166 2353 2222 1973 curveto
+2697 1973 lineto
+end_ol grestore 
+gsave 7.849000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 8.272333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 8.484000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 8.653333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 9.076667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 9.500000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 9.711667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+512 0 moveto
+2099 0 lineto
+3138 0 3776 787 3776 2083 curveto
+3776 3373 3144 4160 2099 4160 curveto
+512 4160 lineto
+512 0 lineto
+1024 471 moveto
+1024 3689 lineto
+2007 3689 lineto
+2830 3689 3264 3137 3264 2077 curveto
+3264 1029 2830 471 2007 471 curveto
+1024 471 lineto
+end_ol grestore 
+gsave 10.262000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 10.685333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 10.897000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 11.320333 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+320 4160 moveto
+320 0 lineto
+832 0 lineto
+832 510 lineto
+1046 164 1331 0 1722 0 curveto
+2462 0 2944 605 2944 1536 curveto
+2944 2446 2473 3008 1718 3008 curveto
+1324 3008 1045 2854 832 2518 curveto
+832 4160 lineto
+320 4160 lineto
+1613 2560 moveto
+2111 2560 2432 2139 2432 1488 curveto
+2432 869 2100 448 1613 448 curveto
+1142 448 832 864 832 1504 curveto
+832 2144 1142 2560 1613 2560 curveto
+end_ol grestore 
+gsave 11.743667 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 12.167000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2624 2129 moveto
+2624 2691 2211 3008 1476 3008 curveto
+736 3008 256 2675 256 2161 curveto
+256 1728 496 1521 1204 1363 curveto
+1649 1262 lineto
+1981 1188 2112 1077 2112 876 curveto
+2112 617 1835 442 1421 442 curveto
+1167 442 952 510 833 624 curveto
+759 702 725 780 697 973 curveto
+256 973 lineto
+256 315 638 0 1409 0 curveto
+2152 0 2624 344 2624 878 curveto
+2624 1291 2373 1518 1779 1651 curveto
+1322 1751 lineto
+934 1836 768 1952 768 2148 curveto
+768 2402 1038 2566 1465 2566 curveto
+1886 2566 2112 2415 2112 2129 curveto
+2624 2129 lineto
+end_ol grestore 
+gsave 12.548000 7.800000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 2.800000 8.150000 m 14.000000 8.150000 l s
+gsave 3.150000 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2816 3712 moveto
+2816 1197 lineto
+2816 716 2452 421 1851 421 curveto
+1574 421 1348 485 1168 608 curveto
+983 745 896 927 896 1197 curveto
+896 3712 lineto
+448 3712 lineto
+448 1185 lineto
+448 454 981 0 1851 0 curveto
+2711 0 3264 464 3264 1185 curveto
+3264 3712 lineto
+2816 3712 lineto
+end_ol grestore 
+gsave 3.641067 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2368 1902 moveto
+2368 2405 2000 2688 1344 2688 curveto
+684 2688 256 2390 256 1932 curveto
+256 1544 471 1359 1106 1218 curveto
+1505 1128 lineto
+1802 1062 1920 962 1920 783 curveto
+1920 551 1670 395 1296 395 curveto
+1066 395 872 456 765 558 curveto
+698 628 668 698 642 870 curveto
+256 870 lineto
+256 282 597 0 1284 0 curveto
+1947 0 2368 307 2368 785 curveto
+2368 1154 2143 1357 1610 1475 curveto
+1201 1565 lineto
+852 1641 704 1745 704 1919 curveto
+704 2146 948 2293 1335 2293 curveto
+1715 2293 1920 2158 1920 1902 curveto
+2368 1902 lineto
+end_ol grestore 
+gsave 3.988200 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2606 1216 moveto
+2606 1602 2576 1834 2500 2022 curveto
+2327 2437 1920 2688 1422 2688 curveto
+681 2688 203 2147 203 1315 curveto
+203 501 666 0 1412 0 curveto
+2022 0 2444 327 2550 874 curveto
+2124 874 lineto
+2007 559 1768 395 1428 395 curveto
+1158 395 930 504 787 705 curveto
+686 842 650 979 645 1216 curveto
+2606 1216 lineto
+655 1536 moveto
+691 1995 991 2293 1417 2293 curveto
+1834 2293 2154 1971 2154 1564 curveto
+2154 1555 2154 1546 2149 1536 curveto
+655 1536 lineto
+end_ol grestore 
+gsave 4.369200 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+320 2688 moveto
+320 0 lineto
+768 0 lineto
+768 1395 lineto
+768 1780 864 2032 1068 2181 curveto
+1200 2278 1327 2309 1621 2314 curveto
+1621 2688 lineto
+1548 2688 1511 2688 1453 2688 curveto
+1170 2688 956 2546 704 2201 curveto
+704 2688 lineto
+320 2688 lineto
+end_ol grestore 
+gsave 4.597800 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 4.792533 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2368 1902 moveto
+2368 2405 2000 2688 1344 2688 curveto
+684 2688 256 2390 256 1932 curveto
+256 1544 471 1359 1106 1218 curveto
+1505 1128 lineto
+1802 1062 1920 962 1920 783 curveto
+1920 551 1670 395 1296 395 curveto
+1066 395 872 456 765 558 curveto
+698 628 668 698 642 870 curveto
+256 870 lineto
+256 282 597 0 1284 0 curveto
+1947 0 2368 307 2368 785 curveto
+2368 1154 2143 1357 1610 1475 curveto
+1201 1565 lineto
+852 1641 704 1745 704 1919 curveto
+704 2146 948 2293 1335 2293 curveto
+1715 2293 1920 2158 1920 1902 curveto
+2368 1902 lineto
+end_ol grestore 
+gsave 5.139667 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 2665 moveto
+320 2665 lineto
+320 0 lineto
+768 0 lineto
+768 2665 lineto
+768 3712 moveto
+320 3712 lineto
+320 3173 lineto
+768 3173 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 5.292067 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1142 moveto
+704 -1142 lineto
+704 400 lineto
+931 123 1183 0 1534 0 curveto
+2229 0 2688 521 2688 1320 curveto
+2688 2162 2239 2688 1512 2688 curveto
+1142 2688 844 2527 640 2214 curveto
+640 2688 lineto
+256 2688 lineto
+256 -1142 lineto
+1457 2288 moveto
+1931 2288 2240 1911 2240 1330 curveto
+2240 777 1926 400 1457 400 curveto
+1003 400 704 772 704 1344 curveto
+704 1916 1003 2288 1457 2288 curveto
+end_ol grestore 
+gsave 5.673067 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+1088 534 moveto
+576 534 lineto
+576 0 lineto
+1088 0 lineto
+1088 534 lineto
+1088 2688 moveto
+576 2688 lineto
+576 2154 lineto
+1088 2154 lineto
+1088 2688 lineto
+end_ol grestore 
+gsave 5.867800 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+384 2668 moveto
+384 -361 lineto
+384 -619 298 -704 39 -704 curveto
+23 -704 23 -704 -63 -704 curveto
+-63 -1072 lineto
+-11 -1083 16 -1088 84 -1088 curveto
+576 -1088 832 -896 832 -536 curveto
+832 2668 lineto
+384 2668 lineto
+832 3712 moveto
+384 3712 lineto
+384 3173 lineto
+832 3173 lineto
+832 3712 lineto
+end_ol grestore 
+gsave 6.020200 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2752 370 moveto
+2706 375 2686 375 2661 375 curveto
+2513 375 2432 440 2432 552 curveto
+2432 1986 lineto
+2432 2443 2056 2688 1342 2688 curveto
+922 2688 574 2581 380 2391 curveto
+247 2259 192 2113 192 1860 curveto
+743 1860 lineto
+779 2158 976 2293 1379 2293 curveto
+1767 2293 1984 2161 1984 1924 curveto
+1984 1820 lineto
+1984 1655 1876 1584 1535 1546 curveto
+925 1475 832 1456 667 1395 curveto
+352 1277 192 1054 192 733 curveto
+192 284 533 0 1081 0 curveto
+1421 0 1695 118 2000 394 curveto
+2032 123 2168 0 2452 0 curveto
+2542 0 2610 11 2752 48 curveto
+2752 370 lineto
+1984 910 moveto
+1984 780 1943 701 1813 594 curveto
+1638 449 1426 375 1172 375 curveto
+836 375 640 519 640 766 curveto
+640 1022 831 1152 1291 1213 curveto
+1746 1269 1839 1287 1984 1348 curveto
+1984 910 lineto
+end_ol grestore 
+gsave 6.401200 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+384 2688 moveto
+384 0 lineto
+832 0 lineto
+832 1434 lineto
+832 1965 1104 2313 1523 2313 curveto
+1844 2313 2048 2115 2048 1802 curveto
+2048 0 lineto
+2496 0 lineto
+2496 1975 lineto
+2496 2409 2166 2688 1652 2688 curveto
+1256 2688 1002 2535 768 2164 curveto
+768 2688 lineto
+384 2688 lineto
+end_ol grestore 
+gsave 6.782200 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+3392 2688 moveto
+3279 2245 lineto
+3151 2535 2937 2688 2656 2688 curveto
+1972 2688 1344 2008 1344 1262 curveto
+1344 727 1701 320 2174 320 curveto
+2445 320 2664 448 2898 739 curveto
+2944 461 3140 320 3464 320 curveto
+3845 320 4159 464 4421 761 curveto
+4704 1079 4864 1480 4864 1867 curveto
+4864 2874 3881 3712 2694 3712 curveto
+2087 3712 1445 3467 997 3067 curveto
+498 2622 192 1952 192 1296 curveto
+192 186 1217 -704 2502 -704 curveto
+2877 -704 3284 -629 3649 -495 curveto
+3505 -152 lineto
+3091 -273 2804 -320 2532 -320 curveto
+1462 -320 640 413 640 1366 curveto
+640 2414 1562 3317 2632 3317 curveto
+3600 3317 4416 2636 4416 1823 curveto
+4416 1254 3989 704 3551 704 curveto
+3412 704 3294 804 3294 924 curveto
+3294 972 3315 1068 3356 1191 curveto
+3819 2688 lineto
+3392 2688 lineto
+2620 2360 moveto
+2908 2360 3119 2150 3104 1880 curveto
+3094 1617 2955 1176 2826 982 curveto
+2682 766 2492 640 2301 640 curveto
+2018 640 1792 909 1792 1251 curveto
+1792 1832 2188 2360 2620 2360 curveto
+end_ol grestore 
+gsave 7.476467 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 2665 moveto
+320 2665 lineto
+320 0 lineto
+768 0 lineto
+768 2665 lineto
+768 3712 moveto
+320 3712 lineto
+320 3173 lineto
+768 3173 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 7.628867 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1142 moveto
+704 -1142 lineto
+704 400 lineto
+931 123 1183 0 1534 0 curveto
+2229 0 2688 521 2688 1320 curveto
+2688 2162 2239 2688 1512 2688 curveto
+1142 2688 844 2527 640 2214 curveto
+640 2688 lineto
+256 2688 lineto
+256 -1142 lineto
+1457 2288 moveto
+1931 2288 2240 1911 2240 1330 curveto
+2240 777 1926 400 1457 400 curveto
+1003 400 704 772 704 1344 curveto
+704 1916 1003 2288 1457 2288 curveto
+end_ol grestore 
+gsave 8.009867 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+1333 2688 moveto
+896 2688 lineto
+896 3427 lineto
+448 3427 lineto
+448 2688 lineto
+87 2688 lineto
+87 2339 lineto
+448 2339 lineto
+448 419 lineto
+448 151 637 0 977 0 curveto
+1082 0 1186 10 1333 36 curveto
+1333 390 lineto
+1277 375 1211 375 1130 375 curveto
+947 375 896 423 896 602 curveto
+896 2339 lineto
+1333 2339 lineto
+1333 2688 lineto
+end_ol grestore 
+gsave 8.204600 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2606 1216 moveto
+2606 1602 2576 1834 2500 2022 curveto
+2327 2437 1920 2688 1422 2688 curveto
+681 2688 203 2147 203 1315 curveto
+203 501 666 0 1412 0 curveto
+2022 0 2444 327 2550 874 curveto
+2124 874 lineto
+2007 559 1768 395 1428 395 curveto
+1158 395 930 504 787 705 curveto
+686 842 650 979 645 1216 curveto
+2606 1216 lineto
+655 1536 moveto
+691 1995 991 2293 1417 2293 curveto
+1834 2293 2154 1971 2154 1564 curveto
+2154 1555 2154 1546 2149 1536 curveto
+655 1536 lineto
+end_ol grestore 
+gsave 8.585600 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 3712 moveto
+320 3712 lineto
+320 0 lineto
+768 0 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 8.738000 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+960 534 moveto
+448 534 lineto
+448 0 lineto
+960 0 lineto
+960 534 lineto
+end_ol grestore 
+gsave 8.932733 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+1403 2688 moveto
+649 2688 192 2186 192 1344 curveto
+192 502 644 0 1408 0 curveto
+2162 0 2624 502 2624 1325 curveto
+2624 2191 2178 2688 1403 2688 curveto
+1408 2293 moveto
+1889 2293 2176 1935 2176 1330 curveto
+2176 758 1879 395 1408 395 curveto
+932 395 640 753 640 1344 curveto
+640 1930 932 2293 1408 2293 curveto
+end_ol grestore 
+gsave 9.313733 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+320 2688 moveto
+320 0 lineto
+768 0 lineto
+768 1395 lineto
+768 1780 864 2032 1068 2181 curveto
+1200 2278 1327 2309 1621 2314 curveto
+1621 2688 lineto
+1548 2688 1511 2688 1453 2688 curveto
+1170 2688 956 2546 704 2201 curveto
+704 2688 lineto
+320 2688 lineto
+end_ol grestore 
+gsave 9.542333 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2112 2688 moveto
+2112 2228 lineto
+1894 2541 1630 2688 1283 2688 curveto
+594 2688 128 2133 128 1320 curveto
+128 909 250 574 477 335 curveto
+684 124 980 0 1271 0 curveto
+1620 0 1863 141 2112 474 curveto
+2112 329 lineto
+2112 -53 2064 -284 1952 -440 curveto
+1835 -607 1605 -704 1333 -704 curveto
+1131 -704 949 -648 827 -546 curveto
+725 -462 683 -383 656 -208 curveto
+216 -208 lineto
+262 -759 659 -1088 1292 -1088 curveto
+1693 -1088 2038 -961 2213 -747 curveto
+2419 -503 2496 -167 2496 459 curveto
+2496 2688 lineto
+2112 2688 lineto
+1349 2293 moveto
+1829 2293 2112 1939 2112 1330 curveto
+2112 749 1824 395 1355 395 curveto
+869 395 576 753 576 1344 curveto
+576 1930 875 2293 1349 2293 curveto
+end_ol grestore 
+gsave 9.923333 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 10.118067 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 2665 moveto
+320 2665 lineto
+320 0 lineto
+768 0 lineto
+768 2665 lineto
+768 3712 moveto
+320 3712 lineto
+320 3173 lineto
+768 3173 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 10.270467 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+2368 1902 moveto
+2368 2405 2000 2688 1344 2688 curveto
+684 2688 256 2390 256 1932 curveto
+256 1544 471 1359 1106 1218 curveto
+1505 1128 lineto
+1802 1062 1920 962 1920 783 curveto
+1920 551 1670 395 1296 395 curveto
+1066 395 872 456 765 558 curveto
+698 628 668 698 642 870 curveto
+256 870 lineto
+256 282 597 0 1284 0 curveto
+1947 0 2368 307 2368 785 curveto
+2368 1154 2143 1357 1610 1475 curveto
+1201 1565 lineto
+852 1641 704 1745 704 1919 curveto
+704 2146 948 2293 1335 2293 curveto
+1715 2293 1920 2158 1920 1902 curveto
+2368 1902 lineto
+end_ol grestore 
+gsave 10.617600 9.100000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 3.150000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+320 2688 moveto
+320 0 lineto
+768 0 lineto
+768 1395 lineto
+768 1780 864 2032 1068 2181 curveto
+1200 2278 1327 2309 1621 2314 curveto
+1621 2688 lineto
+1548 2688 1511 2688 1453 2688 curveto
+1170 2688 956 2546 704 2201 curveto
+704 2688 lineto
+320 2688 lineto
+end_ol grestore 
+gsave 3.378600 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2606 1216 moveto
+2606 1602 2576 1834 2500 2022 curveto
+2327 2437 1920 2688 1422 2688 curveto
+681 2688 203 2147 203 1315 curveto
+203 501 666 0 1412 0 curveto
+2022 0 2444 327 2550 874 curveto
+2124 874 lineto
+2007 559 1768 395 1428 395 curveto
+1158 395 930 504 787 705 curveto
+686 842 650 979 645 1216 curveto
+2606 1216 lineto
+655 1536 moveto
+691 1995 991 2293 1417 2293 curveto
+1834 2293 2154 1971 2154 1564 curveto
+2154 1555 2154 1546 2149 1536 curveto
+655 1536 lineto
+end_ol grestore 
+gsave 3.759600 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2752 370 moveto
+2706 375 2686 375 2661 375 curveto
+2513 375 2432 440 2432 552 curveto
+2432 1986 lineto
+2432 2443 2056 2688 1342 2688 curveto
+922 2688 574 2581 380 2391 curveto
+247 2259 192 2113 192 1860 curveto
+743 1860 lineto
+779 2158 976 2293 1379 2293 curveto
+1767 2293 1984 2161 1984 1924 curveto
+1984 1820 lineto
+1984 1655 1876 1584 1535 1546 curveto
+925 1475 832 1456 667 1395 curveto
+352 1277 192 1054 192 733 curveto
+192 284 533 0 1081 0 curveto
+1421 0 1695 118 2000 394 curveto
+2032 123 2168 0 2452 0 curveto
+2542 0 2610 11 2752 48 curveto
+2752 370 lineto
+1984 910 moveto
+1984 780 1943 701 1813 594 curveto
+1638 449 1426 375 1172 375 curveto
+836 375 640 519 640 766 curveto
+640 1022 831 1152 1291 1213 curveto
+1746 1269 1839 1287 1984 1348 curveto
+1984 910 lineto
+end_ol grestore 
+gsave 4.140600 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2369 1763 moveto
+2349 2010 2293 2170 2191 2310 curveto
+2007 2548 1687 2688 1315 2688 curveto
+597 2688 128 2152 128 1320 curveto
+128 512 586 0 1310 0 curveto
+1947 0 2349 362 2400 981 curveto
+1973 981 lineto
+1902 590 1683 395 1323 395 curveto
+855 395 576 744 576 1321 curveto
+576 1930 850 2293 1313 2293 curveto
+1669 2293 1892 2102 1943 1763 curveto
+2369 1763 lineto
+end_ol grestore 
+gsave 4.487733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 3712 moveto
+384 0 lineto
+832 0 lineto
+832 1434 lineto
+832 1965 1104 2313 1523 2313 curveto
+1654 2313 1785 2268 1883 2194 curveto
+1999 2110 2048 1986 2048 1802 curveto
+2048 0 lineto
+2496 0 lineto
+2496 1975 lineto
+2496 2414 2181 2688 1671 2688 curveto
+1302 2688 1077 2571 832 2244 curveto
+832 3712 lineto
+384 3712 lineto
+end_ol grestore 
+gsave 4.868733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2752 370 moveto
+2706 375 2686 375 2661 375 curveto
+2513 375 2432 440 2432 552 curveto
+2432 1986 lineto
+2432 2443 2056 2688 1342 2688 curveto
+922 2688 574 2581 380 2391 curveto
+247 2259 192 2113 192 1860 curveto
+743 1860 lineto
+779 2158 976 2293 1379 2293 curveto
+1767 2293 1984 2161 1984 1924 curveto
+1984 1820 lineto
+1984 1655 1876 1584 1535 1546 curveto
+925 1475 832 1456 667 1395 curveto
+352 1277 192 1054 192 733 curveto
+192 284 533 0 1081 0 curveto
+1421 0 1695 118 2000 394 curveto
+2032 123 2168 0 2452 0 curveto
+2542 0 2610 11 2752 48 curveto
+2752 370 lineto
+1984 910 moveto
+1984 780 1943 701 1813 594 curveto
+1638 449 1426 375 1172 375 curveto
+836 375 640 519 640 766 curveto
+640 1022 831 1152 1291 1213 curveto
+1746 1269 1839 1287 1984 1348 curveto
+1984 910 lineto
+end_ol grestore 
+gsave 5.249733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+256 3712 moveto
+256 0 lineto
+704 0 lineto
+704 456 lineto
+905 147 1172 0 1540 0 curveto
+2235 0 2688 540 2688 1373 curveto
+2688 2186 2246 2688 1537 2688 curveto
+1167 2688 904 2551 704 2251 curveto
+704 3712 lineto
+256 3712 lineto
+1454 2288 moveto
+1932 2288 2240 1911 2240 1330 curveto
+2240 777 1921 400 1454 400 curveto
+1002 400 704 772 704 1344 curveto
+704 1916 1002 2288 1454 2288 curveto
+end_ol grestore 
+gsave 5.630733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 3712 moveto
+320 3712 lineto
+320 0 lineto
+768 0 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 5.783133 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2606 1216 moveto
+2606 1602 2576 1834 2500 2022 curveto
+2327 2437 1920 2688 1422 2688 curveto
+681 2688 203 2147 203 1315 curveto
+203 501 666 0 1412 0 curveto
+2022 0 2444 327 2550 874 curveto
+2124 874 lineto
+2007 559 1768 395 1428 395 curveto
+1158 395 930 504 787 705 curveto
+686 842 650 979 645 1216 curveto
+2606 1216 lineto
+655 1536 moveto
+691 1995 991 2293 1417 2293 curveto
+1834 2293 2154 1971 2154 1564 curveto
+2154 1555 2154 1546 2149 1536 curveto
+655 1536 lineto
+end_ol grestore 
+gsave 6.164133 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 6.358867 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2752 370 moveto
+2706 375 2686 375 2661 375 curveto
+2513 375 2432 440 2432 552 curveto
+2432 1986 lineto
+2432 2443 2056 2688 1342 2688 curveto
+922 2688 574 2581 380 2391 curveto
+247 2259 192 2113 192 1860 curveto
+743 1860 lineto
+779 2158 976 2293 1379 2293 curveto
+1767 2293 1984 2161 1984 1924 curveto
+1984 1820 lineto
+1984 1655 1876 1584 1535 1546 curveto
+925 1475 832 1456 667 1395 curveto
+352 1277 192 1054 192 733 curveto
+192 284 533 0 1081 0 curveto
+1421 0 1695 118 2000 394 curveto
+2032 123 2168 0 2452 0 curveto
+2542 0 2610 11 2752 48 curveto
+2752 370 lineto
+1984 910 moveto
+1984 780 1943 701 1813 594 curveto
+1638 449 1426 375 1172 375 curveto
+836 375 640 519 640 766 curveto
+640 1022 831 1152 1291 1213 curveto
+1746 1269 1839 1287 1984 1348 curveto
+1984 910 lineto
+end_ol grestore 
+gsave 6.739867 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1333 2688 moveto
+896 2688 lineto
+896 3427 lineto
+448 3427 lineto
+448 2688 lineto
+87 2688 lineto
+87 2339 lineto
+448 2339 lineto
+448 419 lineto
+448 151 637 0 977 0 curveto
+1082 0 1186 10 1333 36 curveto
+1333 390 lineto
+1277 375 1211 375 1130 375 curveto
+947 375 896 423 896 602 curveto
+896 2339 lineto
+1333 2339 lineto
+1333 2688 lineto
+end_ol grestore 
+gsave 6.934600 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 7.129333 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2368 1902 moveto
+2368 2405 2000 2688 1344 2688 curveto
+684 2688 256 2390 256 1932 curveto
+256 1544 471 1359 1106 1218 curveto
+1505 1128 lineto
+1802 1062 1920 962 1920 783 curveto
+1920 551 1670 395 1296 395 curveto
+1066 395 872 456 765 558 curveto
+698 628 668 698 642 870 curveto
+256 870 lineto
+256 282 597 0 1284 0 curveto
+1947 0 2368 307 2368 785 curveto
+2368 1154 2143 1357 1610 1475 curveto
+1201 1565 lineto
+852 1641 704 1745 704 1919 curveto
+704 2146 948 2293 1335 2293 curveto
+1715 2293 1920 2158 1920 1902 curveto
+2368 1902 lineto
+end_ol grestore 
+gsave 7.476467 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 2665 moveto
+320 2665 lineto
+320 0 lineto
+768 0 lineto
+768 2665 lineto
+768 3712 moveto
+320 3712 lineto
+320 3173 lineto
+768 3173 lineto
+768 3712 lineto
+end_ol grestore 
+gsave 7.628867 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+256 -1142 moveto
+704 -1142 lineto
+704 400 lineto
+931 123 1183 0 1534 0 curveto
+2229 0 2688 521 2688 1320 curveto
+2688 2162 2239 2688 1512 2688 curveto
+1142 2688 844 2527 640 2214 curveto
+640 2688 lineto
+256 2688 lineto
+256 -1142 lineto
+1457 2288 moveto
+1931 2288 2240 1911 2240 1330 curveto
+2240 777 1926 400 1457 400 curveto
+1003 400 704 772 704 1344 curveto
+704 1916 1003 2288 1457 2288 curveto
+end_ol grestore 
+gsave 8.009867 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1088 534 moveto
+576 534 lineto
+576 0 lineto
+1088 0 lineto
+1088 534 lineto
+1088 2688 moveto
+576 2688 lineto
+576 2154 lineto
+1088 2154 lineto
+1088 2688 lineto
+end_ol grestore 
+gsave 8.204600 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 2668 moveto
+384 -361 lineto
+384 -619 298 -704 39 -704 curveto
+23 -704 23 -704 -63 -704 curveto
+-63 -1072 lineto
+-11 -1083 16 -1088 84 -1088 curveto
+576 -1088 832 -896 832 -536 curveto
+832 2668 lineto
+384 2668 lineto
+832 3712 moveto
+384 3712 lineto
+384 3173 lineto
+832 3173 lineto
+832 3712 lineto
+end_ol grestore 
+gsave 8.357000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2752 370 moveto
+2706 375 2686 375 2661 375 curveto
+2513 375 2432 440 2432 552 curveto
+2432 1986 lineto
+2432 2443 2056 2688 1342 2688 curveto
+922 2688 574 2581 380 2391 curveto
+247 2259 192 2113 192 1860 curveto
+743 1860 lineto
+779 2158 976 2293 1379 2293 curveto
+1767 2293 1984 2161 1984 1924 curveto
+1984 1820 lineto
+1984 1655 1876 1584 1535 1546 curveto
+925 1475 832 1456 667 1395 curveto
+352 1277 192 1054 192 733 curveto
+192 284 533 0 1081 0 curveto
+1421 0 1695 118 2000 394 curveto
+2032 123 2168 0 2452 0 curveto
+2542 0 2610 11 2752 48 curveto
+2752 370 lineto
+1984 910 moveto
+1984 780 1943 701 1813 594 curveto
+1638 449 1426 375 1172 375 curveto
+836 375 640 519 640 766 curveto
+640 1022 831 1152 1291 1213 curveto
+1746 1269 1839 1287 1984 1348 curveto
+1984 910 lineto
+end_ol grestore 
+gsave 8.738000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 2688 moveto
+384 0 lineto
+832 0 lineto
+832 1434 lineto
+832 1965 1104 2313 1523 2313 curveto
+1844 2313 2048 2115 2048 1802 curveto
+2048 0 lineto
+2496 0 lineto
+2496 1975 lineto
+2496 2409 2166 2688 1652 2688 curveto
+1256 2688 1002 2535 768 2164 curveto
+768 2688 lineto
+384 2688 lineto
+end_ol grestore 
+gsave 9.119000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+3392 2688 moveto
+3279 2245 lineto
+3151 2535 2937 2688 2656 2688 curveto
+1972 2688 1344 2008 1344 1262 curveto
+1344 727 1701 320 2174 320 curveto
+2445 320 2664 448 2898 739 curveto
+2944 461 3140 320 3464 320 curveto
+3845 320 4159 464 4421 761 curveto
+4704 1079 4864 1480 4864 1867 curveto
+4864 2874 3881 3712 2694 3712 curveto
+2087 3712 1445 3467 997 3067 curveto
+498 2622 192 1952 192 1296 curveto
+192 186 1217 -704 2502 -704 curveto
+2877 -704 3284 -629 3649 -495 curveto
+3505 -152 lineto
+3091 -273 2804 -320 2532 -320 curveto
+1462 -320 640 413 640 1366 curveto
+640 2414 1562 3317 2632 3317 curveto
+3600 3317 4416 2636 4416 1823 curveto
+4416 1254 3989 704 3551 704 curveto
+3412 704 3294 804 3294 924 curveto
+3294 972 3315 1068 3356 1191 curveto
+3819 2688 lineto
+3392 2688 lineto
+2620 2360 moveto
+2908 2360 3119 2150 3104 1880 curveto
+3094 1617 2955 1176 2826 982 curveto
+2682 766 2492 640 2301 640 curveto
+2018 640 1792 909 1792 1251 curveto
+1792 1832 2188 2360 2620 2360 curveto
+end_ol grestore 
+gsave 9.813267 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1344 2591 moveto
+1344 0 lineto
+1792 0 lineto
+1792 3638 lineto
+1497 3638 lineto
+1339 3078 1238 3001 546 2914 curveto
+546 2591 lineto
+1344 2591 lineto
+end_ol grestore 
+gsave 10.194267 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+960 534 moveto
+448 534 lineto
+448 0 lineto
+960 0 lineto
+960 534 lineto
+end_ol grestore 
+gsave 10.389000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2560 446 moveto
+649 446 lineto
+695 733 856 916 1296 1168 curveto
+1802 1434 lineto
+2302 1701 2560 2062 2560 2492 curveto
+2560 2784 2439 3055 2226 3243 curveto
+2013 3431 1750 3520 1411 3520 curveto
+956 3520 617 3361 419 3061 curveto
+293 2872 237 2653 227 2294 curveto
+674 2294 lineto
+689 2530 720 2673 781 2786 curveto
+898 2997 1131 3125 1401 3125 curveto
+1807 3125 2112 2843 2112 2467 curveto
+2112 2190 1944 1953 1624 1775 curveto
+1157 1518 lineto
+405 1103 187 771 146 0 curveto
+2560 0 lineto
+2560 446 lineto
+end_ol grestore 
+gsave 10.770000 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+960 534 moveto
+448 534 lineto
+448 0 lineto
+960 0 lineto
+960 534 lineto
+end_ol grestore 
+gsave 10.964733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1100 1675 moveto
+1156 1675 lineto
+1344 1680 lineto
+1851 1680 2112 1472 2112 1071 curveto
+2112 650 1829 400 1355 400 curveto
+860 400 618 627 587 1113 curveto
+140 1113 lineto
+160 836 211 656 298 501 curveto
+482 170 839 0 1335 0 curveto
+2080 0 2560 418 2560 1061 curveto
+2560 1494 2379 1734 1938 1873 curveto
+2267 1998 2432 2239 2432 2581 curveto
+2432 3168 2022 3520 1339 3520 curveto
+616 3520 231 3141 216 2407 curveto
+663 2407 lineto
+668 2610 688 2723 744 2827 curveto
+846 3012 1069 3125 1349 3125 curveto
+1745 3125 1984 2908 1984 2553 curveto
+1984 2317 1893 2175 1694 2100 curveto
+1572 2053 1415 2034 1100 2029 curveto
+1100 1675 lineto
+end_ol grestore 
+gsave 11.345733 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+960 534 moveto
+448 534 lineto
+448 0 lineto
+960 0 lineto
+960 534 lineto
+end_ol grestore 
+gsave 11.540467 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1664 896 moveto
+1664 0 lineto
+2112 0 lineto
+2112 896 lineto
+2645 896 lineto
+2645 1280 lineto
+2112 1280 lineto
+2112 3640 lineto
+1781 3640 lineto
+145 1352 lineto
+145 896 lineto
+1664 896 lineto
+1664 1280 moveto
+536 1280 lineto
+1664 2870 lineto
+1664 1280 lineto
+end_ol grestore 
+gsave 11.921467 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1088 534 moveto
+576 534 lineto
+576 0 lineto
+1088 0 lineto
+1088 534 lineto
+1088 2688 moveto
+576 2688 lineto
+576 2154 lineto
+1088 2154 lineto
+1088 2688 lineto
+end_ol grestore 
+gsave 12.116200 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2440 3520 moveto
+586 3520 lineto
+317 1671 lineto
+728 1671 lineto
+936 1903 1109 1984 1388 1984 curveto
+1871 1984 2176 1676 2176 1178 curveto
+2176 694 1876 400 1389 400 curveto
+997 400 759 585 652 964 curveto
+205 964 lineto
+266 680 316 543 423 416 curveto
+625 152 989 0 1394 0 curveto
+2118 0 2624 503 2624 1227 curveto
+2624 1904 2154 2368 1466 2368 curveto
+1214 2368 1011 2304 804 2156 curveto
+947 3074 lineto
+2440 3074 lineto
+2440 3520 lineto
+end_ol grestore 
+gsave 12.497200 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1376 3520 moveto
+1039 3520 733 3381 544 3145 curveto
+309 2847 192 2390 192 1760 curveto
+192 611 600 0 1376 0 curveto
+2142 0 2560 611 2560 1731 curveto
+2560 2395 2448 2837 2208 3145 curveto
+2019 3385 1718 3520 1376 3520 curveto
+1376 3120 moveto
+1868 3120 2112 2666 2112 1769 curveto
+2112 819 1874 375 1366 375 curveto
+884 375 640 838 640 1755 curveto
+640 2671 884 3120 1376 3120 curveto
+end_ol grestore 
+gsave 12.878200 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+2549 2624 moveto
+2461 3186 2067 3520 1508 3520 curveto
+1104 3520 741 3337 524 3034 curveto
+296 2703 192 2284 192 1664 curveto
+192 1092 285 726 502 423 curveto
+699 149 1020 0 1424 0 curveto
+2122 0 2624 483 2624 1154 curveto
+2624 1791 2169 2240 1528 2240 curveto
+1174 2240 896 2107 704 1851 curveto
+704 2667 989 3120 1503 3120 curveto
+1819 3120 2038 2939 2109 2624 curveto
+2549 2624 lineto
+1463 1856 moveto
+1902 1856 2176 1577 2176 1128 curveto
+2176 707 1866 400 1448 400 curveto
+1024 400 704 721 704 1152 curveto
+704 1568 1014 1856 1463 1856 curveto
+end_ol grestore 
+gsave 13.259200 10.000000 translate 0.035278 -0.035278 scale
+start_ol
+1376 3520 moveto
+1039 3520 733 3381 544 3145 curveto
+309 2847 192 2390 192 1760 curveto
+192 611 600 0 1376 0 curveto
+2142 0 2560 611 2560 1731 curveto
+2560 2395 2448 2837 2208 3145 curveto
+2019 3385 1718 3520 1376 3520 curveto
+1376 3120 moveto
+1868 3120 2112 2666 2112 1769 curveto
+2112 819 1874 375 1366 375 curveto
+884 375 640 838 640 1755 curveto
+640 2671 884 3120 1376 3120 curveto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 25.300000 9.100000 m 25.300000 19.100000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 30.230000 9.145000 m 30.300000 19.100000 l s
+gsave 23.800000 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2560 3392 moveto
+2560 1091 lineto
+2560 651 2220 381 1659 381 curveto
+1400 381 1190 439 1022 552 curveto
+849 678 768 844 768 1091 curveto
+768 3392 lineto
+384 3392 lineto
+384 1083 lineto
+384 415 869 0 1659 0 curveto
+2441 0 2944 424 2944 1083 curveto
+2944 3392 lineto
+2560 3392 lineto
+end_ol grestore 
+gsave 24.240267 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 24.545067 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 24.883733 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 25.086933 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 25.256267 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 25.662667 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 26.001333 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 26.340000 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 26.678667 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 29.000000 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 29.440267 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 29.778933 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 30.117600 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 30.253067 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 30.557867 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 30.727200 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 30.930400 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 31.269067 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 25.300000 11.100000 m 29.500000 11.100000 l s
+0 slj
+n 29.500000 11.500000 m 30.300000 11.100000 l 29.500000 10.700000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 30.300000 15.100000 m 26.100000 15.100000 l s
+0 slj
+n 26.100000 14.700000 m 25.300000 15.100000 l 26.100000 15.500000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 35.280000 9.095000 m 35.300000 19.150000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 30.300000 13.100000 m 34.500000 13.100000 l s
+0 slj
+n 34.500000 13.500000 m 35.300000 13.100000 l 34.500000 12.700000 l f
+gsave 26.100000 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 26.540267 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 26.946667 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+3264 1792 moveto
+1836 1792 lineto
+1836 1408 lineto
+2880 1408 lineto
+2880 1324 lineto
+2880 777 2429 381 1803 381 curveto
+1455 381 1140 499 938 705 curveto
+712 933 576 1315 576 1709 curveto
+576 2494 1056 3011 1780 3011 curveto
+2302 3011 2678 2757 2772 2339 curveto
+3217 2339 lineto
+3097 3008 2580 3392 1808 3392 curveto
+1397 3392 1065 3290 802 3081 curveto
+414 2770 192 2269 192 1687 curveto
+192 693 824 0 1732 0 curveto
+2188 0 2553 167 2880 524 curveto
+2988 0 lineto
+3264 0 lineto
+3264 1792 lineto
+end_ol grestore 
+gsave 27.420800 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 27.590133 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 27.996533 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 28.369067 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 28.775467 10.350000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 30.850000 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+2816 2381 moveto
+2816 3021 2350 3392 1551 3392 curveto
+791 3392 320 3030 320 2447 curveto
+320 2054 537 1807 979 1697 curveto
+1814 1485 lineto
+2238 1379 2432 1215 2432 964 curveto
+2432 792 2340 615 2203 518 curveto
+2076 430 1874 381 1614 381 curveto
+1267 381 1029 464 875 649 curveto
+757 789 704 943 704 1140 curveto
+320 1140 lineto
+320 840 377 644 503 465 curveto
+721 161 1088 0 1572 0 curveto
+1952 0 2262 88 2467 247 curveto
+2681 420 2816 707 2816 985 curveto
+2816 1382 2558 1674 2101 1793 curveto
+1257 2010 lineto
+852 2116 704 2239 704 2487 curveto
+704 2814 1031 3030 1523 3030 curveto
+2105 3030 2432 2798 2432 2381 curveto
+2816 2381 lineto
+end_ol grestore 
+gsave 31.256400 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 31.425733 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 31.764400 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 31.967600 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 32.306267 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 32.475600 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+768 3392 moveto
+384 3392 lineto
+384 0 lineto
+2427 0 lineto
+2427 381 lineto
+768 381 lineto
+768 3392 lineto
+end_ol grestore 
+gsave 32.814267 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 33.152933 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 33.457733 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 33.796400 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 33.965733 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 34.101200 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 34.439867 12.350000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 26.850000 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 27.188667 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 27.527333 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 27.866000 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 28.035333 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 28.509467 14.550000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+gsave 32.850000 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 3392 moveto
+384 3392 lineto
+384 0 lineto
+2427 0 lineto
+2427 381 lineto
+768 381 lineto
+768 3392 lineto
+end_ol grestore 
+gsave 33.188667 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 33.527333 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2139 1595 moveto
+2121 1818 2070 1963 1979 2090 curveto
+1814 2305 1527 2432 1193 2432 curveto
+548 2432 128 1947 128 1194 curveto
+128 463 539 0 1188 0 curveto
+1759 0 2120 328 2166 888 curveto
+1779 888 lineto
+1714 534 1516 357 1189 357 curveto
+765 357 512 673 512 1195 curveto
+512 1747 761 2075 1180 2075 curveto
+1503 2075 1706 1902 1752 1595 curveto
+2139 1595 lineto
+end_ol grestore 
+gsave 33.832133 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 34.170800 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 34.340133 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 34.475600 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 34.814267 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 35.152933 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 35.322267 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1660 0 lineto
+2495 0 3008 642 3008 1698 curveto
+3008 2750 2500 3392 1660 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 381 moveto
+768 3011 lineto
+1582 3011 lineto
+2264 3011 2624 2559 2624 1694 curveto
+2624 837 2264 381 1582 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 35.762533 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 36.101200 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+1164 2432 moveto
+768 2432 lineto
+768 3100 lineto
+384 3100 lineto
+384 2432 lineto
+57 2432 lineto
+57 2116 lineto
+384 2116 lineto
+384 378 lineto
+384 137 550 0 850 0 curveto
+942 0 1035 9 1164 33 curveto
+1164 352 lineto
+1113 339 1053 339 980 339 curveto
+814 339 768 383 768 545 curveto
+768 2116 lineto
+1164 2116 lineto
+1164 2432 lineto
+end_ol grestore 
+gsave 36.270533 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 36.609200 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+256 3392 moveto
+256 0 lineto
+640 0 lineto
+640 412 lineto
+815 133 1048 0 1368 0 curveto
+1973 0 2368 489 2368 1242 curveto
+2368 1978 1983 2432 1365 2432 curveto
+1043 2432 815 2308 640 2036 curveto
+640 3392 lineto
+256 3392 lineto
+1296 2070 moveto
+1714 2070 1984 1729 1984 1203 curveto
+1984 703 1705 362 1296 362 curveto
+901 362 640 699 640 1216 curveto
+640 1733 901 2070 1296 2070 curveto
+end_ol grestore 
+gsave 36.947867 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 37.286533 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2112 1721 moveto
+2112 2176 1777 2432 1182 2432 curveto
+581 2432 192 2162 192 1747 curveto
+192 1397 390 1230 977 1101 curveto
+1345 1020 lineto
+1619 960 1728 870 1728 708 curveto
+1728 498 1492 357 1140 357 curveto
+923 357 740 412 639 505 curveto
+576 568 547 631 523 787 curveto
+192 787 lineto
+192 255 502 0 1127 0 curveto
+1729 0 2112 278 2112 710 curveto
+2112 1044 1904 1228 1413 1335 curveto
+1034 1416 lineto
+713 1485 576 1579 576 1737 curveto
+576 1942 807 2075 1174 2075 curveto
+1534 2075 1728 1953 1728 1721 curveto
+2112 1721 lineto
+end_ol grestore 
+gsave 37.591333 8.650000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 24.800000 9.100000 m 25.800000 9.100000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 34.780000 9.095000 m 35.780000 9.095000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 29.730000 9.145000 m 30.730000 9.145000 l s
+showpage

BIN
doc/sip/figures/registrar.png


BIN
doc/sip/figures/transaction.dia


+ 1597 - 0
doc/sip/figures/transaction.eps

@@ -0,0 +1,1597 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: transaction.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 15:00:02 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 413 511
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-15.200000 -24.050000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 16.000000 7.000000 m 16.000000 24.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 7.000000 m 23.000000 24.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 9.000000 m 22.200000 9.000000 l s
+0 slj
+n 22.200000 9.400000 m 23.000000 9.000000 l 22.200000 8.600000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 11.000000 m 16.800000 11.000000 l s
+0 slj
+n 16.800000 10.600000 m 16.000000 11.000000 l 16.800000 11.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 13.000000 m 16.800000 13.000000 l s
+0 slj
+n 16.800000 12.600000 m 16.000000 13.000000 l 16.800000 13.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 15.000000 m 16.800000 15.000000 l s
+0 slj
+n 16.800000 14.600000 m 16.000000 15.000000 l 16.800000 15.400000 l f
+gsave 18.650000 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 18.819333 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 19.259600 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 19.666000 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 19.835333 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 20.207867 8.550000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 18.135000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.473667 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.812333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.151000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.320333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 19.692867 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 19.896067 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 20.200867 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.336333 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.675000 10.575000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.100000 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 18.438667 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1821 1738 moveto
+2136 1929 2240 2086 2240 2378 curveto
+2240 2861 1835 3200 1248 3200 curveto
+666 3200 256 2861 256 2378 curveto
+256 2090 360 1934 670 1738 curveto
+307 1567 128 1308 128 966 curveto
+128 395 563 0 1184 0 curveto
+1805 0 2240 395 2240 961 curveto
+2240 1308 2103 1567 1821 1738 curveto
+1248 2838 moveto
+1619 2838 1856 2657 1856 2373 curveto
+1856 2101 1614 1920 1248 1920 curveto
+882 1920 640 2101 640 2377 curveto
+640 2657 882 2838 1248 2838 curveto
+1184 1536 moveto
+1584 1536 1856 1300 1856 951 curveto
+1856 598 1584 362 1175 362 curveto
+784 362 512 602 512 951 curveto
+512 1300 784 1536 1184 1536 curveto
+end_ol grestore 
+gsave 18.777333 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.116000 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.285333 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+832 1472 moveto
+1984 1472 lineto
+2382 1472 2560 1285 2560 863 curveto
+2560 558 lineto
+2560 347 2586 141 2627 0 curveto
+3008 0 lineto
+3008 108 lineto
+3008 220 3008 342 3008 797 curveto
+3008 1359 2913 1528 2517 1687 curveto
+2867 1872 3008 2107 3008 2491 curveto
+3008 3073 2646 3392 1990 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1472 lineto
+832 1856 moveto
+832 3011 lineto
+1889 3011 lineto
+2133 3011 2274 2974 2382 2882 curveto
+2499 2786 2560 2634 2560 2431 curveto
+2560 2035 2353 1856 1889 1856 curveto
+832 1856 lineto
+end_ol grestore 
+gsave 19.725600 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 19.861067 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 20.199733 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 20.538400 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+704 2439 moveto
+320 2439 lineto
+320 0 lineto
+704 0 lineto
+704 2439 lineto
+704 3392 moveto
+320 3392 lineto
+320 2905 lineto
+704 2905 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 20.673867 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1298 lineto
+704 1779 962 2093 1358 2093 curveto
+1662 2093 1856 1913 1856 1630 curveto
+1856 0 lineto
+2240 0 lineto
+2240 1787 lineto
+2240 2179 1946 2432 1490 2432 curveto
+1138 2432 912 2294 704 1958 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 21.012533 12.550000 translate 0.035278 -0.035278 scale
+start_ol
+1920 2432 moveto
+1920 2016 lineto
+1723 2299 1485 2432 1171 2432 curveto
+549 2432 128 1930 128 1194 curveto
+128 822 238 519 443 303 curveto
+630 113 897 0 1160 0 curveto
+1476 0 1695 128 1920 429 curveto
+1920 297 lineto
+1920 -49 1876 -259 1773 -401 curveto
+1666 -552 1455 -640 1206 -640 curveto
+1020 -640 854 -589 741 -496 curveto
+649 -420 609 -348 585 -189 curveto
+203 -189 lineto
+246 -712 611 -1024 1194 -1024 curveto
+1564 -1024 1882 -908 2043 -712 curveto
+2233 -488 2304 -181 2304 392 curveto
+2304 2432 lineto
+1920 2432 lineto
+1221 2075 moveto
+1661 2075 1920 1755 1920 1203 curveto
+1920 677 1656 357 1226 357 curveto
+781 357 512 681 512 1216 curveto
+512 1747 786 2075 1221 2075 curveto
+end_ol grestore 
+gsave 18.700000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 19.038667 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.377333 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.716000 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.885333 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 20.359467 14.650000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 22.450000 7.000000 m 23.475000 7.000000 l s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 15.500000 7.000000 m 16.500000 7.000000 l s
+gsave 15.200000 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 15.640267 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 15.978933 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 16.114400 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 16.249867 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 16.588533 6.700000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 22.050000 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 22.490267 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 22.828933 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 22.964400 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 23.099867 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 23.438533 6.687500 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 23.000000 21.000000 m 16.800000 21.000000 l s
+0 slj
+n 16.800000 20.600000 m 16.000000 21.000000 l 16.800000 21.400000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 23.000000 m 22.200000 23.000000 l s
+0 slj
+n 22.200000 23.400000 m 23.000000 23.000000 l 22.200000 22.600000 l f
+gsave 19.000000 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 19.406400 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 19.812800 20.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 18.000000 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 18.338667 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 18.677333 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1248 3200 moveto
+948 3200 674 3073 506 2859 curveto
+297 2588 192 2173 192 1600 curveto
+192 555 556 0 1248 0 curveto
+1931 0 2304 555 2304 1574 curveto
+2304 2177 2204 2579 1990 2859 curveto
+1822 3078 1553 3200 1248 3200 curveto
+1248 2838 moveto
+1698 2838 1920 2425 1920 1608 curveto
+1920 743 1702 339 1239 339 curveto
+798 339 576 761 576 1595 curveto
+576 2429 798 2838 1248 2838 curveto
+end_ol grestore 
+gsave 19.016000 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.185333 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+1787 3392 moveto
+837 3392 192 2708 192 1696 curveto
+192 684 837 0 1792 0 curveto
+2192 0 2551 120 2819 342 curveto
+3178 639 3392 1141 3392 1669 curveto
+3392 2713 2760 3392 1787 3392 curveto
+1787 3011 moveto
+2529 3011 3008 2485 3008 1678 curveto
+3008 907 2515 381 1792 381 curveto
+1064 381 576 907 576 1696 curveto
+576 2485 1064 3011 1787 3011 curveto
+end_ol grestore 
+gsave 19.659467 22.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 23.800000 8.487500 m 25.000000 8.837500 23.400000 11.587500 24.500000 11.987500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 24.400000 11.987500 m 23.350000 12.287500 25.050000 14.987500 23.800000 15.487500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 23.750000 20.437500 m 24.650000 20.837500 23.400000 21.607500 24.500000 22.007500 c s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0 slc
+n 24.400000 22.007500 m 23.350000 22.307500 24.600000 22.987500 23.850000 23.587500 c s
+gsave 24.900000 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+1984 3689 moveto
+3333 3689 lineto
+3333 4160 lineto
+117 4160 lineto
+117 3689 lineto
+1472 3689 lineto
+1472 0 lineto
+1984 0 lineto
+1984 3689 lineto
+end_ol grestore 
+gsave 25.365667 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 25.619667 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 26.043000 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 26.466333 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+2624 2129 moveto
+2624 2691 2211 3008 1476 3008 curveto
+736 3008 256 2675 256 2161 curveto
+256 1728 496 1521 1204 1363 curveto
+1649 1262 lineto
+1981 1188 2112 1077 2112 876 curveto
+2112 617 1835 442 1421 442 curveto
+1167 442 952 510 833 624 curveto
+759 702 725 780 697 973 curveto
+256 973 lineto
+256 315 638 0 1409 0 curveto
+2152 0 2624 344 2624 878 curveto
+2624 1291 2373 1518 1779 1651 curveto
+1322 1751 lineto
+934 1836 768 1952 768 2148 curveto
+768 2402 1038 2566 1465 2566 curveto
+1886 2566 2112 2415 2112 2129 curveto
+2624 2129 lineto
+end_ol grestore 
+gsave 26.847333 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 27.270667 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+2697 1973 moveto
+2674 2249 2612 2428 2498 2585 curveto
+2293 2851 1934 3008 1519 3008 curveto
+716 3008 192 2409 192 1477 curveto
+192 573 704 0 1512 0 curveto
+2224 0 2673 406 2730 1098 curveto
+2256 1098 lineto
+2177 661 1934 442 1534 442 curveto
+1014 442 704 832 704 1478 curveto
+704 2160 1009 2566 1522 2566 curveto
+1917 2566 2166 2353 2222 1973 curveto
+2697 1973 lineto
+end_ol grestore 
+gsave 27.651667 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 27.863333 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 28.032667 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 28.456000 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 28.879333 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 29.091000 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+2738 4005 moveto
+2303 4005 lineto
+2106 2880 lineto
+1400 2880 lineto
+1603 4005 lineto
+1174 4005 lineto
+971 2880 lineto
+288 2880 lineto
+288 2496 lineto
+898 2496 lineto
+723 1472 lineto
+79 1472 lineto
+79 1088 lineto
+649 1088 lineto
+435 0 lineto
+864 0 lineto
+1084 1088 lineto
+1784 1088 lineto
+1569 0 lineto
+1998 0 lineto
+2218 1088 lineto
+2879 1088 lineto
+2879 1472 lineto
+2286 1472 lineto
+2461 2496 lineto
+3059 2496 lineto
+3059 2880 lineto
+2535 2880 lineto
+2738 4005 lineto
+2032 2496 moveto
+1857 1472 lineto
+1152 1472 lineto
+1332 2496 lineto
+2032 2496 lineto
+end_ol grestore 
+gsave 29.514333 12.187500 translate 0.035278 -0.035278 scale
+start_ol
+1472 2899 moveto
+1472 0 lineto
+1984 0 lineto
+1984 4070 lineto
+1647 4070 lineto
+1471 3445 1358 3359 586 3261 curveto
+586 2899 lineto
+1472 2899 lineto
+end_ol grestore 
+gsave 24.900000 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+1984 3689 moveto
+3333 3689 lineto
+3333 4160 lineto
+117 4160 lineto
+117 3689 lineto
+1472 3689 lineto
+1472 0 lineto
+1984 0 lineto
+1984 3689 lineto
+end_ol grestore 
+gsave 25.365667 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 25.619667 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 26.043000 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 26.466333 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+2624 2129 moveto
+2624 2691 2211 3008 1476 3008 curveto
+736 3008 256 2675 256 2161 curveto
+256 1728 496 1521 1204 1363 curveto
+1649 1262 lineto
+1981 1188 2112 1077 2112 876 curveto
+2112 617 1835 442 1421 442 curveto
+1167 442 952 510 833 624 curveto
+759 702 725 780 697 973 curveto
+256 973 lineto
+256 315 638 0 1409 0 curveto
+2152 0 2624 344 2624 878 curveto
+2624 1291 2373 1518 1779 1651 curveto
+1322 1751 lineto
+934 1836 768 1952 768 2148 curveto
+768 2402 1038 2566 1465 2566 curveto
+1886 2566 2112 2415 2112 2129 curveto
+2624 2129 lineto
+end_ol grestore 
+gsave 26.847333 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 27.270667 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+2697 1973 moveto
+2674 2249 2612 2428 2498 2585 curveto
+2293 2851 1934 3008 1519 3008 curveto
+716 3008 192 2409 192 1477 curveto
+192 573 704 0 1512 0 curveto
+2224 0 2673 406 2730 1098 curveto
+2256 1098 lineto
+2177 661 1934 442 1534 442 curveto
+1014 442 704 832 704 1478 curveto
+704 2160 1009 2566 1522 2566 curveto
+1917 2566 2166 2353 2222 1973 curveto
+2697 1973 lineto
+end_ol grestore 
+gsave 27.651667 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 27.863333 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 28.032667 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 28.456000 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 28.879333 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 29.091000 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+2738 4005 moveto
+2303 4005 lineto
+2106 2880 lineto
+1400 2880 lineto
+1603 4005 lineto
+1174 4005 lineto
+971 2880 lineto
+288 2880 lineto
+288 2496 lineto
+898 2496 lineto
+723 1472 lineto
+79 1472 lineto
+79 1088 lineto
+649 1088 lineto
+435 0 lineto
+864 0 lineto
+1084 1088 lineto
+1784 1088 lineto
+1569 0 lineto
+1998 0 lineto
+2218 1088 lineto
+2879 1088 lineto
+2879 1472 lineto
+2286 1472 lineto
+2461 2496 lineto
+3059 2496 lineto
+3059 2880 lineto
+2535 2880 lineto
+2738 4005 lineto
+2032 2496 moveto
+1857 1472 lineto
+1152 1472 lineto
+1332 2496 lineto
+2032 2496 lineto
+end_ol grestore 
+gsave 29.514333 22.237500 translate 0.035278 -0.035278 scale
+start_ol
+2880 499 moveto
+742 499 lineto
+793 822 974 1029 1466 1313 curveto
+2032 1614 lineto
+2592 1916 2880 2323 2880 2808 curveto
+2880 3137 2744 3444 2507 3656 curveto
+2269 3868 1976 3968 1597 3968 curveto
+1088 3968 709 3788 489 3452 curveto
+347 3238 285 2991 274 2587 curveto
+771 2587 lineto
+788 2854 822 3015 890 3143 curveto
+1019 3382 1279 3526 1578 3526 curveto
+2029 3526 2368 3208 2368 2784 curveto
+2368 2472 2182 2204 1826 2003 curveto
+1307 1713 lineto
+471 1244 228 870 183 0 curveto
+2880 0 lineto
+2880 499 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 16.000000 17.000000 m 22.200000 17.000000 l s
+0 slj
+n 22.200000 17.400000 m 23.000000 17.000000 l 22.200000 16.600000 l f
+gsave 18.850000 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+2184 1024 moveto
+2530 0 lineto
+3009 0 lineto
+1829 3392 lineto
+1276 3392 lineto
+78 0 lineto
+535 0 lineto
+889 1024 lineto
+2184 1024 lineto
+2064 1408 moveto
+995 1408 lineto
+1548 2933 lineto
+2064 1408 lineto
+end_ol grestore 
+gsave 19.256400 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 19.696667 16.600000 translate 0.035278 -0.035278 scale
+start_ol
+768 1187 moveto
+1316 1740 lineto
+2501 0 lineto
+3007 0 lineto
+1625 2010 lineto
+2994 3392 lineto
+2441 3392 lineto
+768 1675 lineto
+768 3392 lineto
+384 3392 lineto
+384 0 lineto
+768 0 lineto
+768 1187 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/transaction.png


BIN
doc/sip/figures/trapezoid.dia


+ 1301 - 0
doc/sip/figures/trapezoid.eps

@@ -0,0 +1,1301 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: trapezoid.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 15:00:12 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 644 414
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-2.050000 -16.300000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 4.843149 13.350000 m 5.067307 13.350000 6.412259 13.350000 6.636417 13.350000 c 6.860576 13.350000 7.107150 13.574159 7.084734 14.022476 c 6.860576 14.022476 6.860576 14.022476 6.636417 14.022476 c 6.647625 13.596574 5.963941 13.798317 5.739783 13.798317 c 5.515624 13.798317 4.843149 13.585367 4.843149 14.022476 c 4.618990 14.022476 4.618990 14.022476 4.394832 14.022476 c 4.350000 13.574159 4.618990 13.350000 4.843149 13.350000 c f
+0.000000 0.000000 0.000000 srgb
+n 4.843149 13.350000 m 5.067307 13.350000 6.412259 13.350000 6.636417 13.350000 c 6.860576 13.350000 7.107150 13.574159 7.084734 14.022476 c 6.860576 14.022476 6.860576 14.022476 6.636417 14.022476 c 6.647625 13.596574 5.963941 13.798317 5.739783 13.798317 c 5.515624 13.798317 4.843149 13.585367 4.843149 14.022476 c 4.618990 14.022476 4.618990 14.022476 4.394832 14.022476 c 4.350000 13.574159 4.618990 13.350000 4.843149 13.350000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 4.843149 13.350000 m 5.067307 13.350000 6.412259 13.350000 6.636417 13.350000 c 6.860576 13.350000 7.107150 13.574159 7.084734 14.022476 c 6.860576 14.022476 6.860576 14.022476 6.636417 14.022476 c 6.647625 13.596574 5.963941 13.798317 5.739783 13.798317 c 5.515624 13.798317 4.843149 13.585367 4.843149 14.022476 c 4.618990 14.022476 4.618990 14.022476 4.394832 14.022476 c 4.350000 13.574159 4.618990 13.350000 4.843149 13.350000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.739783 13.574159 m 6.636417 13.574159 6.636417 14.919110 6.412259 14.919110 c 6.188100 14.919110 5.291466 14.919110 5.067307 14.919110 c 4.843149 14.919110 4.843149 13.574159 5.739783 13.574159 c f
+0.000000 0.000000 0.000000 srgb
+n 5.739783 13.574159 m 6.636417 13.574159 6.636417 14.919110 6.412259 14.919110 c 6.188100 14.919110 5.291466 14.919110 5.067307 14.919110 c 4.843149 14.919110 4.843149 13.574159 5.739783 13.574159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.739783 13.574159 m 6.636417 13.574159 6.636417 14.919110 6.412259 14.919110 c 6.188100 14.919110 5.291466 14.919110 5.067307 14.919110 c 4.843149 14.919110 4.843149 13.574159 5.739783 13.574159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.739783 14.246634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.739783 14.246634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.739783 14.246634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.470793 14.442773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.470793 14.442773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.470793 14.442773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.380008 14.229822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.380008 14.229822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.380008 14.229822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.447256 14.028080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.447256 14.028080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.447256 14.028080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.648999 13.927208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.648999 13.927208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.648999 13.927208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.850741 13.938416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.850741 13.938416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.850741 13.938416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 6.007652 14.072911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 6.007652 14.072911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 6.007652 14.072911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 6.074900 14.229822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 6.074900 14.229822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 6.074900 14.229822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 6.018860 14.420357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 6.018860 14.420357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 6.018860 14.420357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 5.861949 14.543644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 5.861949 14.543644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 5.861949 14.543644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 22.453249 13.365000 m 22.677407 13.365000 24.022359 13.365000 24.246517 13.365000 c 24.470676 13.365000 24.717250 13.589159 24.694834 14.037476 c 24.470676 14.037476 24.470676 14.037476 24.246517 14.037476 c 24.257725 13.611574 23.574041 13.813317 23.349883 13.813317 c 23.125724 13.813317 22.453249 13.600367 22.453249 14.037476 c 22.229090 14.037476 22.229090 14.037476 22.004932 14.037476 c 21.960100 13.589159 22.229090 13.365000 22.453249 13.365000 c f
+0.000000 0.000000 0.000000 srgb
+n 22.453249 13.365000 m 22.677407 13.365000 24.022359 13.365000 24.246517 13.365000 c 24.470676 13.365000 24.717250 13.589159 24.694834 14.037476 c 24.470676 14.037476 24.470676 14.037476 24.246517 14.037476 c 24.257725 13.611574 23.574041 13.813317 23.349883 13.813317 c 23.125724 13.813317 22.453249 13.600367 22.453249 14.037476 c 22.229090 14.037476 22.229090 14.037476 22.004932 14.037476 c 21.960100 13.589159 22.229090 13.365000 22.453249 13.365000 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 22.453249 13.365000 m 22.677407 13.365000 24.022359 13.365000 24.246517 13.365000 c 24.470676 13.365000 24.717250 13.589159 24.694834 14.037476 c 24.470676 14.037476 24.470676 14.037476 24.246517 14.037476 c 24.257725 13.611574 23.574041 13.813317 23.349883 13.813317 c 23.125724 13.813317 22.453249 13.600367 22.453249 14.037476 c 22.229090 14.037476 22.229090 14.037476 22.004932 14.037476 c 21.960100 13.589159 22.229090 13.365000 22.453249 13.365000 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.349883 13.589159 m 24.246517 13.589159 24.246517 14.934110 24.022359 14.934110 c 23.798200 14.934110 22.901566 14.934110 22.677407 14.934110 c 22.453249 14.934110 22.453249 13.589159 23.349883 13.589159 c f
+0.000000 0.000000 0.000000 srgb
+n 23.349883 13.589159 m 24.246517 13.589159 24.246517 14.934110 24.022359 14.934110 c 23.798200 14.934110 22.901566 14.934110 22.677407 14.934110 c 22.453249 14.934110 22.453249 13.589159 23.349883 13.589159 c s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.349883 13.589159 m 24.246517 13.589159 24.246517 14.934110 24.022359 14.934110 c 23.798200 14.934110 22.901566 14.934110 22.677407 14.934110 c 22.453249 14.934110 22.453249 13.589159 23.349883 13.589159 c s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.349883 14.261634 0.448317 0.448317 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.349883 14.261634 0.448317 0.448317 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.349883 14.261634 0.448317 0.448317 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.080893 14.457773 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.080893 14.457773 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.080893 14.457773 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 22.990108 14.244822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 22.990108 14.244822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 22.990108 14.244822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.057356 14.043080 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.057356 14.043080 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.057356 14.043080 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.259099 13.942208 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.259099 13.942208 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.259099 13.942208 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.460841 13.953416 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.460841 13.953416 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.460841 13.953416 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.617752 14.087911 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.617752 14.087911 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.617752 14.087911 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.685000 14.244822 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.685000 14.244822 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.685000 14.244822 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.628960 14.435357 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.628960 14.435357 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.628960 14.435357 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 23.472049 14.558644 0.056040 0.061644 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 23.472049 14.558644 0.056040 0.061644 0 360 ellipse cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 23.472049 14.558644 0.056040 0.061644 0 360 ellipse cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 9.865312 5.249998 m 9.865312 7.761961 l 10.941868 7.761961 l 10.941868 5.249998 l f
+0.000000 0.000000 0.000000 srgb
+n 9.865312 5.249998 m 9.865312 7.761961 l 10.941868 7.761961 l 10.941868 5.249998 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 9.972968 5.400716 m 9.972968 5.687797 l 10.834212 5.687797 l 10.834212 5.400716 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 9.972968 5.687797 m 9.972968 5.974879 l 10.834212 5.974879 l 10.834212 5.687797 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 9.972968 5.974879 m 9.972968 6.261960 l 10.834212 6.261960 l 10.834212 5.974879 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 9.972968 6.261960 m 9.972968 6.549042 l 10.834212 6.549042 l 10.834212 6.261960 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 9.972968 6.606458 m 9.972968 6.778707 l 10.511245 6.778707 l 10.511245 6.606458 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 10.780384 6.635166 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.780384 6.635166 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 10.780384 6.749999 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 10.780384 6.749999 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 10.565073 6.663874 m 10.565073 6.778707 l 10.694260 6.778707 l 10.694260 6.663874 l f
+0.000000 0.000000 0.000000 srgb
+n 10.565073 6.663874 m 10.565073 6.778707 l 10.694260 6.778707 l 10.694260 6.663874 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 10.044738 7.008372 m 10.044738 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 10.224164 7.008372 m 10.224164 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 10.403590 7.008372 m 10.403590 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 10.583016 7.008372 m 10.583016 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 10.762442 7.008372 m 10.762442 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 10.941868 7.008372 m 10.941868 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 9.650001 7.977272 m 9.865312 7.546650 l 9.865312 7.761961 l 10.941868 7.761961 l 10.941868 7.546650 l 11.228949 7.977272 l f
+0.000000 0.000000 0.000000 srgb
+n 9.650001 7.977272 m 9.865312 7.546650 l 9.865312 7.761961 l 10.941868 7.761961 l 10.941868 7.546650 l 11.228949 7.977272 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+0 slj
+0.080000 slw
+0 slc
+0 slj
+[] 0 sd
+0.701961 0.701961 0.701961 srgb
+n 17.865312 5.249998 m 17.865312 7.761961 l 18.941868 7.761961 l 18.941868 5.249998 l f
+0.000000 0.000000 0.000000 srgb
+n 17.865312 5.249998 m 17.865312 7.761961 l 18.941868 7.761961 l 18.941868 5.249998 l cp s
+0.010000 slw
+0 slc
+0 slj
+[] 0 sd
+n 17.972968 5.400716 m 17.972968 5.687797 l 18.834212 5.687797 l 18.834212 5.400716 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.972968 5.687797 m 17.972968 5.974879 l 18.834212 5.974879 l 18.834212 5.687797 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.972968 5.974879 m 17.972968 6.261960 l 18.834212 6.261960 l 18.834212 5.974879 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.972968 6.261960 m 17.972968 6.549042 l 18.834212 6.549042 l 18.834212 6.261960 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 17.972968 6.606458 m 17.972968 6.778707 l 18.511245 6.778707 l 18.511245 6.606458 l cp s
+0 slc
+0 slj
+[] 0 sd
+0.000000 1.000000 0.000000 srgb
+n 18.780384 6.635166 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 18.780384 6.635166 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 0.000000 srgb
+n 18.780384 6.749999 0.037679 0.037679 0 360 ellipse f
+0.000000 0.000000 0.000000 srgb
+n 18.780384 6.749999 0.037679 0.037679 0 360 ellipse cp s
+0 slc
+0 slj
+[] 0 sd
+1.000000 1.000000 1.000000 srgb
+n 18.565073 6.663874 m 18.565073 6.778707 l 18.694260 6.778707 l 18.694260 6.663874 l f
+0.000000 0.000000 0.000000 srgb
+n 18.565073 6.663874 m 18.565073 6.778707 l 18.694260 6.778707 l 18.694260 6.663874 l cp s
+0 slc
+0 slj
+[] 0 sd
+n 18.044738 7.008372 m 18.044738 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.224164 7.008372 m 18.224164 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.403590 7.008372 m 18.403590 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.583016 7.008372 m 18.583016 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.762442 7.008372 m 18.762442 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+n 18.941868 7.008372 m 18.941868 7.636363 l s
+0 slc
+0 slj
+[] 0 sd
+0.600000 0.600000 0.600000 srgb
+n 17.650001 7.977272 m 17.865312 7.546650 l 17.865312 7.761961 l 18.941868 7.761961 l 18.941868 7.546650 l 19.228949 7.977272 l f
+0.000000 0.000000 0.000000 srgb
+n 17.650001 7.977272 m 17.865312 7.546650 l 17.865312 7.761961 l 18.941868 7.761961 l 18.941868 7.546650 l 19.228949 7.977272 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 5.850000 12.850000 m 8.813255 8.984885 l s
+0 slj
+n 9.130697 9.228258 m 9.300000 8.350000 l 8.495812 8.741512 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 11.600000 6.600000 m 16.450000 6.600000 l s
+0 slj
+n 16.450000 7.000000 m 17.250000 6.600000 l 16.450000 6.200000 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 18.750000 8.450000 m 22.677995 12.290706 l s
+0 slj
+n 22.398348 12.576709 m 23.250000 12.850000 l 22.957642 12.004703 l f
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 7.700000 14.200000 m 20.550000 14.200000 l s
+0 slj
+n 20.550000 14.600000 m 21.350000 14.200000 l 20.550000 13.800000 l f
+gsave 4.650000 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 4.819333 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 5.259600 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 5.666000 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 5.835333 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 6.207867 10.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 13.400000 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 13.569333 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 14.009600 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 14.416000 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 14.585333 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 14.957867 6.100000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 21.300000 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 21.469333 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 21.909600 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 22.316000 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 22.485333 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 22.857867 10.250000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 14.100000 13.700000 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 14.506400 13.700000 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 14.912800 13.700000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 9.500000 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 9.906400 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 10.109600 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 10.448267 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 10.753067 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 11.057867 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 11.227200 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1216 2343 moveto
+1216 0 lineto
+1600 0 lineto
+1600 3290 lineto
+1347 3290 lineto
+1205 2784 1114 2715 493 2636 curveto
+493 2343 lineto
+1216 2343 lineto
+end_ol grestore 
+gsave 17.300000 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+832 1408 moveto
+1879 1408 lineto
+2141 1408 2348 1488 2527 1654 curveto
+2729 1843 2816 2065 2816 2381 curveto
+2816 3028 2451 3392 1803 3392 curveto
+448 3392 lineto
+448 0 lineto
+832 0 lineto
+832 1408 lineto
+832 1792 moveto
+832 3011 lineto
+1719 3011 lineto
+2126 3011 2368 2782 2368 2402 curveto
+2368 2021 2126 1792 1719 1792 curveto
+832 1792 lineto
+end_ol grestore 
+gsave 17.706400 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 17.909600 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1244 2432 moveto
+589 2432 192 1978 192 1216 curveto
+192 454 584 0 1248 0 curveto
+1903 0 2304 454 2304 1199 curveto
+2304 1982 1916 2432 1244 2432 curveto
+1248 2075 moveto
+1669 2075 1920 1751 1920 1203 curveto
+1920 685 1660 357 1248 357 curveto
+831 357 576 681 576 1216 curveto
+576 1747 831 2075 1248 2075 curveto
+end_ol grestore 
+gsave 18.248267 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1346 1258 moveto
+2157 2432 lineto
+1723 2432 lineto
+1143 1550 lineto
+562 2432 lineto
+124 2432 lineto
+931 1239 lineto
+78 0 lineto
+516 0 lineto
+1129 933 lineto
+1733 0 lineto
+2180 0 lineto
+1346 1258 lineto
+end_ol grestore 
+gsave 18.553067 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+1788 2432 moveto
+1120 533 lineto
+502 2432 lineto
+92 2432 lineto
+908 -16 lineto
+760 -403 lineto
+700 -575 613 -640 452 -640 curveto
+396 -640 332 -631 249 -612 curveto
+249 -963 lineto
+327 -1005 406 -1024 507 -1024 curveto
+631 -1024 765 -982 866 -908 curveto
+986 -819 1055 -717 1129 -521 curveto
+2203 2432 lineto
+1788 2432 lineto
+end_ol grestore 
+gsave 18.857867 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.027200 4.650000 translate 0.035278 -0.035278 scale
+start_ol
+2304 404 moveto
+593 404 lineto
+634 665 779 831 1172 1060 curveto
+1625 1303 lineto
+2073 1546 2304 1874 2304 2265 curveto
+2304 2530 2195 2777 2004 2948 curveto
+1813 3119 1577 3200 1273 3200 curveto
+864 3200 560 3055 383 2784 curveto
+269 2612 219 2413 210 2087 curveto
+616 2087 lineto
+630 2302 657 2431 713 2534 curveto
+819 2727 1031 2843 1275 2843 curveto
+1644 2843 1920 2587 1920 2245 curveto
+1920 1993 1768 1777 1478 1615 curveto
+1054 1381 lineto
+372 1003 174 702 137 0 curveto
+2304 0 lineto
+2304 404 lineto
+end_ol grestore 
+gsave 4.950000 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 5.390267 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 5.728933 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 5.864400 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 5.999867 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 6.338533 15.850000 translate 0.035278 -0.035278 scale
+start_ol
+320 2432 moveto
+320 0 lineto
+704 0 lineto
+704 1262 lineto
+704 1610 792 1838 976 1972 curveto
+1096 2061 1211 2088 1478 2093 curveto
+1478 2432 lineto
+1416 2432 1385 2432 1336 2432 curveto
+1098 2432 916 2304 704 1991 curveto
+704 2432 lineto
+320 2432 lineto
+end_ol grestore 
+gsave 22.400000 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+2977 2327 moveto
+2845 3043 2428 3392 1702 3392 curveto
+1258 3392 900 3254 655 2988 curveto
+355 2668 192 2207 192 1683 curveto
+192 1150 360 693 673 377 curveto
+927 120 1254 0 1685 0 curveto
+2492 0 2946 428 3046 1288 curveto
+2604 1288 lineto
+2567 1069 2521 920 2452 793 curveto
+2314 530 2028 381 1668 381 curveto
+1000 381 576 889 576 1687 curveto
+576 2507 982 3011 1631 3011 curveto
+1903 3011 2157 2932 2295 2809 curveto
+2419 2700 2488 2564 2539 2327 curveto
+2977 2327 lineto
+end_ol grestore 
+gsave 22.840267 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+2466 334 moveto
+2425 339 2406 339 2383 339 curveto
+2250 339 2176 398 2176 499 curveto
+2176 1797 lineto
+2176 2210 1843 2432 1211 2432 curveto
+839 2432 530 2335 359 2163 curveto
+241 2044 192 1912 192 1683 curveto
+670 1683 lineto
+703 1953 880 2075 1245 2075 curveto
+1596 2075 1792 1955 1792 1741 curveto
+1792 1647 lineto
+1792 1497 1695 1433 1391 1399 curveto
+847 1335 764 1318 616 1262 curveto
+335 1155 192 954 192 663 curveto
+192 257 496 0 985 0 curveto
+1290 0 1534 106 1806 356 curveto
+1834 111 1954 0 2203 0 curveto
+2281 0 2341 10 2466 44 curveto
+2466 334 lineto
+1792 824 moveto
+1792 706 1755 634 1638 537 curveto
+1479 406 1287 339 1058 339 curveto
+754 339 576 470 576 693 curveto
+576 925 749 1043 1165 1098 curveto
+1577 1148 1661 1165 1792 1220 curveto
+1792 824 lineto
+end_ol grestore 
+gsave 23.178933 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 23.314400 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+704 3392 moveto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 3392 lineto
+end_ol grestore 
+gsave 23.449867 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+gsave 23.788533 15.900000 translate 0.035278 -0.035278 scale
+start_ol
+2364 1088 moveto
+2364 1441 2336 1652 2267 1824 curveto
+2110 2203 1742 2432 1290 2432 curveto
+617 2432 184 1941 184 1187 curveto
+184 453 604 0 1281 0 curveto
+1834 0 2216 293 2313 783 curveto
+1926 783 lineto
+1820 503 1604 357 1295 357 curveto
+1051 357 843 454 714 633 curveto
+622 755 590 877 585 1088 curveto
+2364 1088 lineto
+594 1408 moveto
+627 1812 899 2075 1286 2075 curveto
+1663 2075 1954 1792 1954 1433 curveto
+1954 1425 1954 1417 1949 1408 curveto
+594 1408 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/trapezoid.png


BIN
doc/sip/figures/ua.dia


+ 1674 - 0
doc/sip/figures/ua.eps

@@ -0,0 +1,1674 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: ua.dia
+%%Creator: Dia v0.91
+%%CreationDate: Tue Jul 15 15:00:18 2003
+%%For: janakj
+%%Orientation: Portrait
+%%Magnification: 1.0000
+%%BoundingBox: 0 0 885 634
+%%BeginSetup
+%%EndSetup
+%%EndComments
+%%BeginProlog
+[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon
+/less /equal /greater /question /at /A /B /C /D /E
+/F /G /H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W /X /Y
+/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
+/d /e /f /g /h /i /j /k /l /m
+/n /o /p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
+/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
+/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
+/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
+/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
+/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
+/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
+/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
+/cp {closepath} bind def
+/c {curveto} bind def
+/f {fill} bind def
+/a {arc} bind def
+/ef {eofill} bind def
+/ex {exch} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth pop} bind def
+/tr {translate} bind def
+
+/ellipsedict 8 dict def
+ellipsedict /mtrx matrix put
+/ellipse
+{ ellipsedict begin
+   /endangle exch def
+   /startangle exch def
+   /yrad exch def
+   /xrad exch def
+   /y exch def
+   /x exch def   /savematrix mtrx currentmatrix def
+   x y tr xrad yrad sc
+   0 0 1 startangle endangle arc
+   savematrix setmatrix
+   end
+} def
+
+/mergeprocs {
+dup length
+3 -1 roll
+dup
+length
+dup
+5 1 roll
+3 -1 roll
+add
+array cvx
+dup
+3 -1 roll
+0 exch
+putinterval
+dup
+4 2 roll
+putinterval
+} bind def
+/dpi_x 300 def
+/dpi_y 300 def
+/conicto {
+    /to_y exch def
+    /to_x exch def
+    /conic_cntrl_y exch def
+    /conic_cntrl_x exch def
+    currentpoint
+    /p0_y exch def
+    /p0_x exch def
+    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
+    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
+    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
+    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
+    p1_x p1_y p2_x p2_y to_x to_y curveto
+} bind def
+/start_ol { gsave 1.1 dpi_x div dup scale} bind def
+/end_ol { closepath fill grestore } bind def
+28.346000 -28.346000 scale
+-1.925000 -27.985000 translate
+%%EndProlog
+
+
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 3.050000 14.000000 m 3.050000 16.950000 l 6.100000 16.950000 l 6.100000 14.000000 l cp s
+gsave 3.750000 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 4.300333 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 4.808333 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 3.025000 17.985000 m 3.025000 20.935000 l 6.075000 20.935000 l 6.075000 17.985000 l cp s
+gsave 3.725000 19.785000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 4.275333 19.785000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 4.783333 19.785000 translate 0.035278 -0.035278 scale
+start_ol
+3520 2918 moveto
+3520 3704 2935 4160 1931 4160 curveto
+975 4160 384 3716 384 3002 curveto
+384 2521 653 2218 1203 2083 curveto
+2240 1823 lineto
+2767 1693 3008 1493 3008 1185 curveto
+3008 974 2895 758 2729 639 curveto
+2573 530 2325 471 2008 471 curveto
+1584 471 1294 573 1106 798 curveto
+960 970 896 1158 896 1399 curveto
+384 1399 lineto
+384 1031 455 790 614 571 curveto
+888 198 1349 0 1957 0 curveto
+2434 0 2824 108 3081 303 curveto
+3350 514 3520 866 3520 1207 curveto
+3520 1694 3199 2051 2632 2197 curveto
+1584 2462 lineto
+1079 2592 896 2743 896 3046 curveto
+896 3447 1295 3712 1897 3712 curveto
+2609 3712 3008 3428 3008 2918 curveto
+3520 2918 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 29.025000 8.035000 m 29.025000 10.985000 l 32.075000 10.985000 l 32.075000 8.035000 l cp s
+gsave 29.725000 9.835000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 30.275333 9.835000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 30.783333 9.835000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 29.000000 12.020000 m 29.000000 14.970000 l 32.050000 14.970000 l 32.050000 12.020000 l cp s
+gsave 29.700000 13.820000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 30.250333 13.820000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 30.758333 13.820000 translate 0.035278 -0.035278 scale
+start_ol
+3520 2918 moveto
+3520 3704 2935 4160 1931 4160 curveto
+975 4160 384 3716 384 3002 curveto
+384 2521 653 2218 1203 2083 curveto
+2240 1823 lineto
+2767 1693 3008 1493 3008 1185 curveto
+3008 974 2895 758 2729 639 curveto
+2573 530 2325 471 2008 471 curveto
+1584 471 1294 573 1106 798 curveto
+960 970 896 1158 896 1399 curveto
+384 1399 lineto
+384 1031 455 790 614 571 curveto
+888 198 1349 0 1957 0 curveto
+2434 0 2824 108 3081 303 curveto
+3350 514 3520 866 3520 1207 curveto
+3520 1694 3199 2051 2632 2197 curveto
+1584 2462 lineto
+1079 2592 896 2743 896 3046 curveto
+896 3447 1295 3712 1897 3712 curveto
+2609 3712 3008 3428 3008 2918 curveto
+3520 2918 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 28.025000 7.035000 m 28.025000 15.985000 l 33.075000 15.985000 l 33.075000 7.035000 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 29.025000 24.035000 m 29.025000 26.985000 l 32.075000 26.985000 l 32.075000 24.035000 l cp s
+gsave 29.725000 25.835000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 30.275333 25.835000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 30.783333 25.835000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 29.000000 20.070000 m 29.000000 23.020000 l 32.050000 23.020000 l 32.050000 20.070000 l cp s
+gsave 29.700000 21.870000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 30.250333 21.870000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 30.758333 21.870000 translate 0.035278 -0.035278 scale
+start_ol
+3520 2918 moveto
+3520 3704 2935 4160 1931 4160 curveto
+975 4160 384 3716 384 3002 curveto
+384 2521 653 2218 1203 2083 curveto
+2240 1823 lineto
+2767 1693 3008 1493 3008 1185 curveto
+3008 974 2895 758 2729 639 curveto
+2573 530 2325 471 2008 471 curveto
+1584 471 1294 573 1106 798 curveto
+960 970 896 1158 896 1399 curveto
+384 1399 lineto
+384 1031 455 790 614 571 curveto
+888 198 1349 0 1957 0 curveto
+2434 0 2824 108 3081 303 curveto
+3350 514 3520 866 3520 1207 curveto
+3520 1694 3199 2051 2632 2197 curveto
+1584 2462 lineto
+1079 2592 896 2743 896 3046 curveto
+896 3447 1295 3712 1897 3712 curveto
+2609 3712 3008 3428 3008 2918 curveto
+3520 2918 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 28.025000 18.985000 m 28.025000 27.935000 l 33.075000 27.935000 l 33.075000 18.985000 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 17.950000 14.035000 m 17.950000 16.985000 l 21.000000 16.985000 l 21.000000 14.035000 l cp s
+gsave 18.650000 15.835000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 19.200333 15.835000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 19.708333 15.835000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 13.925000 16.070000 m 13.925000 19.020000 l 16.975000 19.020000 l 16.975000 16.070000 l cp s
+gsave 14.625000 17.870000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 15.175333 17.870000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 15.683333 17.870000 translate 0.035278 -0.035278 scale
+start_ol
+3520 2918 moveto
+3520 3704 2935 4160 1931 4160 curveto
+975 4160 384 3716 384 3002 curveto
+384 2521 653 2218 1203 2083 curveto
+2240 1823 lineto
+2767 1693 3008 1493 3008 1185 curveto
+3008 974 2895 758 2729 639 curveto
+2573 530 2325 471 2008 471 curveto
+1584 471 1294 573 1106 798 curveto
+960 970 896 1158 896 1399 curveto
+384 1399 lineto
+384 1031 455 790 614 571 curveto
+888 198 1349 0 1957 0 curveto
+2434 0 2824 108 3081 303 curveto
+3350 514 3520 866 3520 1207 curveto
+3520 1694 3199 2051 2632 2197 curveto
+1584 2462 lineto
+1079 2592 896 2743 896 3046 curveto
+896 3447 1295 3712 1897 3712 curveto
+2609 3712 3008 3428 3008 2918 curveto
+3520 2918 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 17.950000 18.035000 m 17.950000 20.985000 l 21.000000 20.985000 l 21.000000 18.035000 l cp s
+gsave 18.650000 19.835000 translate 0.035278 -0.035278 scale
+start_ol
+3136 4160 moveto
+3136 1341 lineto
+3136 801 2735 471 2074 471 curveto
+1769 471 1521 543 1323 680 curveto
+1120 834 1024 1038 1024 1341 curveto
+1024 4160 lineto
+512 4160 lineto
+512 1328 lineto
+512 509 1106 0 2074 0 curveto
+3032 0 3648 520 3648 1328 curveto
+3648 4160 lineto
+3136 4160 lineto
+end_ol grestore 
+gsave 19.200333 19.835000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 19.708333 19.835000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 13.050000 13.050000 m 13.050000 22.000000 l 22.000000 22.000000 l 22.000000 13.050000 l cp s
+gsave 13.950000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+3520 2918 moveto
+3520 3704 2935 4160 1931 4160 curveto
+975 4160 384 3716 384 3002 curveto
+384 2521 653 2218 1203 2083 curveto
+2240 1823 lineto
+2767 1693 3008 1493 3008 1185 curveto
+3008 974 2895 758 2729 639 curveto
+2573 530 2325 471 2008 471 curveto
+1584 471 1294 573 1106 798 curveto
+960 970 896 1158 896 1399 curveto
+384 1399 lineto
+384 1031 455 790 614 571 curveto
+888 198 1349 0 1957 0 curveto
+2434 0 2824 108 3081 303 curveto
+3350 514 3520 866 3520 1207 curveto
+3520 1694 3199 2051 2632 2197 curveto
+1584 2462 lineto
+1079 2592 896 2743 896 3046 curveto
+896 3447 1295 3712 1897 3712 curveto
+2609 3712 3008 3428 3008 2918 curveto
+3520 2918 lineto
+end_ol grestore 
+gsave 14.458000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 14.669667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 15.093000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1509 3008 moveto
+1024 3008 lineto
+1024 3835 lineto
+512 3835 lineto
+512 3008 lineto
+111 3008 lineto
+111 2618 lineto
+512 2618 lineto
+512 468 lineto
+512 169 724 0 1108 0 curveto
+1226 0 1344 11 1509 40 curveto
+1509 435 lineto
+1447 419 1374 419 1283 419 curveto
+1080 419 1024 473 1024 674 curveto
+1024 2618 lineto
+1509 2618 lineto
+1509 3008 lineto
+end_ol grestore 
+gsave 15.304667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 15.728000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1515 3008 moveto
+1024 3008 lineto
+1024 3453 lineto
+1024 3643 1137 3741 1352 3741 curveto
+1391 3741 1408 3741 1515 3741 curveto
+1515 4131 lineto
+1403 4154 1338 4160 1238 4160 curveto
+783 4160 512 3914 512 3495 curveto
+512 3008 lineto
+117 3008 lineto
+117 2618 lineto
+512 2618 lineto
+512 0 lineto
+1024 0 lineto
+1024 2618 lineto
+1515 2618 lineto
+1515 3008 lineto
+end_ol grestore 
+gsave 15.939667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+2752 0 moveto
+2752 3008 lineto
+2240 3008 lineto
+2240 1386 lineto
+2240 801 1940 419 1474 419 curveto
+1121 419 896 638 896 982 curveto
+896 3008 lineto
+384 3008 lineto
+384 786 lineto
+384 308 737 0 1290 0 curveto
+1708 0 1974 153 2240 545 curveto
+2240 0 lineto
+2752 0 lineto
+end_ol grestore 
+gsave 16.363000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 16.532333 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 16.744000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1024 1920 moveto
+2988 1920 lineto
+2988 2368 lineto
+1024 2368 lineto
+1024 3689 lineto
+3259 3689 lineto
+3259 4160 lineto
+512 4160 lineto
+512 0 lineto
+1024 0 lineto
+1024 1920 lineto
+end_ol grestore 
+gsave 17.209667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 17.633000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 17.887000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+832 4160 moveto
+320 4160 lineto
+320 0 lineto
+832 0 lineto
+832 1164 lineto
+1289 1621 lineto
+2288 0 lineto
+2870 0 lineto
+1662 1957 lineto
+2689 2990 lineto
+2085 2990 lineto
+832 1723 lineto
+832 4160 lineto
+end_ol grestore 
+gsave 18.268000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+896 2987 moveto
+384 2987 lineto
+384 0 lineto
+896 0 lineto
+896 2987 lineto
+896 4160 moveto
+384 4160 lineto
+384 3557 lineto
+896 3557 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 18.437333 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1606 lineto
+896 2200 1211 2589 1696 2589 curveto
+2067 2589 2304 2367 2304 2017 curveto
+2304 0 lineto
+2816 0 lineto
+2816 2210 lineto
+2816 2695 2437 3008 1847 3008 curveto
+1392 3008 1100 2837 832 2422 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 18.860667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+2304 3008 moveto
+2304 2493 lineto
+2072 2844 1791 3008 1422 3008 curveto
+688 3008 192 2387 192 1477 curveto
+192 1017 322 642 564 375 curveto
+783 139 1099 0 1409 0 curveto
+1780 0 2039 158 2304 531 curveto
+2304 355 lineto
+2304 -108 2254 -388 2137 -577 curveto
+2015 -779 1776 -896 1493 -896 curveto
+1282 -896 1093 -824 965 -695 curveto
+859 -588 815 -487 787 -265 curveto
+292 -265 lineto
+342 -901 770 -1280 1453 -1280 curveto
+1886 -1280 2258 -1136 2447 -893 curveto
+2669 -615 2752 -234 2752 477 curveto
+2752 3008 lineto
+2304 3008 lineto
+1510 2566 moveto
+2010 2566 2304 2170 2304 1488 curveto
+2304 838 2004 442 1515 442 curveto
+1010 442 704 843 704 1504 curveto
+704 2160 1015 2566 1510 2566 curveto
+end_ol grestore 
+gsave 19.284000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 19.495667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1024 1792 moveto
+2333 1792 lineto
+2665 1792 2927 1888 3153 2085 curveto
+3409 2311 3520 2576 3520 2953 curveto
+3520 3726 3057 4160 2233 4160 curveto
+512 4160 lineto
+512 0 lineto
+1024 0 lineto
+1024 1792 lineto
+1024 2240 moveto
+1024 3689 lineto
+2133 3689 lineto
+2641 3689 2944 3417 2944 2965 curveto
+2944 2512 2641 2240 2133 2240 curveto
+1024 2240 lineto
+end_ol grestore 
+gsave 20.003667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+gsave 20.257667 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1530 3008 moveto
+697 3008 192 2446 192 1504 curveto
+192 562 691 0 1536 0 curveto
+2370 0 2880 562 2880 1483 curveto
+2880 2451 2387 3008 1530 3008 curveto
+1536 2566 moveto
+2057 2566 2368 2165 2368 1488 curveto
+2368 848 2046 442 1536 442 curveto
+1020 442 704 843 704 1504 curveto
+704 2160 1020 2566 1536 2566 curveto
+end_ol grestore 
+gsave 20.681000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+1648 1556 moveto
+2642 3008 lineto
+2111 3008 lineto
+1400 1917 lineto
+689 3008 lineto
+152 3008 lineto
+1140 1533 lineto
+96 0 lineto
+632 0 lineto
+1383 1154 lineto
+2122 0 lineto
+2670 0 lineto
+1648 1556 lineto
+end_ol grestore 
+gsave 21.062000 12.200000 translate 0.035278 -0.035278 scale
+start_ol
+2190 3008 moveto
+1372 634 lineto
+615 3008 lineto
+113 3008 lineto
+1112 -52 lineto
+931 -535 lineto
+858 -751 751 -832 553 -832 curveto
+485 -832 406 -820 305 -797 curveto
+305 -1209 lineto
+401 -1258 497 -1280 621 -1280 curveto
+773 -1280 937 -1228 1061 -1136 curveto
+1208 -1026 1293 -899 1383 -656 curveto
+2698 3008 lineto
+2190 3008 lineto
+end_ol grestore 
+gsave 3.600000 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+gsave 4.150333 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 4.573667 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 4.743000 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 4.912333 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 5.335667 12.300000 translate 0.035278 -0.035278 scale
+start_ol
+384 3008 moveto
+384 0 lineto
+896 0 lineto
+896 1561 lineto
+896 1992 1003 2273 1229 2440 curveto
+1376 2549 1517 2583 1844 2589 curveto
+1844 3008 lineto
+1763 3008 1723 3008 1659 3008 curveto
+1347 3008 1110 2849 832 2463 curveto
+832 3008 lineto
+384 3008 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 1.975000 12.985000 m 1.975000 21.935000 l 7.025000 21.935000 l 7.025000 12.985000 l cp s
+gsave 29.250000 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+gsave 29.800333 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 30.223667 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 30.393000 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 30.562333 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 30.985667 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 31.409000 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 31.620667 6.450000 translate 0.035278 -0.035278 scale
+start_ol
+2676 1280 moveto
+3099 0 lineto
+3686 0 lineto
+2241 4160 lineto
+1564 4160 lineto
+96 0 lineto
+655 0 lineto
+1089 1280 lineto
+2676 1280 lineto
+2529 1728 moveto
+1219 1728 lineto
+1897 3597 lineto
+2529 1728 lineto
+end_ol grestore 
+gsave 29.400000 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+3709 2852 moveto
+3546 3731 3029 4160 2129 4160 curveto
+1578 4160 1133 3991 830 3665 curveto
+458 3272 256 2706 256 2064 curveto
+256 1410 464 849 852 463 curveto
+1167 147 1572 0 2107 0 curveto
+3108 0 3670 525 3794 1581 curveto
+3252 1581 lineto
+3207 1313 3150 1131 3066 975 curveto
+2896 653 2546 471 2106 471 curveto
+1287 471 768 1093 768 2069 curveto
+768 3072 1265 3689 2061 3689 curveto
+2394 3689 2704 3592 2874 3442 curveto
+3026 3308 3111 3142 3173 2852 curveto
+3709 2852 lineto
+end_ol grestore 
+gsave 29.950333 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+3044 413 moveto
+2993 419 2971 419 2942 419 curveto
+2778 419 2688 491 2688 617 curveto
+2688 2222 lineto
+2688 2733 2280 3008 1505 3008 curveto
+1049 3008 670 2888 460 2675 curveto
+316 2528 256 2365 256 2081 curveto
+876 2081 lineto
+914 2415 1120 2566 1542 2566 curveto
+1949 2566 2176 2418 2176 2153 curveto
+2176 2037 lineto
+2176 1852 2060 1772 1695 1730 curveto
+1042 1651 942 1630 765 1561 curveto
+428 1428 256 1180 256 820 curveto
+256 317 622 0 1209 0 curveto
+1575 0 1868 131 2195 440 curveto
+2231 137 2385 0 2706 0 curveto
+2807 0 2884 12 3044 54 curveto
+3044 413 lineto
+2176 1018 moveto
+2176 872 2133 784 1997 664 curveto
+1813 502 1591 419 1326 419 curveto
+974 419 768 581 768 857 curveto
+768 1143 968 1289 1450 1357 curveto
+1927 1419 2024 1440 2176 1508 curveto
+2176 1018 lineto
+end_ol grestore 
+gsave 30.373667 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 30.543000 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+896 4160 moveto
+384 4160 lineto
+384 0 lineto
+896 0 lineto
+896 4160 lineto
+end_ol grestore 
+gsave 30.712333 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 31.135667 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+2896 1344 moveto
+2896 1780 2862 2042 2777 2255 curveto
+2585 2724 2134 3008 1581 3008 curveto
+756 3008 226 2399 226 1463 curveto
+226 558 739 0 1569 0 curveto
+2247 0 2715 362 2834 968 curveto
+2360 968 lineto
+2230 622 1964 442 1586 442 curveto
+1287 442 1033 562 875 783 curveto
+762 933 723 1083 717 1344 curveto
+2896 1344 lineto
+728 1728 moveto
+768 2236 1101 2566 1575 2566 curveto
+2038 2566 2393 2210 2393 1759 curveto
+2393 1749 2393 1739 2388 1728 curveto
+728 1728 lineto
+end_ol grestore 
+gsave 31.559000 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+end_ol grestore 
+gsave 31.770667 18.500000 translate 0.035278 -0.035278 scale
+start_ol
+448 0 moveto
+2306 0 lineto
+2696 0 2984 109 3204 349 curveto
+3407 567 3520 864 3520 1191 curveto
+3520 1695 3294 1998 2770 2204 curveto
+3135 2380 3328 2687 3328 3108 curveto
+3328 3409 3216 3677 3002 3870 curveto
+2788 4069 2507 4160 2113 4160 curveto
+448 4160 lineto
+448 0 lineto
+960 2368 moveto
+960 3689 lineto
+1985 3689 lineto
+2281 3689 2446 3649 2588 3541 curveto
+2736 3427 2816 3256 2816 3029 curveto
+2816 2806 2736 2630 2588 2516 curveto
+2446 2408 2281 2368 1985 2368 curveto
+960 2368 lineto
+960 471 moveto
+960 1920 lineto
+2259 1920 lineto
+2516 1920 2688 1856 2813 1718 curveto
+2939 1585 3008 1400 3008 1193 curveto
+3008 991 2939 806 2813 673 curveto
+2688 535 2516 471 2259 471 curveto
+960 471 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 6.100000 15.475000 m 13.043518 17.311816 l s
+0 slj
+1.000000 1.000000 1.000000 srgb
+n 12.941222 17.698514 m 13.816915 17.516407 l 13.145814 16.925117 l f
+0.100000 slw
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 12.941222 17.698514 m 13.816915 17.516407 l 13.145814 16.925117 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.000000 15.510000 m 28.115812 13.717705 l s
+0 slj
+1.000000 1.000000 1.000000 srgb
+n 28.213511 14.105590 m 28.891583 13.522308 l 28.018114 13.329820 l f
+0.100000 slw
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 28.213511 14.105590 m 28.891583 13.522308 l 28.018114 13.329820 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 21.000000 19.510000 m 28.116338 21.320218 l s
+0 slj
+1.000000 1.000000 1.000000 srgb
+n 28.017728 21.707873 m 28.891647 21.517438 l 28.214948 20.932564 l f
+0.100000 slw
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 28.017728 21.707873 m 28.891647 21.517438 l 28.214948 20.932564 l cp s
+gsave 8.850000 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 9.019333 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 9.459600 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 9.866000 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 10.035333 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 10.407867 15.800000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 23.700000 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 23.869333 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 24.309600 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 24.716000 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 24.885333 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 25.257867 14.000000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+gsave 23.900000 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 24.069333 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+2944 3392 moveto
+2560 3392 lineto
+2560 619 lineto
+765 3392 lineto
+320 3392 lineto
+320 0 lineto
+704 0 lineto
+704 2750 lineto
+2480 0 lineto
+2944 0 lineto
+2944 3392 lineto
+end_ol grestore 
+gsave 24.509600 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+1806 0 moveto
+2972 3392 lineto
+2516 3392 lineto
+1585 521 lineto
+599 3392 lineto
+138 3392 lineto
+1346 0 lineto
+1806 0 lineto
+end_ol grestore 
+gsave 24.916000 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+896 3392 moveto
+448 3392 lineto
+448 0 lineto
+896 0 lineto
+896 3392 lineto
+end_ol grestore 
+gsave 25.085333 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+1600 3011 moveto
+2701 3011 lineto
+2701 3392 lineto
+110 3392 lineto
+110 3011 lineto
+1216 3011 lineto
+1216 0 lineto
+1600 0 lineto
+1600 3011 lineto
+end_ol grestore 
+gsave 25.457867 19.800000 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slc
+n 27.756800 -16.310740 41.839965 41.839965 88.263057 119.972682 ellipse s
+0 slj
+1.000000 1.000000 1.000000 srgb
+n 7.061906 19.591920 m 6.170531 19.518084 l 6.646288 20.275485 l f
+0.100000 slw
+[] 0 sd
+0 slj
+0.000000 0.000000 0.000000 srgb
+n 7.061906 19.591920 m 6.170531 19.518084 l 6.646288 20.275485 l cp s
+gsave 16.550000 25.222500 translate 0.035278 -0.035278 scale
+start_ol
+384 0 moveto
+1855 0 lineto
+2163 0 2391 88 2566 282 curveto
+2727 458 2816 698 2816 962 curveto
+2816 1369 2632 1614 2204 1780 curveto
+2478 1925 2624 2178 2624 2525 curveto
+2624 2773 2537 2994 2370 3153 curveto
+2204 3317 1985 3392 1679 3392 curveto
+384 3392 lineto
+384 0 lineto
+768 1920 moveto
+768 3011 lineto
+1581 3011 lineto
+1816 3011 1947 2978 2059 2889 curveto
+2177 2795 2240 2654 2240 2466 curveto
+2240 2282 2177 2136 2059 2042 curveto
+1947 1953 1816 1920 1581 1920 curveto
+768 1920 lineto
+768 381 moveto
+768 1536 lineto
+1823 1536 lineto
+2032 1536 2172 1485 2274 1375 curveto
+2376 1269 2432 1122 2432 956 curveto
+2432 795 2376 648 2274 542 curveto
+2172 432 2032 381 1823 381 curveto
+768 381 lineto
+end_ol grestore 
+gsave 16.956400 25.222500 translate 0.035278 -0.035278 scale
+start_ol
+1728 1331 moveto
+2991 3392 lineto
+2479 3392 lineto
+1542 1740 lineto
+579 3392 lineto
+49 3392 lineto
+1344 1331 lineto
+1344 0 lineto
+1728 0 lineto
+1728 1331 lineto
+end_ol grestore 
+gsave 17.362800 25.222500 translate 0.035278 -0.035278 scale
+start_ol
+768 1536 moveto
+2597 1536 lineto
+2597 1920 lineto
+768 1920 lineto
+768 3011 lineto
+2666 3011 lineto
+2666 3392 lineto
+384 3392 lineto
+384 0 lineto
+2749 0 lineto
+2749 381 lineto
+768 381 lineto
+768 1536 lineto
+end_ol grestore 
+showpage

BIN
doc/sip/figures/ua.png


+ 1026 - 0
doc/sip/sip_introduction.sgml

@@ -0,0 +1,1026 @@
+<!-- $Id$ -->
+<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
+
+<!-- Include general SER documentation entities -->
+<!ENTITY % serentities SYSTEM "../ser_entities.sgml">
+%serentities;
+
+]>
+
+<book>
+    <bookinfo>
+	<title>&sip; Introduction</title>
+	<authorgroup>
+	    <author>
+		<firstname>Jan</firstname>
+		<surname>Janak</surname>
+		<email>[email protected]</email>
+	    </author>
+	</authorgroup>
+	<copyright>
+	    <year>2003</year>
+	    <holder>FhG FOKUS</holder>
+	</copyright>
+	<abstract>
+	    <para>
+		A brief overview of SIP describing all important aspects of the Session Initiation
+		Protocol.
+	    </para>
+	</abstract>
+    </bookinfo>
+    <toc></toc>
+
+    <chapter>
+	<title>&sip; Introduction</title>
+	<section id="sec-purpose-of-sip">
+	    <title>Purpose of &sip;</title>
+	    <simpara>
+		&sip; stands for Session Initiation Protocol. It is an application-layer control
+		protocol which has been developed and designed within the &ietf;. The protocol has
+		been designed with easy implementation, good scalability, and flexibility in mind.
+	    </simpara>
+	    <simpara>
+		The specification is available in form of several <abbrev>RFCs</abbrev>, the most
+		important one is &rfc3261; which contains the core protocol specification. The
+		protocol is used for creating, modifying, and terminating sessions with one or more
+		participants. By sessions we understand a set of senders and receivers that
+		communicate and the state kept in those senders and receivers during the
+		communication. Examples of a session can include Internet telephone calls,
+		distribution of multimedia, multimedia conferences, distributed computer games, etc.
+	    </simpara>
+	    <simpara>
+		&sip; is not the only protocol that the communicating devices will need. It is not
+		meant to be a general purpose protocol. Purpose of &sip; is just to make the
+		communication possible, the communication itself must be achieved by another means
+		(and possibly another protocol). Two protocols that are most often used along with
+		&sip; are &rtp; and &sdp;. &rtp; protocol is used to carry the real-time multimedia
+		data (including audio, video, and text), the protocol makes it possible to encode
+		and split the data into packets and transport such packets over the
+		Internet. Another important protocol is &sdp;, which is used to describe and encode
+		capabilities of session participants. Such a description is then used to negotiate
+		the characteristics of the session so that all the devices can participate (that
+		includes, for example, negotiation of codecs used to encode media so all the
+		participants will be able to decode it, negotiation of transport protocol used and
+		so on).
+	    </simpara>
+	    <simpara>
+		&sip; has been designed in conformance with the Internet model. It is an end-to-end
+		oriented signalling protocol which means, that all the logic is stored in end
+		devices (except routing of &sip; messages). State is also stored in end-devices
+		only, there is no single point of failure and networks designed this way scale
+		well. The price that we have to pay for the distributiveness and scalability is
+		higher message overhead, caused by the messages being sent end-to-end.
+	    </simpara>
+	    <simpara>
+		It is worth of mentioning that the end-to-end concept of &sip; is a significant
+		divergence from regular &pstn; (Public Switched Telephone Network) where all the
+		state and logic is stored in the network and end devices (telephones) are very
+		primitive. Aim of &sip; is to provide the same functionality that the traditional
+		&pstn;s have, but the end-to-end design makes &sip; networks much more powerful and
+		open to the implementation of new services that can be hardly implemented in the
+		traditional &pstn;s.
+	    </simpara>
+	    <simpara>
+		&sip; is based on &http; protocol. The &http; protocol inherited format of message
+		headers from &rfc822;. &http; is probably the most successful and widely used
+		protocol in the Internet. It tries to combine the best of the both. In fact, &http;
+		can be classified as a signalling protocol too, because user agents use the protocol
+		to tell a &http; server in which documents they are interested in. &sip; is used to
+		carry the description of session parameters, the description is encoded into a
+		document using &sdp;. Both protocols (&http; and &sip;) have inherited encoding of
+		message headers from &rfc822;. The encoding has proven to be robust and flexible
+		over the years.
+	    </simpara>
+	</section>
+	<section id="sec-sip-uri">
+	    <title>&sip; &uri;</title>
+	    <simpara>
+		&sip; entities are identified using &sip; &uri; (Uniform Resource Identifier). A
+		&sip; &uri; has form of sip:username@domain, for instance,
+		sip:[email protected]. As we can see, &sip; &uri; consists of username part and
+		domain name part delimited by @ (at) character. &sip; &uri;s are similar to
+		e-mail addresses, it is, for instance, possible to use the same &uri; for e-mail
+		and &sip; communication, such &uri;s are easy to remember.
+	    </simpara>
+	</section>
+	<section id="sec-sip-network-elements">
+	    <title>&sip; Network Elements</title>
+	    <simpara>
+		Although in the simplest configuration it is possible to use just two user agents
+		that send &sip; messages directly to each other, a typical &sip; network will
+		contain more than one type of &sip; elements. Basic &sip; elements are user agents,
+		proxies, registrars, and redirect servers. We will briefly describe them in this
+		section.
+	    </simpara>
+	    <simpara>
+		Note that the elements, as presented in this section, are often only logical
+		entities. It is often profitable to co-locate them together, for instance, to
+		increase the speed of processing, but that depends on a particular implementation
+		and configuration.
+	    </simpara>
+	    <section id="sec-user-agents">
+		<title>User Agents</title>
+		<simpara>
+		    Internet end points that use &sip; to find each other and to negotiate a session
+		    characteristics are called <emphasis>user agents</emphasis>. User agents
+		    usually, but not necessarily, reside on a user's computer in form of an
+		    application--this is currently the most widely used approach, but user agents
+		    can be also cellular phones, &pstn; gateways, <acronym>PDAs</acronym>, automated
+		    <acronym>IVR</acronym> systems and so on.
+		</simpara>
+		<simpara>
+		    User agents are often reffered to as <emphasis>User Agent Server</emphasis>
+		    (&uas;) and <emphasis>User Agent Client</emphasis> (&uac;). &uas; and &uac; are
+		    logical entities only, each user agent contains a &uac; and &uas;. &uac; is the
+		    part of the user agent that sends requests and receives responses. &uas; is the
+		    part of the user agent that receives requests and sends responses.
+		</simpara>
+		<simpara>
+		    Because a user agent contains both &uac; and &uas;, we often say that a user
+		    agent behaves like a &uac; or &uas;. For instance, caller's user agent behaves
+		    like &uac; when it sends an INVITE requests and receives responses to the
+		    request. Callee's user agent behaves like a &uas; when it receives the INVITE
+		    and sends responses.
+		</simpara>
+		<simpara>
+		    But this situation changes when the callee decides to send a BYE and terminate
+		    the session. In this case the callee's user agent (sending BYE) behaves like
+		    &uac; and the caller's user agent behaves like &uas;.
+		</simpara>
+		<figure id="fig-ua" float="0">
+		    <title>&uac; and &uas;</title>		    
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/ua.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/ua.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing &uac; and &uas;</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+		<simpara>
+		    <xref linkend="fig-ua"> shows three user agents and one stateful forking
+		    proxy. Each user agent contains &uac; and &uas;. The part of the proxy that
+		    receives the INVITE from the caller in fact acts as a &uas;. When forwarding the
+		    request statefully the proxy creates two &uac;s, each of them is responsible for
+		    one branch.
+		</simpara>
+		<simpara>
+		    In our example callee B picked up and later when he wants to tear down the call
+		    it sends a BYE. At this time the user agent that was previously &uas; becomes a
+		    &uac; and vice versa.
+		</simpara>
+	    </section>
+	    <section id="sec-proxy-servers">
+		<title>Proxy Servers</title>
+		<simpara>
+		    In addition to that &sip; allows creation of an infrastructure of network hosts
+		    called <emphasis>proxy servers</emphasis>. User agents can send messages to a
+		    proxy server. Proxy servers are very important entities in the &sip;
+		    infrastructure. They perform routing of a session invitations according to
+		    invitee's current location, authentication, accounting and many other important
+		    functions.
+		</simpara>
+		<simpara>
+		    The most important task of a proxy server is to route session invitations
+		    <quote>closer</quote> to callee. The session invitation will usually traverse a
+		    set of proxies until it finds one which knows the actual location of the
+		    callee. Such a proxy will forward the session invitation directly to the callee
+		    and the callee will then accept or decline the session invitation.
+		</simpara>
+		<simpara>
+		    There are two basic types of &sip; proxy servers--stateless and stateful.
+		</simpara>
+
+		<section id="sec-stateless-servers">
+		    <title>Stateless Servers</title>
+		    <simpara>
+			Stateless server are simple message forwarders. They forward messages
+			independently of each other. Although messages are usually arranged into
+			transactions (see <xref linkend="sec-sip-transactions">), stateless proxies
+			do not take care of transactions.
+		    </simpara>
+		    <simpara>
+			Stateless proxies are simple, but faster than stateful proxy servers. They
+			can be used as simple load balancers, message translators and routers. One
+			of drawbacks of stateless proxies is that they are unable to absorb
+			retransmissions of messages and perform more advanced routing, for instance,
+			forking or recursive traversal.
+		    </simpara>
+		</section>
+		<section id="sec-stateful-servers">
+		    <title>Stateful Servers</title>
+		    <simpara>
+			Stateful proxies are more complex. Upon reception of a request, stateful
+			proxies create a state and keep the state until the transaction
+			finishes. Some transactions, especially those created by INVITE, can last
+			quite long (until callee picks up or declines the call). Because stateful
+			proxies must maintain the state for the duration of the transactions, their
+			performance is limited.
+		    </simpara>
+		    <simpara>
+			The ability to associate &sip; messages into transactions gives stateful
+			proxies some interesting features. Stateful proxies can perform forking,
+			that means upon reception of a message two or more messages will be sent
+			out.
+		    </simpara>
+		    <simpara>
+			Stateful proxies can absorb retransmissions because they know, from the
+			transaction state, if they have already received the same message (stateless
+			proxies cannot do the check because they keep no state).
+		    </simpara>
+		    <simpara>
+			Stateful proxies can perform more complicated methods of finding a user. It
+			is, for instance, possible to try to reach user's office phone and when he
+			doesn't pick up then the call is redirected to his cell phone. Stateless
+			proxies can't do this because they have no way of knowing how the
+			transaction targeted to the office phone finished.
+		    </simpara>
+		    <simpara>
+			Most &sip; proxies today are stateful because their configuration is usually
+			very complex. They often perform accounting, forking, some sort of &nat;
+			traversal aid and all those features require a stateful proxy.
+		    </simpara>
+		</section>
+		<section id="sec-proxy-server-usage">
+		    <title>Proxy Server Usage</title>
+		    <simpara>
+			A typical configuration is that each centrally administered entity (a
+			company, for instance) has it's own &sip; proxy server which is used by all
+			user agents in the entity. Let's suppose that there are two companies A and
+			B and each of them has it's own proxy server. <xref linkend="fig-companies">
+			shows how a session invitation from employee Joe in company A will reach
+			employee Bob in company B.
+		    </simpara>
+		    <figure id="fig-companies" float="0">
+			<title>Session Invitation</title>
+			<mediaobject>
+			    <imageobject>
+				<imagedata align="center" scale="40" fileref="figures/companies.eps" format="EPS">
+			    </imageobject>
+			    <imageobject>
+				<imagedata align="center" fileref="figures/companies.png" format="PNG">
+			    </imageobject>
+			    <textobject>
+				<phrase>Picture showing a session invitation message flow</phrase>
+			    </textobject>
+			</mediaobject> 
+		    </figure>
+		    <simpara>
+			User Joe uses address sip:[email protected] to call Bob. Joe's user agent doesn't
+			know how to route the invitation itself but it is configured to send all
+			outbound traffic to the company &sip; proxy server proxy.a.com. The proxy
+			server figures out that user sip:[email protected] is in a different company so it
+			will look up B's &sip; proxy server and send the invitation there. B's proxy
+			server can be either preconfigured at proxy.a.com or the proxy will use
+			<acronym>DNS SRV</acronym> records to find B's proxy server. The invitation
+			reaches proxy.bo.com. The proxy knows that Bob is currently sitting in his
+			office and is reachable through phone on his desk, which has &ip; address
+			1.2.3.4, so the proxy will send the invitation there.
+		    </simpara>
+		</section>
+	    </section>
+	    <section id="sec-registrar">
+		<title>Registrar</title>
+		<simpara>
+		    We mentioned that the &sip; proxy at proxy.b.com knows current Bob's location
+		    but haven't mentioned yet how a proxy can learn current location of a
+		    user. Bob's user agent (&sip; phone) must register with a
+		    <emphasis>registrar</emphasis>. The registrar is a special &sip; entity that
+		    receives registrations from users, extracts information about their current
+		    location (&ip; address, port and username in this case) and stores the
+		    information into location database. Purpose of the location database is to map
+		    sip:[email protected] to something like sip:[email protected]:5060. The location database is
+		    then used by B's proxy server. When the proxy receives an invitation for
+		    sip:[email protected] it will search the location database. It finds
+		    sip:[email protected]:5060 and will send the invitation there. A registrar is very
+		    often a logical entity only. Because of their tight coupling with proxies
+		    registrars, are usually co-located with proxy servers.
+		</simpara>
+		<simpara>
+		    <xref linkend="fig-registrar"> shows a typical &sip; registration. A REGISTER
+		    message containing Address of Record sip:[email protected] and contact address
+		    sip:[email protected]:5060 where 1.2.3.4 is &ip; address of the phone, is sent to the
+		    registrar. The registrar extracts this information and stores it into the
+		    location database. If everything went well then the registrar sends a 200 OK
+		    response to the phone and the process of registration is finished.
+		</simpara>
+		<figure id="fig-registrar" float="0">
+		    <title>Registrar Overview</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/registrar.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/registrar.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing a typical registrar</phrase>
+			</textobject>
+		    </mediaobject> 
+		</figure>
+		<simpara>
+		    Each registration has a limited lifespan. Expires header field or expires
+		    parameter of Contact header field determines for how long is the registration
+		    valid. The user agent must refresh the registration within the lifespan
+		    otherwise it will expire and the user will become unavailable.
+		</simpara>
+	    </section>
+	    <section id="sec-redirect-server">
+		<title>Redirect Server</title>
+		<simpara>
+		    The entity that receives a request and sends back a reply containing a list of the
+		    current location of a particular user is called <emphasis>redirect server</emphasis>. A
+		    redirect server receives requests and looks up the intended recipient of the request in
+		    the location database created by a registrar. It then creates a list of current
+		    locations of the user and sends it to the request originator in a response within 3xx
+		    class.
+		</simpara>
+		<simpara>
+		    The originator of the request then extracts the list of destinations and sends
+		    another request directly to them. <xref linkend="fig-redirect"> shows a typical
+		    redirection.
+		</simpara>
+		<figure id="fig-redirect" float="0">
+		    <title>SIP Redirection</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/redirect.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/redirect.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing a redirection</phrase>
+			</textobject>
+		    </mediaobject> 
+		</figure>
+	    </section>
+	</section>
+	<section id="sec-sip-messages">
+	    <title>SIP Messages</title>
+	    <simpara>
+		Communication using &sip; (often called signalling) comprises of series of
+		<emphasis>messages</emphasis>. Messages can be transported independently by the
+		network. Usually they are transported in a separate &udp; datagram each. Each
+		message consist of <quote>first line</quote>, message header, and message body. The
+		first line identifies type of the message. There are two types of
+		messages--<emphasis>requests</emphasis> and <emphasis>responses</emphasis>.
+		Requests are usually used to initiate some action or inform recipient of the request
+		of something. Replies are used to confirm that a request was received and processed
+		and contain the status of the processing.
+	    </simpara>
+	    <simpara>
+		A typical &sip; request looks like this:
+	    </simpara>
+	<programlisting format="linespecific">
+INVITE sip:[email protected] SIP/2.0
+Via: SIP/2.0/UDP 195.37.77.100:5040;rport
+Max-Forwards: 10
+From: "jiri" &lt;sip:[email protected]&gt;;tag=76ff7a07-c091-4192-84a0-d56e91fe104f
+To: &lt;sip:[email protected]&gt;
+Call-ID: [email protected]
+CSeq: 2 INVITE
+Contact: &lt;sip:213.20.128.35:9315&gt;
+User-Agent: Windows RTC/1.0
+Proxy-Authorization: Digest username="jiri", realm="iptel.org", 
+  algorithm="MD5", uri="sip:[email protected]", 
+  nonce="3cef753900000001771328f5ae1b8b7f0d742da1feb5753c", 
+  response="53fe98db10e1074
+b03b3e06438bda70f"
+Content-Type: application/sdp
+Content-Length: 451
+
+v=0
+o=jku2 0 0 IN IP4 213.20.128.35
+s=session
+c=IN IP4 213.20.128.35
+b=CT:1000
+t=0 0
+m=audio 54742 RTP/AVP 97 111 112 6 0 8 4 5 3 101
+a=rtpmap:97 red/8000
+a=rtpmap:111 SIREN/16000
+a=fmtp:111 bitrate=16000
+a=rtpmap:112 G7221/16000
+a=fmtp:112 bitrate=24000
+a=rtpmap:6 DVI4/16000
+a=rtpmap:0 PCMU/8000
+a=rtpmap:4 G723/8000
+a=rtpmap: 3 GSM/8000
+a=rtpmap:101 telephone-event/8000
+a=fmtp:101 0-16
+</programlisting>
+	    <simpara>
+		The first line tells us that this is INVITE message which is used to establish a
+		session. The &uri; on the first line--sip:[email protected] is called <emphasis>Request
+		&uri;</emphasis> and contains &uri; of the next hop of the message. In this case it
+		will be host iptel.org.
+	    </simpara>
+	    <simpara>
+		A &sip; request can contain one or more Via header fields which are used to record
+		path of the request. They are later used to route &sip; responses exactly the same
+		way. The INVITE message contains just one Via header field which was created by the
+		user agent that sent the request. From the Via field we can tell that the user agent
+		is running on host 195.37.77.100 and port 5060.
+	    </simpara>
+	    <simpara>
+		From and To header fields identify initiator (caller) and recipient (callee) of the
+		invitation (just like in &smtp; where they identify sender and recipient of a
+		message). From header field contains a tag parameter which serves as a dialog
+		identifier and will be described in <xref linkend="sec-sip-dialogs">.
+	    </simpara>
+	    <simpara>
+		Call-ID header field is a dialog identifier and it's purpose is to identify messages
+		belonging to the same call. Such messages have the same Call-ID identifier. CSeq is
+		used to maintain order of requests. Because requests can be sent over an unreliable
+		transport that can re-order messages, a sequence number must be present in the
+		messages so that recipient can identify retransmissions and out of order requests.
+	    </simpara>
+	    <simpara>
+		Contact header field contains &ip; aaddress and port on which the sender is awaiting
+		further requests sent by callee. Other header fields are not important and will be
+		not described here.
+	    </simpara>
+	    <simpara>
+		Message header is delimited from message body by an empty line. Message body of the INVITE
+		request contains a description of the media type accepted by the sender and encoded in
+		&sdp;.
+	    </simpara>
+	    <section id="sec-sip-requests">
+		<title>SIP Requests</title>
+		<simpara>
+		    We have described how an INVITE request looks like and said that the request is
+		    used to invite a callee to a session. Other important requests are:
+		</simpara>
+		<itemizedlist>
+		    <listitem>
+			<simpara>
+			    <emphasis>ACK</emphasis>--This message acknowledges receipt of a final
+			    response to INVITE. Establishing of a session utilizes 3-way
+			    hand-shaking due to asymmetric nature of the invitation. It may take a
+			    while before the callee accepts or declines the call so the callee's
+			    user agent periodically retransmits a positive final response until it
+			    receives an ACK (which indicates that the caller is still there and
+			    ready to communicate).
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>BYE</emphasis>--Bye messages are used to tear down multimedia
+			    sessions. A party wishing to tear down a session sends a BYE to the
+			    other party.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>CANCEL</emphasis>--Cancel is used to cancel not yet fully
+			    established session. It is used when the callee hasn't replied with a
+			    final response yet but the caller wants to abort the call (typically
+			    when a callee doesn't respond for some time).
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>REGISTER</emphasis>--Purpose of REGISTER request is to let
+			    registrar know of current user's location. Information about current
+			    &ip; address and port on which a user can be reached is carried in
+			    REGISTER messages. Registrar extracts this information and puts it into
+			    a location database. The database can be later used by &sip; proxy
+			    servers to route calls to the user. Registrations are time-limited and
+			    need to be periodically refreshed.
+			</simpara>
+		    </listitem>
+		</itemizedlist>
+		<simpara>
+		    The listed requests usually have no message body because it is not needed in
+		    most situations (but can have one). In addition to that many other request types
+		    have been defined but their description is out of the scope of this document.
+		</simpara>
+	    </section>
+	    <section id="sec-sip-responses">
+		<title>SIP Responses</title>
+		<simpara>
+		    When a user agent or proxy server receives a request it send a reply. Each
+		    request must be replied except ACK requests which trigger no replies.
+		</simpara>
+		<simpara>
+		    A typical reply looks like this:
+		</simpara>
+		<programlisting format="linespecific">
+SIP/2.0 200 OK
+Via: SIP/2.0/UDP 192.168.1.30:5060;received=66.87.48.68
+From: sip:[email protected]
+To: sip:[email protected];tag=794fe65c16edfdf45da4fc39a5d2867c.b713
+Call-ID: [email protected]
+CSeq: 63629 REGISTER
+Contact: &lt;sip:[email protected]:5060;transport=udp&gt;;q=0.00;expires=120
+Server: Sip EXpress router (0.8.11pre21xrc (i386/linux))
+Content-Length: 0
+Warning: 392 195.37.77.101:5060 "Noisy feedback tells:  
+    pid=5110 req_src_ip=66.87.48.68 req_src_port=5060 in_uri=sip:iptel.org 
+    out_uri=sip:iptel.org via_cnt==1"
+</programlisting>
+		<simpara>
+		    As we can see, responses are very similar to the requests, except for the first
+		    line. The first line of response contains protocol version (SIP/2.0), reply
+		    code, and reason phrase.
+		</simpara>
+		<simpara>
+		    The <emphasis>reply code</emphasis> is an integer number from 100 to 699 and
+		    indicates type of the response. There are 6 classes of responses:
+		</simpara>
+		<itemizedlist>
+		    <listitem>
+			<simpara>
+			    <emphasis>1xx</emphasis> are <emphasis>provisional</emphasis>
+			    responses. A provisional response is response that tells to its
+			    recipient that the associated request was received but result of the
+			    processing is not known yet. Provisional responses are sent only when
+			    the processing doesn't finish immediately. The sender must stop
+			    retransmitting the request upon reception of a provisional response.
+			</simpara>
+			<simpara>
+			    Typically proxy servers send responses with code 100 when they start
+			    processing an INVITE and user agents send responses with code 180
+			    (Ringing) which means that the callee's phone is ringing.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>2xx</emphasis> responses are <emphasis>positive
+			    final</emphasis> responses. A final response is the ultimate response
+			    that the originator of the request will ever receive. Therefore final
+			    responses express result of the processing of the associated
+			    request. Final responses also terminate transactions. Responses with
+			    code from 200 to 299 are positive responses that means that the request
+			    was processed successfully and accepted. For instance a 200 OK response
+			    is sent when a user accepts invitation to a session (INVITE request).
+			</simpara>
+			<simpara>
+			    A &uac; may receive several 200 messages to a single INVITE
+			    request. This is because a forking proxy (described later) can fork the
+			    request so it will reach several &uas; and each of them will accept the
+			    invitation. In this case each response is distinguished by the tag
+			    parameter in To header field. Each response represents a distinct dialog
+			    with unambiguous dialog identifier.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>3xx</emphasis> responses are used to redirect a caller. A
+			    redirection response gives information about the user's new location or
+			    an alternative service that the caller might use to satisfy the
+			    call. Redirection responses are usually sent by proxy servers. When a
+			    proxy receives a request and doesn't want or can't process it for any
+			    reason, it will send a redirection response to the caller and put
+			    another location into the response which the caller might want to
+			    try. It can be the location of another proxy or the current location of
+			    the callee (from the location database created by a registrar). The
+			    caller is then supposed to re-send the request to the new location. 3xx
+			    responses are final.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>4xx</emphasis> are <emphasis>negative final</emphasis>
+			    responses. a 4xx response means that the problem is on the sender's
+			    side. The request couldn't be processed because it contains bad syntax
+			    or cannot be fulfilled at that server.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>5xx</emphasis> means that the problem is on server's side. The
+			    request is apparently valid but the server failed to fulfill it. Clients
+			    should usually retry the request later.
+			</simpara>
+		    </listitem>
+		    <listitem>
+			<simpara>
+			    <emphasis>6xx</emphasis> reply code means that the request cannot be
+			    fulfilled at any server. This response is usually sent by a server that
+			    has definitive information about a particular user. User agents usually
+			    send a 603 Decline response when the user doesn't want to participate in
+			    the session.
+			</simpara>
+		    </listitem>
+		</itemizedlist>
+		<simpara>
+		    In addition to the response class the first line also contains <emphasis>reason
+			phrase</emphasis>. The code number is intended to be processed by
+		    machines. It is not very human-friendly but it is very easy to parse and
+		    understand by machines. The reason phrase usually contains a human-readable
+		    message describing the result of the processing. A user agent should render
+		    the reason phrase to the user.
+		</simpara>
+		<simpara>
+		    The request to which a particular response belongs is identified using the CSeq
+		    header field. In addition to the sequence number this header field also contains
+		    method of corresponding request. In our example it was REGISTER request.
+		</simpara>
+	    </section>
+	</section> 
+	<section id="sec-sip-transactions">
+	    <title>&sip; Transactions</title>
+	    <simpara>
+		Although we said that &sip; messages are sent independently over the network, they
+		are usually arranged into <emphasis>transactions</emphasis> by user agents and
+		certain types of proxy servers. Therefore &sip; is said to be a
+		<emphasis>transactional protocol</emphasis>.
+	    </simpara>
+	    <simpara>
+		A transaction is a sequence of &sip; messages exchanged between &sip; network
+		elements. A transaction consists of one request and all responses to that
+		request. That includes zero or more provisional responses and one or more final
+		responses (remember that an INVITE might be answered by more than one final response
+		when a proxy server forks the request).
+	    </simpara>
+	    <simpara>
+		If a transaction was initiated by an INVITE request then the same transaction also
+		includes ACK, but only if the final response was not a 2xx response. If the final
+		response was a 2xx response then the ACK is not considered part of the transaction.
+	    </simpara>
+	    <simpara>
+		As we can see this is quite asymmetric behavior--ACK is part of transactions with a
+		negative final response but is not part of transactions with positive final
+		responses. The reason for this separation is the importance of delivery of all 200
+		OK messages. Not only that they establish a session, but also 200 OK can be
+		generated by multiple entities when a proxy server forks the request and all of them
+		must be delivered to the calling user agent. Therefore user agents take
+		responsibility in this case and retransmit 200 OK responses until they receive an
+		ACK. Also note that only responses to INVITE are retransmitted !
+	    </simpara>
+	    <simpara>
+		&sip; entities that have notion of transactions are called
+		<emphasis>stateful</emphasis>. Such entities usually create a state associated with
+		a transaction that is kept in the memory for the duration of the transaction. When a
+		request or response comes, a stateful entity tries to associate the request (or
+		response) to existing transactions. To be able to do it it must extract a unique
+		transaction identifier from the message and compare it to identifiers of all
+		existing transactions. If such a transaction exists then it's state gets updated
+		from the message.
+	    </simpara>
+	    <simpara>
+		In the previous &sip; &rfc2543; the transaction identifier was calculated as hash of
+		all important message header fields (that included To, From, Request-URI and
+		CSeq). This proved to be very slow and complex, during interoperability tests such
+		transaction identifiers used to be a common source of problems.
+	    </simpara>
+	    <simpara>
+		In the new &rfc3261; the way of calculating transaction identifiers was completely
+		changed. Instead of complicated hashing of important header fields a &sip; message now
+		includes the identifier directly. Branch parameter of Via header fields contains directly
+		the transaction identifier. This is significant simplification, but there still exist old
+		implementations that don't support the new way of calculating of transaction identifier so
+		even new implementations have to support the old way. They must be backwards compatible.
+	    </simpara>
+	    <simpara>
+		<xref linkend="fig-transactions"> shows what messages belong to what transactions
+		during a conversation of two user agents.
+	    </simpara>
+	    <figure id="fig-transactions" float="0">
+		<title>&sip; Transactions</title>
+		<mediaobject>
+		    <imageobject>
+			<imagedata align="center" scale="40" fileref="figures/transaction.eps" format="EPS">
+		    </imageobject>
+		    <imageobject>
+			<imagedata align="center" fileref="figures/transaction.png" format="PNG">
+		    </imageobject>
+		    <textobject>
+			<phrase>Message flow showing messages belonging to the same transaction.</phrase>
+		    </textobject>
+		</mediaobject>
+	    </figure>
+	</section>
+	<section id="sec-sip-dialogs">
+	    <title>&sip; Dialogs</title>
+	    <simpara>
+		We have shown what transactions are, that one transaction includes INVITE and it's
+		responses and another transaction includes BYE and it responses when a session is
+		being torn down. But we feel that those two transactions should be somehow
+		related--both of them belong to the same <emphasis>dialog</emphasis>. A dialog
+		represents a peer-to-peer &sip; relationship between two user agents. A dialog
+		persists for some time and it is very important concept for user agents. Dialogs
+		facilitate proper sequencing and routing of messages between &sip; endpoints.
+	    </simpara>
+	    <simpara>
+		Dialogs are identified using Call-ID, From tag, and To tag. Messages that have these
+		three identifiers same belong to the same dialog. We have shown that CSeq header
+		field is used to order messages, in fact it is used to order messages within a
+		dialog. The number must be monotonically increased for each message sent within a
+		dialog otherwise the peer will handle it as out of order request or
+		retransmission. In fact, the CSeq number identifies a transaction within a dialog
+		because we have said that requests and associated responses are called
+		transaction. This means that only one transaction in each direction can be active
+		within a dialog. One could also say that a <emphasis>dialog is a sequence of
+		transactions</emphasis>. <xref linkend="fig-dialog"> extends <xref
+		linkend="fig-transactions"> to show which messages belong to the same dialog.
+	    </simpara>
+	    <figure id="fig-dialog" float="0">
+		<title>SIP Dialog</title>
+		<mediaobject>
+		    <imageobject>
+			<imagedata align="center" scale="40" fileref="figures/dialog.eps" format="EPS">
+		    </imageobject>
+		    <imageobject>
+			<imagedata align="center" fileref="figures/dialog.png" format="PNG">
+		    </imageobject>
+		    <textobject>
+			<phrase>Message flow showing transactions belonging to the same dialog.</phrase>
+		    </textobject>
+		</mediaobject>
+	    </figure>
+	    <simpara>
+		Some messages establish a dialog and some do not. This allows to explicitly express
+		the relationship of messages and also to send messages that are not related to other
+		messages outside a dialog. That is easier to implement because user agent don't have
+		to keep the dialog state.
+	    </simpara>
+	    <simpara>
+		For instance, INVITE message establishes a dialog, because it will be later followed
+		by BYE request which will tear down the session established by the INVITE. This BYE
+		is sent within the dialog established by the INVITE.
+	    </simpara>
+	    <simpara>
+		But if a user agent sends a MESSAGE request, such a request doesn't establish any
+		dialog. Any subsequent messages (even MESSAGE) will be sent independently of the
+		previous one.
+	    </simpara>
+	    <section id="sec-dialogs-facilitate-routing">
+		<title>Dialogs Facilitate Routing</title>
+		<simpara>
+		    We have said that dialogs are also used to route the messages between user
+		    agents, let's describe this a little bit.
+		</simpara>
+		<simpara>
+		    Let's suppose that user sip:[email protected] wants to talk to user sip:[email protected]. He
+		    knows &sip; address of the callee (sip:[email protected]) but this address doesn't say
+		    anything about current location of the user--i.e. the caller doesn't know to
+		    which host to send the request. Therefore the INVITE request will be sent to a
+		    proxy server.
+		</simpara>
+		<simpara>
+		    The request will be sent from proxy to proxy until it reaches one that knows
+		    current location of the callee. This process is called routing. Once the request
+		    reaches the callee, the callee's user agent will create a response that will be
+		    sent back to the caller. Callee's user agent will also put Contact header field
+		    into the response which will contain the current location of the user. The
+		    original request also contained Contact header field which means that both user
+		    agents know the current location of the peer.
+		</simpara>
+		<simpara>
+		    Because the user agents know location of each other, it is not necessary to send
+		    further requests to any proxy--they can be sent directly from user agent to user
+		    agent. That's exactly how dialogs facilitate routing.
+		</simpara>
+		<simpara>
+		    Further messages within a dialog are sent directly from user agent to user
+		    agent. This is a significant performance improvement because proxies do not see
+		    all the messages within a dialog, they are used to route just the first request
+		    that establishes the dialog. The direct messages are also delivered with much
+		    smaller latency because a typical proxy usually implements complex routing
+		    logic. <xref linkend="fig-trapezoid"> contains an example of a message
+		    within a dialog (BYE) that bypasses the proxies.
+		</simpara>
+		<figure id="fig-trapezoid" float="0">
+		    <title>SIP Trapezoid</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/trapezoid.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/trapezoid.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Message flow showing &sip trapezoid.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+	    </section>
+	    <section id="sec-dialog-identifiers">
+		<title>Dialog Identifiers</title>
+		<simpara>
+		    We have already shown that dialog identifiers consist of three parts, Call-Id,
+		    From tag, and To tag, but it is not that clear why are dialog identifiers
+		    created exactly this way and who contributes which part.
+		</simpara>
+		<simpara>
+		    Call-ID is so called <emphasis>call identifier</emphasis>. It must be a unique
+		    string that identifies a call. A call consists of one or more dialogs. Multiple
+		    user agents may respond to a request when a proxy along the path forks the
+		    request. Each user agent that sends a 2xx establishes a separate dialog with the
+		    caller. All such dialogs are part of the same call and have the same Call-ID.
+		</simpara>
+		<simpara>
+		    From tag is generated by the caller and it uniquely identifies the dialog in the
+		    caller's user agent.
+		</simpara>
+		<simpara>
+		    To tag is generated by a callee and it uniquely identifies, just like From tag,
+		    the dialog in the callee's user agent.
+		</simpara>
+		<simpara>
+		    This hierarchical dialog identifier is necessary because a single call
+		    invitation can create several dialogs and caller must be able to distinguish
+		    them.
+		</simpara>
+	    </section>
+	</section>
+	<section id="sec-typical-sip-scenarios">
+	    <title>Typical &sip; Scenarios</title>
+	    <simpara>
+		This section gives a brief overview of typical &sip; scenarios that usually make up the
+		&sip; traffic.
+	    </simpara>
+	    <section id="sec-registration">
+		<title>Registration</title>
+		<simpara>
+		    Users must register themselves with a registrar to be reachable by other
+		    users. A registration comprises a REGISTER message followed by a 200 OK sent by
+		    registrar if the registration was successful. Registrations are usually
+		    authorized so a 407 reply can appear if the user didn't provide valid
+		    credentials. <xref linkend="fig-register"> shows an example of registration.
+		</simpara>
+		<figure id="fig-register" float="0">
+		    <title>REGISTER Message Flow</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/register.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/register.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Message flow of a registration.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+	    </section>
+	    <section id="sec-session-invitation">
+		<title>Session Invitation</title>
+		<simpara>
+		    A session invitation consists of one INVITE request which is usually sent to a
+		    proxy. The proxy sends immediately a 100 Trying reply to stop retransmissions
+		    and forwards the request further.
+		</simpara>
+		<simpara>
+		    All provisional responses generated by callee are sent back to the caller. See
+		    180 Ringing response in the call flow. The response is generated when callee's
+		    phone starts ringing.
+		</simpara>
+		<figure id="fig-invite1" float="0">
+		    <title>INVITE Message Flow</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/invite1.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/invite1.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing a session invitation.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+		<simpara>
+		    A 200 OK is generated once the callee picks up the phone and it is retransmitted
+		    by the callee's user agent until it receives an ACK from the caller. The session
+		    is established at this point.
+		</simpara>
+	    </section>
+	    <section id="sec-session-termination">
+		<title>Session Termination</title>
+		<simpara>
+		    Session termination is accomplished by sending a BYE request within dialog
+		    established bye INVITE. BYE messages are sent directly from one user agent to
+		    the other unless a proxy on the path of the INVITE request indicated that it
+		    wishes to stay on the path by using record routing (see <xref
+		    linkend="sec-record-routing">.
+		</simpara>
+		<simpara>
+		    Party wishing to tear down a session sends a BYE request to the other party
+		    involved in the session. The other party sends a 200 OK response to confirm the
+		    BYE and the session is terminated. See <xref linkend="fig-bye">, left message
+		    flow.
+		</simpara>
+	    </section>
+	    <section id="sec-record-routing">
+		<title>Record Routing</title>
+		<simpara>
+		    All requests sent within a dialog are by default sent directly from one user agent
+		    to the other. Only requests outside a dialog traverse &sip; proxies. This approach
+		    makes &sip; network more scalable because only a small number of &sip; messages hit
+		    the proxies.
+		</simpara>
+		<simpara>
+		    There are certain situations in which a &sip; proxy need to stay on the path of all
+		    further messages. For instance, proxies controlling a &nat; box or proxies doing
+		    accounting need to stay on the path of BYE requests.
+		</simpara>
+		<simpara>
+		    Mechanism by which a proxy can inform user agents that it wishes to stay on the path
+		    of all further messages is called <emphasis>record routing</emphasis>. Such a proxy
+		    would insert Record-Route header field into &sip; messages which contain address of
+		    the proxy. Messages sent within a dialog will then traverse all &sip; proxies that
+		    put a Record-Route header field into the message.
+		</simpara>
+		<simpara>
+		    The recipient of the request receives a set of Record-Route header fields in the
+		    message. It must mirror all the Record-Route header fields into responses because
+		    the originator of the request also needs to know the set of proxies.
+		</simpara>
+		<figure id="fig-bye" float="0">
+		    <title>BYE Message Flow (With and without Record Routing)</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/bye.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/bye.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing BYE message flow with and without record routing.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+		<simpara>
+		    Left message flow of <xref linkend="fig-bye"> show how a BYE (request
+		    within dialog established by INVITE) is sent directly to the other user agent
+		    when there is no Record-Route header field in the message. Right message flow
+		    show how the situation changes when the proxy puts a Record-Route header field
+		    into the message.
+		</simpara>
+	    </section>
+	    <section id="sec-event-subscription-and-notification">
+		<title>Event Subscription And Notification</title>
+		<simpara>
+		    The &sip; specification has been extended to support a general mechanism allowing
+		    subscription to asynchronous events. Such evens can include &sip; proxy statistics
+		    changes, presence information, session changes and so on.
+		</simpara>
+		<simpara>
+		    The mechanism is used mainly to convey information on presence (willingness to
+		    communicate) of users. <xref linkend="fig-event"> shows the basic message
+		    flow.
+		</simpara>
+		<figure id="fig-event" float="0">
+		    <title>Event Subscription And Notification</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/event.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/event.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing subscription and notification.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+		<simpara>
+		    A user agent interested in event notification sends a SUBSCRIBE message to a
+		    &sip; server. The SUBSCRIBE message establishes a dialog and is immediately
+		    replied by the server using 200 OK response. At this point the dialog is
+		    established. The server sends a NOTIFY request to the user every time the event
+		    to which the user subscribed changes. NOTIFY messages are sent within the dialog
+		    established by the SUBSCRIBE.
+		</simpara>
+		<simpara>
+		    Note that the first NOTIFY message in <xref linkend="fig-event"> is sent
+			regardless of any event that triggers notifications.
+		</simpara>
+		<simpara>
+		    Subscriptions--as well as registrations--have limited lifespan and therefore must be
+		    periodically refreshed.
+		</simpara>
+	    </section>
+	    <section id="sec-instant-messages">
+		<title>Instant Messages</title>
+		<simpara>
+		    Instant messages are sent using MESSAGE request. MESSAGE requests do not establish a
+		    dialog and therefore they will always traverse the same set of proxies. This is the
+		    simplest form of sending instant messages. The text of the instant message is
+		    transported in the body of the &sip; request.
+		</simpara>
+		<figure id="fig-message" float="0">
+		    <title>Instant Messages</title>
+		    <mediaobject>
+			<imageobject>
+			    <imagedata align="center" scale="40" fileref="figures/message.eps" format="EPS">
+			</imageobject>
+			<imageobject>
+			    <imagedata align="center" fileref="figures/message.png" format="PNG">
+			</imageobject>
+			<textobject>
+			    <phrase>Picture showing a MESSAGE.</phrase>
+			</textobject>
+		    </mediaobject>
+		</figure>
+	    </section>
+	</section>
+    </chapter>
+</book>