/cp {closepath} bind def
/ef {eofill} 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} bind def
/tr {translate} bind def
/tnt {dup dup currentrgbcolor
4 -2 roll dup 1 exch sub 3 -1 roll mul add
4 -2 roll dup 1 exch sub 3 -1 roll mul add
4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
bind def
/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
4 -2 roll mul srgb} bind def
/DrawEllipse {
/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
closepath
savematrix setmatrix
} def
/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
/$F2psEnd {$F2psEnteredState restore end} def
$F2psBegin
10 setmiterlimit
0.06000 0.06000 sc
%
% Fig objects follow
%
7.500 slw
% Ellipse
n 2400 2700 600 600 0 360 DrawEllipse gs col0 s gr
% Ellipse
n 5400 2700 600 600 0 360 DrawEllipse gs col0 s gr
% Ellipse
n 3900 4800 600 600 0 360 DrawEllipse gs col0 s gr
% Polyline
n 2400 3300 m
3300 4800 l gs col0 s gr
% Polyline
n 3000 2700 m
4800 2700 l gs col0 s gr
% Polyline
n 4500 4800 m
5400 3300 l gs col0 s gr
/Times-Roman ff 240.00 scf sf
2400 2700 m
gs 1 -1 sc (CA) col0 sh gr
/Times-Roman ff 240.00 scf sf
5400 2700 m
gs 1 -1 sc (CB) col0 sh gr
/Times-Roman ff 240.00 scf sf
3900 4800 m
gs 1 -1 sc (CC) col0 sh gr
/Times-Roman ff 240.00 scf sf
3600 2700 m
gs 1 -1 sc (AB) col0 sh gr
/Times-Roman ff 240.00 scf sf
4800 3900 m
gs 1 -1 sc (BC) col0 sh gr
/Times-Roman ff 240.00 scf sf
2700 3900 m
gs 1 -1 sc (AC) col0 sh gr
$F2psEnd
rs