var robustatlpro = {
  src: '/js/robustatlpro-light.swf'
};

var robustatlproReg = {
  src: '/js/robustatlpro-regular.swf'
};

var robustatlproBold = {
  src: '/js/robustatlpro-bold.swf'
};

sIFR.activate(robustatlpro, robustatlproReg);

sIFR.replace(robustatlpro, {
	selector: 'h2.banner span',
	css: {
	'.sIFR-root' : { 'color' : '#4d9df2' }
	},
	wmode: 'transparent'
});

sIFR.replace(robustatlpro, {
	selector: '#intro-banner h2',
	css: {
	'.sIFR-root' : { 'color' : '#ffffff', 'leading' : '-10' }
	},
	wmode: 'transparent'
});

sIFR.replace(robustatlpro, {
	selector: '#intro-banner h1, div.capsule h2, #content-intro h2',
	css: {
	'.sIFR-root' : { 'color' : '#1ca4f8', 'leading' : '-10' }
	},
	wmode: 'transparent'
});


sIFR.replace(robustatlproBold, {
	selector: 'p.year-header, div.award-list h3',
	css: {
	'.sIFR-root' : { 'color' : '#405a8a', 'letter-spacing' : '-1' }
	},
	wmode: 'transparent'
});


sIFR.replace(robustatlpro, {
    selector: '.smallheading',
    css: {
        '.sIFR-root': { 'color': '#1ca4f8', 'leading': '-20' }
    },
    wmode: 'transparent'
});

