var calibri = {
      src: 'f/calibri.swf'
};
var alphaMac = {
      src: 'f/alphaMac.swf'
};

 
sIFR.activate(calibri,alphaMac);
 

sIFR.replace(calibri, {
	selector: 'body h1'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 34;}'
		,'a { text-decoration: none; color: #58be47; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(calibri, {
	selector: 'body h2.sifr'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 24;}'
		,'a { text-decoration: none; color: #9b9b9b; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(calibri, {
	selector: '.rightWide h3'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 18;}'
		,'a { text-decoration: none; color: #9b9b9b; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

/*sIFR.replace(calibri, {
	selector: '.leftWide h3'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#555555; font-size: 18;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
	]
});*/
sIFR.replace(calibri, {
	selector: '.leftWide h3.inline'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 18;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
	]
});
sIFR.replace(calibri, {
	selector: '.leftWide h3.sifr'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 18;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
	]
});
sIFR.replace(calibri, {
	selector: '.leftWide h4.sifr'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 15;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
	]
});
sIFR.replace(calibri, {
	selector: '.rightNarrow h3.sifr'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 18;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(alphaMac, {
	selector: '.scroll-pane h2'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 36;}'
		,'a { text-decoration: none; color: #555555; }'
		,'a:hover { color: #CCCCCC; }'
		,'strong { color: #000000; }'
		
	]
});
sIFR.replace(alphaMac, {
	selector: 'h2.alphaMac'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 26;}'
		,'a { text-decoration: none; color: #535353; }'
		,'a:hover { color: #CCCCCC; }'
		,'strong { color: #000000; }'
		
	]
});
sIFR.replace(alphaMac, {
	selector: 'h3.alphaMac'
	,wmode: 'transparent'
	//,tuneHeight: -14
	//,tuneWidth: 2
//	,selectable: false
	,css: [
		'.sIFR-root { font-weight: bold; color:#9b9b9b; font-size: 29; line-height: 29;}'
		,'a { text-decoration: none; color: #535353; }'
		,'a:hover { color: #CCCCCC; }'
		,'strong { color: #000000; }'
		
	]
});