// Main Headline: Helvetica Rounded Bold Condensed
var HelveticaRBC = {
  src: '/common/sifr3-r231/HelveticaRBC.swf'
};

sIFR.prefetch(HelveticaRBC);
sIFR.replace(HelveticaRBC, 
	{selector: 'h1.main', wmode: 'transparent',
		css: {'.sIFR-root': { 'color': '#002a49' }}
	}
);

// Subhead
var ARDS1 = {
  src: '/common/sifr3-r231/ARDS1.swf'
};
sIFR.prefetch(ARDS1);
sIFR.replace(ARDS1, {selector: 'h2', wmode: 'transparent', css: {'.sIFR-root': { 'color': '#5c3518' }}});

// Sub sub head
//sIFR.replace(ARDS1, {selector: 'h3', wmode: 'transparent', css: {'.sIFR-root': { 'color': '#5c3518', 'font-weight': 'bold' }}});

// activate
sIFR.activate();