var TrajanPro = {
	src: Workspace.RootUrl+"/swf/fonts/TrajanPro.swf"
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(TrajanPro);

sIFR.replace(TrajanPro, {
	selector: '#header H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 20px; leading: -8; color:#FFFFFF }'
	,'a { text-decoration: none; }'
	,'a:link { color: #e4dd19; }'
	,'a:hover { color: #f4f08d; }'
	]
	,wmode: 'transparent'
	});
	
sIFR.replace(TrajanPro, {
	selector: '#sidebar H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 18px; color:#3b89bb;  }'
	,'a { text-decoration: none; }'
	,'a:link { color: #3b89bb; }'
	,'a:hover { color: #6badd7; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});	

sIFR.replace(TrajanPro, {
	selector: '#content H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 18px; color:#3b89bb ; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #3b89bb; }'
	,'a:hover { color: #6badd7; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});
	


