var formatta = { src: '/inc/flash/formatta_light.swf' };
var formatta_bold = { src: '/inc/flash/formatta_bold.swf' };

sIFR.useDomContentLoaded = false;
sIFR.activate(formatta, formatta_bold);

// H1
sIFR.replace(formatta_bold, {
	selector: 'h1'
	,css: [
		'.sIFR-root { font-size: 48px; color: #0044a3; font-weight: normal; }',
		'a:link {color: #195d82; text-decoration: none;}',
		'a:visited {color: #195d82; text-decoration: none;}',
		'a:hover {color: #000000; text-decoration: none;}',
		'strong { color: #381669; }' ]
	,wmode: 'transparent'
	,tuneHeight: '-3'
});
// H2
sIFR.replace(formatta, {
	selector: 'h2'
	,css: [
		'.sIFR-root { font-size: 24px; color: #0044a3; font-weight: normal; letter-spacing: -0.5; leading: 1; }'
		]
	,wmode: 'transparent'
	,tuneHeight: '-3'
});
// BIG TAGLINE
sIFR.replace(formatta, {
	selector: 'h4'
	,css: [
		'.sIFR-root { font-size: 18px; color: #0044a3; font-weight: normal; letter-spacing: 0.5; leading: 2; }',
		'strong { color: #717171; }'
		]
	,wmode: 'transparent'
	,tuneHeight: '-3'
});
