var apexsansmediumc		= { src: global_url + 'image/apexsansmediumc.swf' };
sIFR.activate(apexsansmediumc);

/* Headings	*/
sIFR.replace(apexsansmediumc,
{
	selector: 'h1.sifr, h2.sifr',
	css: [
		'.sIFR-root { color: #5f7ba1; font-size: 19px; line-height: 23px; text-transform: uppercase; }',
		'a { color: #00a6dd; text-decoration: none; }',
		'a:hover { color: #5f7ba1; text-decoration: none; }'
		],
	wmode: 'transparent',
	offsetTop: 0,
	offsetLeft: 0,
	tuneHeight: 0
});
sIFR.replace(apexsansmediumc,
{
	selector: 'h4.sifr',
	css: [
		'.sIFR-root { color: #5f7ba1; font-size: 13px; line-height: 18px; text-transform: uppercase; }',
		'a { color: #00a6dd; text-decoration: none; }',
		'a:hover { color: #5f7ba1; text-decoration: none; }'
		],
	wmode: 'transparent',
	offsetTop: 0,
	offsetLeft: 0,
	tuneHeight: 0
});