%!PS-Adobe- %%BoundingBox: 0 0 767 575 % The Human Interface tools program generates a postscript % description of your picture using attributes specified in the % Postscript Printer panel. % These attibutes are: scaling, rotation, whether polygons and % rectangles are described as hollow or filled, and, when the target % printer is black and white, whether objects should be drawn in % black or gray shades % If the device specified in the printer_configuration file is a color % device, the outlines are painted in colors. /q{bind def}bind def /A{setrgbcolor}q /rgb_bg {0 0 0 A}q /rgb_fg {0 0 0 A}q /rgb_bl {0 0 0 A}q /rgb_gr {0 0 0 A}q /rgb_rd { 0 0 0 A}q /rgb_ye {0 0 0 A}q /rgb_pr {0 0 0 A}q /rgb_gy {0 0 0 A}q /definepattern{ 10 dict begin /FontDict 9 dict def FontDict begin /cache exch def /key exch def /proc exch cvx def /mtx exch matrix invertmatrix def /height exch def /width exch def /ctm matrix currentmatrix def /ptm matrix identmatrix def /str (1234567890123456789012345678901234567890123456789) def end /FontBBox [ %def 0 0 FontDict /width get FontDict /height get ] def /FontMatrix FontDict /mtx get def /Encoding StandardEncoding def /FontType 3 def /BuildChar { %def pop begin FontDict begin width 0 cache { %ifelse 0 0 width height setcachedevice }{ %else setcharwidth } ifelse 0 0 moveto width 0 lineto width height lineto 0 height lineto closepath clip newpath gsave proc grestore end end } def FontDict /key get currentdict definefont end } bind def % dict patternpath - % dict matrix patternpath - /patternpath { %def dup type /dicttype eq {%ifelse begin FontDict /ctm get setmatrix }{ %else exch begin FontDict /ctm get setmatrix concat } ifelse currentdict setfont FontDict begin FontMatrix concat width 0 dtransform round width div exch round width div exch 0 height dtransform round height div exch round height div exch 0 0 transform round exch round exch ptm astore setmatrix pathbbox height div ceiling height mul 4 1 roll width div ceiling width mul 4 1 roll height div floor height mul 4 1 roll width div floor width mul 4 1 roll 2 index sub height div ceiling cvi exch 3 index sub width div ceiling cvi exch 4 2 roll moveto FontMatrix ptm invertmatrix pop { %repeat gsave ptm concat dup str length idiv { %repeat str show } repeat dup str length mod str exch 0 exch getinterval show grestore 0 height rmoveto } repeat pop end end } bind def % dict patternfill - %dict matrix patternfill - /patternfill {%def gsave clip patternpath grestore newpath }bind def 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 7.5 7.5 1.5 0 360 arc 1.000000 setlinewidth stroke } bind /pattern0 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 7.5 7.5 1.5 0 360 arc 1 setlinewidth stroke } bind /default_pattern true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 0 moveto 15 7.5 lineto 0 7.5 moveto 7.5 15 lineto 1.000000 setlinewidth stroke } bind /pattern1 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 0 moveto 0 7.5 lineto 15 7.5 moveto 7.5 15 lineto 1.000000 setlinewidth stroke } bind /pattern2 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 0 15 moveto 12 -7.5 rlineto -12 -7.5 rlineto 1.000000 setlinewidth stroke } bind /pattern3 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 15 0 moveto 0 0 lineto 1.000000 setlinewidth stroke } bind /pattern4 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 15 moveto 7.5 0 lineto 1.000000 setlinewidth stroke } bind /pattern5 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 7.5 7.5 0 180 arc 1.000000 setlinewidth stroke } bind /pattern6 true definepattern pop /stipple_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath stroke moveto lineto lineto lineto closepath findfont % a pattern font patternfill grestore } bind def /black_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /hollow_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor stroke pop pop pop pop pop pop pop pop pop grestore } bind def /white_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 1 1 1 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /stipple_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath stroke moveto lineto lineto lineto closepath findfont % a pattern font patternfill grestore } bind def /black_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /white_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 1 1 1 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /D{setdash}q /O {[] 0 D}q /o1 {[2 2] 0 D} q /o2 {[1 5 7 3] 0 D} q /o3 {[1 3 2 3 7 ] 0 D} q /o4 {[1 2 2 2 2 2 5] 0 D} q /o5 {[1 2 13] 0 D} q /o6 {[1 7 ] 0 D} q /_l {lineto} q /_m {moveto} q /c {arc closepath stroke}q /makepath { /ptarr exch def newpath ptarr 0 get ptarr 1 get moveto 2 2 ptarr length 1 sub { /idx exch def ptarr idx get ptarr idx 1 add get lineto } for }def /G {/yarr exch def /xarr exch def 0 1 xarr length 1 sub { xarr exch get /x exch def 0 1 yarr length 1 sub { yarr exch get /y exch def x y P } for }for }q /L { newpath moveto lineto stroke }q /M { makepath stroke }q % % Rectangle and polygon definitions % --------------------------------- % % /trans { 3 -1 roll dup 4 1 roll add 3 1 roll add exch itransform } q /setrect { /Y2 exch def /X2 exch def /Y1 exch def /X1 exch def X1 Y1 X1 Y2 X2 Y2 X2 Y1 }q /T { 3 copy transform trans setrect R pop }q /trans1 { 3 -1 roll add 3 1 roll add exch itransform } q /C { makepath closepath stroke }q /P {moveto 1 1 rlineto stroke} q % 0 0 moveto 0 h _l w h _l w 0 _l closepath clip newpath /clipbox {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x1 y2 _l x2 y2 _l x2 y1 _l closepath clip } q 18 3 translate 0 0 translate 0.9800000 0.9800000 scale 757 -33 translate 90 rotate 0 setlinewidth /bg 40 750 40 93 1132 93 1132 750 40 750 40 93 1132 93 1132 750 white_R rgb_fg 561 614 591 614 L 530 614 561 614 L 500 614 530 614 L 469 614 500 614 L 439 614 469 614 L 439 583 439 614 L 439 553 469 553 L 469 553 500 553 L 500 553 530 553 L 530 553 561 553 L 561 553 591 553 L 357 614 388 614 L 357 583 357 614 L 357 553 388 553 L 307 583 307 614 L 561 451 591 451 L 530 451 561 451 L 500 451 530 451 L 469 451 500 451 L 439 451 469 451 L 439 421 439 451 L 439 390 469 390 L 469 390 500 390 L 500 390 530 390 L 530 390 561 390 L 561 390 591 390 L 357 451 388 451 L 357 421 357 451 L 357 390 388 390 L 307 421 307 451 L 327 634 327 644 L 327 644 378 644 L 611 634 611 644 L 581 644 611 644 L 408 634 408 644 L 378 644 408 644 L 378 634 378 644 L 408 644 459 644 L 459 644 490 644 L 459 634 459 644 L 490 644 520 644 L 490 634 490 644 L 520 634 520 644 L 520 644 550 644 L 550 634 550 644 L 550 644 581 644 L 581 634 581 644 L 327 522 327 533 L 327 522 378 522 L 611 522 611 533 L 581 522 611 522 L 520 522 550 522 L 550 512 550 522 L 550 522 581 522 L 581 522 581 533 L 550 522 550 533 L 490 522 520 522 L 520 522 520 533 L 459 522 490 522 L 490 522 490 533 L 408 522 459 522 L 459 522 459 533 L 408 522 408 533 L 378 522 408 522 L 378 522 378 533 L 327 472 327 482 L 327 482 378 482 L 459 482 459 492 L 611 472 611 482 L 581 482 611 482 L 378 482 408 482 L 378 472 378 482 L 408 482 459 482 L 408 472 408 482 L 459 472 459 482 L 459 482 490 482 L 490 472 490 482 L 490 482 520 482 L 520 472 520 482 L 520 482 550 482 L 550 472 550 482 L 550 482 581 482 L 581 472 581 482 L 327 583 327 594 L 378 583 378 594 L 408 583 408 594 L 459 583 459 594 L 490 583 490 594 L 520 583 520 594 L 550 583 550 594 L 581 583 581 594 L 611 583 611 594 L 307 553 307 583 L 286 583 307 583 L 327 573 327 583 L 357 553 357 583 L 327 583 357 583 L 378 573 378 583 L 408 573 408 583 L 378 583 408 583 L 439 553 439 583 L 408 583 439 583 L 459 573 459 583 L 490 573 490 583 L 459 583 490 583 L 520 573 520 583 L 490 583 520 583 L 550 573 550 583 L 520 583 550 583 L 581 573 581 583 L 550 583 581 583 L 611 573 611 583 L 581 583 611 583 L 611 583 622 583 L 307 390 307 421 L 286 421 307 421 L 327 421 327 431 L 378 421 378 431 L 408 421 408 431 L 459 421 459 431 L 490 421 490 431 L 520 421 520 431 L 550 421 550 431 L 581 421 581 431 L 611 421 611 431 L 327 411 327 421 L 357 390 357 421 L 327 421 357 421 L 378 411 378 421 L 408 411 408 421 L 378 421 408 421 L 439 390 439 421 L 408 421 439 421 L 459 411 459 421 L 490 411 490 421 L 459 421 490 421 L 520 411 520 421 L 490 421 520 421 L 550 411 550 421 L 520 421 550 421 L 581 411 581 421 L 550 421 581 421 L 611 411 611 421 L 581 421 611 421 L 611 421 632 421 L 561 268 591 268 L 530 268 561 268 L 500 268 530 268 L 469 268 500 268 L 439 268 469 268 L 439 238 439 268 L 439 208 469 208 L 469 208 500 208 L 500 208 530 208 L 530 208 561 208 L 561 208 591 208 L 357 268 388 268 L 357 238 357 268 L 357 208 388 208 L 307 238 307 268 L 327 289 327 299 L 327 299 378 299 L 611 289 611 299 L 581 299 611 299 L 378 299 408 299 L 378 289 378 299 L 408 299 459 299 L 408 289 408 299 L 459 289 459 299 L 459 299 490 299 L 490 289 490 299 L 490 299 520 299 L 520 289 520 299 L 520 299 550 299 L 550 289 550 299 L 550 299 581 299 L 581 289 581 299 L 327 187 378 187 L 581 187 611 187 L 378 187 408 187 L 408 187 429 187 L 307 208 307 238 L 327 238 327 248 L 378 238 378 248 L 408 238 408 248 L 459 238 459 248 L 490 238 490 248 L 520 238 520 248 L 550 238 550 248 L 581 238 581 248 L 611 238 611 248 L 327 228 327 238 L 357 208 357 238 L 327 238 357 238 L 378 228 378 238 L 408 228 408 238 L 378 238 408 238 L 439 208 439 238 L 408 238 439 238 L 459 228 459 238 L 490 228 490 238 L 459 238 490 238 L 520 228 520 238 L 490 238 520 238 L 550 228 550 238 L 520 238 550 238 L 581 228 581 238 L 550 238 581 238 L 611 228 611 238 L 581 238 611 238 L 622 583 632 583 L 622 563 632 563 L 622 563 622 583 L 622 238 632 238 L 611 238 622 238 L 622 218 632 218 L 622 218 622 238 L 286 238 307 238 L 459 644 459 655 L 327 360 327 370 L 327 360 378 360 L 459 350 459 360 L 611 360 611 370 L 581 360 611 360 L 378 360 408 360 L 378 360 378 370 L 408 360 429 360 L 408 360 408 370 L 459 360 459 370 L 459 360 490 360 L 490 360 490 370 L 490 360 520 360 L 520 360 520 370 L 520 360 550 360 L 550 360 550 370 L 550 360 581 360 L 581 360 581 370 L 408 299 408 309 L 429 360 459 360 L 429 187 459 187 L 429 187 429 360 L 459 187 490 187 L 490 187 520 187 L 520 187 550 187 L 550 187 581 187 L 327 472 327 455 L 323 455 327 455 L 323 455 323 447 L 323 447 327 447 L 327 431 327 447 L 318 447 318 455 L 307 451 314 451 L /fg 314 453 314 450 318 450 318 453 314 453 314 450 318 450 318 453 hollow_B /fg 323 459 323 459 323 459 323 459 323 459 323 459 323 459 323 459 black_R 378 472 378 455 L 374 455 378 455 L 374 455 374 447 L 374 447 378 447 L 378 431 378 447 L 368 447 368 455 L 357 451 365 451 L /fg 365 453 365 450 368 450 368 453 365 453 365 450 368 450 368 453 hollow_B /fg 374 459 374 459 374 459 374 459 374 459 374 459 374 459 374 459 black_R 408 472 408 455 L 404 455 408 455 L 404 455 404 447 L 404 447 408 447 L 408 431 408 447 L 399 447 399 455 L 388 451 396 451 L /fg 396 453 396 450 399 450 399 453 396 453 396 450 399 450 399 453 hollow_B /fg 404 459 404 459 404 459 404 459 404 459 404 459 404 459 404 459 black_R 459 472 459 455 L 455 455 459 455 L 455 455 455 447 L 455 447 459 447 L 459 431 459 447 L 450 447 450 455 L 439 451 446 451 L /fg 446 453 446 450 450 450 450 453 446 453 446 450 450 450 450 453 hollow_B /fg 455 459 455 459 455 459 455 459 455 459 455 459 455 459 455 459 black_R 490 472 490 455 L 485 455 490 455 L 485 455 485 447 L 485 447 490 447 L 490 431 490 447 L 480 447 480 455 L 469 451 477 451 L /fg 477 453 477 450 480 450 480 453 477 453 477 450 480 450 480 453 hollow_B /fg 485 459 485 459 485 459 485 459 485 459 485 459 485 459 485 459 black_R 520 472 520 455 L 516 455 520 455 L 516 455 516 447 L 516 447 520 447 L 520 431 520 447 L 511 447 511 455 L 500 451 507 451 L /fg 507 453 507 450 511 450 511 453 507 453 507 450 511 450 511 453 hollow_B /fg 516 459 516 459 516 459 516 459 516 459 516 459 516 459 516 459 black_R 550 472 550 455 L 546 455 550 455 L 546 455 546 447 L 546 447 550 447 L 550 431 550 447 L 541 447 541 455 L 530 451 538 451 L /fg 538 453 538 450 541 450 541 453 538 453 538 450 541 450 541 453 hollow_B /fg 546 459 546 459 546 459 546 459 546 459 546 459 546 459 546 459 black_R 581 472 581 455 L 577 455 581 455 L 577 455 577 447 L 577 447 581 447 L 581 431 581 447 L 572 447 572 455 L 561 451 568 451 L /fg 568 453 568 450 572 450 572 453 568 453 568 450 572 450 572 453 hollow_B /fg 577 459 577 459 577 459 577 459 577 459 577 459 577 459 577 459 black_R 611 472 611 455 L 607 455 611 455 L 607 455 607 447 L 607 447 611 447 L 611 431 611 447 L 602 447 602 455 L 591 451 599 451 L /fg 599 453 599 450 602 450 602 453 599 453 599 450 602 450 602 453 hollow_B /fg 607 459 607 459 607 459 607 459 607 459 607 459 607 459 607 459 black_R 327 411 327 394 L 323 394 327 394 L 323 394 323 386 L 323 386 327 386 L 327 370 327 386 L 318 386 318 394 L 307 390 318 390 L /fg 323 399 323 399 323 399 323 399 323 399 323 399 323 399 323 399 black_R 378 411 378 394 L 374 394 378 394 L 374 394 374 386 L 374 386 378 386 L 378 370 378 386 L 368 386 368 394 L 357 390 368 390 L /fg 374 399 374 399 374 399 374 399 374 399 374 399 374 399 374 399 black_R 408 411 408 394 L 404 394 408 394 L 404 394 404 386 L 404 386 408 386 L 408 370 408 386 L 399 386 399 394 L 388 390 399 390 L /fg 404 399 404 399 404 399 404 399 404 399 404 399 404 399 404 399 black_R 459 411 459 394 L 455 394 459 394 L 455 394 455 386 L 455 386 459 386 L 459 370 459 386 L 450 386 450 394 L 439 390 450 390 L /fg 455 399 455 399 455 399 455 399 455 399 455 399 455 399 455 399 black_R 490 411 490 394 L 485 394 490 394 L 485 394 485 386 L 485 386 490 386 L 490 370 490 386 L 480 386 480 394 L 469 390 480 390 L /fg 485 399 485 399 485 399 485 399 485 399 485 399 485 399 485 399 black_R 520 411 520 394 L 516 394 520 394 L 516 394 516 386 L 516 386 520 386 L 520 370 520 386 L 511 386 511 394 L 500 390 511 390 L /fg 516 399 516 399 516 399 516 399 516 399 516 399 516 399 516 399 black_R 550 411 550 394 L 546 394 550 394 L 546 394 546 386 L 546 386 550 386 L 550 370 550 386 L 541 386 541 394 L 530 390 541 390 L /fg 546 399 546 399 546 399 546 399 546 399 546 399 546 399 546 399 black_R 581 411 581 394 L 577 394 581 394 L 577 394 577 386 L 577 386 581 386 L 581 370 581 386 L 572 386 572 394 L 561 390 572 390 L /fg 577 399 577 399 577 399 577 399 577 399 577 399 577 399 577 399 black_R 611 411 611 394 L 607 394 611 394 L 607 394 607 386 L 607 386 611 386 L 611 370 611 386 L 602 386 602 394 L 591 390 602 390 L /fg 607 399 607 399 607 399 607 399 607 399 607 399 607 399 607 399 black_R 611 634 611 618 L 607 618 611 618 L 607 618 607 610 L 607 610 611 610 L 611 594 611 610 L 602 610 602 618 L 591 614 599 614 L /fg 599 616 599 612 602 612 602 616 599 616 599 612 602 612 602 616 hollow_B /fg 607 622 607 622 607 622 607 622 607 622 607 622 607 622 607 622 black_R 581 634 581 618 L 577 618 581 618 L 577 618 577 610 L 577 610 581 610 L 581 594 581 610 L 572 610 572 618 L 561 614 568 614 L /fg 568 616 568 612 572 612 572 616 568 616 568 612 572 612 572 616 hollow_B /fg 577 622 577 622 577 622 577 622 577 622 577 622 577 622 577 622 black_R 550 634 550 618 L 546 618 550 618 L 546 618 546 610 L 546 610 550 610 L 550 594 550 610 L 541 610 541 618 L 530 614 538 614 L /fg 538 616 538 612 541 612 541 616 538 616 538 612 541 612 541 616 hollow_B /fg 546 622 546 622 546 622 546 622 546 622 546 622 546 622 546 622 black_R 520 634 520 618 L 516 618 520 618 L 516 618 516 610 L 516 610 520 610 L 520 594 520 610 L 511 610 511 618 L 500 614 507 614 L /fg 507 616 507 612 511 612 511 616 507 616 507 612 511 612 511 616 hollow_B /fg 516 622 516 622 516 622 516 622 516 622 516 622 516 622 516 622 black_R 490 634 490 618 L 485 618 490 618 L 485 618 485 610 L 485 610 490 610 L 490 594 490 610 L 480 610 480 618 L 469 614 477 614 L /fg 477 616 477 612 480 612 480 616 477 616 477 612 480 612 480 616 hollow_B /fg 485 622 485 622 485 622 485 622 485 622 485 622 485 622 485 622 black_R 459 634 459 618 L 455 618 459 618 L 455 618 455 610 L 455 610 459 610 L 459 594 459 610 L 450 610 450 618 L 439 614 446 614 L /fg 446 616 446 612 450 612 450 616 446 616 446 612 450 612 450 616 hollow_B /fg 455 622 455 622 455 622 455 622 455 622 455 622 455 622 455 622 black_R 408 634 408 618 L 404 618 408 618 L 404 618 404 610 L 404 610 408 610 L 408 594 408 610 L 399 610 399 618 L 388 614 396 614 L /fg 396 616 396 612 399 612 399 616 396 616 396 612 399 612 399 616 hollow_B /fg 404 622 404 622 404 622 404 622 404 622 404 622 404 622 404 622 black_R 378 634 378 618 L 374 618 378 618 L 374 618 374 610 L 374 610 378 610 L 378 594 378 610 L 368 610 368 618 L 357 614 365 614 L /fg 365 616 365 612 368 612 368 616 365 616 365 612 368 612 368 616 hollow_B /fg 374 622 374 622 374 622 374 622 374 622 374 622 374 622 374 622 black_R 327 634 327 618 L 323 618 327 618 L 323 618 323 610 L 323 610 327 610 L 327 594 327 610 L 318 610 318 618 L 307 614 314 614 L /fg 314 616 314 612 318 612 318 616 314 616 314 612 318 612 318 616 hollow_B /fg 323 622 323 622 323 622 323 622 323 622 323 622 323 622 323 622 black_R 611 573 611 557 L 607 557 611 557 L 607 557 607 549 L 607 549 611 549 L 611 533 611 549 L 602 549 602 557 L 591 553 602 553 L /fg 607 561 607 561 607 561 607 561 607 561 607 561 607 561 607 561 black_R 581 573 581 557 L 577 557 581 557 L 577 557 577 549 L 577 549 581 549 L 581 533 581 549 L 572 549 572 557 L 561 553 572 553 L /fg 577 561 577 561 577 561 577 561 577 561 577 561 577 561 577 561 black_R 550 573 550 557 L 546 557 550 557 L 546 557 546 549 L 546 549 550 549 L 550 533 550 549 L 541 549 541 557 L 530 553 541 553 L /fg 546 561 546 561 546 561 546 561 546 561 546 561 546 561 546 561 black_R 520 573 520 557 L 516 557 520 557 L 516 557 516 549 L 516 549 520 549 L 520 533 520 549 L 511 549 511 557 L 500 553 511 553 L /fg 516 561 516 561 516 561 516 561 516 561 516 561 516 561 516 561 black_R 490 573 490 557 L 485 557 490 557 L 485 557 485 549 L 485 549 490 549 L 490 533 490 549 L 480 549 480 557 L 469 553 480 553 L /fg 485 561 485 561 485 561 485 561 485 561 485 561 485 561 485 561 black_R 459 573 459 557 L 455 557 459 557 L 455 557 455 549 L 455 549 459 549 L 459 533 459 549 L 450 549 450 557 L 439 553 450 553 L /fg 455 561 455 561 455 561 455 561 455 561 455 561 455 561 455 561 black_R 408 573 408 557 L 404 557 408 557 L 404 557 404 549 L 404 549 408 549 L 408 533 408 549 L 399 549 399 557 L 388 553 399 553 L /fg 404 561 404 561 404 561 404 561 404 561 404 561 404 561 404 561 black_R 378 573 378 557 L 374 557 378 557 L 374 557 374 549 L 374 549 378 549 L 378 533 378 549 L 368 549 368 557 L 357 553 368 553 L /fg 374 561 374 561 374 561 374 561 374 561 374 561 374 561 374 561 black_R 327 573 327 557 L 323 557 327 557 L 323 557 323 549 L 323 549 327 549 L 327 533 327 549 L 318 549 318 557 L 307 553 318 553 L /fg 323 561 323 561 323 561 323 561 323 561 323 561 323 561 323 561 black_R 327 289 327 273 L 323 273 327 273 L 323 273 323 264 L 323 264 327 264 L 327 248 327 264 L 318 264 318 273 L 307 268 314 268 L /fg 314 270 314 267 318 267 318 270 314 270 314 267 318 267 318 270 hollow_B /fg 323 277 323 277 323 277 323 277 323 277 323 277 323 277 323 277 black_R 378 289 378 273 L 374 273 378 273 L 374 273 374 264 L 374 264 378 264 L 378 248 378 264 L 368 264 368 273 L 357 268 365 268 L /fg 365 270 365 267 368 267 368 270 365 270 365 267 368 267 368 270 hollow_B /fg 374 277 374 277 374 277 374 277 374 277 374 277 374 277 374 277 black_R 408 289 408 273 L 404 273 408 273 L 404 273 404 264 L 404 264 408 264 L 408 248 408 264 L 399 264 399 273 L 388 268 396 268 L /fg 396 270 396 267 399 267 399 270 396 270 396 267 399 267 399 270 hollow_B /fg 404 277 404 277 404 277 404 277 404 277 404 277 404 277 404 277 black_R 459 289 459 273 L 455 273 459 273 L 455 273 455 264 L 455 264 459 264 L 459 248 459 264 L 450 264 450 273 L 439 268 446 268 L /fg 446 270 446 267 450 267 450 270 446 270 446 267 450 267 450 270 hollow_B /fg 455 277 455 277 455 277 455 277 455 277 455 277 455 277 455 277 black_R 490 289 490 273 L 485 273 490 273 L 485 273 485 264 L 485 264 490 264 L 490 248 490 264 L 480 264 480 273 L 469 268 477 268 L /fg 477 270 477 267 480 267 480 270 477 270 477 267 480 267 480 270 hollow_B /fg 485 277 485 277 485 277 485 277 485 277 485 277 485 277 485 277 black_R 520 289 520 273 L 516 273 520 273 L 516 273 516 264 L 516 264 520 264 L 520 248 520 264 L 511 264 511 273 L 500 268 507 268 L /fg 507 270 507 267 511 267 511 270 507 270 507 267 511 267 511 270 hollow_B /fg 516 277 516 277 516 277 516 277 516 277 516 277 516 277 516 277 black_R 550 289 550 273 L 546 273 550 273 L 546 273 546 264 L 546 264 550 264 L 550 248 550 264 L 541 264 541 273 L 530 268 538 268 L /fg 538 270 538 267 541 267 541 270 538 270 538 267 541 267 541 270 hollow_B /fg 546 277 546 277 546 277 546 277 546 277 546 277 546 277 546 277 black_R 581 289 581 273 L 577 273 581 273 L 577 273 577 264 L 577 264 581 264 L 581 248 581 264 L 572 264 572 273 L 561 268 568 268 L /fg 568 270 568 267 572 267 572 270 568 270 568 267 572 267 572 270 hollow_B /fg 577 277 577 277 577 277 577 277 577 277 577 277 577 277 577 277 black_R 611 289 611 273 L 607 273 611 273 L 607 273 607 264 L 607 264 611 264 L 611 248 611 264 L 602 264 602 273 L 591 268 599 268 L /fg 599 270 599 267 602 267 602 270 599 270 599 267 602 267 602 270 hollow_B /fg 607 277 607 277 607 277 607 277 607 277 607 277 607 277 607 277 black_R 327 228 327 212 L 323 212 327 212 L 323 212 323 203 L 323 203 327 203 L 327 187 327 203 L 318 203 318 212 L 307 208 318 208 L /fg 323 216 323 216 323 216 323 216 323 216 323 216 323 216 323 216 black_R 378 228 378 212 L 374 212 378 212 L 374 212 374 203 L 374 203 378 203 L 378 187 378 203 L 368 203 368 212 L 357 208 368 208 L /fg 374 216 374 216 374 216 374 216 374 216 374 216 374 216 374 216 black_R 408 228 408 212 L 404 212 408 212 L 404 212 404 203 L 404 203 408 203 L 408 187 408 203 L 399 203 399 212 L 388 208 399 208 L /fg 404 216 404 216 404 216 404 216 404 216 404 216 404 216 404 216 black_R 459 228 459 212 L 455 212 459 212 L 455 212 455 203 L 455 203 459 203 L 459 187 459 203 L 450 203 450 212 L 439 208 450 208 L /fg 455 216 455 216 455 216 455 216 455 216 455 216 455 216 455 216 black_R 490 228 490 212 L 485 212 490 212 L 485 212 485 203 L 485 203 490 203 L 490 187 490 203 L 480 203 480 212 L 469 208 480 208 L /fg 485 216 485 216 485 216 485 216 485 216 485 216 485 216 485 216 black_R 520 228 520 212 L 516 212 520 212 L 516 212 516 203 L 516 203 520 203 L 520 187 520 203 L 511 203 511 212 L 500 208 511 208 L /fg 516 216 516 216 516 216 516 216 516 216 516 216 516 216 516 216 black_R 550 228 550 212 L 546 212 550 212 L 546 212 546 203 L 546 203 550 203 L 550 187 550 203 L 541 203 541 212 L 530 208 541 208 L /fg 546 216 546 216 546 216 546 216 546 216 546 216 546 216 546 216 black_R 581 228 581 212 L 577 212 581 212 L 577 212 577 203 L 577 203 581 203 L 581 187 581 203 L 572 203 572 212 L 561 208 572 208 L /fg 577 216 577 216 577 216 577 216 577 216 577 216 577 216 577 216 black_R 611 228 611 212 L 607 212 611 212 L 607 212 607 203 L 607 203 611 203 L 611 187 611 203 L 602 203 602 212 L 591 208 602 208 L /fg 607 216 607 216 607 216 607 216 607 216 607 216 607 216 607 216 black_R /bg 405 647 405 641 411 641 411 647 405 647 405 641 411 641 411 647 white_R /fg 406 646 406 642 410 642 410 646 406 646 406 642 410 642 410 646 black_B /fg 406 646 406 642 410 642 410 646 406 646 406 642 410 642 410 646 black_R /bg 375 647 375 641 381 641 381 647 375 647 375 641 381 641 381 647 white_R /fg 376 646 376 642 380 642 380 646 376 646 376 642 380 642 380 646 black_B /fg 376 646 376 642 380 642 380 646 376 646 376 642 380 642 380 646 black_R /bg 517 647 517 641 523 641 523 647 517 647 517 641 523 641 523 647 white_R /fg 518 646 518 642 522 642 522 646 518 646 518 642 522 642 522 646 black_B /fg 518 646 518 642 522 642 522 646 518 646 518 642 522 642 522 646 black_R /bg 456 647 456 641 462 641 462 647 456 647 456 641 462 641 462 647 white_R /fg 457 646 457 642 461 642 461 646 457 646 457 642 461 642 461 646 black_B /fg 457 646 457 642 461 642 461 646 457 646 457 642 461 642 461 646 black_R /bg 487 647 487 641 493 641 493 647 487 647 487 641 493 641 493 647 white_R /fg 488 646 488 642 492 642 492 646 488 646 488 642 492 642 492 646 black_B /fg 488 646 488 642 492 642 492 646 488 646 488 642 492 642 492 646 black_R /bg 547 647 547 641 553 641 553 647 547 647 547 641 553 641 553 647 white_R /fg 548 646 548 642 552 642 552 646 548 646 548 642 552 642 552 646 black_B /fg 548 646 548 642 552 642 552 646 548 646 548 642 552 642 552 646 black_R /bg 578 647 578 641 584 641 584 647 578 647 578 641 584 641 584 647 white_R /fg 579 646 579 642 583 642 583 646 579 646 579 642 583 642 583 646 black_B /fg 579 646 579 642 583 642 583 646 579 646 579 642 583 642 583 646 black_R /bg 405 525 405 519 411 519 411 525 405 525 405 519 411 519 411 525 white_R /fg 406 524 406 520 410 520 410 524 406 524 406 520 410 520 410 524 black_B /fg 406 524 406 520 410 520 410 524 406 524 406 520 410 520 410 524 black_R /bg 547 525 547 519 553 519 553 525 547 525 547 519 553 519 553 525 white_R /fg 548 524 548 520 552 520 552 524 548 524 548 520 552 520 552 524 black_B /fg 548 524 548 520 552 520 552 524 548 524 548 520 552 520 552 524 black_R /bg 578 525 578 519 584 519 584 525 578 525 578 519 584 519 584 525 white_R /fg 579 524 579 520 583 520 583 524 579 524 579 520 583 520 583 524 black_B /fg 579 524 579 520 583 520 583 524 579 524 579 520 583 520 583 524 black_R /bg 517 525 517 519 523 519 523 525 517 525 517 519 523 519 523 525 white_R /fg 518 524 518 520 522 520 522 524 518 524 518 520 522 520 522 524 black_B /fg 518 524 518 520 522 520 522 524 518 524 518 520 522 520 522 524 black_R /bg 487 525 487 519 493 519 493 525 487 525 487 519 493 519 493 525 white_R /fg 488 524 488 520 492 520 492 524 488 524 488 520 492 520 492 524 black_B /fg 488 524 488 520 492 520 492 524 488 524 488 520 492 520 492 524 black_R /bg 456 525 456 519 462 519 462 525 456 525 456 519 462 519 462 525 white_R /fg 457 524 457 520 461 520 461 524 457 524 457 520 461 520 461 524 black_B /fg 457 524 457 520 461 520 461 524 457 524 457 520 461 520 461 524 black_R /bg 375 525 375 519 381 519 381 525 375 525 375 519 381 519 381 525 white_R /fg 376 524 376 520 380 520 380 524 376 524 376 520 380 520 380 524 black_B /fg 376 524 376 520 380 520 380 524 376 524 376 520 380 520 380 524 black_R /bg 456 485 456 479 462 479 462 485 456 485 456 479 462 479 462 485 white_R /fg 457 484 457 480 461 480 461 484 457 484 457 480 461 480 461 484 black_B /fg 457 484 457 480 461 480 461 484 457 484 457 480 461 480 461 484 black_R /bg 375 485 375 479 381 479 381 485 375 485 375 479 381 479 381 485 white_R /fg 376 484 376 480 380 480 380 484 376 484 376 480 380 480 380 484 black_B /fg 376 484 376 480 380 480 380 484 376 484 376 480 380 480 380 484 black_R /bg 405 485 405 479 411 479 411 485 405 485 405 479 411 479 411 485 white_R /fg 406 484 406 480 410 480 410 484 406 484 406 480 410 480 410 484 black_B /fg 406 484 406 480 410 480 410 484 406 484 406 480 410 480 410 484 black_R /bg 487 485 487 479 493 479 493 485 487 485 487 479 493 479 493 485 white_R /fg 488 484 488 480 492 480 492 484 488 484 488 480 492 480 492 484 black_B /fg 488 484 488 480 492 480 492 484 488 484 488 480 492 480 492 484 black_R /bg 517 485 517 479 523 479 523 485 517 485 517 479 523 479 523 485 white_R /fg 518 484 518 480 522 480 522 484 518 484 518 480 522 480 522 484 black_B /fg 518 484 518 480 522 480 522 484 518 484 518 480 522 480 522 484 black_R /bg 547 485 547 479 553 479 553 485 547 485 547 479 553 479 553 485 white_R /fg 548 484 548 480 552 480 552 484 548 484 548 480 552 480 552 484 black_B /fg 548 484 548 480 552 480 552 484 548 484 548 480 552 480 552 484 black_R /bg 578 485 578 479 584 479 584 485 578 485 578 479 584 479 584 485 white_R /fg 579 484 579 480 583 480 583 484 579 484 579 480 583 480 583 484 black_B /fg 579 484 579 480 583 480 583 484 579 484 579 480 583 480 583 484 black_R /bg 304 586 304 580 310 580 310 586 304 586 304 580 310 580 310 586 white_R /fg 305 585 305 581 309 581 309 585 305 585 305 581 309 581 309 585 black_B /fg 305 585 305 581 309 581 309 585 305 585 305 581 309 581 309 585 black_R /bg 324 586 324 580 330 580 330 586 324 586 324 580 330 580 330 586 white_R /fg 325 585 325 581 329 581 329 585 325 585 325 581 329 581 329 585 black_B /fg 325 585 325 581 329 581 329 585 325 585 325 581 329 581 329 585 black_R /bg 354 586 354 580 360 580 360 586 354 586 354 580 360 580 360 586 white_R /fg 355 585 355 581 359 581 359 585 355 585 355 581 359 581 359 585 black_B /fg 355 585 355 581 359 581 359 585 355 585 355 581 359 581 359 585 black_R /bg 375 586 375 580 381 580 381 586 375 586 375 580 381 580 381 586 white_R /fg 376 585 376 581 380 581 380 585 376 585 376 581 380 581 380 585 black_B /fg 376 585 376 581 380 581 380 585 376 585 376 581 380 581 380 585 black_R /bg 405 586 405 580 411 580 411 586 405 586 405 580 411 580 411 586 white_R /fg 406 585 406 581 410 581 410 585 406 585 406 581 410 581 410 585 black_B /fg 406 585 406 581 410 581 410 585 406 585 406 581 410 581 410 585 black_R /bg 436 586 436 580 442 580 442 586 436 586 436 580 442 580 442 586 white_R /fg 437 585 437 581 441 581 441 585 437 585 437 581 441 581 441 585 black_B /fg 437 585 437 581 441 581 441 585 437 585 437 581 441 581 441 585 black_R /bg 456 586 456 580 462 580 462 586 456 586 456 580 462 580 462 586 white_R /fg 457 585 457 581 461 581 461 585 457 585 457 581 461 581 461 585 black_B /fg 457 585 457 581 461 581 461 585 457 585 457 581 461 581 461 585 black_R /bg 487 586 487 580 493 580 493 586 487 586 487 580 493 580 493 586 white_R /fg 488 585 488 581 492 581 492 585 488 585 488 581 492 581 492 585 black_B /fg 488 585 488 581 492 581 492 585 488 585 488 581 492 581 492 585 black_R /bg 517 586 517 580 523 580 523 586 517 586 517 580 523 580 523 586 white_R /fg 518 585 518 581 522 581 522 585 518 585 518 581 522 581 522 585 black_B /fg 518 585 518 581 522 581 522 585 518 585 518 581 522 581 522 585 black_R /bg 547 586 547 580 553 580 553 586 547 586 547 580 553 580 553 586 white_R /fg 548 585 548 581 552 581 552 585 548 585 548 581 552 581 552 585 black_B /fg 548 585 548 581 552 581 552 585 548 585 548 581 552 581 552 585 black_R /bg 578 586 578 580 584 580 584 586 578 586 578 580 584 580 584 586 white_R /fg 579 585 579 581 583 581 583 585 579 585 579 581 583 581 583 585 black_B /fg 579 585 579 581 583 581 583 585 579 585 579 581 583 581 583 585 black_R /bg 608 586 608 580 614 580 614 586 608 586 608 580 614 580 614 586 white_R /fg 609 585 609 581 613 581 613 585 609 585 609 581 613 581 613 585 black_B /fg 609 585 609 581 613 581 613 585 609 585 609 581 613 581 613 585 black_R /bg 304 424 304 418 310 418 310 424 304 424 304 418 310 418 310 424 white_R /fg 305 423 305 419 309 419 309 423 305 423 305 419 309 419 309 423 black_B /fg 305 423 305 419 309 419 309 423 305 423 305 419 309 419 309 423 black_R /bg 324 424 324 418 330 418 330 424 324 424 324 418 330 418 330 424 white_R /fg 325 423 325 419 329 419 329 423 325 423 325 419 329 419 329 423 black_B /fg 325 423 325 419 329 419 329 423 325 423 325 419 329 419 329 423 black_R /bg 354 424 354 418 360 418 360 424 354 424 354 418 360 418 360 424 white_R /fg 355 423 355 419 359 419 359 423 355 423 355 419 359 419 359 423 black_B /fg 355 423 355 419 359 419 359 423 355 423 355 419 359 419 359 423 black_R /bg 375 424 375 418 381 418 381 424 375 424 375 418 381 418 381 424 white_R /fg 376 423 376 419 380 419 380 423 376 423 376 419 380 419 380 423 black_B /fg 376 423 376 419 380 419 380 423 376 423 376 419 380 419 380 423 black_R /bg 405 424 405 418 411 418 411 424 405 424 405 418 411 418 411 424 white_R /fg 406 423 406 419 410 419 410 423 406 423 406 419 410 419 410 423 black_B /fg 406 423 406 419 410 419 410 423 406 423 406 419 410 419 410 423 black_R /bg 436 424 436 418 442 418 442 424 436 424 436 418 442 418 442 424 white_R /fg 437 423 437 419 441 419 441 423 437 423 437 419 441 419 441 423 black_B /fg 437 423 437 419 441 419 441 423 437 423 437 419 441 419 441 423 black_R /bg 456 424 456 418 462 418 462 424 456 424 456 418 462 418 462 424 white_R /fg 457 423 457 419 461 419 461 423 457 423 457 419 461 419 461 423 black_B /fg 457 423 457 419 461 419 461 423 457 423 457 419 461 419 461 423 black_R /bg 487 424 487 418 493 418 493 424 487 424 487 418 493 418 493 424 white_R /fg 488 423 488 419 492 419 492 423 488 423 488 419 492 419 492 423 black_B /fg 488 423 488 419 492 419 492 423 488 423 488 419 492 419 492 423 black_R /bg 517 424 517 418 523 418 523 424 517 424 517 418 523 418 523 424 white_R /fg 518 423 518 419 522 419 522 423 518 423 518 419 522 419 522 423 black_B /fg 518 423 518 419 522 419 522 423 518 423 518 419 522 419 522 423 black_R /bg 547 424 547 418 553 418 553 424 547 424 547 418 553 418 553 424 white_R /fg 548 423 548 419 552 419 552 423 548 423 548 419 552 419 552 423 black_B /fg 548 423 548 419 552 419 552 423 548 423 548 419 552 419 552 423 black_R /bg 578 424 578 418 584 418 584 424 578 424 578 418 584 418 584 424 white_R /fg 579 423 579 419 583 419 583 423 579 423 579 419 583 419 583 423 black_B /fg 579 423 579 419 583 419 583 423 579 423 579 419 583 419 583 423 black_R /bg 608 424 608 418 614 418 614 424 608 424 608 418 614 418 614 424 white_R /fg 609 423 609 419 613 419 613 423 609 423 609 419 613 419 613 423 black_B /fg 609 423 609 419 613 419 613 423 609 423 609 419 613 419 613 423 black_R /bg 456 302 456 296 462 296 462 302 456 302 456 296 462 296 462 302 white_R /fg 457 301 457 297 461 297 461 301 457 301 457 297 461 297 461 301 black_B /fg 457 301 457 297 461 297 461 301 457 301 457 297 461 297 461 301 black_R /bg 375 302 375 296 381 296 381 302 375 302 375 296 381 296 381 302 white_R /fg 376 301 376 297 380 297 380 301 376 301 376 297 380 297 380 301 black_B /fg 376 301 376 297 380 297 380 301 376 301 376 297 380 297 380 301 black_R /bg 405 302 405 296 411 296 411 302 405 302 405 296 411 296 411 302 white_R /fg 406 301 406 297 410 297 410 301 406 301 406 297 410 297 410 301 black_B /fg 406 301 406 297 410 297 410 301 406 301 406 297 410 297 410 301 black_R /bg 487 302 487 296 493 296 493 302 487 302 487 296 493 296 493 302 white_R /fg 488 301 488 297 492 297 492 301 488 301 488 297 492 297 492 301 black_B /fg 488 301 488 297 492 297 492 301 488 301 488 297 492 297 492 301 black_R /bg 517 302 517 296 523 296 523 302 517 302 517 296 523 296 523 302 white_R /fg 518 301 518 297 522 297 522 301 518 301 518 297 522 297 522 301 black_B /fg 518 301 518 297 522 297 522 301 518 301 518 297 522 297 522 301 black_R /bg 547 302 547 296 553 296 553 302 547 302 547 296 553 296 553 302 white_R /fg 548 301 548 297 552 297 552 301 548 301 548 297 552 297 552 301 black_B /fg 548 301 548 297 552 297 552 301 548 301 548 297 552 297 552 301 black_R /bg 578 302 578 296 584 296 584 302 578 302 578 296 584 296 584 302 white_R /fg 579 301 579 297 583 297 583 301 579 301 579 297 583 297 583 301 black_B /fg 579 301 579 297 583 297 583 301 579 301 579 297 583 297 583 301 black_R /bg 456 190 456 184 462 184 462 190 456 190 456 184 462 184 462 190 white_R /fg 457 189 457 185 461 185 461 189 457 189 457 185 461 185 461 189 black_B /fg 457 189 457 185 461 185 461 189 457 189 457 185 461 185 461 189 black_R /bg 375 190 375 184 381 184 381 190 375 190 375 184 381 184 381 190 white_R /fg 376 189 376 185 380 185 380 189 376 189 376 185 380 185 380 189 black_B /fg 376 189 376 185 380 185 380 189 376 189 376 185 380 185 380 189 black_R /bg 405 190 405 184 411 184 411 190 405 190 405 184 411 184 411 190 white_R /fg 406 189 406 185 410 185 410 189 406 189 406 185 410 185 410 189 black_B /fg 406 189 406 185 410 185 410 189 406 189 406 185 410 185 410 189 black_R /bg 304 241 304 235 310 235 310 241 304 241 304 235 310 235 310 241 white_R /fg 305 240 305 236 309 236 309 240 305 240 305 236 309 236 309 240 black_B /fg 305 240 305 236 309 236 309 240 305 240 305 236 309 236 309 240 black_R /bg 324 241 324 235 330 235 330 241 324 241 324 235 330 235 330 241 white_R /fg 325 240 325 236 329 236 329 240 325 240 325 236 329 236 329 240 black_B /fg 325 240 325 236 329 236 329 240 325 240 325 236 329 236 329 240 black_R /bg 354 241 354 235 360 235 360 241 354 241 354 235 360 235 360 241 white_R /fg 355 240 355 236 359 236 359 240 355 240 355 236 359 236 359 240 black_B /fg 355 240 355 236 359 236 359 240 355 240 355 236 359 236 359 240 black_R /bg 375 241 375 235 381 235 381 241 375 241 375 235 381 235 381 241 white_R /fg 376 240 376 236 380 236 380 240 376 240 376 236 380 236 380 240 black_B /fg 376 240 376 236 380 236 380 240 376 240 376 236 380 236 380 240 black_R /bg 405 241 405 235 411 235 411 241 405 241 405 235 411 235 411 241 white_R /fg 406 240 406 236 410 236 410 240 406 240 406 236 410 236 410 240 black_B /fg 406 240 406 236 410 236 410 240 406 240 406 236 410 236 410 240 black_R /bg 436 241 436 235 442 235 442 241 436 241 436 235 442 235 442 241 white_R /fg 437 240 437 236 441 236 441 240 437 240 437 236 441 236 441 240 black_B /fg 437 240 437 236 441 236 441 240 437 240 437 236 441 236 441 240 black_R /bg 456 241 456 235 462 235 462 241 456 241 456 235 462 235 462 241 white_R /fg 457 240 457 236 461 236 461 240 457 240 457 236 461 236 461 240 black_B /fg 457 240 457 236 461 236 461 240 457 240 457 236 461 236 461 240 black_R /bg 487 241 487 235 493 235 493 241 487 241 487 235 493 235 493 241 white_R /fg 488 240 488 236 492 236 492 240 488 240 488 236 492 236 492 240 black_B /fg 488 240 488 236 492 236 492 240 488 240 488 236 492 236 492 240 black_R /bg 517 241 517 235 523 235 523 241 517 241 517 235 523 235 523 241 white_R /fg 518 240 518 236 522 236 522 240 518 240 518 236 522 236 522 240 black_B /fg 518 240 518 236 522 236 522 240 518 240 518 236 522 236 522 240 black_R /bg 547 241 547 235 553 235 553 241 547 241 547 235 553 235 553 241 white_R /fg 548 240 548 236 552 236 552 240 548 240 548 236 552 236 552 240 black_B /fg 548 240 548 236 552 236 552 240 548 240 548 236 552 236 552 240 black_R /bg 578 241 578 235 584 235 584 241 578 241 578 235 584 235 584 241 white_R /fg 579 240 579 236 583 236 583 240 579 240 579 236 583 236 583 240 black_B /fg 579 240 579 236 583 236 583 240 579 240 579 236 583 236 583 240 black_R /bg 608 241 608 235 614 235 614 241 608 241 608 235 614 235 614 241 white_R /fg 609 240 609 236 613 236 613 240 609 240 609 236 613 236 613 240 black_B /fg 609 240 609 236 613 236 613 240 609 240 609 236 613 236 613 240 black_R /bg 619 586 619 580 625 580 625 586 619 586 619 580 625 580 625 586 white_R /fg 620 585 620 581 624 581 624 585 620 585 620 581 624 581 624 585 black_B /fg 620 585 620 581 624 581 624 585 620 585 620 581 624 581 624 585 black_R /bg 619 241 619 235 625 235 625 241 619 241 619 235 625 235 625 241 white_R /fg 620 240 620 236 624 236 624 240 620 240 620 236 624 236 624 240 black_B /fg 620 240 620 236 624 236 624 240 620 240 620 236 624 236 624 240 black_R /bg 456 363 456 357 462 357 462 363 456 363 456 357 462 357 462 363 white_R /fg 457 362 457 358 461 358 461 362 457 362 457 358 461 358 461 362 black_B /fg 457 362 457 358 461 358 461 362 457 362 457 358 461 358 461 362 black_R /bg 375 363 375 357 381 357 381 363 375 363 375 357 381 357 381 363 white_R /fg 376 362 376 358 380 358 380 362 376 362 376 358 380 358 380 362 black_B /fg 376 362 376 358 380 358 380 362 376 362 376 358 380 358 380 362 black_R /bg 405 363 405 357 411 357 411 363 405 363 405 357 411 357 411 363 white_R /fg 406 362 406 358 410 358 410 362 406 362 406 358 410 358 410 362 black_B /fg 406 362 406 358 410 358 410 362 406 362 406 358 410 358 410 362 black_R /bg 487 363 487 357 493 357 493 363 487 363 487 357 493 357 493 363 white_R /fg 488 362 488 358 492 358 492 362 488 362 488 358 492 358 492 362 black_B /fg 488 362 488 358 492 358 492 362 488 362 488 358 492 358 492 362 black_R /bg 517 363 517 357 523 357 523 363 517 363 517 357 523 357 523 363 white_R /fg 518 362 518 358 522 358 522 362 518 362 518 358 522 358 522 362 black_B /fg 518 362 518 358 522 358 522 362 518 362 518 358 522 358 522 362 black_R /bg 547 363 547 357 553 357 553 363 547 363 547 357 553 357 553 363 white_R /fg 548 362 548 358 552 358 552 362 548 362 548 358 552 358 552 362 black_B /fg 548 362 548 358 552 358 552 362 548 362 548 358 552 358 552 362 black_R /bg 578 363 578 357 584 357 584 363 578 363 578 357 584 357 584 363 white_R /fg 579 362 579 358 583 358 583 362 579 362 579 358 583 358 583 362 black_B /fg 579 362 579 358 583 358 583 362 579 362 579 358 583 358 583 362 black_R /bg 426 363 426 357 432 357 432 363 426 363 426 357 432 357 432 363 white_R /fg 427 362 427 358 431 358 431 362 427 362 427 358 431 358 431 362 black_B /fg 427 362 427 358 431 358 431 362 427 362 427 358 431 358 431 362 black_R /bg 426 190 426 184 432 184 432 190 426 190 426 184 432 184 432 190 white_R /fg 427 189 427 185 431 185 431 189 427 189 427 185 431 185 431 189 black_B /fg 427 189 427 185 431 185 431 189 427 189 427 185 431 185 431 189 black_R /bg 487 190 487 184 493 184 493 190 487 190 487 184 493 184 493 190 white_R /fg 488 189 488 185 492 185 492 189 488 189 488 185 492 185 492 189 black_B /fg 488 189 488 185 492 185 492 189 488 189 488 185 492 185 492 189 black_R /bg 517 190 517 184 523 184 523 190 517 190 517 184 523 184 523 190 white_R /fg 518 189 518 185 522 185 522 189 518 189 518 185 522 185 522 189 black_B /fg 518 189 518 185 522 185 522 189 518 189 518 185 522 185 522 189 black_R /bg 547 190 547 184 553 184 553 190 547 190 547 184 553 184 553 190 white_R /fg 548 189 548 185 552 185 552 189 548 189 548 185 552 185 552 189 black_B /fg 548 189 548 185 552 185 552 189 548 189 548 185 552 185 552 189 black_R /bg 578 190 578 184 584 184 584 190 578 190 578 184 584 184 584 190 white_R /fg 579 189 579 185 583 185 583 189 579 189 579 185 583 185 583 189 black_B /fg 579 189 579 185 583 185 583 189 579 189 579 185 583 185 583 189 black_R 459 655 459 678 L 459 678 447 660 L 447 660 459 678 L 459 678 471 660 L 632 583 637 583 L 637 583 637 592 L 637 592 657 592 L 657 592 665 583 L 665 583 657 575 L 657 575 637 575 L 637 575 637 583 L 286 583 281 583 L 281 583 273 592 L 273 592 253 592 L 253 592 253 575 L 253 575 273 575 L 273 575 281 583 L 632 421 637 421 L 637 421 637 429 L 637 429 657 429 L 657 429 665 421 L 665 421 657 413 L 657 413 637 413 L 637 413 637 421 L 286 421 281 421 L 281 421 273 429 L 273 429 253 429 L 253 429 253 413 L 253 413 273 413 L 273 413 281 421 L 459 350 459 345 L 459 345 447 345 L 447 345 459 326 L 459 326 471 345 L 471 345 459 345 L 459 492 459 515 L 459 515 447 497 L 447 497 459 515 L 459 515 471 497 L 408 309 408 332 L 408 332 396 314 L 396 314 408 332 L 408 332 420 314 L 550 512 550 507 L 550 507 538 507 L 538 507 550 489 L 550 489 563 507 L 563 507 550 507 L 286 238 281 238 L 281 238 273 246 L 273 246 253 246 L 253 246 253 230 L 253 230 273 230 L 273 230 281 238 L 632 563 637 563 L 637 563 637 571 L 637 571 657 571 L 657 571 665 563 L 665 563 657 555 L 657 555 637 555 L 637 555 637 563 L 632 238 637 238 L 637 238 637 246 L 637 246 657 246 L 657 246 665 238 L 665 238 657 230 L 657 230 637 230 L 637 230 637 238 L 632 218 637 218 L 637 218 637 226 L 637 226 657 226 L 657 226 665 218 L 665 218 657 210 L 657 210 637 210 L 637 210 637 218 L 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 517 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 507 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 497 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 487 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 477 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 467 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 457 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 446 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 436 moveto (W=8.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 517 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 507 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 497 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 487 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 477 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 467 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 457 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 446 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 436 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 599 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 609 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 619 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 629 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 639 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 650 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 660 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 670 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 256 680 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 599 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 609 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 619 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 629 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 639 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 650 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 660 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 670 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 680 moveto (W=2.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 439 685 moveto (vdd0) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 672 573 moveto (sa_en_poly) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 63 573 moveto (sense_enable_low_IN) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 672 411 moveto (wPC_low) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 164 411 moveto (wPC_IN) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 469 330 moveto (gnd1) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 479 492 moveto (vdd4) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 357 319 moveto (vdd1) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 561 492 moveto (gnd0) show 0 0 0 setrgbcolor /Courier findfont 29 scalefont setfont 418 713 moveto (wIOdr) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 256 695 moveto (PMOS) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 622 695 moveto (NMOS) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 246 533 moveto (PMOS) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 622 533 moveto (NMOS) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 335 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 324 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 314 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 304 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 294 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 284 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 274 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 263 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 246 253 moveto (W=5.6 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 335 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 324 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 314 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 304 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 294 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 284 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 274 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 263 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 622 253 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 63 228 moveto (latch_enable_low_IN) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 672 553 moveto (sa_en_met) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 672 228 moveto (lat_en_poly) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 672 208 moveto (lat_en_met) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 246 350 moveto (PMOS) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 622 350 moveto (NMOS) show /bg 164 321 164 319 166 319 166 321 164 321 164 319 166 319 166 321 white_B /bg 164 322 164 319 167 319 167 322 164 322 164 319 167 319 167 322 white_B /bg 164 323 164 319 168 319 168 323 164 323 164 319 168 319 168 323 white_B 163 325 163 313 L 164 325 164 313 L 165 325 165 313 L 158 320 170 320 L 158 319 170 319 L 158 318 170 318 L rgb_fg 158 319 170 319 L 164 325 164 313 L /fg 164 322 164 319 167 319 167 322 164 322 164 319 167 319 167 322 black_B showpage