[BACK]Return to n1n4.eps CVS log [TXT][DIR] Up to [Development] / failsafe / FailSafe-books / LnxFailSafe_AG / figures

File: [Development] / failsafe / FailSafe-books / LnxFailSafe_AG / figures / n1n4.eps (download)

Revision 1.1, Wed Nov 29 22:06:58 2000 UTC (16 years, 10 months ago) by vasa
Branch: MAIN
CVS Tags: HEAD

New documentation files (figures) for the Admin. Guide

%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Adobe Illustrator(TM) 5.0
%%AI8_CreatorVersion: 9.0
%%For: (Chrystie Danzer) (SGI)
%%Title: (n1n4.eps)
%%CreationDate: 8/30/00 9:05 AM
%%BoundingBox: 91 248 551 515
%%HiResBoundingBox: 91.0127 248.3018 550.4229 514.124
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%DocumentFonts: Helvetica
%%DocumentNeededFonts: Helvetica
%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0
%%+ procset Adobe_typography_AI5 1.0 0
%%+ procset Adobe_blend_AI5 1.0 0
%%+ procset Adobe_Illustrator_AI5 1.0 0
%%+ procset Adobe_pattern_AI5 1.0 0
%AI5_FileFormat 1.1
%AI3_ColorUsage: Color
%%DocumentCustomColors: (dark blue)
%%+ (dark purple)
%%+ (rust)
%%CMYKCustomColor: 0 0 0 1 (custom black)
%%+ 1 0.5 0 0.35 (dark blue)
%%+ 0.75 1 0 0 (dark purple)
%%+ 0 0.75 1 0.35 (rust)
%AI3_TemplateBox: 306 396 306 396
%AI3_TileBox: -5 5 581 772
%AI3_DocumentPreview: Header
%AI5_ArtSize: 612 792
%AI5_RulerUnits: 2
%AI5_ArtFlags: 1 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 2
%AI5_OpenToView: 198 649.3333 1 1012 671 18 0 1 10 67 0 0
%AI5_OpenViewLayers: 77
%%PageOrigin:-5 5
%%AI3_PaperRect:-13 780 599 -12
%%AI3_Margin:13 -13 -13 12
%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%%EndComments
%%BeginProlog
%%BeginResource: procset Adobe_level2_AI5 1.2 0
%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
%%Version: 1.2 0
%%CreationDate: (04/10/93) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
userdict /Adobe_level2_AI5 26 dict dup begin
	put
	/packedarray where not
	{
		userdict begin
		/packedarray
		{
			array astore readonly
		} bind def
		/setpacking /pop load def
		/currentpacking false def
	 end
		0
	} if
	pop
	userdict /defaultpacking currentpacking put true setpacking
	/initialize
	{
		Adobe_level2_AI5 begin
	} bind def
	/terminate
	{
		currentdict Adobe_level2_AI5 eq
		{
		 end
		} if
	} bind def
	mark
	/setcustomcolor where not
	{
		/findcmykcustomcolor
		{
			(AI8_CMYK_CustomColor)
			6 packedarray
		} bind def
		/findrgbcustomcolor
		{
			(AI8_RGB_CustomColor)
			5 packedarray
		} bind def
		/setcustomcolor
		{
			exch 
			aload pop dup
			(AI8_CMYK_CustomColor) eq
			{
				pop pop
				4
				{
					4 index mul
					4 1 roll
				} repeat
				5 -1 roll pop
				setcmykcolor
			}
			{
				dup (AI8_RGB_CustomColor) eq
				{
					pop pop
					3
					{
						1 exch sub
						3 index mul 
						1 exch sub
						3 1 roll
					} repeat
					4 -1 roll pop
					setrgbcolor
				}
				{
					pop
					4
					{
						4 index mul 4 1 roll
					} repeat
					5 -1 roll pop
					setcmykcolor
				} ifelse
			} ifelse
		}
		def
	} if
	/setAIseparationgray
	{
		false setoverprint
		0 setgray
		/setseparationgray where{
			pop setseparationgray
		}{
			/setcolorspace where{
				pop
				[/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace
				1 exch sub setcolor
			}{
				setgray
			}ifelse
		}ifelse
	} def
	
	/gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def
	userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put
	userdict /level2?
	systemdict /languagelevel known dup
	{
		pop systemdict /languagelevel get 2 ge
	} if
	put
/level2ScreenFreq
{
 begin
		60
		HalftoneType 1 eq
		{
			pop Frequency
		} if
		HalftoneType 2 eq
		{
			pop GrayFrequency
		} if
		HalftoneType 5 eq
		{
			pop Default level2ScreenFreq
		} if
 end
} bind def
userdict /currentScreenFreq  
	level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put
level2? not
	{
		/setcmykcolor where not
		{
			/setcmykcolor
			{
				exch .11 mul add exch .59 mul add exch .3 mul add
				1 exch sub setgray
			} def
		} if
		/currentcmykcolor where not
		{
			/currentcmykcolor
			{
				0 0 0 1 currentgray sub
			} def
		} if
		/setoverprint where not
		{
			/setoverprint /pop load def
		} if
		/selectfont where not
		{
			/selectfont
			{
				exch findfont exch
				dup type /arraytype eq
				{
					makefont
				}
				{
					scalefont
				} ifelse
				setfont
			} bind def
		} if
		/cshow where not
		{
			/cshow
			{
				[
				0 0 5 -1 roll aload pop
				] cvx bind forall
			} bind def
		} if
	} if
	cleartomark
	/anyColor?
	{
		add add add 0 ne
	} bind def
	/testColor
	{
		gsave
		setcmykcolor currentcmykcolor
		grestore
	} bind def
	/testCMYKColorThrough
	{
		testColor anyColor?
	} bind def
	userdict /composite?
	1 0 0 0 testCMYKColorThrough
	0 1 0 0 testCMYKColorThrough
	0 0 1 0 testCMYKColorThrough
	0 0 0 1 testCMYKColorThrough
	and and and
	put
	composite? not
	{
		userdict begin
		gsave
		/cyan? 1 0 0 0 testCMYKColorThrough def
		/magenta? 0 1 0 0 testCMYKColorThrough def
		/yellow? 0 0 1 0 testCMYKColorThrough def
		/black? 0 0 0 1 testCMYKColorThrough def
		grestore
		/isCMYKSep? cyan? magenta? yellow? black? or or or def
		/customColor? isCMYKSep? not def
	 end
	} if
 end defaultpacking setpacking
%%EndResource
%%BeginResource: procset Adobe_typography_AI5 1.0 1
%%Title: (Typography Operators)
%%Version: 1.0 1
%%CreationDate:(03/26/93) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_typography_AI5 54 dict dup begin
put
/initialize
{
 begin
 begin
	Adobe_typography_AI5 begin
	Adobe_typography_AI5
	{
		dup xcheck
		{
			bind
		} if
		pop pop
	} forall
 end
 end
 end
	Adobe_typography_AI5 begin
} def
/terminate
{
	currentdict Adobe_typography_AI5 eq
	{
	 end
	} if
} def
/modifyEncoding
{
	/_tempEncode exch ddef
	/_pntr 0 ddef
	{
		counttomark -1 roll
		dup type dup /marktype eq
		{
			pop pop exit
		}
		{
			/nametype eq
			{
				_tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll
				put
			}
			{
				/_pntr exch ddef
			} ifelse
		} ifelse
	} loop
	_tempEncode
} def
/TE
{
	StandardEncoding 256 array copy modifyEncoding
	/_nativeEncoding exch def
} def
%
/TZ
{
	dup type /arraytype eq
	{
		/_wv exch def
	}
	{
		/_wv 0 def
	} ifelse
	/_useNativeEncoding exch def
	pop pop
	findfont _wv type /arraytype eq
	{
		_wv makeblendedfont
	} if
	dup length 2 add dict
 begin
	mark exch
	{
		1 index /FID ne
		{
			def
		} if
		cleartomark mark
	} forall
	pop
	/FontName exch def
	counttomark 0 eq
	{
		1 _useNativeEncoding eq
		{
			/Encoding _nativeEncoding def
		} if
		cleartomark
	}
	{
		/Encoding load 256 array copy
		modifyEncoding /Encoding exch def
	} ifelse
	FontName currentdict
 end
	definefont pop
} def
/tr
{
	_ax _ay 3 2 roll
} def
/trj
{
	_cx _cy _sp _ax _ay 6 5 roll
} def
/a0
{
	/Tx
	{
		dup
		currentpoint 3 2 roll
		tr _psf
		newpath moveto
		tr _ctm _pss
	} ddef
	/Tj
	{
		dup
		currentpoint 3 2 roll
		trj _pjsf
		newpath moveto
		trj _ctm _pjss
	} ddef
} def
/a1
{
	/Tx
	{
		dup currentpoint 4 2 roll gsave
		dup currentpoint 3 2 roll
		tr _psf
		newpath moveto
		tr _ctm _pss
		grestore 3 1 roll moveto tr sp
	} ddef
	/Tj
	{
		dup currentpoint 4 2 roll gsave
		dup currentpoint 3 2 roll
		trj _pjsf
		newpath moveto
		trj _ctm _pjss
		grestore 3 1 roll moveto tr jsp
	} ddef
} def
/e0
{
	/Tx
	{
		tr _psf
	} ddef
	/Tj
	{
		trj _pjsf
	} ddef
} def
/e1
{
	/Tx
	{
		dup currentpoint 4 2 roll gsave
		tr _psf
		grestore 3 1 roll moveto tr sp
	} ddef
	/Tj
	{
		dup currentpoint 4 2 roll gsave
		trj _pjsf
		grestore 3 1 roll moveto tr jsp
	} ddef
} def
/i0
{
	/Tx
	{
		tr sp
	} ddef
	/Tj
	{
		trj jsp
	} ddef
} def
/i1
{
	W N
} def
/o0
{
	/Tx
	{
		tr sw rmoveto
	} ddef
	/Tj
	{
		trj swj rmoveto
	} ddef
} def
/r0
{
	/Tx
	{
		tr _ctm _pss
	} ddef
	/Tj
	{
		trj _ctm _pjss
	} ddef
} def
/r1
{
	/Tx
	{
		dup currentpoint 4 2 roll currentpoint gsave newpath moveto
		tr _ctm _pss
		grestore 3 1 roll moveto tr sp
	} ddef
	/Tj
	{
		dup currentpoint 4 2 roll currentpoint gsave newpath moveto
		trj _ctm _pjss
		grestore 3 1 roll moveto tr jsp
	} ddef
} def
/To
{
	pop _ctm currentmatrix pop
} def
/TO
{
	iTe _ctm setmatrix newpath
} def
/Tp
{
	pop _tm astore pop _ctm setmatrix
	_tDict begin
	/W
	{
	} def
	/h
	{
	} def
} def
/TP
{
 end
	iTm 0 0 moveto
} def
/Tr
{
	_render 3 le
	{
		currentpoint newpath moveto
	} if
	dup 8 eq
	{
		pop 0
	}
	{
		dup 9 eq
		{
			pop 1
		} if
	} ifelse
	dup /_render exch ddef
	_renderStart exch get load exec
} def
/iTm
{
	_ctm setmatrix _tm concat 0 _rise translate _hs 1 scale
} def
/Tm
{
	_tm astore pop iTm 0 0 moveto
} def
/Td
{
	_mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto
} def
/iTe
{
	_render -1 eq
	{
	}
	{
		_renderEnd _render get dup null ne
		{
			load exec
		}
		{
			pop
		} ifelse
	} ifelse
	/_render -1 ddef
} def
/Ta
{
	pop
} def
/Tf
{
	dup 1000 div /_fScl exch ddef
%
	selectfont
} def
/Tl
{
	pop
	0 exch _leading astore pop
} def
/Tt
{
	pop
} def
/TW
{
	3 npop
} def
/Tw
{
	/_cx exch ddef
} def
/TC
{
	3 npop
} def
/Tc
{
	/_ax exch ddef
} def
/Ts
{
	/_rise exch ddef
	currentpoint
	iTm
	moveto
} def
/Ti
{
	3 npop
} def
/Tz
{
	100 div /_hs exch ddef
	iTm
} def
/TA
{
	pop
} def
/Tq
{
	pop
} def
/Th
{
	pop pop pop pop pop
} def
/TX
{
	pop
} def
/Tk
{
	exch pop _fScl mul neg 0 rmoveto
} def
/TK
{
	2 npop
} def
/T*
{
	_leading aload pop neg Td
} def
/T*-
{
	_leading aload pop Td
} def
/T-
{
	_ax neg 0 rmoveto
	_hyphen Tx
} def
/T+
{
} def
/TR
{
	_ctm currentmatrix pop
	_tm astore pop
	iTm 0 0 moveto
} def
/TS
{
	currentfont 3 1 roll
	/_Symbol_ _fScl 1000 mul selectfont
	
	0 eq
	{
		Tx
	}
	{
		Tj
	} ifelse
	setfont
} def
/Xb
{
	pop pop
} def
/Tb /Xb load def
/Xe
{
	pop pop pop pop
} def
/Te /Xe load def
/XB
{
} def
/TB /XB load def
currentdict readonly pop
end
setpacking
%%EndResource
%%BeginResource: procset Adobe_blend_AI5 1.4 0
%%Title: (Adobe Illustrator (R) Version 5.0 Blend ProcSet)
%%Version: 1.4 0
%%CreationDate: (11/19/93) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
userdict /defaultpacking currentpacking put true setpacking
userdict /Adobe_blend_AI5 70 dict dup begin
put
/bd
{
	bind def
} bind def
/xs
{
	exch store
} bd
/nullProc
{
	{
	}
} def
/initialize
{
	pop pop
	Adobe_blend_AI5 begin
		Adobe_blend_AI5_vars begin
			/_contoneDevice where
			{
				pop
			}
			{
				/_contoneDevice false def	
			} ifelse
					
			/_dpiThreshold where
			{
				pop
			}
			{	
				/_dpiThreshold 600 def
			} ifelse
			
			/_screenFreqThreshold where
			{
				pop
			}
			{	
				/_screenFreqThreshold 150 def
			} ifelse
			
			/tRectOK? deviceDPI _dpiThreshold le currentScreenFreq _screenFreqThreshold le and _contoneDevice not and def
	/invertXfer
	{
		[
		{
			1 exch sub
				} /exec load systemdict/currenttransfer get exec /exec load
				] cvx systemdict/settransfer get exec
			} bd
			/spotDict 3 dict dup begin
				/nSpots 2 def
				/spot1 7 dict def
				/spot2 7 dict def
		 end
			def
			composite?
			{
				/_setgray_ /setgray load def
				/_fill_ /fill load def
				/_image_ /image load def
			}
			{
				/_setgray_ systemdict/setgray get def
				/_fill_ systemdict/fill get def
				/_image_ systemdict/image get def
			} ifelse
		} bd
		/terminate
		{
			currentdict Adobe_blend_AI5_vars eq
			{
		 end
			currentdict Adobe_blend_AI5 eq
			{
		 end
		} if
	} if
} bd
/_compositeSpotDevice where
{
 begin
		_compositeSpotDevice 0 ne {userdict /composite? true put} if
 end
}
{
	/_compositeSpotDevice 0 def	
} ifelse
	
/nullString () def
/d255 256 array def
0 1 255
{
	d255 exch dup 255 div put
} bind for
/d255- 256 array def
0 1 255
{
	d255- exch 1 d255 2 index get sub put
} bind for
/dUserSpace matrix defaultmatrix def
currentdict /Adobe_blend_AI5_vars 89 dict dup begin
put
{
	/f /F /s /S /b /B
}
{
	null def
} bind forall
/byte 1 string def
/sSave null def
/setSSave
{
	save /sSave exch store
} bind def
/Bm null def
/doBlend null def
/startC? false def
/endC? false def
/fCMYK? null def
/startTint 0 def
/endTint 0 def
/bSMatrix matrix def
/bUMatrix matrix def
/dMatrix matrix def
/inLine? true def
/pTState? false def
/bHi? false def
/yHi 0 def
/xHi 0 def
/noImg /lv1Fix where
{
	pop lv1Fix
}
{
	false
} ifelse
def
/ccAry1 5 array def
/ccTint 0 def
/spotColor? false def
/colorimage? true def
[
/tint1Data
/tint2Data
/spotDict
/bAxis
/ubAxis
/pChange
/optimize?
/nSamples
/sInc
/blendProc
/_bn
/xBCInc
/yBCInc
/bInc
/bRender
/cBName
/cBType
/nColors
/color?
/blend?
/colorType
/cData
/cDataLen
/bDataLen
/rampPoint
/midPoint
/endPoint
/blendLength
/blackData
/yeData
/mgData
/cyData
/cnt1
/ndx
/_fill
/tmp
counttomark
{
	null def
} bind
repeat
pop
currentdict
end
currentdict
end
exch
begin
begin
/unitSq
{
	0 0 moveto 0 1 lineto 1 1 lineto 1 0 lineto closepath
} bd
/gMark
{
	counttomark 2 add -1 roll
} bd
/setCustomColor
{
	dup /ccTint exch store
	1 exch sub 6 1 roll
	ccAry1 astore
	exch setcustomcolor
} bd
/currentCustomColor
{
	ccAry1 aload pop ccTint
} bd
/nsetcustomcolor where 
{
	pop
}
{
	/nsetcustomcolor
	{
		pop setcmykcolor	
	} bd
} ifelse
/nsetcustomcolorend where 
{
	pop
}
{
	/nsetcustomcolorend
	{
	} bd
} ifelse
/setBSpace
{
	newpath bUMatrix astore concat unitSq
} bd
/setCStop
{
	dup 0 eq
	{
		pop
		
		spotColor?
			{
			dup 1 exch sub /ccTint exch def
			ccAry1 4 /Black put
			} if
		setgray
	}
	{
		1 eq
		{
			setcmykcolor
		}
		{
			composite? not colorType 2 lt and
			{
				forceCMYK
			}
			{
				setCustomColor
			} ifelse
		} ifelse
	} ifelse
} bd
/makeByte
{
	/tmp 0 store
	255 mul cvi
	8 string 8
	{
		dup tmp 3 index put /tmp tmp 1 add store
	} repeat
	exch pop
} bd
/setImgSpace
{
	cDataLen 1 8
	2 index 0 0 1 0 0 dMatrix astore
} bd
/bwImage
{
	setImgSpace cData /_image_ load
	{
		exec
	} stopped
	{
		$error /errorname get /undefinedresult ne
		{
			stop
		}
		{
			pop pop pop pop pop
		} ifelse
	} if
} bd
level2?
{
	/bFill
	{
		_fill
	} def
	/bCImg
	{
		/cDataLen bDataLen store
		setImgSpace
		setSSave
		expandSpot
		cyData mgData yeData cData
		expandCMYK
		true 4 spotDict
		{
			ncolorimage
		} stopped
		{
			$error /errorname get /undefinedresult ne
			{
				stop
			}
			{
				10
				{
					pop
				} repeat
			} ifelse
		} if
		sSave restore
	} bd
} if
/expandOne
{
			dup type /stringtype ne
			{
				cDataLen string
				exch
				dup 0 ne
				{
					255 mul cvi
					0 1 cDataLen 1 sub
					{
						3 copy
						exch put pop
					} for
				} if
				pop
			} if
} bd
/expandSpot
{
	spotColor?
	{
		spotDict begin
			spot1 begin
				tintImage type /nulltype ne
				{
					tintImage expandOne /tintImage exch def
				} if
		  end
			spot2 begin
				tintImage type /nulltype ne
				{
					tintImage expandOne /tintImage exch def
				} if
		  end
	 end
	} if
} bd
/expandCMYK
{
	4
	{
		expandOne 4 1 roll
	} repeat
} bd
/colorimage where dup
{
	exch pop
	
	/ncolorimage where
	{
		pop
	}
	{
		/ncolorimage {pop colorimage} bd
	} ifelse
} if
not
{
	/ncolorimage where 
	{
		pop
	}
	{
		/colorimage? false store
		/ncolorimage
		{
			pop pop pop
	
		setSSave
		/blackData xs
		/yeData xs
		/mgData xs
		/cyData xs
		/cnt1 0 store
		[
		byte dup 0
		cyData dup type /stringtype eq
		{
			/cnt1 cvx /get cvx d255 /exch cvx /get cvx .3 /mul cvx
		}
		{
			.3 mul
		} ifelse
		mgData dup type /stringtype eq
		{
			/cnt1 cvx /get cvx d255 /exch cvx /get cvx .59 /mul cvx
		}
		{
			.59 mul
		} ifelse
		yeData dup type /stringtype eq
		{
			/cnt1 cvx /get cvx d255 /exch cvx /get cvx .11 /mul cvx
		}
		{
			.11 mul
		} ifelse
		blackData dup type /stringtype eq
		{
			/cnt1 cvx /get cvx d255 /exch cvx /get cvx
		} if
		/add cvx /add cvx /add cvx 1 /exch cvx /sub cvx
		/dup cvx 0 /lt cvx
		{
			pop 0
		} /if cvx
		/dup cvx 1 /gt cvx
		{
			pop 1
		} /if cvx
		255 /mul cvx /cvi cvx
		256 /mod cvx
		/dup cvx 0 /lt cvx
		{
			pop 0
		} /if cvx
		/put cvx
		/cnt1 dup cvx 1 /add cvx /store cvx
		] cvx
		bind
			_image_ 
		sSave restore
	} bd
	} ifelse
} if
level2? not
{
	/bCImg
	{
		/cDataLen bDataLen store
		setImgSpace
		setSSave
		expandSpot
		cyData mgData yeData cData
		colorimage? 
		{
			expandCMYK
		} if
		true 4 spotDict
		{
			ncolorimage
		} stopped
		{
			$error /errorname get /undefinedresult ne
			{
				stop
			}
			{
				10
				{
					pop
				} repeat
			} ifelse
		} if
		sSave restore
	} bd
	/bwFill
	{
		setSSave
		/cDataLen 8 store
		/cData currentgray makeByte store
		bwImage
		sSave restore
	} bd
	/c1ImgFill
	{
		setSSave
		/cDataLen 8 store
		setImgSpace
		spotColor?
		{
			spotDict begin
				spot1 begin
					currentCustomColor makeByte /tintImage exch def
					/name exch def
					/spot_K exch def
					/spot_Y exch def
					/spot_M exch def
					/spot_C exch def
			 end
				spot2 initSpotData
		 end
		} if
		currentcmykcolor
		4
		{
			makeByte 4 1 roll
		} repeat
		true 4 spotDict
		{
			ncolorimage
		} stopped
		{
			$error /errorname get /undefinedresult ne
			{
				stop
			}
			{
				10
				{
					pop
				} repeat
			} ifelse
		} if
		sSave restore
	} bd
	/bFill
	noImg
	{
		{
			_fill
		}
	}
	{
		{
			color?
			{
				c1ImgFill
			}
			{
				bwFill
			} ifelse
		}
	} ifelse
	bd
} if
composite?
{
	/bCFun
	{
		color?
		{
			cyData dup type /stringtype eq
			{
				/ndx cvx /get cvx d255 /exch cvx /get cvx
			} if
			mgData dup type /stringtype eq
			{
				/ndx cvx /get cvx d255 /exch cvx /get cvx
			} if
			yeData dup type /stringtype eq
			{
				/ndx cvx /get cvx d255 /exch cvx /get cvx
			} if
			cData dup type /stringtype eq
			{
				/ndx cvx /get cvx d255 /exch cvx /get cvx
			} if
			spotColor?
			{
				spotDict begin
					/spotDict cvx /begin cvx
					spot1 begin
						tintImage dup type /stringtype eq
						{
							/ndx cvx /get cvx d255- /exch cvx /get cvx
						}
						{
							dup type /nulltype ne 
							{
								name type /nametype ne {1 exch sub} if
							} if
						} ifelse
				 end
					/spot1 cvx /tintValue 3 -1 /roll cvx /put cvx
					spot2 begin
						tintImage dup type /stringtype eq
						{
							/ndx cvx /get cvx d255- /exch cvx /get cvx
						}
						{
							dup type /nulltype ne 
							{
								name type /nametype ne {1 exch sub} if
							} if
						} ifelse
				 end
					/spot2 cvx /tintValue 3 -1 /roll cvx /put cvx
					/end cvx
			 end
				/spotDict cvx
				/nsetcustomcolor cvx
			}
			{
				/setcmykcolor cvx
			} ifelse
		}
		{
			cData /ndx cvx /get cvx
			d255 /exch cvx /get cvx
			/setgray cvx
		} ifelse
	} bd
	/Bc
	{
		newpath
		gsave
		setBSpace
		nColors 1 eq
		{
			pop pop
			setCStop
		} if
		bFill
		grestore
	} bd
	/linealBm
	{
		/nColors dup load 1 sub store
		newpath
		gsave
		setBSpace
		blend?
		{
			linImg
		}
		{
			bFill
		} ifelse
		grestore
		nColors 1 gt
		{
			getRData
		} if
	} bd
	/rdBm
	{
		/nColors dup load 1 sub store
		_fill
		gsave
		bUMatrix astore concat
		bHi?
		{
			xHi yHi bUMatrix idtransform /yHi exch store /xHi exch store
			rampPoint 1 lt
			{
				1 rampPoint sub dup xHi mul exch yHi mul translate
			} if
		} if
		nColors
		{
			0 0 rampPoint 0 360 arc
			_fill
			blend? bHi? or
			{
				rdBlend
			} if
			nColors 1 gt
			{
				getRData
			} if
			/nColors dup load 1 sub store
		} repeat
		/nColors 1 store
		grestore
	} bd
	/cGetRData
	{
		setCStop
		/blend?
		cData type /stringtype eq
		dup not color? and
		{
			pop
			cyData type /stringtype eq
			mgData type /stringtype eq
			yeData type /stringtype eq
			or or
		} if
		store
	} def
	/cGetRData
} if
/eCStop
{
	mark
	1 index 3 mul 3 add dup 8 gt
	{
		pop 8
	} if
	1 roll
	cleartomark
} bd
composite? not
{
	/knockOut
	level2?
	{
		{
			0 0 0 0 setcmykcolor _fill
		}
	}
	{
		/bFill noImg
		{
			{
				_fill
			}
		}
		{
			{
				_of true eq
				{
					currentgray 1 ne
					{
						bwFill
					} if
				}
				{
					bwFill
				} ifelse
			}
		} ifelse
		def
		/whiteByte 1 makeByte def
		noImg
		{
			{
				0 0 0 0 setcmykcolor _fill
			}
		}
		{
			{
				cBType 0 eq
				{
					setSSave
					/cData whiteByte store
					/cDataLen 8 store
					bwImage
					sSave restore
				}
				{
					_fill
				} ifelse
			}
		} ifelse
	} ifelse
	bd
	/bCFun
	{
		cData dup type /stringtype ne
		{
			color?
			{
				1 exch sub
			} if
		}
		{
			/ndx cvx /get cvx
			color? customColor? not and
			{
				d255-
			}
			{
				d255
			} ifelse
			/exch cvx /get cvx
		} ifelse
		/_setgray_ cvx
	} bd
	/eCCBlend
	{
		dup 3 eq
		{
			pop
			mark 7 1 roll
			6 copy ccThrough? dup /blend? xs
			{
				/startC? true store
				setCustomColor
				customColor?
				{
					/cData tint1Data store
					setCDataLen
				} if
				/endC?
				3 index 3 eq
				{
					4 index 1 ne
				}
				{
					false
				} ifelse
				store
			} if
			cleartomark
			stop
		} if
		1 eq
		{
			pop pop pop
		} if
		pop
		/startC? false store
		6
		{
			8 index
		} repeat
		ccThrough? dup /blend? xs
		{
			/endC? true store
			blend? not
			{
				stop
			} if
			customColor?
			{
				/cData tint1Data store
				setCDataLen
			} if
		} if
	} bd
	/handleOP
	{
		_of not
		{
			knockOut
		} if
	} bd
	/handleROP
	{
		_of not
		{
			0 0 0 0 setcmykcolor _fill
		}
		{
			newpath	
		} ifelse
	} bd
	/rdBm
	{
		/nColors dup load 1 sub store
		blend? 
		{
			_fill
		}
		{
			handleROP
		} ifelse
		gsave
		bUMatrix astore concat
		bHi?
		{
			xHi yHi bUMatrix idtransform /yHi exch store /xHi exch store
			rampPoint 1 lt
			{
				1 rampPoint sub dup xHi mul exch yHi mul translate
			} if
		} if
		nColors
		{
			0 0 rampPoint 0 360 arc
			blend?
			{
				cData type /stringtype ne bHi? not and
				{
					cData color?
					{
						1 exch sub
					} if
					_setgray_ 
					_fill_ 
				}
				{
					cData type /stringtype ne
					{
						/cDataLen 1 store
						/bDataLen 1 store
					} if
					rdBlend
				} ifelse
			}
			{
				
				handleROP
				
				pTState?
				{
					/bAxis rampPoint endPoint sub store
					xHi bAxis mul yHi bAxis mul translate
				} if
			} ifelse
				
			nColors 1 gt
			{
				getRData
			} if
			/nColors dup load 1 sub store
		} repeat
		/nColors 1 store
		grestore
	} bd
	/ccThrough?
	{
		gsave
		pop 0 setCustomColor
		currentcmykcolor
		grestore
		anyColor?
	} bd
	/forceCMYK
	{
		exch pop
		1 exch sub 5 1 roll
		4
		{
			4 index mul 4 1 roll
		} repeat
		0
		cCMYKData dup /cData ne
		{
			dup /yeData eq
			{
				pop 1 add
			}
			{
				/mgData eq
				{
					2
				}
				{
					3
				} ifelse
				add
			} ifelse
			0
		} if
		pop
		index
		0 eq
		{
			pop pop pop pop 0 0 0 0
		} if
		setcmykcolor
		pop
		/fCMYK? true store
	} bd
	/endCapSepBc
	{
		pop pop
		dup 0 eq
		{
			pop
			setgray
		}
		{
			1 eq
			{
				setcmykcolor
			}
			{
				colorType 1 eq
				{
					forceCMYK
				}
				{
					fCMYK?
					{
						forceCMYK
					}
					{
						setCustomColor
					} ifelse
				} ifelse
			} ifelse
		} ifelse
		currentcmykcolor anyColor? 
		blend? and
		{
			bFill
		}
		{
			handleOP
		} ifelse
		
	} bd
} if
/cCMYKData 0 def
composite? dup not
{
	pop customColor?
} if
not
{
	/cCMYKData
	/cyData /mgData /yeData /cData
	black? not
	{
		yellow?
		{
			exch
		}
		{
			magenta?
			{
				3
			}
			{
				4
			} ifelse
			-1 roll
		} ifelse
	} if
	4 1 roll pop pop pop
	store
	/Bc
	{
		gsave
		setBSpace
		nColors 1 gt
		{
			
			blend? currentcmykcolor anyColor? and
			{
				bFill
			}
			{
				handleOP
			} ifelse
		}
		{
			endCapSepBc
		} ifelse
		grestore
		newpath
	} bd
	/linealBm
	{
		/nColors dup load 1 sub store
		newpath
		gsave
		setBSpace
		blend?
		{
			cCMYKData load dup type /stringtype eq
			{
				dup length /cDataLen xs
				/cData xs
				gsave
				colorType 0 ne noImg not and
				{
					invertXfer
				} if
				linImg
				grestore
			}
			{
				pop bFill
			} ifelse
		}
		{
			handleOP
		} ifelse
		grestore
		nColors 1 gt
		{
			getRData
		} if
	} bd
	/cmykGetRData
	{
		/fCMYK? false store
		blend?
		{
			{
				cmykDataProcs colorType get exec
			} stopped
			pop
			blend?
			{
				/cData cCMYKData load store
				setCDataLen
			} if
		} if
	} def
	/cmykDataProcs
	[
	{
		pop
		black? dup /blend? xs
		{
			setgray
			0
		} if
		pop
	}
	{
		cCMYKData load dup type /stringtype ne
		{
			0 0 0
			cyan? not
			{
				4 magenta?
				{
					1
				}
				{
					yellow?
					{
						2
					}
					{
						3
					} ifelse
				} ifelse
				roll
			} if
			4 copy add add add 0 eq
			{
				/blend? false store
			} if
			
			setcmykcolor
			/startC? true store
			/endC? true store
			eCStop
			stop
		} if
		pop
		dup 0 eq
		{
			pop
			setgray
		}
		{
			1 eq
			{
				setcmykcolor
			}
			{
				forceCMYK
			} ifelse
		} ifelse
	} bind
	/eCCBlend load
	{
		cBType 1 eq
		{
			tint1Data tint2Data
			/tint1Data xs
			/tint2Data xs
		} if
		0 eq
		{
			black?
			{
				setgray
			}
			{
				0 0 0 4 -1 roll 1 exch sub setcmykcolor
			} ifelse
			black?
			{
				/blend? true store
			} if
			6
			{
				8 index
			} repeat
			ccThrough?
			{
				/blend? true store
			}
			{
				black?
				{
					/cData tint1Data store
					setCDataLen
				}
				{
					/blend? false store
				} ifelse
			} ifelse
		}
		{
			mark 7 1 roll
			6 copy ccThrough?
			{
				forceCMYK
				pop
				stop
			} if
			9 index 0 eq
			{
				black? dup /blend? xs
				{
					pop 1 setgray
					/cData tint2Data store
					setCDataLen
					0
				} if
				pop
			}
			{
				/blend?
				6
				{
					16 index
				} repeat
				ccThrough?
				store
				blend?
				{
					forceCMYK
				} if
			} ifelse
			cleartomark
		} ifelse
	} bind
	] def
	/cmykGetRData
} if
composite? dup not
{
	pop isCMYKSep?
} if
not
{
	/endCapSepBc
	{
		/white? false store
		pop pop
		dup 0 eq
		{
			pop
			/white? 1 index 1 eq store
			setgray
		}
		{
			1 eq
			{
				setcmykcolor
			}
			{
				setCustomColor
			} ifelse
		} ifelse
%
		currentcmykcolor anyColor?
		endC? or
		blend? and
		{
			bFill
		}
		{
			handleOP
		} ifelse
	} bd
	/Bc
	{
		gsave
		setBSpace
		nColors 1 gt
		{
			blend? startC? and
			{
				bFill
			}
			{
				handleOP
			} ifelse
		}
		{
			endCapSepBc
		} ifelse
		grestore
		newpath
	} bd
	/linealBm
	{
		/nColors dup load 1 sub store
		newpath
		gsave
		setBSpace
		blend?
		{
			cData type /stringtype eq
			{
				linImg
			}
			{
				bFill
			} ifelse
		}
		{
			handleOP
		} ifelse
		grestore
		nColors 1 gt
		{
			getRData
		} if
	} bd
	/discardCMY
	{
		counttomark 4 add -3 roll pop pop pop
	} bd
	/testTopCC
	{
		6 copy ccThrough?
	} bd
	/getCRamp
	{
		{
			ccDataProcs colorType 2 sub get exec
		} stopped pop
		blend? cDataLen 0 eq and
		{
			/cDataLen bDataLen store
		} if
	} bd
	/ccGetRData
	{
		/fCMYK? false store
		/startC? false store
		/endC? false store
		colorType 2 lt
		{
			/blend? false def
		} if
		blend?
		{
			getCRamp
		}
		{
			setCStop
		} ifelse
		blend?
		{
			/blend? cData 1 ne store
			blend?
			{
				cData dup type /stringtype ne
				{
					1 exch sub /cData xs 0
				} if
				pop
			} if
		} if
	} def
	/ccDataProcs
	[
	/eCCBlend load
	{
		cBType 1 eq
		{
			tint1Data tint2Data
			/tint1Data xs
			/tint2Data xs
		} if
		0 eq
		{
			/blend? false store
			pop
		}
		{
			mark 7 1 roll
			testTopCC
			{
				/blend? 1 index 1 ne store
				/startC? blend? store
				/endC? false store
				blend? not
				{
					cleartomark stop
				} if
				/cData tint1Data store
				setCDataLen
				setCustomColor
				pop
				stop
			} if
			cleartomark
		} ifelse
		2 index 0 eq
		{
			/blend? false store
		}
		{
			mark 6
			{
				9 index
			} repeat
			testTopCC dup /blend? xs
			{
				/blend? 1 index 1 ne store
				/endC? blend? store
				/startC? false store
				blend? not
				{
					cleartomark stop
				} if
				/cData tint2Data store
				setCDataLen
			} if
			cleartomark
		} ifelse
	} bind
	] def
	/ccGetRData
} if
load Adobe_blend_AI5_vars /getData 3 -1 roll put
/setCDataLen
{
	/cDataLen 0 cData dup type /stringtype eq
	{
		length exch
	} if
	pop store
} bd
/initSpotData
{
 begin
		/name null def
		/tintImage null def
		/tintValue null def
		/spot_C  null def
		/spot_M  null def
		/spot_Y  null def
		/spot_K  null def
 end
} bd
/getRData
{
	/colorType gMark store
	_compositeSpotDevice 0 ne
	{
		spotDict begin
			spot1 initSpotData
			spot2 initSpotData
	 end
		/spotColor? colorType 2 eq colorType 3 eq or def
	} 
	{
		/spotColor? false store
	} ifelse
	/blend? true store
	0 0 0 0 setcmykcolor
	100 div /rampPoint xs
% (between 13 and 87%) 
	100 div /midPoint xs
	dup 0 eq
	{
		2
	}
	{
		dup 1 eq
		{
			5
		}
		{
			_compositeSpotDevice 0 ne
			{
				spotDict begin
					spot1 begin
						/name 3 index def
						/spot_K 4 index def
						/spot_Y 5 index def
						/spot_M 6 index def
						/spot_C 7 index def
				 end
			 end
			} if
			7
		} ifelse
	} ifelse
	/tmp exch def
	tmp index 100 div /endPoint xs
	_compositeSpotDevice 0 ne
	{
		tmp 2 add index 3 eq
		{
			/tmp tmp 4 add def
			tmp index dup 
			spotDict begin
				spot1/name get ne
				{
					spot2 begin
						/name exch def
						/spot_K tmp 2 add index def
						/spot_Y tmp 3 add index def
						/spot_M tmp 4 add index def
						/spot_C tmp 5 add index def
				 end
				}
				{
					pop
				} ifelse
		 end
		} if
	} if
	/color? colorType 0 gt store
	
	colorType 3 eq
	{
		/tint2Data gMark store
	} if
	
	colorType 2 ge
	{
		/tint1Data gMark store
	} if
	_compositeSpotDevice 0 ne
	{
		spotDict begin
		
			colorType 2 ge
			{
				colorType 3 eq
				{
					spot2 begin
						/tintImage cBType 0 eq {tint2Data} {tint1Data} ifelse def
						name null eq {/name /Black def} if
				 end
				} if
				spot1 begin
					/tintImage cBType 0 eq colorType 2 eq or {tint1Data} {tint2Data} ifelse def
					colorType 2 eq 
					{
						name null eq 
						{
							/name spot2/name get def
							spot2/name null put
						} if
					}
					{
						name null eq {/name /Black def} if
					} ifelse
			 end
			} if
	 end
	} if
	
	/cData gMark store
	setCDataLen
	colorType 0 gt
	{
		counttomark 4 add -3 roll
		/yeData xs
		/mgData xs
		/cyData xs
	} if
	blend?
	{
		/bDataLen
		cDataLen dup 0 eq color? and
		{
			[
			cyData mgData yeData
			]
			{
				dup type /stringtype eq
				{
					length exch pop exit
				} if
				pop
			} forall
		} if
		store
		bDataLen 0 eq
		{
			/bDataLen 1 store
		} if
		getData
		blend?
		{
			composite? cDataLen 0 eq and
			{
				/cDataLen bDataLen store
			} if
		} if
	}
	{
		setCStop
	} ifelse
} bd
/Bg
{
	0 0 0 0 setcmykcolor
	6
	{
		pop
	} repeat
	/blendLength xs
	pop pop pop
	/cBName xs
	/bRender xs
	bRender 2 ne
	{
		composite? not
		{
			_of setoverprint
		} if
		_eo {eoclip} {clip} ifelse
		_bn cBName 2 copy known
		{
			get
			mark exch aload pop
			/cBType xs
			/nColors xs
			mark exch aload pop
			0 0
		} if
		pop pop
		getRData
		cBType 0 eq
		{
			/linealBm
		}
		{
			bHi?
			{
				/pTState? nColors 2 gt store
			} if
			/doBlend /rdBlend load store
			/rdBm
		} ifelse
	}
	{
		inLine? not
		{
			mark mark
		} if
		/Bc dup
		{
			cleartomark mark
		} bd
		/nullProc
	} ifelse
	load /Bm xs
} bd
/linImg
noImg
{
	{
		newpath doRctBlend
	}
}
{
	{
		/doBlend
		color? composite? and
		{
			/bCImg
		}
		{
			/bwImage
		} ifelse
		load
		store
	
		0 0 moveto
		tRectOK? composite? and
		{
			{
				mark
				0 1 dtransform atan cvi 90 mod 0 eq
				1 0 dtransform atan cvi 90 mod 0 eq
			} stopped
			{
				cleartomark
			}
			{
				and exch pop
				{
					newpath
					doRctBlend
				}
				{
					doBlend
				} ifelse
			} ifelse
		}
		{
			doBlend
		} ifelse
	} 
} ifelse
bd
/doRctBlend
{
	gsave
	/sInc 1 store
	/nSamples bDataLen store
	/bInc 1 bDataLen div store
	/ubAxis 1 0 dtransform dUserSpace idtransform dup mul exch dup mul add sqrt store
	/pChange ubAxis 0 eq
	{
		0
	}
	{
		bDataLen ubAxis div
	} ifelse
	store
	pChange .5 gt noImg not and dup /optimize? xs
	{
		/nSamples ubAxis 2 div round cvi dup 1 le
		{
			pop 2
		} if
		store
		/bInc 1 nSamples div store
		/sInc bDataLen 1 sub nSamples 1 sub div store
	} if
	0
	nSamples
	[
	/dup cvx
	optimize?
	{
		/round cvx /cvi cvx
	} if
	/ndx /exch cvx /store cvx
	bCFun
	/rectfill where dup
	{
		exch pop _compositeSpotDevice 1 ne and
	} if
	{
		0 0 bInc 1 /rectfill cvx	
	}
	{
		0 0 /moveto cvx
		bInc 0 /lineto cvx
		bInc 1 /lineto cvx
		0 1 /lineto cvx
		/closepath cvx
		/_fill_ cvx
	} ifelse
	bInc 0 /translate cvx
	sInc /add cvx
	] cvx
	bind
	repeat
	pop
	spotColor? {nsetcustomcolorend} if
	
	grestore
} bd
/rdPrep
{
	/nSamples bDataLen dup 0 eq
	{
		pop 1
	} if
	store
	/sInc -1 store
	/bAxis rampPoint endPoint sub store
	/bInc bAxis bDataLen div neg store
	/optimize? false store
	tRectOK?
	{
		/ubAxis
		bAxis 0 dtransform dUserSpace idtransform dup mul exch dup mul add sqrt
		0 bAxis dtransform dUserSpace idtransform dup mul exch dup mul add sqrt
		2 copy lt
		{
			exch
		} if
		pop store
		/pChange ubAxis 0 eq
		{
			0
		}
		{
			bDataLen ubAxis div
		} ifelse
		store
		pChange .5 gt noImg not and dup /optimize? xs
		{
			/nSamples ubAxis 2 div round cvi dup 1 le
			{
				pop 2
			} if
			store
			/bInc bAxis nSamples div neg store
			/sInc bDataLen 1 sub nSamples 1 sub div neg store
		} if
	} if
	bHi?
	{
		/xBCInc xHi bAxis mul nSamples div store
		/yBCInc yHi bAxis mul nSamples div store
	} if
} bd
/rdBlend
{
	newpath
	gsave
	rdPrep
	rampPoint
	bDataLen 1 sub
	nSamples
	[
	/dup cvx
	optimize?
	{
		/round cvx /cvi cvx
	} if
	/ndx /exch cvx /store cvx
	bCFun
	0 0 3 /index cvx 0 360 /arc cvx /_fill_ cvx
	/exch cvx bInc /add cvx /exch cvx
	sInc /add cvx
	bHi?
	{
		xBCInc yBCInc /translate cvx
	} if
	] cvx
	bind
	repeat
	pop pop
	spotColor? {nsetcustomcolorend} if
	grestore
	pTState?
	{
		xHi bAxis mul yHi bAxis mul translate
	} if
} bd
/Bh
{
	pop pop
	/pTState? false store
	2 copy 0 ne exch 0 ne or dup /bHi? xs
	{
		/yHi xs
		/xHi xs
		0 0
	} if
	pop pop
} bd
/BD
{
	inLine? not
	{
		] nColors cBType
		] _bn cBName 3 -1 roll put
 end
} if
} bd
/Bn
{
1 add dict
dup nullString null put
/_bn xs
} bd
/Bd
{
Adobe_blend_AI5_vars begin
	3 -1 roll dup nullString eq dup
	{
		setSSave
	} if
	/inLine? exch def
	/cBName exch def
	/nColors exch def
	/cBType exch def
} bd
/Bb
{
	sSave null eq
	{
		Adobe_blend_AI5_vars begin
		setSSave
	} if
	composite?
	{
		/_fill /fill load store
	}
	{
		/__fill /fill load store
			/_fill
			{
				_of true eq
				{
					currentgray 1 ne
					{
						__fill
					} if
				}
				{
					__fill
				} ifelse
			} def
	} ifelse
	/fill
	{
	} def
	} bd
	/BB
	{
	/cBType xs
	cleartomark cleartomark
	cBType dup
	bRender
	sSave dup type /savetype eq
	{
		restore 0
	} if
	pop
	currentdict Adobe_blend_AI5_vars eq
	{
	 end
	} if
	2 ne exch 0 gt and
	{
		2 eq
		{
			s
		}
		{
			S
		} ifelse
	}
	{
		pop newpath
	} ifelse
} bd
currentdict readonly pop
end
end
defaultpacking setpacking
%%EndResource
%%BeginResource: procset Adobe_Illustrator_AI5 1.1 0
%%Title: (Adobe Illustrator (R) Version 5.0 Full Prolog)
%%Version: 1.1 0
%%CreationDate: (3/7/1994) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_Illustrator_AI5_vars 81 dict dup begin
put
/_eo false def
/_lp /none def
/_pf
{
} def
/_ps
{
} def
/_psf
{
} def
/_pss
{
} def
/_pjsf
{
} def
/_pjss
{
} def
/_pola 0 def
/_doClip 0 def
/cf currentflat def
/_tm matrix def
/_renderStart
[
/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0
] def
/_renderEnd
[
null null null null /i1 /i1 /i1 /i1
] def
/_render -1 def
/_rise 0 def
/_ax 0 def
/_ay 0 def
/_cx 0 def
/_cy 0 def
/_leading
[
0 0
] def
/_ctm matrix def
/_mtx matrix def
/_sp 16#020 def
/_hyphen (-) def
/_fScl 0 def
/_cnt 0 def
/_hs 1 def
/_nativeEncoding 0 def
/_useNativeEncoding 0 def
/_tempEncode 0 def
/_pntr 0 def
/_tDict 2 dict def
/_wv 0 def
/Tx
{
} def
/Tj
{
} def
/CRender
{
} def
/_AI3_savepage
{
} def
/_gf null def
/_cf 4 array def
/_if null def
/_of false def
/_fc
{
} def
/_gs null def
/_cs 4 array def
/_is null def
/_os false def
/_sc
{
} def
/_pd 1 dict def
/_ed 15 dict def
/_pm matrix def
/_fm null def
/_fd null def
/_fdd null def
/_sm null def
/_sd null def
/_sdd null def
/_i null def
/discardSave null def
/buffer 256 string def
/beginString null def
/endString null def
/endStringLength null def
/layerCnt 1 def
/layerCount 1 def
/perCent (%) 0 get def
/perCentSeen? false def
/newBuff null def
/newBuffButFirst null def
/newBuffLast null def
/clipForward? false def
end
userdict /Adobe_Illustrator_AI5 known not {
	userdict /Adobe_Illustrator_AI5 91 dict put
} if
userdict /Adobe_Illustrator_AI5 get begin
/initialize
{
	Adobe_Illustrator_AI5 dup begin
	Adobe_Illustrator_AI5_vars begin
	discardDict
	{
		bind pop pop
	} forall
	dup /nc get begin
	{
		dup xcheck 1 index type /operatortype ne and
		{
			bind
		} if
		pop pop
	} forall
 end
	newpath
} def
/terminate
{
 end
 end
} def
/_
null def
/ddef
{
	Adobe_Illustrator_AI5_vars 3 1 roll put
} def
/xput
{
	dup load dup length exch maxlength eq
	{
		dup dup load dup
		length 2 mul dict copy def
	} if
	load begin
	def
 end
} def
/npop
{
	{
		pop
	} repeat
} def
/sw
{
	dup length exch stringwidth
	exch 5 -1 roll 3 index mul add
	4 1 roll 3 1 roll mul add
} def
/swj
{
	dup 4 1 roll
	dup length exch stringwidth
	exch 5 -1 roll 3 index mul add
	4 1 roll 3 1 roll mul add
	6 2 roll /_cnt 0 ddef
	{
		1 index eq
		{
			/_cnt _cnt 1 add ddef
		} if
	} forall
	pop
	exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
} def
/ss
{
	4 1 roll
	{
		2 npop
		(0) exch 2 copy 0 exch put pop
		gsave
		false charpath currentpoint
		4 index setmatrix
		stroke
		grestore
		moveto
		2 copy rmoveto
	} exch cshow
	3 npop
} def
/jss
{
	4 1 roll
	{
		2 npop
		(0) exch 2 copy 0 exch put
		gsave
		_sp eq
		{
			exch 6 index 6 index 6 index 5 -1 roll widthshow
			currentpoint
		}
		{
			false charpath currentpoint
			4 index setmatrix stroke
		} ifelse
		grestore
		moveto
		2 copy rmoveto
	} exch cshow
	6 npop
} def
/sp
{
	{
		2 npop (0) exch
		2 copy 0 exch put pop
		false charpath
		2 copy rmoveto
	} exch cshow
	2 npop
} def
/jsp
{
	{
		2 npop
		(0) exch 2 copy 0 exch put
		_sp eq
		{
			exch 5 index 5 index 5 index 5 -1 roll widthshow
		}
		{
			false charpath
		} ifelse
		2 copy rmoveto
	} exch cshow
	5 npop
} def
/pl
{
	transform
	0.25 sub round 0.25 add exch
	0.25 sub round 0.25 add exch
	itransform
} def
/setstrokeadjust where
{
	pop true setstrokeadjust
	/c
	{
		curveto
	} def
	/C
	/c load def
	/v
	{
		currentpoint 6 2 roll curveto
	} def
	/V
	/v load def
	/y
	{
		2 copy curveto
	} def
	/Y
	/y load def
	/l
	{
		lineto
	} def
	/L
	/l load def
	/m
	{
		moveto
	} def
}
{
	/c
	{
		pl curveto
	} def
	/C
	/c load def
	/v
	{
		currentpoint 6 2 roll pl curveto
	} def
	/V
	/v load def
	/y
	{
		pl 2 copy curveto
	} def
	/Y
	/y load def
	/l
	{
		pl lineto
	} def
	/L
	/l load def
	/m
	{
		pl moveto
	} def
} ifelse
/d
{
	setdash
} def
/cf
{
} def
/i
{
	dup 0 eq
	{
		pop cf
	} if
	setflat
} def
/j
{
	setlinejoin
} def
/J
{
	setlinecap
} def
/M
{
	setmiterlimit
} def
/w
{
	setlinewidth
} def
/XR
{
	0 ne
	/_eo exch ddef
} def
/H
{
} def
/h
{
	closepath
} def
/N
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			_eo {eoclip} {clip} ifelse /_doClip 0 ddef
		} if
		newpath
	}
	{
		/CRender
		{
			N
		} ddef
	} ifelse
} def
/n
{
	N
} def
/F
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc
			/_doClip 0 ddef
		}
		{
			_pf
		} ifelse
	}
	{
		/CRender
		{
			F
		} ddef
	} ifelse
} def
/f
{
	closepath
	F
} def
/S
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
			/_doClip 0 ddef
		}
		{
			_ps
		} ifelse
	}
	{
		/CRender
		{
			S
		} ddef
	} ifelse
} def
/s
{
	closepath
	S
} def
/B
{
	_pola 0 eq
	{
		_doClip 1 eq
		gsave F grestore
		{
			gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
			/_doClip 0 ddef
		}
		{
			S
		} ifelse
	}
	{
		/CRender
		{
			B
		} ddef
	} ifelse
} def
/b
{
	closepath
	B
} def
/W
{
	/_doClip 1 ddef
} def
/*
{
	count 0 ne
	{
		dup type /stringtype eq
		{
			pop
		} if
	} if
	newpath
} def
/u
{
} def
/U
{
} def
/q
{
	_pola 0 eq
	{
		gsave
	} if
} def
/Q
{
	_pola 0 eq
	{
		grestore
	} if
} def
/*u
{
	_pola 1 add /_pola exch ddef
} def
/*U
{
	_pola 1 sub /_pola exch ddef
	_pola 0 eq
	{
		CRender
	} if
} def
/D
{
	pop
} def
/*w
{
} def
/*W
{
} def
/`
{
	/_i save ddef
	clipForward?
	{
		nulldevice
	} if
	6 1 roll 4 npop
	concat pop
	userdict begin
	/showpage
	{
	} def
	0 setgray
	0 setlinecap
	1 setlinewidth
	0 setlinejoin
	10 setmiterlimit
	[] 0 setdash
	/setstrokeadjust where {pop false setstrokeadjust} if
	newpath
	0 setgray
	false setoverprint
} def
/~
{
 end
	_i restore
} def
/O
{
	0 ne
	/_of exch ddef
	/_lp /none ddef
} def
/R
{
	0 ne
	/_os exch ddef
	/_lp /none ddef
} def
/g
{
	/_gf exch ddef
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_gf setgray
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		_eo {eofill} {fill} ifelse
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/G
{
	/_gs exch ddef
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_gs setgray
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/k
{
	_cf astore pop
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_cf aload pop setcmykcolor
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		_eo {eofill} {fill} ifelse
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/K
{
	_cs astore pop
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_cs aload pop setcmykcolor
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/x
{
	/_gf exch ddef
	findcmykcustomcolor
	/_if exch ddef
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_if _gf 1 exch sub setcustomcolor
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		_eo {eofill} {fill} ifelse
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/X
{
	/_gs exch ddef
	findcmykcustomcolor
	/_is exch ddef
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_is _gs 1 exch sub setcustomcolor
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/A
{
	pop
} def
/annotatepage
{
userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse
} def
/XT {
	pop pop
} def
/discard
{
	save /discardSave exch store
	discardDict begin
	/endString exch store
	gt38?
	{
		2 add
	} if
	load
	stopped
	pop
 end
	discardSave restore
} bind def
userdict /discardDict 7 dict dup begin
put
/pre38Initialize
{
	/endStringLength endString length store
	/newBuff buffer 0 endStringLength getinterval store
	/newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store
	/newBuffLast newBuff endStringLength 1 sub 1 getinterval store
} def
/shiftBuffer
{
	newBuff 0 newBuffButFirst putinterval
	newBuffLast 0
	currentfile read not
	{
	stop
	} if
	put
} def
0
{
	pre38Initialize
	mark
	currentfile newBuff readstring exch pop
	{
		{
			newBuff endString eq
			{
				cleartomark stop
			} if
			shiftBuffer
		} loop
	}
	{
	stop
	} ifelse
} def
1
{
	pre38Initialize
	/beginString exch store
	mark
	currentfile newBuff readstring exch pop
	{
		{
			newBuff beginString eq
			{
				/layerCount dup load 1 add store
			}
			{
				newBuff endString eq
				{
					/layerCount dup load 1 sub store
					layerCount 0 eq
					{
						cleartomark stop
					} if
				} if
			} ifelse
			shiftBuffer
		} loop
	} if
} def
2
{
	mark
	{
		currentfile buffer readline not
		{
		stop
		} if
		endString eq
		{
			cleartomark stop
		} if
	} loop
} def
3
{
	/beginString exch store
	/layerCnt 1 store
	mark
	{
		currentfile buffer readline not
		{
		stop
		} if
		dup beginString eq
		{
			pop /layerCnt dup load 1 add store
		}
		{
			endString eq
			{
				layerCnt 1 eq
				{
					cleartomark stop
				}
				{
					/layerCnt dup load 1 sub store
				} ifelse
			} if
		} ifelse
	} loop
} def
end
userdict /clipRenderOff 15 dict dup begin
put
{
	/n /N /s /S /f /F /b /B
}
{
	{
		_doClip 1 eq
		{
			/_doClip 0 ddef _eo {eoclip} {clip} ifelse
		} if
		newpath
	} def
} forall
/Tr /pop load def
/Bb {} def
/BB /pop load def
/Bg {12 npop} def
/Bm {6 npop} def
/Bc /Bm load def
/Bh {4 npop} def
end
/Lb
{
	4 npop
	6 1 roll
	pop
	4 1 roll
	pop pop pop
	0 eq
	{
		0 eq
		{
			(%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard
		}
		{
			
			/clipForward? true def
			
			/Tx /pop load def
			/Tj /pop load def
			
			currentdict end clipRenderOff begin begin
		} ifelse
	}
	{
		0 eq
		{
			save /discardSave exch store
		} if
	} ifelse
} bind def
/LB
{
	discardSave dup null ne
	{
		restore
	}
	{
		pop
		clipForward?
		{
			currentdict
		 end
		 end
		 begin
					
			/clipForward? false ddef
		} if
	} ifelse
} bind def
/Pb
{
	pop pop
	0 (%AI5_EndPalette) discard
} bind def
/Np
{
	0 (%AI5_End_NonPrinting--) discard
} bind def
/Ln /pop load def
/Ap
/pop load def
/Ar
{
	72 exch div
	0 dtransform dup mul exch dup mul add sqrt
	dup 1 lt
	{
		pop 1
	} if
	setflat
} def
/Mb
{
	q
} def
/Md
{
} def
/MB
{
	Q
} def
/nc 3 dict def
nc begin
/setgray
{
	pop
} bind def
/setcmykcolor
{
	4 npop
} bind def
/setcustomcolor
{
	2 npop
} bind def
currentdict readonly pop
end
end
setpacking
%%EndResource
%%BeginResource: procset Adobe_pattern_AI5 1.1 0
%%Title: (Adobe Illustrator (R) Version 5.0 Pattern Operators)
%%Version: 1.1 0
%%CreationDate: (03/26/93) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_Illustrator_AI5 known not {
	userdict /Adobe_Illustrator_AI5 95 dict put
} if
userdict /Adobe_Illustrator_AI5 get begin
/@
{
} def
/&
{
} def
/dp
{
	dup null eq
	{
		pop
		_dp 0 ne
		{
			0 1 _dp 1 sub _dl mod
			{
				_da exch get 3 get
			} for
			_dp 1 sub _dl mod 1 add packedarray
			_da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
			definepattern pop
		} if
	}
	{
		_dp 0 ne _dp _dl mod 0 eq and
		{
			null dp
		} if
		7 packedarray _da exch _dp _dl mod exch put
		_dp _dl mod _da 0 get 4 get 2 packedarray
		/_dp _dp 1 add def
	} ifelse
} def
/E
{
	_ed begin
	dup 0 get type /arraytype ne
	{
		0
		{
			dup 1 add index type /arraytype eq
			{
				1 add
			}
			{
				exit
			} ifelse
		} loop
		array astore
	} if
	/_dd exch def
	/_ury exch def
	/_urx exch def
	/_lly exch def
	/_llx exch def
	/_n exch def
	/_y 0 def
	/_dl 4 def
	/_dp 0 def
	/_da _dl array def
	0 1 _dd length 1 sub
	{
		/_d exch _dd exch get def
		0 2 _d length 2 sub
		{
			/_x exch def
			/_c false def
			/_r _d _x 1 add get cvlit def
			_r _ ne
			{
				_urx _llx sub _ury _lly sub
				[
				1 0 0 1 0 0
				]
				[
				/save cvx
				_llx neg _lly neg /translate cvx
				_c
				{
					nc /begin cvx
				} if
				_r dup type /stringtype eq
				{
					cvx
				}
				{
					{
						exec
					} /forall cvx
				} ifelse
				_c
				{
					/end cvx
				} if
				/restore cvx
				] cvx
				/_fn 12 _n length add string def
				_y _fn cvs pop
				/_y _y 1 add def
				_fn 12 _n putinterval
				_fn _c false dp
				_d exch _x 1 add exch put
			} if
		} for
	} for
	null dp
	_n _dd /_pd
 end
	xput
} def
/fc
{
	_fm dup concatmatrix pop
} def
/p
{
	/_fm exch ddef
	9 -2 roll _pm translate fc
	7 -2 roll _pm scale fc
	5 -1 roll _pm rotate fc
	4 -2 roll exch 0 ne
	{
		dup _pm rotate fc
		1 -1 _pm scale fc
		neg _pm rotate fc
	}
	{
		pop
	} ifelse
	dup _pm rotate fc
	exch dup sin exch cos div 1 0 0 1 0 6 2 roll
	_pm astore fc
	neg _pm rotate fc
	_pd exch get /_fdd exch ddef
	/_pf
	{
		save
		/_doClip 0 ddef
		0 1 _fdd length 1 sub
		{
			/_fd exch _fdd exch get ddef
			_fd
			0 2 _fd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _fc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _fm
					patternfill
				}
				{
					pop
					fill
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		newpath
	} ddef
	/_psf
	{
		save
		/_doClip 0 ddef
		0 1 _fdd length 1 sub
		{
			/_fd exch _fdd exch get ddef
			_fd
			0 2 _fd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _fc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _fm
					9 copy 6 npop patternashow
				}
				{
					pop
					6 copy 3 npop hvashow
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		sw rmoveto
	} ddef
	/_pjsf
	{
		save
		/_doClip 0 ddef
		0 1 _fdd length 1 sub
		{
			/_fd exch _fdd exch get ddef
			_fd
			0 2 _fd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _fc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _fm
					12 copy 6 npop patternawidthshow
				}
				{
					pop 9 copy 3 npop hvawidthshow
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		swj rmoveto
	} ddef
	/_lp /none ddef
} def
/sc
{
	_sm dup concatmatrix pop
} def
/P
{
	/_sm exch ddef
	9 -2 roll _pm translate sc
	7 -2 roll _pm scale sc
	5 -1 roll _pm rotate sc
	4 -2 roll exch 0 ne
	{
		dup _pm rotate sc
		1 -1 _pm scale sc
		neg _pm rotate sc
	}
	{
		pop
	} ifelse
	dup _pm rotate sc
	exch dup sin exch cos div 1 0 0 1 0 6 2 roll
	_pm astore sc
	neg _pm rotate sc
	_pd exch get /_sdd exch ddef
	/_ps
	{
		save
		/_doClip 0 ddef
		0 1 _sdd length 1 sub
		{
			/_sd exch _sdd exch get ddef
			_sd
			0 2 _sd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _sc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _sm
					patternstroke
				}
				{
					pop stroke
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		newpath
	} ddef
	/_pss
	{
		save
		/_doClip 0 ddef
		0 1 _sdd length 1 sub
		{
			/_sd exch _sdd exch get ddef
			_sd
			0 2 _sd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _sc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _sm
					10 copy 6 npop patternashowstroke
				}
				{
					pop 7 copy 3 npop ss
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		pop sw rmoveto
	} ddef
	/_pjss
	{
		save
		/_doClip 0 ddef
		0 1 _sdd length 1 sub
		{
			/_sd exch _sdd exch get ddef
			_sd
			0 2 _sd length 2 sub
			{
				gsave
				2 copy get dup _ ne
				{
					cvx exec _sc
				}
				{
					pop
				} ifelse
				2 copy 1 add get dup _ ne
				{
					aload pop findfont _sm
					13 copy 6 npop patternawidthshowstroke
				}
				{
					pop 10 copy 3 npop jss
				} ifelse
				grestore
				pop
			} for
			pop
		} for
		restore
		pop swj rmoveto
	} ddef
	/_lp /none ddef
} def
end
userdict /Adobe_pattern_AI5 18 dict dup begin
put
/initialize
{
	/definepattern where
	{
		pop
		pop pop
	}
	{
	 begin
	 begin
		Adobe_pattern_AI5 begin
		Adobe_pattern_AI5
		{
			dup xcheck
			{
				bind
			} if
			pop pop
		} forall
		mark
		cachestatus 7 1 roll pop pop pop pop exch pop exch
		{
			{
				10000 add
				dup 2 index gt
				{
					exit
				} if
				dup setcachelimit
			} loop
		} stopped
		cleartomark
	 end 	
		
	 end
	 end
		
		Adobe_pattern_AI5 begin
	} ifelse
} def
/terminate
{
	currentdict Adobe_pattern_AI5 eq
	{
	 end
	} if
} def
errordict
/nocurrentpoint
{
	pop
	stop
} put
errordict
/invalidaccess
{
	pop
	stop
} put
/patternencoding
256 array def
0 1 255
{
	patternencoding exch ( ) 2 copy exch 0 exch put cvn put
} for
/definepattern
{
	17 dict begin
	/uniform exch def
	/cache exch def
	/key exch def
	/procarray exch def
	/mtx exch matrix invertmatrix def
	/height exch def
	/width exch def
	/ctm matrix currentmatrix def
	/ptm matrix def
	/str 32 string def
	/slice 9 dict def
	slice /s 1 put
	slice /q 256 procarray length div sqrt floor cvi put
	slice /b 0 put
	/FontBBox
	[
	0 0 0 0
	] def
	/FontMatrix mtx matrix copy def
	/Encoding patternencoding def
	/FontType 3 def
	/BuildChar
	{
		exch
	 begin
		/setstrokeadjust where {pop true setstrokeadjust} if
		slice begin
		dup q dup mul mod s idiv /i exch def
		dup q dup mul mod s mod /j exch def
		q dup mul idiv procarray exch get
		/xl j width s div mul def
		/xg j 1 add width s div mul def
		/yl i height s div mul def
		/yg i 1 add height s div mul def
		uniform
		{
			1 1
		}
		{
			width 0 dtransform
			dup mul exch dup mul add sqrt dup 1 add exch div
			0 height dtransform
			dup mul exch dup mul add sqrt dup 1 add exch div
		} ifelse
		width 0 cache
		{
			xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
			setcachedevice
		}
		{
			setcharwidth
		} ifelse
		gsave
		scale
		newpath
		xl yl moveto
		xg yl lineto
		xg yg lineto
		xl yg lineto
		closepath
		clip
		newpath
	 end
	 end
		exec
		grestore
	} def
	key currentdict definefont
 end
} def
/patterncachesize
{
	gsave
	newpath
	0 0 moveto
	width 0 lineto
	width height lineto
	0 height lineto
	closepath
	patternmatrix setmatrix
	pathbbox
	exch ceiling 4 -1 roll floor sub 3 1 roll
	ceiling exch floor sub
	mul 1 add
	grestore
} def
/patterncachelimit
{
	cachestatus 7 1 roll 6 npop 8 mul
} def
/patternpath
{
	exch dup begin
	setfont
	ctm setmatrix
	concat
	slice exch /b exch slice /q get dup mul mul put
	FontMatrix concat
	uniform
	{
		width 0 dtransform round width div exch round width div exch
		0 height dtransform round height div exch height div exch
		0 0 transform round exch round exch
		ptm astore setmatrix
	}
	{
		ptm currentmatrix pop
	} ifelse
	{
		currentpoint
	} stopped not
	{
		2 npop
		pathbbox
		true
		4 index 3 index eq
		4 index 3 index eq
		and
		{
			pop false
			{
				{
					2 npop
				}
				{
					3 npop true
				}
				{
					7 npop true
				}
				{
					pop true
				} pathforall
			} stopped
			{
				5 npop true
			} if
		} if
		{
			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 mtx invertmatrix
			dup dup 4 get exch 5 get rmoveto
			ptm ptm concatmatrix pop
			slice /s
			patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
			dup slice /q get gt
			{
				pop slice /q get
			} if
			put
			0 1 slice /s get dup mul 1 sub
			{
				slice /b get add
				gsave
				0 1 str length 1 sub
				{
					str exch 2 index put
				} for
				pop
				dup
				{
					gsave
					ptm setmatrix
					1 index str length idiv
					{
						str show
					} repeat
					1 index str length mod str exch 0 exch getinterval show
					grestore
					0 height rmoveto
				} repeat
				grestore
			} for
			2 npop
		}
		{
			4 npop
		} ifelse
	} if
 end
} def
/patternclip
{
	_eo {eoclip} {clip} ifelse
} def
/patternstrokepath
{
	strokepath
} def
/patternmatrix
matrix def
/patternfill
{
	dup type /dicttype eq
	{
		Adobe_pattern_AI5 /patternmatrix get
	} if
	gsave
	patternclip
	Adobe_pattern_AI5 /patternpath get exec
	grestore
	newpath
} def
/patternstroke
{
	dup type /dicttype eq
	{
		Adobe_pattern_AI5 /patternmatrix get
	} if
	gsave
	patternstrokepath
	true
	{
		{
			{
				newpath
				moveto
			}
			{
				lineto
			}
			{
				curveto
			}
			{
				closepath
				3 copy
				Adobe_pattern_AI5 /patternfill get exec
			} pathforall
			3 npop
		} stopped
		{
			5 npop
			patternclip
			Adobe_pattern_AI5 /patternfill get exec
		} if
	}
	{
		patternclip
		Adobe_pattern_AI5 /patternfill get exec
	} ifelse
	grestore
	newpath
} def
/vpatternawidthshow
{
	6 1 roll
	/_hvay exch ddef
	/_hvax exch ddef
	/_hvwb exch ddef
	/_hvcy exch ddef
	/_hvcx exch ddef
	
	{
		dup cstring
		dup length 1 eq
		_charorientation 1 eq
		and
		{
			-90 rotate
			currentpoint
			_fontRotateAdjust add
			moveto
			gsave
			false charpath currentpoint
			5 index 5 index 5 index Adobe_pattern_AI5 /patternfill get exec
			grestore
			_fontRotateAdjust sub
			moveto
			_hvwb eq { _hvcx _hvcy rmoveto } if
			_hvax _hvay rmoveto
			90 rotate
		}
		{
			currentpoint
			_fontHeight sub
			_hvax sub
			3 index _hvwb eq { _hvcx sub } if
			currentpoint
			exch 4 index stringwidth pop 2 div sub
			exch _fontAscent sub
			moveto
			gsave
			2 index false charpath
			6 index 6 index 6 index Adobe_pattern_AI5 /patternfill get exec
			grestore
			newpath moveto pop pop
		} ifelse
	} cforall
	3 npop
} def
/hpatternawidthshow
{
	{
		dup cstring exch
		gsave
		3 index eq { 5 index 5 index rmoveto } if
		false charpath currentpoint
		9 index 9 index 9 index
		Adobe_pattern_AI5 /patternfill get exec
		grestore
		newpath moveto
		2 copy rmoveto
	} cforall
	8 npop
} def
/patternashow
{
0 0 0 6 3 roll
patternawidthshow
} def
/patternawidthshow
{
	6 index type /dicttype eq
	{
		Adobe_pattern_AI5 /patternmatrix get 7 1 roll
	} if
	_lineorientation 0 eq { hpatternawidthshow } { vpatternawidthshow } ifelse
} def
/vpatternawidthshowstroke
{
	7 1 roll
	6 1 roll
	/_hvay exch ddef
	/_hvax exch ddef
	/_hvwb exch ddef
	/_hvcy exch ddef
	/_hvcx exch ddef
	{
		dup cstring
		dup length 1 eq
		_charorientation 1 eq
		and
		{
			-90 rotate
			currentpoint
			_fontRotateAdjust add
			moveto
			gsave
			false charpath currentpoint
			3 index setmatrix
			6 index 6 index 6 index Adobe_pattern_AI5 /patternstroke get exec
			grestore
			_fontRotateAdjust sub
			moveto
			_hvwb eq { _hvcx _hvcy rmoveto } if
			_hvax _hvay rmoveto
			90 rotate
		}
		{
			currentpoint
			_fontHeight sub
			_hvax sub
			3 index _hvwb eq { _hvcx sub } if
			currentpoint
			exch 4 index stringwidth pop 2 div sub
			exch _fontAscent sub
			moveto
			gsave
			2 index false charpath
			4 index setmatrix
			7 index 7 index 7 index Adobe_pattern_AI5 /patternstroke get exec
			grestore
			newpath moveto pop pop
		} ifelse
	} cforall
	4 npop
} def
/hpatternawidthshowstroke
{
	7 1 roll
	{
		dup cstring exch
		gsave
		3 index eq { 5 index 5 index rmoveto } if
		false charpath currentpoint
		7 index setmatrix
		10 index 10 index 10 index
		Adobe_pattern_AI5 /patternstroke get exec
		grestore
		newpath moveto
		2 copy rmoveto
	} cforall
	9 npop
} def
/patternashowstroke
{
	0 0 0 7 3 roll
	patternawidthshowstroke
} def
/patternawidthshowstroke
{
	7 index type /dicttype eq
	{
		patternmatrix /patternmatrix get 8 1 roll
	} if
	_lineorientation 0 eq { hpatternawidthshowstroke } { vpatternawidthshowstroke } ifelse
} def
end
setpacking
%%EndResource
%%EndProlog
%%BeginSetup
%%IncludeFont: Helvetica
Adobe_level2_AI5 /initialize get exec
Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_typography_AI5 /initialize get exec
Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_blend_AI5 /initialize get exec
Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_pattern_AI5 /initialize get exec
Adobe_Illustrator_AI5 /initialize get exec
[
39/quotesingle 96/grave 130/quotesinglbase/florin/quotedblbase/ellipsis
/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 145/quoteleft
/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark
/scaron/guilsinglright/oe/dotlessi 159/Ydieresis /space 164/currency 166/brokenbar
168/dieresis/copyright/ordfeminine 172/logicalnot/hyphen/registered/macron/ring
/plusminus/twosuperior/threesuperior/acute/mu 183/periodcentered/cedilla
/onesuperior/ordmasculine 188/onequarter/onehalf/threequarters 192/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
TE
%AI3_BeginEncoding: _Helvetica Helvetica
[/_Helvetica/Helvetica 0 0 1 TZ
%AI3_EndEncoding AdobeType
%AI5_Begin_NonPrinting
Np
2 Bn
%AI5_BeginGradient: (linear black/white)
(linear black/white) 0 2 Bd
[
0
0
0
<
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
>
1 %_Br
[
0 0 50 100 %_Bs
1 0 50 0 %_Bs
BD
%AI5_EndGradient
%AI5_BeginGradient: (linear red/yellow)
(linear red/yellow) 0 2 Bd
[
0
<
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
>
<
FFFFFEFEFDFDFDFCFCFBFBFBFAFAF9F9F9F8F8F7F7F7F6F6F5F5F5F4F4F3F3F3F2F2F1F1F1F0F0EF
EFEFEEEEEDEDEDECECEBEBEBEAEAE9E9E9E8E8E7E7E7E6E6E5E5E5E4E4E3E3E3E2E2E1E1E1E0E0DF
DFDFDEDEDDDDDDDCDCDBDBDBDADAD9D9D9D8D8D7D7D7D6D6D5D5D5D4D4D3D3D3D2D2D1D1D1D0D0CF
CFCFCECECDCDCDCCCCCBCBCBCACAC9C9C9C8C8C7C7C7C6C6C5C5C5C4C4C3C3C3C2C2C1C1C1C0C0BF
BFBFBEBEBDBDBDBCBCBBBBBBBABAB9B9B9B8B8B7B7B7B6B6B5B5B5B4B4B3B3B3B2B2B1B1B1B0B0AF
AFAFAEAEADADADACACABABABAAAAA9A9A9A8A8A7A7A7A6A6A5A5A5A4A4A3A3A3A2A2A1A1A1A0A09F
9F9F9E9E9D9D9D9C9C9B9B9B9A9A9999
>
0
1 %_Br
[
0 1 0.6 0 1 50 100 %_Bs
0 0 1 0 1 50 0 %_Bs
BD
%AI5_EndGradient
%AI5_End_NonPrinting--
%AI5_Begin_NonPrinting
Np
%AI3_BeginPattern: (Yellow Stripe)
(Yellow Stripe) 8.4499 4.6 80.4499 76.6 [
%AI3_Tile
(0 O 0 R 0 0.4 1 0 k
 0 0.4 1 0 K
) @
(
%AI6_BeginPatternLayer
0 J 0 j 3.6 w 4 M []0 d
8.1999 8.1999 m
80.6999 8.1999 L
S
8.1999 22.6 m
80.6999 22.6 L
S
8.1999 37.0001 m
80.6999 37.0001 L
S
8.1999 51.3999 m
80.6999 51.3999 L
S
8.1999 65.8 m
80.6999 65.8 L
S
8.1999 15.3999 m
80.6999 15.3999 L
S
8.1999 29.8 m
80.6999 29.8 L
S
8.1999 44.1999 m
80.6999 44.1999 L
S
8.1999 58.6 m
80.6999 58.6 L
S
8.1999 73.0001 m
80.6999 73.0001 L
S
%AI6_EndPatternLayer
) &
] E
%AI3_EndPattern
%AI5_End_NonPrinting--
%AI5_BeginPalette
0 0 Pb
1 1 1 1 k
Pc
1 1 1 1 k
Pc
Pc
Pc
Pc
1 g
Pc
0 g
Pc
0 0 0 0 k
Pc
0 0 0 1 (custom black) 0.75 x
Pc
0.5 g
Pc
0.25 g
Pc
0 g
Pc
Bb
2 (linear black/white) 0 0 0 1 1 0 0 1 0 0 Bg
0 BB
Pc
0.25 0 0 0 k
Pc
0.5 0 0 0 k
Pc
0.75 0 0 0 k
Pc
1 0 0 0 k
Pc
0.25 0.25 0 0 k
Pc
0.5 0.5 0 0 k
Pc
0.75 0.75 0 0 k
Pc
1 1 0 0 k
Pc
Bb
2 (linear red/yellow) 0 0 0 1 1 0 0 1 0 0 Bg
0 BB
Pc
0 0.25 0 0 k
Pc
0 0.5 0 0 k
Pc
0 0.75 0 0 k
Pc
0 1 0 0 k
Pc
0 0.25 0.25 0 k
Pc
0 0.5 0.5 0 k
Pc
0 0.75 0.75 0 k
Pc
0 1 1 0 k
Pc
0 g
Pc
0 0 0.25 0 k
Pc
0 0 0.5 0 k
Pc
0 0 0.75 0 k
Pc
0 0 1 0 k
Pc
0.25 0 0.25 0 k
Pc
0.5 0 0.5 0 k
Pc
0.75 0 0.75 0 k
Pc
1 0 1 0 k
Pc
(Yellow Stripe) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
Pc
0.25 0.125 0 0 k
Pc
0.5 0.25 0 0 k
Pc
0.75 0.375 0 0 k
Pc
1 0.5 0 0 k
Pc
0.125 0.25 0 0 k
Pc
0.25 0.5 0 0 k
Pc
0.375 0.75 0 0 k
Pc
0.5 1 0 0 k
Pc
0 0 0 0 k
Pc
0 0.25 0.125 0 k
Pc
0 0.5 0.25 0 k
Pc
0 0.75 0.375 0 k
Pc
0 1 0.5 0 k
Pc
0 0.125 0.25 0 k
Pc
0 0.25 0.5 0 k
Pc
0 0.375 0.75 0 k
Pc
0 0.5 1 0 k
Pc
0 0 0 0 k
Pc
0.125 0 0.25 0 k
Pc
0.25 0 0.5 0 k
Pc
0.375 0 0.75 0 k
Pc
0.5 0 1 0 k
Pc
0.25 0 0.125 0 k
Pc
0.5 0 0.25 0 k
Pc
0.75 0 0.375 0 k
Pc
1 0 0.5 0 k
Pc
0 0 0 0 k
Pc
0.25 0.125 0.125 0 k
Pc
0.5 0.25 0.25 0 k
Pc
0.75 0.375 0.375 0 k
Pc
1 0.5 0.5 0 k
Pc
0.25 0.25 0.125 0 k
Pc
0.5 0.5 0.25 0 k
Pc
0.75 0.75 0.375 0 k
Pc
1 1 0.5 0 k
Pc
0 0 0 0 k
Pc
0.125 0.25 0.125 0 k
Pc
0.25 0.5 0.25 0 k
Pc
0.375 0.75 0.375 0 k
Pc
0.5 1 0.5 0 k
Pc
0.125 0.25 0.25 0 k
Pc
0.25 0.5 0.5 0 k
Pc
0.375 0.75 0.75 0 k
Pc
0.5 1 1 0 k
Pc
0 0 0 0 k
Pc
0.125 0.125 0.25 0 k
Pc
0.25 0.25 0.5 0 k
Pc
0.375 0.375 0.75 0 k
Pc
0.5 0.5 1 0 k
Pc
0.25 0.125 0.25 0 k
Pc
0.5 0.25 0.5 0 k
Pc
0.75 0.375 0.75 0 k
Pc
1 0.5 1 0 k
Pc
1 0.5 0 0.35 (dark blue) 0 x
Pc
0.75 1 0 0 (dark purple) 0 x
Pc
0 0.75 1 0.35 (rust) 0 x
Pc
PB
%AI5_EndPalette
%%EndSetup
%AI5_BeginLayer
1 1 1 1 0 0 0 79 128 255 Lb
(Layer 1) Ln
0 A
0 R
1 0 0 0 K
0 J 0 j 2 w 4 M []0 d
367.0415 402.6875 m
367.0415 268.979 l
257.2085 268.979 l
S
u
0 O
0.1 0.26 0.26 0 k
458.8667 291.3594 m
456.1362 293.7969 L
437.3003 290.4248 L
440.0303 287.9873 L
458.8667 291.3594 L
f
0.3 0.6 0.6 0 k
440.0303 287.9873 m
458.8457 291.3389 L
458.8457 279.3462 L
440.0303 275.9946 L
440.0303 287.9873 L
f
0.26 0.5 0.5 0 k
440.0303 287.9873 m
437.3003 290.4248 L
437.3003 278.4321 L
440.0303 275.9946 L
440.0303 287.9873 L
f
U
1 0 0 0 k
0 R
1 0.5 1 0 K
92.0127 264.5 m
227.0884 264.5 l
B
251.1904 258.7915 m
396 258.7915 l
B
251.7656 280.646 m
300.3335 280.646 l
B
u
u
0 0.75 1 0.35 (rust) 0.25 x
1 w
253.126 317.1772 m
253.126 345.5615 L
253.061 344.5537 252.7065 343.585 252.1025 342.6782 C
252.1025 313.8218 L
252.7065 314.8774 253.061 316.0044 253.126 317.1772 C
f
0 0.75 1 0.35 (rust) 0.2083 x
252.1025 313.8218 m
252.1025 342.6782 L
251.8159 342.2476 251.4727 341.8311 251.0791 341.4307 C
251.0791 312.3706 L
251.4727 312.8369 251.8159 313.3208 252.1025 313.8218 C
f
0 0.75 1 0.35 (rust) 0.1667 x
251.0791 312.3706 m
251.0791 341.4307 L
250.7681 341.1147 250.4277 340.8086 250.0552 340.5142 C
250.0552 311.3037 L
250.4277 311.6465 250.7681 312.0034 251.0791 312.3706 C
f
0 0.75 1 0.35 (rust) 0.125 x
250.0552 311.3037 m
250.0552 340.5142 L
249.7358 340.2612 249.3936 340.0171 249.0317 339.7822 C
249.0317 310.4521 L
249.3936 310.7256 249.7358 311.0098 250.0552 311.3037 C
f
0 0.75 1 0.35 (rust) 0.0833 x
249.0317 310.4521 m
249.0317 339.7822 L
248.707 339.5713 248.3647 339.3682 248.0083 339.1729 C
248.0083 309.7432 L
248.3647 309.9707 248.707 310.2065 249.0317 310.4521 C
f
0 0.75 1 0.35 (rust) 0.0417 x
248.0083 309.7432 m
248.0083 339.1729 L
247.6792 338.9922 247.3389 338.8179 246.9849 338.6509 C
246.9849 309.1357 L
247.3389 309.3301 247.6792 309.5332 248.0083 309.7432 C
f
0 0.75 1 0.35 (rust) 0 x
246.9849 309.1357 m
246.9849 338.6509 L
246.6636 338.5 246.332 338.3555 245.9912 338.2163 C
245.9912 308.6299 L
246.332 308.792 246.6636 308.96 246.9849 309.1357 C
f
0 0.75 1 0.35 (rust) 0.0318 x
245.9912 308.6299 m
245.9912 338.2163 L
245.6675 338.084 245.3379 337.9561 244.9976 337.8354 C
244.9976 308.187 L
245.3379 308.3271 245.6675 308.4761 245.9912 308.6299 C
f
0 0.75 1 0.35 (rust) 0.0636 x
244.9976 308.187 m
244.9976 337.8354 L
244.6743 337.7207 244.3418 337.6128 244.0044 337.5088 C
244.0044 307.8071 L
244.3418 307.9282 244.6743 308.0532 244.9976 308.187 C
f
0 0.75 1 0.35 (rust) 0.0955 x
244.0044 307.8071 m
244.0044 337.5088 L
243.6792 337.4092 243.3481 337.314 243.0107 337.2246 C
243.0107 307.4756 L
243.3481 307.5801 243.6792 307.6904 244.0044 307.8071 C
f
0 0.75 1 0.35 (rust) 0.1273 x
243.0107 307.4756 m
243.0107 337.2246 L
242.6846 337.1377 242.3545 337.0547 242.0176 336.978 C
242.0176 307.1895 L
242.3545 307.2783 242.6846 307.375 243.0107 307.4756 C
f
0 0.75 1 0.35 (rust) 0.1591 x
242.0176 307.1895 m
242.0176 336.978 L
241.6909 336.9038 241.3599 336.834 241.0239 336.7695 C
241.0239 306.9468 L
241.3599 307.0215 241.6909 307.103 242.0176 307.1895 C
f
0 0.75 1 0.35 (rust) 0.1909 x
241.0239 306.9468 m
241.0239 336.7695 L
240.6973 336.707 240.3652 336.6504 240.0303 336.5977 C
240.0303 306.7466 L
240.3652 306.8081 240.6973 306.874 241.0239 306.9468 C
f
0 0.75 1 0.35 (rust) 0.2227 x
240.0303 306.7466 m
240.0303 336.5977 L
239.7031 336.5459 239.3716 336.4995 239.0371 336.4575 C
239.0371 306.5835 L
239.3716 306.6323 239.7031 306.6865 240.0303 306.7466 C
f
0 0.75 1 0.35 (rust) 0.2545 x
239.0371 306.5835 m
239.0371 336.4575 L
238.7095 336.416 238.3784 336.3794 238.0439 336.3477 C
238.0439 306.4561 L
238.3784 306.4932 238.7095 306.5352 239.0371 306.5835 C
f
0 0.75 1 0.35 (rust) 0.2864 x
238.0439 306.4561 m
238.0439 336.3477 L
237.7153 336.3164 237.3843 336.2896 237.0503 336.2676 C
237.0503 306.3628 L
237.3843 306.3882 237.7153 306.4194 238.0439 306.4561 C
f
0 0.75 1 0.35 (rust) 0.3182 x
237.0503 306.3628 m
237.0503 336.2676 L
236.7217 336.2461 236.3906 336.229 236.0566 336.2163 C
236.0566 306.3032 L
236.3906 306.3174 236.7217 306.3374 237.0503 306.3628 C
f
0 0.75 1 0.35 (rust) 0.35 x
236.0566 306.3032 m
236.0566 336.2163 L
235.7178 336.2041 235.377 336.1958 235.0332 336.1934 C
235.0332 306.2759 L
235.377 306.2793 235.7178 306.2886 236.0566 306.3032 C
f
216.6689 344.125 m
216.4683 344.6997 216.3579 345.291 216.3579 345.8965 C
216.3579 317.5669 L
216.3579 316.8628 216.4683 316.1743 216.6689 315.5059 C
216.6689 344.125 L
f
0 0.75 1 0.35 (rust) 0.375 x
216.98 314.6509 m
216.98 343.3901 L
216.8584 343.6313 216.7559 343.877 216.6689 344.125 C
216.6689 315.5059 L
216.7559 315.2168 216.8584 314.9316 216.98 314.6509 C
f
234.75 306.2715 m
234.8447 306.2715 234.9385 306.2754 235.0332 306.2759 C
235.0332 336.1934 L
234.9385 336.1924 234.8447 336.1895 234.75 336.1895 c
234.5015 336.1895 234.2554 336.1943 234.0093 336.1992 C
234.0093 306.2832 L
234.2554 306.2773 234.5015 306.2715 234.75 306.2715 c
f
0 0.75 1 0.35 (rust) 0.4 x
217.291 314.0151 m
217.291 342.8438 L
217.1782 343.0239 217.0732 343.2061 216.98 343.3901 C
216.98 314.6509 L
217.0732 314.436 217.1782 314.2246 217.291 314.0151 C
f
234.0093 306.2832 m
234.0093 336.1992 L
233.666 336.2065 233.3247 336.2178 232.9863 336.2349 C
232.9863 306.3247 L
233.3247 306.3047 233.666 306.2915 234.0093 306.2832 C
f
0 0.75 1 0.35 (rust) 0.425 x
232.9863 306.3247 m
232.9863 336.2349 L
232.6421 336.252 232.3003 336.2734 231.9624 336.3003 C
231.9624 306.4009 L
232.3003 306.3691 232.6421 306.3447 232.9863 306.3247 C
f
217.6021 313.4834 m
217.6021 342.3872 L
217.4917 342.5376 217.3877 342.6899 217.291 342.8438 C
217.291 314.0151 L
217.3877 313.8359 217.4917 313.6587 217.6021 313.4834 C
f
0 0.75 1 0.35 (rust) 0.45 x
217.9131 313.021 m
217.9131 341.9897 L
217.8042 342.1206 217.7007 342.2534 217.6021 342.3872 C
217.6021 313.4834 L
217.7007 313.3276 217.8042 313.1733 217.9131 313.021 C
f
231.9624 306.4009 m
231.9624 336.3003 L
231.6177 336.3281 231.2773 336.3618 230.939 336.3994 C
230.939 306.5161 L
231.2773 306.4722 231.6177 306.4331 231.9624 306.4009 C
f
0 0.75 1 0.35 (rust) 0.475 x
230.939 306.5161 m
230.939 336.3994 L
230.5938 336.438 230.2529 336.4824 229.9155 336.5308 C
229.9155 306.6689 L
230.2529 306.6123 230.5938 306.5605 230.939 306.5161 C
f
218.2241 312.6064 m
218.2241 341.6338 L
218.1157 341.751 218.0132 341.8696 217.9131 341.9897 C
217.9131 313.021 L
218.0132 312.8813 218.1157 312.7432 218.2241 312.6064 C
f
0 0.75 1 0.35 (rust) 0.5 x
218.8267 311.9175 m
218.8267 341.041 L
218.6143 341.2349 218.4116 341.4316 218.2241 341.6338 C
218.2241 312.6064 L
218.4116 312.3721 218.6143 312.1426 218.8267 311.9175 C
f
229.9155 306.6689 m
229.9155 336.5308 L
229.5405 336.5845 229.1714 336.645 228.8066 336.7104 C
228.8066 306.8779 L
229.1714 306.8018 229.5405 306.7314 229.9155 306.6689 C
f
0 0.75 1 0.35 (rust) 0.5667 x
228.8066 306.8779 m
228.8066 336.7104 L
228.4316 336.7778 228.061 336.8506 227.6978 336.9302 C
227.6978 307.1338 L
228.061 307.0405 228.4316 306.9565 228.8066 306.8779 C
f
219.4287 311.3193 m
219.4287 340.5273 L
219.2173 340.6948 219.0181 340.8667 218.8267 341.041 C
218.8267 311.9175 L
219.0181 311.7144 219.2173 311.5142 219.4287 311.3193 C
f
0 0.75 1 0.35 (rust) 0.6333 x
227.6978 307.1338 m
227.6978 336.9302 L
227.3213 337.0127 226.9521 337.1025 226.5889 337.1973 C
226.5889 307.4443 L
226.9521 307.334 227.3213 307.2295 227.6978 307.1338 C
f
220.0308 310.7939 m
220.0308 340.0762 L
219.8218 340.2231 219.6221 340.374 219.4287 340.5273 C
219.4287 311.3193 L
219.6221 311.1406 219.8218 310.9653 220.0308 310.7939 C
f
0 0.75 1 0.35 (rust) 0.7 x
226.5889 307.4443 m
226.5889 337.1973 L
226.2114 337.2964 225.8423 337.4019 225.48 337.5137 C
225.48 307.8125 L
225.8423 307.6826 226.2114 307.5596 226.5889 307.4443 C
f
220.6328 310.3291 m
220.6328 339.6763 L
220.4258 339.8066 220.2246 339.9395 220.0308 340.0762 C
220.0308 310.7939 L
220.2246 310.6357 220.4258 310.481 220.6328 310.3291 C
f
0 0.75 1 0.35 (rust) 0.7667 x
221.2349 309.9087 m
221.2349 339.3149 L
221.0288 339.4326 220.8276 339.5532 220.6328 339.6763 C
220.6328 310.3291 L
220.8276 310.1855 221.0288 310.0459 221.2349 309.9087 C
f
225.48 307.8125 m
225.48 337.5137 L
225.1021 337.6304 224.7314 337.7529 224.3711 337.8833 C
224.3711 308.2427 L
224.7314 308.0913 225.1021 307.9482 225.48 307.8125 C
f
0 0.75 1 0.35 (rust) 0.8333 x
224.3711 308.2427 m
224.3711 337.8833 L
223.9907 338.0205 223.6216 338.1665 223.2622 338.3184 C
223.2622 308.749 L
223.6216 308.5723 223.9907 308.4028 224.3711 308.2427 C
f
221.8369 309.5259 m
221.8369 338.9863 L
221.6313 339.0933 221.4307 339.2031 221.2349 339.3149 C
221.2349 309.9087 L
221.4307 309.7783 221.6313 309.6509 221.8369 309.5259 C
f
0 0.75 1 0.35 (rust) 0.9 x
223.2622 308.749 m
223.2622 338.3184 L
222.7656 338.5283 222.2891 338.751 221.8369 338.9863 C
221.8369 309.5259 L
222.2891 309.252 222.7656 308.9932 223.2622 308.749 C
f
U
0 0.75 1 0.35 (rust) 0.85 x
234.75 336.1895 m
244.9077 336.1895 253.1421 340.5356 253.1421 345.8965 c
253.1421 351.2573 244.9077 355.6035 234.75 355.6035 c
224.5923 355.6035 216.3579 351.2573 216.3579 345.8965 c
216.3579 340.5356 224.5923 336.1895 234.75 336.1895 c
f
u
234.7314 347.3301 m
233.2881 336.2227 L
233.5068 336.2134 233.7261 336.2051 233.9468 336.2002 C
234.7314 347.3301 L
f
250.1494 351.2012 m
250.0571 351.2759 249.9634 351.3496 249.8677 351.4224 C
235.3848 347.6235 L
250.1494 351.2012 L
f
234.7109 347.46 m
217.0879 343.1899 L
217.1465 343.0835 217.2075 342.9775 217.2725 342.873 C
234.6865 347.4404 L
234.7109 347.46 L
f
235.8047 355.5864 m
235.6421 355.5913 235.478 355.5933 235.3145 355.5957 C
234.7925 348.1909 L
234.8105 347.9355 L
235.8047 355.5864 L
f
0 0.75 1 0.35 (rust) 0.8167 x
235.2891 347.5986 m
235.3848 347.6235 L
249.8677 351.4224 L
249.7686 351.498 249.668 351.5732 249.5649 351.6475 C
235.2891 347.5986 L
f
234.7402 347.397 m
232.6001 336.2578 L
232.8281 336.2437 233.0576 336.2324 233.2881 336.2227 C
234.7314 347.3301 L
234.7402 347.397 L
f
234.7134 347.437 m
234.7144 347.439 L
234.7041 347.4326 L
234.7109 347.4346 L
234.7134 347.437 L
f
234.8193 347.8081 m
236.3096 355.5659 L
236.1416 355.5737 235.9741 355.5811 235.8047 355.5864 C
234.8105 347.9355 L
234.8193 347.8081 L
f
234.6865 347.4404 m
217.2725 342.873 L
217.3403 342.7637 217.4072 342.6553 217.4819 342.5479 C
234.6626 347.4209 L
234.6865 347.4404 L
f
0 0.75 1 0.35 (rust) 0.7833 x
235.1943 347.5718 m
235.2891 347.5986 L
249.5649 351.6475 L
249.458 351.7236 249.3467 351.7988 249.2358 351.8735 C
235.1943 347.5718 L
f
234.7402 347.397 m
234.7432 347.4111 L
234.7393 347.4097 L
231.8843 336.3076 L
232.1211 336.2876 232.3604 336.2725 232.6001 336.2578 C
234.7402 347.397 L
f
234.7109 347.4346 m
234.7041 347.4326 L
234.6689 347.4106 L
234.6934 347.418 L
234.7109 347.4346 L
f
234.8242 347.7393 m
236.8301 355.54 L
236.6572 355.5503 236.4839 355.5586 236.3096 355.5659 C
234.8193 347.8081 L
234.8242 347.7393 L
f
234.6626 347.4209 m
217.4819 342.5479 L
217.5591 342.4375 217.6426 342.3286 217.7271 342.2197 C
234.6392 347.4014 L
234.6626 347.4209 L
f
0 0.75 1 0.35 (rust) 0.75 x
234.7393 347.4097 m
234.73 347.4058 L
231.1426 336.377 L
231.3882 336.3516 231.6353 336.3281 231.8843 336.3076 C
234.7393 347.4097 L
f
235.1021 347.5435 m
235.1943 347.5718 L
249.2358 351.8735 L
249.1211 351.9512 249.0073 352.0283 248.8882 352.1035 C
235.1021 347.5435 L
f
234.8267 347.7026 m
237.3643 355.5039 L
237.187 355.5171 237.0088 355.5293 236.8301 355.54 C
234.8242 347.7393 L
234.8267 347.7026 L
f
234.6392 347.4014 m
217.7271 342.2197 L
217.8145 342.1074 217.9067 341.9966 218.0015 341.8867 C
234.6162 347.3823 L
234.6392 347.4014 L
f
234.6934 347.418 m
234.6689 347.4106 L
234.6328 347.3882 L
234.6768 347.4023 L
234.6934 347.418 L
f
234.7012 347.4106 m
234.7041 347.417 L
234.6826 347.4043 L
234.7012 347.4106 L
f
0 0.75 1 0.35 (rust) 0.7167 x
235.0146 347.5146 m
235.1021 347.5435 L
248.8882 352.1035 L
248.7656 352.1816 248.6392 352.2573 248.5117 352.333 C
235.0146 347.5146 L
f
234.6826 347.4043 m
234.6729 347.3989 L
234.6616 347.3882 L
234.6909 347.3989 L
234.6973 347.4023 L
234.7012 347.4106 L
234.6826 347.4043 L
f
234.8281 347.6855 m
237.9111 355.4575 L
237.7295 355.4741 237.5479 355.4902 237.3643 355.5039 C
234.8267 347.7026 L
234.8281 347.6855 L
f
234.7144 347.3994 m
234.7144 347.3994 L
230.3779 336.4678 L
230.6313 336.4351 230.8857 336.4043 231.1426 336.377 C
234.73 347.4058 L
234.7144 347.3994 L
f
234.6162 347.3823 m
218.0015 341.8867 L
218.0996 341.7729 218.2007 341.6606 218.3062 341.5493 C
234.5938 347.3643 L
234.6162 347.3823 L
f
234.6328 347.3882 m
234.5952 347.3647 L
234.6426 347.3813 L
234.6729 347.3989 L
234.6768 347.4023 L
234.6328 347.3882 L
f
0 0.75 1 0.35 (rust) 0.6833 x
234.9302 347.4844 m
235.0146 347.5146 L
248.5117 352.333 L
248.3813 352.4106 248.2476 352.4873 248.1123 352.5625 C
234.9302 347.4844 L
f
234.6812 347.3506 m
234.6348 347.27 L
229.5918 336.5791 L
229.8516 336.5391 230.1133 336.502 230.3779 336.4678 C
234.7144 347.3994 L
234.6812 347.3506 L
f
234.6489 347.377 m
234.6909 347.3989 L
234.6616 347.3882 L
234.6489 347.377 L
f
234.8281 347.6802 m
238.4717 355.4043 L
238.2866 355.4243 238.0986 355.4404 237.9111 355.4575 C
234.8281 347.6855 L
234.8281 347.6802 L
f
234.5913 347.3623 m
234.5718 347.3462 L
234.5996 347.3569 L
234.6426 347.3813 L
234.5952 347.3647 L
234.5913 347.3623 L
f
234.5913 347.3623 m
234.5938 347.3643 L
218.3062 341.5493 L
218.415 341.4351 218.5259 341.3213 218.6431 341.2095 C
234.5557 347.3398 L
234.5913 347.3623 L
f
234.6914 347.3926 m
234.6929 347.3936 L
234.6938 347.395 L
234.6914 347.3926 L
f
0 0.75 1 0.35 (rust) 0.65 x
234.7188 347.4414 m
234.7144 347.439 L
234.7134 347.437 L
234.7188 347.4414 L
f
234.7256 347.4292 m
234.7041 347.417 L
234.7012 347.4106 L
234.6973 347.4023 L
234.7036 347.4053 L
234.7256 347.4292 L
f
234.7168 347.4126 m
234.7036 347.4053 L
234.6938 347.395 L
234.6929 347.3936 L
234.7109 347.4023 L
234.7168 347.4126 L
f
234.8696 347.4639 m
234.8721 347.4619 L
234.9302 347.4844 L
248.1123 352.5625 L
247.9683 352.6431 247.8237 352.7231 247.6743 352.8008 C
234.8696 347.4639 L
f
228.5845 336.75 m
228.916 336.688 229.252 336.6318 229.5918 336.5791 C
234.6348 347.27 L
228.5845 336.75 L
f
234.5557 347.3398 m
218.6431 341.2095 L
218.7666 341.0918 218.8921 340.9746 219.0244 340.8599 C
234.522 347.3188 L
234.5557 347.3398 L
f
234.5557 347.333 m
234.564 347.3364 L
234.5996 347.3569 L
234.5718 347.3462 L
234.5557 347.333 L
f
234.833 347.6147 m
239.2583 355.3086 L
238.998 355.3433 238.7363 355.3755 238.4717 355.4043 C
234.8281 347.6802 L
234.833 347.6147 L
f
0 0.75 1 0.35 (rust) 0.7083 x
234.6812 347.3506 m
227.5552 336.9609 L
227.8926 336.8848 228.2368 336.8154 228.5845 336.75 C
234.6348 347.27 L
234.6812 347.3506 L
f
234.7607 347.4209 m
234.7153 347.4004 L
234.7144 347.3994 L
234.73 347.4058 L
234.7393 347.4097 L
234.7432 347.4111 L
234.7617 347.4189 L
234.7607 347.4209 L
f
234.7192 347.4063 m
234.7148 347.4043 L
234.71 347.3979 L
234.7153 347.4004 L
234.7192 347.4063 L
f
234.7256 347.417 m
234.7168 347.4126 L
234.7109 347.4023 L
234.7148 347.4043 L
234.7256 347.417 L
f
234.8379 347.4556 m
234.8442 347.4541 L
234.8442 347.4551 L
234.8413 347.457 L
234.8379 347.4556 L
f
234.8647 347.4678 m
234.8696 347.4639 L
247.6743 352.8008 L
247.5215 352.8804 247.3662 352.9585 247.2085 353.0352 C
234.8647 347.4678 L
f
234.8359 347.5762 m
240.0586 355.1909 L
239.7939 355.2329 239.5273 355.2725 239.2583 355.3086 C
234.833 347.6147 L
234.8359 347.5762 L
f
234.5503 347.3286 m
234.564 347.3364 L
234.5557 347.333 L
234.5503 347.3286 L
f
234.522 347.3188 m
219.0244 340.8599 L
219.1597 340.7422 219.3013 340.627 219.4458 340.5132 C
234.4883 347.2979 L
234.522 347.3188 L
f
0 0.75 1 0.35 (rust) 0.7667 x
234.7607 347.4209 m
234.7588 347.4253 L
234.7192 347.4063 L
234.7153 347.4004 L
234.7607 347.4209 L
f
234.6812 347.3506 m
234.7144 347.3994 L
234.7144 347.3994 L
234.7153 347.4004 L
234.71 347.3979 L
226.5176 337.2168 L
226.8584 337.1265 227.2031 337.04 227.5552 336.9609 C
234.6812 347.3506 L
f
234.8379 347.4556 m
234.8413 347.457 L
234.8335 347.4619 L
234.8267 347.4585 L
234.8267 347.4585 L
234.8379 347.4556 L
f
234.812 347.4517 m
234.8135 347.4512 L
234.8135 347.4521 L
234.812 347.4517 L
f
234.8574 347.4736 m
234.8647 347.4678 L
247.2085 353.0352 L
247.0474 353.1138 246.8818 353.1895 246.7158 353.2646 C
234.8574 347.4736 L
f
234.8364 347.5635 m
234.856 347.5791 L
240.8682 355.0508 L
240.6006 355.1006 240.3311 355.1475 240.0586 355.1909 C
234.8359 347.5762 L
234.8364 347.5635 L
f
234.4883 347.2979 m
219.4458 340.5132 L
219.5928 340.3965 219.7456 340.2827 219.9023 340.1699 C
234.4546 347.2769 L
234.4883 347.2979 L
f
0 0.75 1 0.35 (rust) 0.825 x
234.7192 347.4063 m
234.7588 347.4253 L
234.7549 347.4326 L
234.7256 347.417 L
234.7148 347.4043 L
234.7192 347.4063 L
f
234.71 347.3979 m
234.7148 347.4043 L
234.7109 347.4023 L
234.6929 347.3936 L
234.6914 347.3926 L
225.48 337.5137 L
225.8193 337.4092 226.165 337.3101 226.5176 337.2168 C
234.71 347.3979 L
f
234.812 347.4517 m
234.8135 347.4521 L
234.813 347.4561 L
234.8062 347.46 L
234.7979 347.4556 L
234.812 347.4517 L
f
234.8335 347.4619 m
234.8228 347.4688 L
234.8184 347.4663 L
234.8267 347.4585 L
234.8335 347.4619 L
f
234.7876 347.4502 m
234.7881 347.4502 L
234.7881 347.4502 L
234.7876 347.4502 L
f
234.8477 347.4814 m
234.8574 347.4736 L
246.7158 353.2646 L
246.5464 353.3413 246.375 353.4165 246.2002 353.4897 C
234.8477 347.4814 L
f
234.4546 347.2769 m
219.9023 340.1699 L
220.061 340.0552 220.2251 339.9429 220.3936 339.8325 C
234.4209 347.2559 L
234.4546 347.2769 L
f
234.8965 347.6128 m
241.6802 354.8882 L
241.4126 354.9453 241.1421 355 240.8682 355.0508 C
234.856 347.5791 L
234.8965 347.6128 L
f
0 0.75 1 0.35 (rust) 0.8833 x
234.7256 347.417 m
234.7549 347.4326 L
234.75 347.4434 L
234.7256 347.4292 L
234.7036 347.4053 L
234.7168 347.4126 L
234.7256 347.417 L
f
234.6914 347.3926 m
234.6938 347.395 L
234.7036 347.4053 L
234.6973 347.4023 L
234.6909 347.3989 L
234.6489 347.377 L
224.4551 337.8516 L
224.7881 337.7329 225.1318 337.6211 225.48 337.5137 C
234.6914 347.3926 L
f
234.7979 347.4556 m
234.8062 347.46 L
234.7925 347.4678 L
234.7852 347.4634 L
234.791 347.4575 L
234.7979 347.4556 L
f
234.7671 347.4531 m
234.7646 347.4517 L
234.7676 347.4507 L
234.7671 347.4531 L
f
234.7876 347.4502 m
234.7881 347.4502 L
234.7866 347.4565 L
234.7798 347.46 L
234.771 347.4551 L
234.7876 347.4502 L
f
234.8125 347.4751 m
234.8101 347.4756 L
234.8105 347.4741 L
234.8184 347.4663 L
234.8228 347.4688 L
234.8125 347.4751 L
f
234.4209 347.2559 m
220.3936 339.8325 L
220.5635 339.7202 220.7388 339.6104 220.918 339.5024 C
234.3877 347.2354 L
234.4209 347.2559 L
f
234.8418 347.4863 m
234.8477 347.4814 L
246.2002 353.4897 L
246.0234 353.5645 245.8457 353.6377 245.6636 353.709 C
234.8413 347.4956 L
234.8418 347.4863 L
f
234.937 347.646 m
242.4888 354.7021 L
242.2227 354.7671 241.9536 354.8296 241.6802 354.8882 C
234.8965 347.6128 L
234.937 347.646 L
f
0 0.75 1 0.35 (rust) 0.9417 x
234.7041 347.417 m
234.7256 347.4292 L
234.75 347.4434 L
234.7466 347.4497 L
234.7422 347.4565 L
234.7188 347.4414 L
234.7134 347.437 L
234.7109 347.4346 L
234.6934 347.418 L
234.6768 347.4023 L
234.6729 347.3989 L
234.6826 347.4043 L
234.7041 347.417 L
f
234.7451 347.4585 m
234.7432 347.457 L
234.7432 347.457 L
234.752 347.4531 L
234.7495 347.457 L
234.7451 347.4585 L
f
234.7505 347.4619 m
234.7495 347.4609 L
234.751 347.457 L
234.7568 347.4541 L
234.7646 347.4517 L
234.7671 347.4531 L
234.7656 347.457 L
234.7646 347.457 L
234.7505 347.4619 L
f
234.6489 347.377 m
234.6616 347.3882 L
234.6729 347.3989 L
234.6426 347.3813 L
234.5996 347.3569 L
234.564 347.3364 L
234.5503 347.3286 L
223.4624 338.2354 L
223.7861 338.1025 224.1152 337.9731 224.4551 337.8516 C
234.6489 347.377 L
f
234.7656 347.457 m
234.7656 347.457 L
234.7656 347.457 L
234.7656 347.457 L
f
234.7925 347.4678 m
234.7837 347.4702 L
234.7847 347.4644 L
234.7852 347.4634 L
234.7925 347.4678 L
234.7925 347.4678 L
f
234.7632 347.4658 m
234.7656 347.457 L
234.771 347.4551 L
234.7798 347.46 L
234.7769 347.4619 L
234.7632 347.4658 L
f
220.918 339.5024 m
221.0991 339.3936 221.2847 339.2866 221.4746 339.1821 C
234.3877 347.2354 L
220.918 339.5024 L
f
234.8413 347.4956 m
245.6636 353.709 L
245.48 353.7803 245.2935 353.8506 245.1045 353.9189 C
234.8398 347.5171 L
234.8413 347.4956 L
f
243.2871 354.4937 m
243.0244 354.5664 242.7588 354.6357 242.4888 354.7021 C
234.937 347.646 L
243.2871 354.4937 L
f
0 0.75 1 0.35 (rust) 1 x
234.6626 347.4209 m
234.6392 347.4014 L
234.6162 347.3823 L
234.5938 347.3643 L
234.5913 347.3623 L
234.5952 347.3647 L
234.6328 347.3882 L
234.6689 347.4106 L
234.7041 347.4326 L
234.7144 347.439 L
234.7188 347.4414 L
234.7422 347.4565 L
234.7422 347.4565 L
234.7178 347.4658 L
234.7109 347.46 L
234.6865 347.4404 L
234.6626 347.4209 L
f
234.8965 347.6128 m
234.856 347.5791 L
234.8364 347.5635 L
234.8398 347.5171 L
245.1045 353.9189 L
244.522 354.1284 243.9146 354.3198 243.2871 354.4937 C
234.937 347.646 L
234.8965 347.6128 L
f
234.7417 347.4595 m
234.7432 347.457 L
234.7451 347.4585 L
234.7417 347.4595 L
f
234.749 347.4624 m
234.7495 347.4609 L
234.7505 347.4619 L
234.749 347.4624 L
f
234.5503 347.3286 m
234.5557 347.333 L
234.5718 347.3462 L
234.5913 347.3623 L
234.5557 347.3398 L
234.522 347.3188 L
234.4883 347.2979 L
234.4546 347.2769 L
234.4209 347.2559 L
234.3877 347.2354 L
221.4746 339.1821 L
222.0928 338.8418 222.7568 338.5254 223.4624 338.2354 C
234.5503 347.3286 L
f
0 0.75 1 0.35 (rust) 0.85 x
235.6377 336.2012 m
235.9092 336.208 236.1782 336.2192 236.4463 336.2319 C
234.8735 347.0386 L
235.6377 336.2012 L
f
252.2178 342.8579 m
252.29 342.9736 252.3574 343.0903 252.4219 343.208 C
234.874 347.46 L
234.8994 347.4395 L
252.2178 342.8579 L
f
219.3696 351.2173 m
234.2417 347.6133 L
219.688 351.4639 L
219.5796 351.3823 219.4731 351.3003 219.3696 351.2173 C
f
234.8042 347.5176 m
234.8418 347.4863 L
234.8413 347.4956 L
234.8398 347.5171 L
234.8364 347.5635 L
234.8359 347.5762 L
234.833 347.6147 L
234.8281 347.6802 L
234.8281 347.6855 L
234.8267 347.7026 L
234.8242 347.7393 L
234.8193 347.8081 L
234.8105 347.9355 L
234.7925 348.1909 L
234.27 355.5967 L
234.0562 355.5938 233.8423 355.5903 233.6299 355.5835 C
234.8042 347.5176 L
f
234.8477 347.4531 m
234.8442 347.4551 L
234.8442 347.4541 L
234.8477 347.4531 L
f
234.8125 347.4751 m
234.8096 347.4766 L
234.8101 347.4756 L
234.8125 347.4751 L
f
0 0.75 1 0.35 (rust) 0.7955 x
234.8608 347.1255 m
234.8735 347.0386 L
236.4463 336.2319 L
236.7324 336.2461 237.0166 336.2637 237.2988 336.2842 C
234.8608 347.1255 L
f
234.8135 347.4521 m
234.8135 347.4512 L
234.8301 347.4463 L
234.813 347.4561 L
234.8135 347.4521 L
f
234.7925 347.4678 m
234.7827 347.4731 L
234.7837 347.4702 L
234.7925 347.4678 L
f
234.9238 347.4194 m
251.9814 342.499 L
252.0649 342.6172 252.1426 342.7373 252.2178 342.8579 C
234.8994 347.4395 L
234.9238 347.4194 L
f
234.8828 347.4312 m
234.8477 347.4531 L
234.8442 347.4541 L
234.8379 347.4556 L
234.8267 347.4585 L
234.8447 347.4419 L
234.8828 347.4312 L
f
220.0293 351.7158 m
219.9116 351.6333 219.8003 351.5483 219.688 351.4639 C
234.2417 347.6133 L
234.3521 347.584 L
220.0293 351.7158 L
f
234.7656 347.5488 m
234.8042 347.5176 L
233.6299 355.5835 L
233.4072 355.5767 233.1855 355.5684 232.9648 355.5571 C
234.7656 347.5488 L
f
234.8096 347.4766 m
234.8027 347.4814 L
234.8105 347.4741 L
234.8101 347.4756 L
234.8096 347.4766 L
f
0 0.75 1 0.35 (rust) 0.7409 x
234.8159 347.4414 m
234.8608 347.4272 L
234.856 347.4316 L
234.8301 347.4463 L
234.8135 347.4512 L
234.812 347.4517 L
234.7979 347.4556 L
234.791 347.4575 L
234.7974 347.4512 L
234.8159 347.4414 L
f
234.7881 347.4502 m
234.7881 347.4502 L
234.8027 347.4453 L
234.7974 347.4512 L
234.7866 347.4565 L
234.7881 347.4502 L
f
234.7632 347.4658 m
234.7769 347.4619 L
234.7617 347.4697 L
234.7632 347.4658 L
f
234.7837 347.4702 m
234.7827 347.4731 L
234.769 347.4814 L
234.7847 347.4644 L
234.7837 347.4702 L
f
220.4058 351.9688 m
220.2788 351.8853 220.1509 351.8018 220.0293 351.7158 C
234.3521 347.584 L
234.4585 347.5537 L
220.4058 351.9688 L
f
234.8418 347.21 m
234.8608 347.1255 L
237.2988 336.2842 L
237.5996 336.3062 237.8979 336.3325 238.1938 336.3618 C
234.8418 347.21 L
f
234.9473 347.3999 m
251.7085 342.1338 L
251.8042 342.2539 251.8945 342.376 251.9814 342.499 C
234.9238 347.4194 L
234.9473 347.3999 L
f
234.7656 347.5488 m
232.9648 355.5571 L
232.7339 355.5454 232.5049 355.5298 232.2764 355.5132 C
234.7275 347.5801 L
234.7656 347.5488 L
f
234.918 347.4092 m
234.8828 347.4312 L
234.8447 347.4419 L
234.856 347.4316 L
234.8672 347.4253 L
234.918 347.4092 L
f
0 0.75 1 0.35 (rust) 0.6864 x
234.8062 347.4375 m
234.812 347.4355 L
234.8027 347.4453 L
234.7881 347.4502 L
234.7876 347.4502 L
234.771 347.4551 L
234.7656 347.457 L
234.7656 347.457 L
234.7656 347.457 L
234.8062 347.4375 L
f
234.7676 347.4507 m
234.772 347.4492 L
234.7656 347.457 L
234.7656 347.457 L
234.7671 347.4531 L
234.7676 347.4507 L
f
234.7632 347.4658 m
234.7617 347.4697 L
234.7505 347.4751 L
234.7656 347.457 L
234.7656 347.457 L
234.7632 347.4658 L
f
234.749 347.4624 m
234.7505 347.4619 L
234.7646 347.457 L
234.7476 347.4658 L
234.749 347.4624 L
f
220.8096 352.2241 m
220.6724 352.1401 220.5376 352.0552 220.4058 351.9688 C
234.4585 347.5537 L
234.5601 347.5215 L
220.8096 352.2241 L
f
234.8159 347.4414 m
234.8555 347.4204 L
234.875 347.4141 L
234.8608 347.4272 L
234.8159 347.4414 L
f
234.8164 347.2925 m
234.8418 347.21 L
238.1938 336.3618 L
238.5078 336.3936 238.8188 336.4287 239.127 336.4683 C
234.8164 347.2925 L
f
234.7275 347.5801 m
232.2764 355.5132 L
232.0381 355.4966 231.8013 355.4771 231.5659 355.4556 C
234.6895 347.6113 L
234.7275 347.5801 L
f
234.9043 347.4038 m
234.9536 347.3872 L
234.918 347.4092 L
234.8672 347.4253 L
234.9043 347.4038 L
f
234.9702 347.3813 m
251.394 341.7646 L
251.5029 341.8862 251.6089 342.0093 251.7085 342.1338 C
234.9473 347.3999 L
234.9702 347.3813 L
f
0 0.75 1 0.35 (rust) 0.6318 x
234.751 347.457 m
234.7495 347.4609 L
234.749 347.4624 L
234.7476 347.4658 L
234.7412 347.4688 L
234.749 347.458 L
234.751 347.457 L
f
234.7417 347.4595 m
234.7451 347.4585 L
234.7495 347.457 L
234.749 347.458 L
234.7407 347.4614 L
234.7417 347.4595 L
f
221.2407 352.481 m
221.0938 352.397 220.9512 352.311 220.8096 352.2241 C
234.5601 347.5215 L
234.6582 347.4878 L
221.2407 352.481 L
f
234.7676 347.4507 m
234.7646 347.4517 L
234.7568 347.4541 L
234.7739 347.4468 L
234.772 347.4492 L
234.7676 347.4507 L
f
234.8062 347.4375 m
234.813 347.4341 L
234.812 347.4355 L
234.8062 347.4375 L
f
234.7847 347.3721 m
234.8164 347.2925 L
239.127 336.4683 L
239.4526 336.5103 239.7754 336.5562 240.0938 336.6069 C
234.7847 347.3721 L
f
234.9907 347.3643 m
251.0405 341.3916 L
251.1631 341.5146 251.2813 341.6387 251.394 341.7646 C
234.9702 347.3813 L
234.9907 347.3643 L
f
234.8833 347.4058 m
234.875 347.4141 L
234.8555 347.4204 L
234.8833 347.4058 L
f
234.6895 347.6113 m
231.5659 355.4556 L
231.3208 355.4326 231.0767 355.4087 230.835 355.3809 C
234.6514 347.6426 L
234.6895 347.6113 L
f
234.9419 347.3823 m
234.9888 347.3652 L
234.9536 347.3872 L
234.9043 347.4038 L
234.9419 347.3823 L
f
0 0.75 1 0.35 (rust) 0.5773 x
234.7422 347.4565 m
234.7422 347.457 L
221.7026 352.7368 L
221.5454 352.6533 221.3921 352.5679 221.2407 352.481 C
234.6582 347.4878 L
234.7178 347.4658 L
234.7422 347.4565 L
f
234.7432 347.457 m
234.7432 347.457 L
234.7417 347.4595 L
234.7407 347.4614 L
234.7393 347.4619 L
234.7422 347.457 L
234.7432 347.457 L
f
234.7466 347.4497 m
234.75 347.4434 L
234.7549 347.4326 L
234.7588 347.4253 L
234.7607 347.4209 L
234.7617 347.4189 L
234.7847 347.3721 L
240.0938 336.6069 L
240.4287 336.6606 240.7607 336.7178 241.0874 336.7813 C
234.7466 347.4497 L
f
234.979 347.3613 m
235.0098 347.3491 L
234.9932 347.3623 L
234.9888 347.3652 L
234.9419 347.3823 L
234.979 347.3613 L
f
234.9932 347.3623 m
235.0244 347.3428 L
250.6475 341.0171 L
250.7832 341.1401 250.915 341.2651 251.0405 341.3916 C
234.9907 347.3643 L
234.9932 347.3623 L
f
234.6514 347.6426 m
230.835 355.3809 L
230.5845 355.3521 230.3345 355.3218 230.0879 355.2881 C
234.6133 347.6738 L
234.6514 347.6426 L
f
0 0.75 1 0.35 (rust) 0.5227 x
234.7422 347.457 m
234.7393 347.4619 L
222.1982 352.9883 L
222.0308 352.9058 221.8643 352.8228 221.7026 352.7368 C
234.7422 347.457 L
f
234.752 347.4531 m
234.7432 347.457 L
234.7422 347.457 L
234.7422 347.4565 L
234.7422 347.4565 L
234.7466 347.4497 L
241.0874 336.7813 L
241.4292 336.8477 241.7646 336.9204 242.0967 336.9971 C
234.752 347.4531 L
f
235.0166 347.3398 m
235.0254 347.3359 L
235.0098 347.3491 L
234.979 347.3613 L
235.0166 347.3398 L
f
234.6133 347.6738 m
230.0879 355.2881 L
229.833 355.2529 229.5796 355.2148 229.3291 355.1743 C
234.5752 347.7051 L
234.6133 347.6738 L
f
235.0596 347.3208 m
250.2129 340.6436 L
250.3628 340.7661 250.5078 340.8906 250.6475 341.0171 C
235.0244 347.3428 L
235.0596 347.3208 L
f
0 0.75 1 0.35 (rust) 0.4682 x
234.7739 347.4468 m
234.7568 347.4541 L
234.751 347.457 L
234.749 347.458 L
234.7495 347.457 L
234.752 347.4531 L
242.0967 336.9971 L
242.4414 337.0767 242.7798 337.1621 243.1133 337.252 C
234.7739 347.4468 L
f
234.7393 347.4619 m
234.7407 347.4614 L
234.749 347.458 L
234.7412 347.4688 L
222.7217 353.2363 L
222.5444 353.1553 222.3696 353.0728 222.1982 352.9883 C
234.7393 347.4619 L
f
234.5752 347.7051 m
229.3291 355.1743 L
229.0713 355.1323 228.8164 355.0864 228.5635 355.0391 C
234.5371 347.7363 L
234.5752 347.7051 L
f
235.0947 347.2988 m
249.7368 340.2734 L
249.9009 340.3945 250.0596 340.5181 250.2129 340.6436 C
235.0596 347.3208 L
235.0947 347.2988 L
f
235.0298 347.3325 m
235.0254 347.3359 L
235.0166 347.3398 L
235.0298 347.3325 L
f
0 0.75 1 0.35 (rust) 0.4136 x
234.7412 347.4688 m
234.7476 347.4658 L
234.7646 347.457 L
234.7656 347.457 L
234.7656 347.457 L
234.7656 347.457 L
234.7656 347.457 L
234.7505 347.4751 L
223.272 353.4785 L
223.085 353.3994 222.9023 353.3184 222.7217 353.2363 C
234.7412 347.4688 L
f
234.813 347.4341 m
234.8062 347.4375 L
234.7656 347.457 L
234.772 347.4492 L
234.7739 347.4468 L
243.1133 337.252 L
243.4575 337.3447 243.7964 337.4424 244.1279 337.5464 C
234.813 347.4341 L
f
234.5371 347.7363 m
228.5635 355.0391 L
228.3047 354.9902 228.0493 354.938 227.7959 354.8833 C
234.499 347.7676 L
234.5371 347.7363 L
f
235.1304 347.2769 m
249.2202 339.9087 L
249.3975 340.0278 249.5698 340.1494 249.7368 340.2734 C
235.0947 347.2988 L
235.1304 347.2769 L
f
0 0.75 1 0.35 (rust) 0.3591 x
234.8833 347.4058 m
234.8555 347.4204 L
234.8159 347.4414 L
234.7974 347.4512 L
234.8027 347.4453 L
234.812 347.4355 L
234.813 347.4341 L
244.1279 337.5464 L
244.4673 337.6528 244.8008 337.7646 245.126 337.8818 C
234.8833 347.4058 L
f
234.7505 347.4751 m
234.7617 347.4697 L
234.7769 347.4619 L
234.7798 347.46 L
234.7866 347.4565 L
234.7974 347.4512 L
234.791 347.4575 L
234.7852 347.4634 L
234.7847 347.4644 L
234.769 347.4814 L
223.8477 353.7134 L
223.6523 353.6372 223.4609 353.5581 223.272 353.4785 C
234.7505 347.4751 L
f
235.1655 347.2549 m
248.6636 339.5522 L
248.8545 339.6685 249.04 339.7876 249.2202 339.9087 C
235.1304 347.2769 L
235.1655 347.2549 L
f
234.499 347.7676 m
227.7959 354.8833 L
227.5381 354.8276 227.2832 354.7686 227.0317 354.707 C
234.4609 347.7988 L
234.499 347.7676 L
f
0 0.75 1 0.35 (rust) 0.3045 x
235.0298 347.3325 m
235.0166 347.3398 L
234.979 347.3613 L
234.9419 347.3823 L
234.9043 347.4038 L
234.8672 347.4253 L
234.856 347.4316 L
234.8608 347.4272 L
234.875 347.4141 L
234.8833 347.4058 L
245.126 337.8818 L
245.457 338.002 245.7783 338.1279 246.0938 338.2588 C
235.0298 347.3325 L
f
234.769 347.4814 m
234.7827 347.4731 L
234.7925 347.4678 L
234.7925 347.4678 L
234.8062 347.46 L
234.813 347.4561 L
234.8301 347.4463 L
234.856 347.4316 L
234.8447 347.4419 L
234.8267 347.4585 L
234.8267 347.4585 L
234.8184 347.4663 L
234.8105 347.4741 L
234.8027 347.4814 L
224.4487 353.9385 L
224.2446 353.8657 224.0454 353.79 223.8477 353.7134 C
234.769 347.4814 L
f
227.0317 354.707 m
226.7769 354.6445 226.5254 354.5791 226.2764 354.5107 C
234.4609 347.7988 L
227.0317 354.707 L
f
248.0698 339.207 m
248.2734 339.3193 248.4712 339.4346 248.6636 339.5522 C
235.1655 347.2549 L
248.0698 339.207 L
f
0 0.75 1 0.35 (rust) 0.25 x
235.1304 347.2769 m
235.0947 347.2988 L
235.0596 347.3208 L
235.0244 347.3428 L
234.9932 347.3623 L
235.0098 347.3491 L
235.0254 347.3359 L
235.0298 347.3325 L
246.0938 338.2588 L
246.7954 338.5493 247.4556 338.8662 248.0698 339.207 C
235.1655 347.2549 L
235.1304 347.2769 L
f
234.8027 347.4814 m
234.8096 347.4766 L
234.8125 347.4751 L
234.8228 347.4688 L
234.8335 347.4619 L
234.8413 347.457 L
234.8442 347.4551 L
234.8477 347.4531 L
234.8828 347.4312 L
234.918 347.4092 L
234.9536 347.3872 L
234.9888 347.3652 L
234.9932 347.3623 L
234.9907 347.3643 L
234.9702 347.3813 L
234.9473 347.3999 L
234.9238 347.4194 L
234.8994 347.4395 L
234.874 347.46 L
234.8721 347.4619 L
234.8696 347.4639 L
234.8647 347.4678 L
234.8574 347.4736 L
234.8477 347.4814 L
234.8418 347.4863 L
234.8042 347.5176 L
234.7656 347.5488 L
234.7275 347.5801 L
234.6895 347.6113 L
234.6514 347.6426 L
234.6133 347.6738 L
234.5752 347.7051 L
234.5371 347.7363 L
234.499 347.7676 L
234.4609 347.7988 L
226.2764 354.5107 L
225.6455 354.3379 225.0337 354.1479 224.4487 353.9385 C
234.8027 347.4814 L
f
U
U
0 R
0.75 0.375 0.75 0 K
2 w [3 ]0 d
234.3335 351.3149 m
234.3335 419.3105 l
S
321.6812 347.9604 m
321.6812 415.9561 l
S
154.521 348 m
154.521 415.9956 l
S
0 O
1 0 0 0 k
1 0 0 0 K
[]0 d
445 402.6758 m
445 431 l
B
248.9634 403.3423 m
248.9634 428.8687 l
B
344.9951 402.6758 m
344.9951 427.1104 l
B
1 0.5 1 0 K
91.5 422.3247 m
145 422.3247 l
B
252.4063 422.9883 m
299.979 422.9883 l
B
1 0 0 0 K
177.5518 402.1758 m
177.5518 426.6836 l
B
178 476.9546 m
545.6665 476.9546 l
B
1 0.5 0 0.35 (dark blue) 0.5 x
1 w
184.2437 461.8477 m
178.7837 466.7227 L
141.1113 459.978 L
146.5713 455.103 L
184.2437 461.8477 L
f
1 0.5 0 0.35 (dark blue) 0 x
146.5713 455.103 m
184.2021 461.8062 L
184.2021 416.8208 L
146.5713 410.1177 L
146.5713 455.103 L
f
1 0.5 0 0.35 (dark blue) 0.25 x
146.5713 454.853 m
141.1113 459.728 L
141.1113 414.9932 L
146.5713 410.1177 L
146.5713 454.853 L
f
0 To
1 0 0 1 165.25 430.5 0 Tp
TP
-6.3899 0 Td
0 Tr
1 g
/_Helvetica 10 Tf
0 Ts
100 Tz
0 Tt
0 TA
%_ 0 XL
36 0 Xb
XB
0 0 5 TC
100 100 200 TW
0 0 0 Ti
1 Ta
0 1 2 2 99 Th
0 Tq
0 0 Tl
0 Tc
0 Tw
(N1) Tx 
(\r) TX 
TO
0 To
1 0 0 1 174.625 453.5 0 Tp
TP
-7.784 0 Td
0 Tr
/_Helvetica 8 Tf
(eth0) Tx 
(\r) TX 
TO
0 To
1 0 0 1 155.1855 448.7275 0 Tp
TP
-7.784 0 Td
0 Tr
(eth1) Tx 
(\r) TX 
TO
0 To
1 0 0 1 464.8335 362.9453 0 Tp
TP
0 Tr
0 g
0 Ta
(Ethernet) Tx 
(\r) TX 
TO
0 To
1 0 0 1 464.8335 348.7788 0 Tp
TP
0 Tr
(Serial lines) Tx 
(\r) TX 
TO
1 0 0 0 k
0 R
1 0 0 0 K
2 w
437.6738 365.8486 m
457.2378 365.8486 l
B
1 0.5 1 0 K
437.6738 351.7505 m
456.6841 351.7505 l
B
0 To
1 0 0 1 235.4585 320.6553 0 Tp
TP
-9.7759 0 Td
0 Tr
1 g
1 w
1 Ta
(Disks) Tx 
(\r) TX 
TO
0.1 0.26 0.26 0 k
2 w
449.9102 461.8477 m
444.4502 466.7227 L
406.7778 459.978 L
412.2378 455.103 L
449.9102 461.8477 L
f
0.3 0.6 0.6 0 k
412.2378 455.2905 m
449.8687 461.9937 L
449.8687 416.8208 L
412.2378 410.1177 L
412.2378 455.2905 L
f
0.26 0.5 0.5 0 k
412.2378 455.2905 m
406.7778 460.1655 L
406.7778 414.9932 L
412.2378 410.1177 L
412.2378 455.2905 L
f
0 To
1 0 0 1 432 432.5 0 Tp
TP
-6.3899 0 Td
0 Tr
1 g
1 w
/_Helvetica 10 Tf
(N4) Tx 
(\r) TX 
TO
0 To
1 0 0 1 440.2676 452.8853 0 Tp
TP
-7.784 0 Td
0 Tr
/_Helvetica 8 Tf
(eth0) Tx 
(\r) TX 
TO
1 0.5 0 0.35 (dark blue) 0.5 x
349.3682 461.8477 m
343.9082 466.7227 L
306.2358 459.978 L
311.6963 455.103 L
349.3682 461.8477 L
f
1 0.5 0 0.35 (dark blue) 0 x
311.6963 455.228 m
349.3267 461.9312 L
349.3267 416.8208 L
311.6963 410.1177 L
311.6963 455.228 L
f
1 0.5 0 0.35 (dark blue) 0.25 x
311.6963 455.1655 m
306.2358 460.0405 L
306.2358 414.9932 L
311.6963 410.1177 L
311.6963 455.1655 L
f
0 To
1 0 0 1 331.25 431.25 0 Tp
TP
-6.3899 0 Td
0 Tr
1 g
/_Helvetica 10 Tf
(N3) Tx 
(\r) TX 
TO
0 To
1 0 0 1 339.7495 453.6758 0 Tp
TP
-7.784 0 Td
0 Tr
/_Helvetica 8 Tf
(eth0) Tx 
(\r) TX 
TO
0 To
1 0 0 1 321.9673 449.6138 0 Tp
TP
-7.784 0 Td
0 Tr
(eth1) Tx 
(\r) TX 
TO
1 0.5 0 0.35 (dark blue) 0.5 x
253.7017 461.8477 m
248.2417 466.7227 L
210.5693 459.978 L
216.0293 455.103 L
253.7017 461.8477 L
f
1 0.5 0 0.35 (dark blue) 0 x
216.0293 455.0405 m
253.6602 461.7437 L
253.6602 416.8208 L
216.0293 410.1177 L
216.0293 455.0405 L
f
1 0.5 0 0.35 (dark blue) 0.25 x
216.0293 455.103 m
210.5693 459.978 L
210.5693 414.9932 L
216.0293 410.1177 L
216.0293 455.103 L
f
0 To
1 0 0 1 234.75 431.75 0 Tp
TP
-6.3899 0 Td
0 Tr
1 g
/_Helvetica 10 Tf
(N2) Tx 
(\r) TX 
TO
0 To
1 0 0 1 244.083 453 0 Tp
TP
-7.784 0 Td
0 Tr
/_Helvetica 8 Tf
(eth0) Tx 
(\r) TX 
TO
0 To
1 0 0 1 225.3008 448.938 0 Tp
TP
-7.784 0 Td
0 Tr
(eth1) Tx 
(\r) TX 
TO
0 To
1 0 0 1 500.625 506.6758 0 Tp
TP
-46.6755 0 Td
0 Tr
0 g
(Control Network 3 \(Public\)) Tx 
(\r) TX 
TO
0 To
1 0 0 1 502.1914 407.0186 0 Tp
TP
-48.2315 0 Td
0 Tr
(Control Network 1 \(Private\)) Tx 
(\r) TX 
TO
0 To
1 0 0 1 500.625 482.3516 0 Tp
TP
-46.6755 0 Td
0 Tr
(Control Network 2 \(Public\)) Tx 
(\r) TX 
TO
0 To
1 0 0 1 258.625 436.6758 0 Tp
TP
0 Tr
0 Ta
(System \r) Tx 
0 -9.5 Td
(Controller) Tx 
(\r) TX 
TO
1 0 0 0 k
0 R
1 0.5 1 0 K
2 w
349.7314 422.9707 m
396.3042 422.9707 l
B
0 To
1 0 0 1 354.2002 436.6582 0 Tp
TP
0 Tr
0 g
1 w
(System \r) Tx 
0 -9.5 Td
(Controller) Tx 
(\r) TX 
TO
0 To
1 0 0 1 101.5332 436.5122 0 Tp
TP
0 Tr
(System \r) Tx 
0 -9.5 Td
(Controller) Tx 
(\r) TX 
TO
1 0 0 0 k
0 R
1 0.5 1 0 K
2 w
92.0127 263.5 m
92.0127 422.5034 l
B
1 0 0 0 K
152.0313 456.4219 m
152.0313 504.0088 l
B
178 461.3096 m
178 477.8335 l
B
222.3384 456.5322 m
222.3384 503.3423 l
B
245.9951 461.4204 m
245.9951 476.6758 l
B
318.6299 456.8657 m
318.6299 503.0088 l
B
342.2866 461.7534 m
342.2866 476.6758 l
B
177.5518 402.9463 m
550 402.9463 l
B
152 503.3213 m
545.6665 503.3213 l
B
442.3335 460.9761 m
442.3335 476.6758 l
B
1 0.5 1 0 K
395.5542 258 m
395.5542 423.1489 l
B
0 To
1 0 0 1 464.8335 305.229 0 Tp
TP
0 Tr
0 g
1 w
(Nodes in cluster) Tx 
(\r) TX 
TO
0 To
1 0 0 1 464.8335 288.229 0 Tp
TP
0 Tr
(Node in pool\r) Tx 
0 -9.5 Td
(but not in cluster) Tx 
(\r) TX 
TO
0 To
1 0 0 1 464.8335 260.875 0 Tp
TP
0 Tr
(Serial port multiplexer) Tx 
(\r) TX 
TO
u
u
1 0.5 0 0.35 (dark blue) 0.5 x
459.2402 314.5835 m
456.5103 317.021 L
437.6738 313.6484 L
440.4043 311.2109 L
459.2402 314.5835 L
f
1 0.5 0 0.35 (dark blue) 0 x
440.4043 311.2109 m
459.2192 314.5625 L
459.2192 302.5698 L
440.4043 299.2183 L
440.4043 311.2109 L
f
1 0.5 0 0.35 (dark blue) 0.25 x
440.4043 311.2109 m
437.6738 313.6484 L
437.6738 301.6563 L
440.4043 299.2183 L
440.4043 311.2109 L
f
U
U
0 R
0.75 0.375 0.75 0 K
2 w [3 ]0 d
155 348.625 m
229.7373 348.625 l
S
321.6812 348.5854 m
240.6665 348.5854 l
S
0 O
1 0 0 0 k
1 0.5 1 0 K
[]0 d
299.979 279.8335 m
299.979 424 l
B
u
0.75 1 0 0 (dark purple) 0.33 x
1 w
221.644 277.6831 m
216.1836 282.5581 L
216.1836 253.1768 L
221.644 248.3018 L
221.644 277.6831 L
f
0.75 1 0 0 (dark purple) 0.55 x
259.3164 284.4272 m
253.8564 289.3022 L
216.1836 282.5581 L
221.644 277.6831 L
259.3164 284.4272 L
f
0.75 1 0 0 (dark purple) 0 x
221.644 277.6831 m
259.2744 284.3857 L
259.2744 255.0879 L
221.644 248.3853 L
221.644 277.6831 L
f
0 To
1 0 0 1 239.6665 263.1665 0 Tp
TP
-8.8879 0 Td
0 Tr
1 g
1 Ta
(MUX) Tx 
(\r) TX 
TO
U
0 To
1 0 0 1 243.5 418.5 0 Tp
TP
-7.784 0 Td
0 Tr
(eth2) Tx 
(\r) TX 
TO
0 To
1 0 0 1 175 418.5 0 Tp
TP
-7.784 0 Td
0 Tr
(eth2) Tx 
(\r) TX 
TO
0 To
1 0 0 1 340.25 418.1758 0 Tp
TP
-7.784 0 Td
0 Tr
(eth2) Tx 
(\r) TX 
TO
0 To
1 0 0 1 440 418.5 0 Tp
TP
-7.784 0 Td
0 Tr
(eth2) Tx 
(\r) TX 
TO
0 R
0.75 0.375 0.75 0 K
2 w [3 ]0 d
456 336 m
438.5 336 l
S
0 To
1 0 0 1 465.0273 334.1758 0 Tp
TP
0 Tr
0 O
0 g
1 w []0 d
0 Ta
(Storage connections\r) Tx 
0 -9.5 Td
(\(SCSI or Fibrechannel\)) Tx 
(\r) TX 
TO
u
0.75 1 0 0 (dark purple) 0.33 x
440.0718 266.3413 m
437.3418 268.7788 L
437.3418 256.7861 L
440.0718 254.3486 L
440.0718 266.3413 L
f
0.75 1 0 0 (dark purple) 0.55 x
458.9082 269.7139 m
456.1782 272.1514 L
437.3418 268.7788 L
440.0718 266.3413 L
458.9082 269.7139 L
f
0.75 1 0 0 (dark purple) 0 x
440.0718 266.3413 m
458.8872 269.6929 L
458.8872 257.7002 L
440.0718 254.3486 L
440.0718 266.3413 L
f
U
0 To
1 0 0 1 449.25 259.375 0 Tp
TP
-6.6659 0 Td
0 Tr
1 g
/_Helvetica 6 Tf
1 Ta
(MUX) Tx 
(\r) TX 
TO
LB
%AI5_EndLayer--
%AI5_BeginLayer
1 1 1 1 0 0 1 255 79 79 Lb
(Layer 2) Ln
0 A
LB
%AI5_EndLayer--
%%PageTrailer
gsave annotatepage grestore showpage
%%Trailer
Adobe_Illustrator_AI5 /terminate get exec
Adobe_pattern_AI5 /terminate get exec
Adobe_blend_AI5 /terminate get exec
Adobe_typography_AI5 /terminate get exec
Adobe_level2_AI5 /terminate get exec
%%EOF