var TheSerifReg = {
	src: 'flash/sifr-TheSerif.swf'
};


// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(TheSerifReg);
sIFR.replace(TheSerifReg, {
	selector: '#main-content h1'
	,css: [
		'.sIFR-root { font-size: 24px;font-weight: normal;color: #0b85b8; }'
	]
	,wmode: "transparent"
});
sIFR.replace(TheSerifReg, {
	selector: '#page-banner .content h3'
	,css: [
		'.sIFR-root { font-size: 21px;font-weight: normal;color: #ffffff; }'
		,'strong { font-weight: normal;color: #f58b3d; }'
	]
	,wmode: "transparent"
});


sIFR.replace(TheSerifReg, {
	selector: '#sub-title h2'
	,css: [
		'.sIFR-root { font-size: 24px;font-weight: normal;color: #ffffff; }'
	]
	,wmode: "transparent"
});