var Trajan = {
	src: _76d.RootUrl+'swf/fonts/trajan.swf'
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(Trajan);

sIFR.replace(Trajan, {
	selector: '#header blockquote'
	,css: [
	'.sIFR-root { background-color: none; font-size: 10px; color:#FFFFFF }'
	,'a { text-decoration: none; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #FFFFFF; }'
	]
	,wmode: 'transparent'
	});
	
sIFR.replace(Trajan, {
	selector: '#content H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 32px; color:#005983; font-weight:bold }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});	

sIFR.replace(Trajan, {
	selector: '#content H5'
	,css: [
	'.sIFR-root { background-color: none; font-size: 12px; margin:0; padding:0}'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});
	
	sIFR.replace(Trajan, {
	selector: 'BODY.video H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 12px; margin:0; padding:0}'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});




