var amerType = {
      src: imgroot+'/includes/sifr/americanTypewriter.swf'
};
 
sIFR.activate(amerType);
 
sIFR.replace(amerType, {
	selector: '#mainContent .contentTitle h2',
	css: [
	'.sIFR-root { font-size:20px; font-weight:normal; color:#0166AC; letter-spacing:0.5; }',
	'strong { font-weight:bold; letter-spacing:1.2; }'
	],
	wmode: 'transparent'
});

sIFR.replace(amerType, {
	selector: '.contentTitle h2',
	css: [
	'.sIFR-root { font-size:20px; font-weight:normal; color:#FFFFFF; letter-spacing:0.5; }',
	'strong { font-weight:bold; letter-spacing:1.2; }'
	],
	wmode: 'transparent'
});

sIFR.replace(amerType, {
	selector: 'h3.boxHead .logo',
	css: [
	'.sIFR-root { font-size:16px; font-weight:bold; color:#FFFFFF; letter-spacing:0.5; }'
	],
	wmode:'transparent'
});

sIFR.replace(amerType, {
	selector: '.featBox2 h3.featBoxHead',
	css: [
	'.sIFR-root { font-size:16px; font-weight:bold; color:#FFFFFF; letter-spacing:0.5; }'
	],
	wmode:'transparent'
});

sIFR.replace(amerType, {
	selector: '#mainContent .contentTitle h1, #blankContent h1',
	css: [
	'.sIFR-root { font-size:20px; font-weight:normal; color:#000000; letter-spacing:0.5; margin-top:10px; }'
	],
	wmode: 'transparent'
});

sIFR.replace(amerType, {
	selector: '.contentTitle h1',
	css: [
	'.sIFR-root { font-size:20px; font-weight:normal; color:#FFFFFF; letter-spacing:0.5; padding-top:10px; }',
	'strong { font-wight:bold; letter-spacing:1.2; }'
	],
	wmode:'transparent'
});

sIFR.replace(amerType, {
	selector: '#subNav.nav h2',
	css: [
	'.sIFR-root { font-size:18px; font-weight:bold; color:#663D65; letter-spacing:0.5; }'
	],
	wmode:'transparent'
});