var frutiger = {
  src: 'fonts/frutiger.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: 'h1.red'
		,css: [
		  '.sIFR-root { color:#C1003C; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #C1003C; }'
		  ,'a:hover { color: #C1003C; }'
		]
		,wmode: ['transparent']
	});
	
sIFR.replace(frutiger, {
	selector: 'h1.orange'
		,css: [
		  '.sIFR-root { color:#DB9600; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #DB9600; }'
		  ,'a:hover { color: #DB9600; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h1.green'
		,css: [
		  '.sIFR-root { color:#A4C408; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #A4C408; }'
		  ,'a:hover { color: #A4C408; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h1.blue-green'
		,css: [
		  '.sIFR-root { color:#00968F; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00968F; }'
		  ,'a:hover { color: #00968F; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h1.blue'
		,css: [
		  '.sIFR-root { color:#009EE0; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #009EE0; }'
		  ,'a:hover { color: #009EE0; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h1.grey'
		,css: [
		  '.sIFR-root { color:#4A4A4C; font-size:20px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #4A4A4C; }'
		  ,'a:hover { color: #4A4A4C; }'
		]
		,wmode: ['transparent']
	});
	
sIFR.replace(frutiger, {
	selector: 'h2.red'
		,css: [
		  '.sIFR-root { color:#C1003C; font-size:16px; background-color:transparent; visibility:visible; text-align:right; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #C1003C; }'
		  ,'a:hover { color: #C1003C; }'
		]
		,wmode: ['transparent']
	});
	
sIFR.replace(frutiger, {
	selector: 'h2.orange'
		,css: [
		  '.sIFR-root { color:#DB9600; font-size:16px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #DB9600; }'
		  ,'a:hover { color: #DB9600; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h2.green'
		,css: [
		  '.sIFR-root { color:#A4C408; font-size:16px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #A4C408; }'
		  ,'a:hover { color: #A4C408; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h2.blue-green'
		,css: [
		  '.sIFR-root { color:#00968F; font-size:16px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00968F; }'
		  ,'a:hover { color: #00968F; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h2.blue'
		,css: [
		  '.sIFR-root { color:#009EE0; font-size:16px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #009EE0; }'
		  ,'a:hover { color: #009EE0; }'
		]
		,wmode: ['transparent']
	});

sIFR.replace(frutiger, {
	selector: 'h2.grey'
		,css: [
		  '.sIFR-root { color:#4A4A4C; font-size:16px; background-color:transparent; visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #4A4A4C; }'
		  ,'a:hover { color: #4A4A4C; }'
		]
		,wmode: ['transparent']
	});


//sIFR.replace(frutiger, {
//  selector: 'h2'
//});

//sIFR.replace(frutiger, {
//  selector: 'h3'
//});

