var helvetica = {
	src: '/swf/helveticaneueboldcondensed.swf'
};

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
	selector: 'h2.page_title'
	,css: [
		'.sIFR-root { font-size: 30px; color: #273863; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h3.page_subtitle'
	,css: [
		'.sIFR-root { font-size: 18px; color: #0167bc; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h4.day'
	,css: [
		'.sIFR-root { font-size: 20px;  color:#ffffff; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h4.dayblue'
	,css: [
		'.sIFR-root { font-size: 20px;  color:#273863; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h3.mapping-steptitle'
	,css: [
		'.sIFR-root { font-size: 20px;  color:#ffffff; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: '.what_how h2'
	,css: [
		'.sIFR-root { font-size: 18px;  color:#c9f2a3; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: '#welcome .tools h2'
	,css: [
		'.sIFR-root { font-size: 22px;  color:#377000; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h1#estateDocDetails'
	,css: [
		'.sIFR-root { font-size: 28px;  color:#377000; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: '#HPForm h2'
	,css: [
		'.sIFR-root { font-size: 18px;  color:#0167bc; font-weight: bold; text-align: center; }'
	],
	wmode: 'transparent'
});


