//<[CDATA[

sIFR.activate();

sIFR.replace(din, {
	selector: '.portalheadertext',
	css: {
	  '.sIFR-root': { 'color': '#D44336', 'background-color':'#E6E6E7', 'text-transform':'uppercase', 'letter-spacing':'-0.2'},
	  'a': {'color': '#D44336', 'text-decoration': 'none'},
	  'a:hover': {'color': '#D44336', 'text-decoration': 'underline'}
	},
	wmode: 'transparent',
	preventWrap: true,
	fitExactly: true,
	forceWidth: true,
	offsetTop: 2,
	tuneWidth: 19
});
sIFR.replace(din, {
	selector: 'h1',
	css: {
	  '.sIFR-root': { 'color': '#D44336', 'background-color':'#FFFFFF', 'text-transform':'uppercase'},
	  'a': {'color': '#D44336', 'text-decoration': 'none'},
	  'a:hover': {'color': '#D44336', 'text-decoration': 'underline'}
	},
	wmode: 'transparent'
});
sIFR.replace(din, {
	selector: 'h2',
	css: {
	  '.sIFR-root': { 'color': '#D44336', 'background-color':'#FFFFFF', 'text-transform':'uppercase'},
	  'a': {'color': '#D44336', 'text-decoration': 'none'},
	  'a:hover': {'color': '#D44336', 'text-decoration': 'underline'}
	},
	wmode: 'transparent'
});

//]]>