var helvetica_neue_light = {
	src: '/swf/helvetica_neue_light.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(helvetica_neue_light);

/* ------- Page Title */
sIFR.replace(helvetica_neue_light, {
	selector: 'h2.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #0f5fa9; font-size: 22px; line-height:22px; text-transform:uppercase;   }'
	]
});




/* ------- Introduction text */
sIFR.replace(helvetica_neue_light, {
	selector: 'h3.introtext'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #0f5fa9; font-size: 18px; line-height:18px;    }'
	]
});


/* ------- Introduction text */
sIFR.replace(helvetica_neue_light, {
	selector: '.facts h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #39aeff; font-size: 22px; line-height:22px;    }'
	]
});


