var omnes = {
	src: '/swf/omnesbold.swf',
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};


sIFR.useStyleCheck = true;
sIFR.activate(omnes);

//sIFR.debug.ratios({ src: '/swf/omnesbold.swf', selector: '.main-copy h2' });

/* ------- Standard Page Title */
sIFR.replace(omnes, {
	selector: 'h1.welcometitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 35px; text-align: right; }'
	]
});
sIFR.replace(omnes, {
	selector: '#join h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #83be42; font-size: 24px; }'
	]
});

sIFR.replace(omnes, {
	selector: 'h2.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #83be42; font-size: 26px; }'
	]
});

sIFR.replace(omnes, {
	selector: 'h1.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #fecf05; font-size: 50px; text-transform: uppercase; text-align: center; }'
	]
});

