
var century_gothic = {
  src: '/scripts/sifr.3/flash/century_gothic.swf'
};


sIFR.activate(century_gothic);


sIFR.replace(century_gothic, {
  selector: 'h2',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #339933;}',
        'a { background-color: #FFFFFF; color: #339933;  text-decoration: none;}',
  		'a:hover { background-color: #FFFFFF; color: #FF9900;  text-decoration: underline;}'],
  		wmode: 'transparent'
});
sIFR.replace(century_gothic, {
	  selector: 'h1.txt-blue',
	  css: 'a { background-color: #FFFFFF; color: #336fb7; text-decoration: none; text-align: center;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h1.txt-green',
	  css: 'a { background-color: #FFFFFF; color: #339933; text-decoration: none; text-align: center;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h1.txt-orange',
	  css: 'a { background-color: #FFFFFF; color: #ef8f04; text-decoration: none; text-align: center;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h1.txt-red',
	  css: 'a { background-color: #FFFFFF; color: #FF0000; text-decoration: none; text-align: center;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h3.txt-blue',
	  css: 'a { background-color: #FFFFFF; color: #336fb7; text-decoration: none;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h3.txt-green',
	  css: 'a { background-color: #FFFFFF; color: #339933; text-decoration: none;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h3.txt-red',
	  css: 'a { background-color: #FFFFFF; color: #FF0000; text-decoration: none;}'
	});
sIFR.replace(century_gothic, {
	  selector: 'h3',
	  css: ['.sIFR-root { background-color: #FFFFFF; color: #FF0000;}',
	    'a { background-color: #FFFFFF; color: #336fb7;  text-decoration: none;}',
	  	'a:hover { background-color: #FFFFFF; color: #339933;  text-decoration: underline;}'],
  		wmode: 'transparent'
	});
sIFR.replace(century_gothic, {
	  selector: 'div.design-sub',
	  css: ['.sIFR-root { background-color: #FFFFFF; color: #0066FF;}']
});