////////////////////////////////////////////////////////////////////////////////////
//	Flash Font | Century 725 Black BT: cnt725_blk_bt.js
//	Elite Personal Fitness: elitefitnessgym.com
////////////////////////////////////////////////////////////////////////////////////
var h1_font = {
	src: 'websitefontdata/fonts/___Century725_Blk_BT[regular].swf'
};
var h2_font = {
	src: 'websitefontdata/fonts/___Century725_Blk_BT[regular].swf'
};
sIFR.useStyleCheck = false;
sIFR.fixHover = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;
sIFR.preserveSingleWhitespace = false;
sIFR.fromLocal = true;
sIFR.activate(h1_font, h2_font);
sIFR.replace(h1_font, {selector: 'h1',
	css: [
		'.sIFR-root { line-height: 1em; font-size: 32px; color: #204080; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
		'a { text-decoration: none; }',
		'a:link { color: #102040; }',
		'a:hover { color: #305FC0; }'
	],
	filters: {
		Bevel: { quality: 3, angle: 225, distance: 4.000000, strength: 1, highlightColor: '#204080', shadowColor: '#102040', type: 'inner' }
	},
	wmode: 'transparent'
});
sIFR.replace(h2_font, {selector: 'h2',
	css: [
		'.sIFR-root { line-height: 1em; font-size: 24px; color: #000000; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
		'a { text-decoration: none; }',
		'a:link { color: #000060; }',
		'a:hover { color: #600000; }'
	],
	filters: {
	},
	wmode: 'transparent'
});
