var thesans3 = {src: 'fileadmin/templates/sifr/thesans3.swf'};

sIFR.activate(thesans3);

sIFR.replace(thesans3, {
	selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #333333;} .h1blue {color: #002394;}'
		,'a { text-decoration: none; color: #333333;}'
		,'a:link { color: #333333; }'
		,'a:visited { color: #333333; }'
		,'a:focus { color: #333333; }'
		,'a:hover { color: #333333; }'
		,'a:avtive { color: #333333; }'
	]
});
sIFR.replace(thesans3, {
	selector: 'h2'
	,css: [
		'.sIFR-root {text-align: left; color: #333333;}'
		,'a { text-decoration: none; color: #0083d7;}'
		,'a:link { color: #0083d7; }'
		,'a:visited { color: #0083d7; }'
		,'a:focus { color: #0083d7; }'
		,'a:hover { color: #0083d7; }'
		,'a:avtive { color: #0083d7; }'
	]
});
