var gillsans = {
	src: '/swf/gillsans.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(gillsans);



/* ------- Page Title */
sIFR.replace(gillsans, {
	selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#505050; font-size:26px; line-height:normal; font-weight:normal; }'
	]
});

/* ------- Page Title */
sIFR.replace(gillsans, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#505050; font-size:18px; line-height:normal; font-weight:normal; }'
	]
});

/* ------- Navigation title */
sIFR.replace(gillsans, {
	selector: '#nav span'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#a7a7a7; font-size:25px; line-height:normal; font-weight:normal; }'
	]
});