var trajanPro = {
	src: '/font_trajanpro/flash/trajanPro.swf',
	ratios: [10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 36, 1.28, 40, 1.29, 56, 1.28, 97, 1.27, 98, 1.26, 101, 1.27, 102, 1.26, 104, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
	//tuneHeight: -3
};

sIFR.activate(trajanPro);

// to calculate your ratio, uncomment this next line, and comment everything after it.
// also make sure you have sifr-debug included in your html page.

//sIFR.debug.ratios(trajanPro, {selector: 'h1'});

sIFR.replace(trajanPro, {selector: 'h2.firstLevelHeading', wmode: 'transparent',
css: [ '.sIFR-root {color: #00457C; leading: .9; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold;}' ] }); 

sIFR.replace(trajanPro, {selector: 'h3.secondLevelHeading', wmode: 'transparent',
css: [ '.sIFR-root {color: #00457C; leading: .9; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold;}' ] }); 

sIFR.replace(trajanPro, {selector: 'h3.secondLevelHeadingGrey', wmode: 'transparent',
css: [ '.sIFR-root {color: #8A8A8A; leading: .9; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold;}' ] }); 


//sIFR.replace(trajanPro, {selector: 'h1,h2,h3', wmode: 'transparent',
//css: [ '.sIFR-root {color: #000000; leading: .9;}' ] }); 


