var formata = {
	src: 'auraviihde/flash/sifr/formata.swf'
};

var formata_light = {
	src: 'auraviihde/flash/sifr/formata_light.swf'
};
		
//sIFR.prefetch(formata, formata_light);
sIFR.activate(formata);
sIFR.activate(formata_light);

sIFR.replace(formata, {
	selector: 'div#row1 h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ffffff; font-style: italic; letter-spacing: -1}',
	  	'a:link { color: #ffffff; text-decoration: underline}',
		'a:visited { color: #ffffff; text-decoration: underline}',
		'a:hover { color: #ffffff; text-decoration: underline}',
		'a:active { color: #ffffff; text-decoration: underline}'
	]
});
		
		sIFR.replace(formata_light, {
			selector: 'div#row1 h2'
			,wmode: 'transparent'
			,css: [
				'.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 1}',
				'a:link { color: #ffffff; text-decoration: underline}',
				'a:visited { color: #ffffff; text-decoration: underline}',
				'a:hover { color: #ffffff; text-decoration: underline}',
				'a:active { color: #ffffff; text-decoration: underline}'
			]
		});
		
		sIFR.replace(formata_light, {
			selector: 'div#row1 div#images div.image span'
			,wmode: 'transparent'
			,css: [
				'.sIFR-root { color: #ffffff; letter-spacing: 1; text-align: center; text-transform: uppercase}',
				'a:link { color: #ffffff; text-decoration: underline}',
				'a:visited { color: #ffffff; text-decoration: underline}',
				'a:hover { color: #ffffff; text-decoration: underline}',
				'a:active { color: #ffffff; text-decoration: underline}'
			]
		});	
		
		sIFR.replace(formata, {
			selector: 'div#content h1'
			,css: [
				'.sIFR-root { color: #4da7bb; letter-spacing: 1}',
			  'a:link { color: #4da7bb; text-decoration: underline}',
				'a:visited { color: #4da7bb; text-decoration: underline}',
				'a:hover { color: #4da7bb; text-decoration: underline}',
				'a:active { color: #4da7bb; text-decoration: underline}'
			]
		});