var BentonSans = {src: '../_sIFR/BentonSans.swf'};

sIFR.activate();

sIFR.replace(BentonSans, {
	selector: '#main h1'
	,preventWrap: true
	,forceWidth: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight : 10
	,css: ['.sIFR-root { color: #4a3c31; leading: -2  } strong { font-weight: normal; color: #4a3c31 }']
	,wmode: 'transparent'
});

sIFR.replace(BentonSans, {
	selector: '#right h1'
	,preventWrap: true
	,forceWidth: true
	,fitExactly: true
	,forceSingleLine: true
	,css: ['.sIFR-root { color: #4d5b21 }' , 'a { color:#4d5b21; text-decoration:none; }', 'a:hover { color:#4d5b21; }']
	,wmode: 'transparent'
});
