var optima = { 
	src: 'includes/fonts/Optima.swf' 
	,ratios: [8,1.41,11,1.31,15,1.29,25,1.25,33,1.23,43,1.22,65,1.21,69,1.2,70,1.21,117,1.2,118,1.19,122,1.2,123,1.19,1.2] 
}; 

var kellyanngothic = { 
	src: 'includes/fonts/KellyAnnGothic.swf' 
	,ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01] 
}; 

var engraversgothic = {
	src: 'includes/fonts/EngraversGothic.swf' 
	,ratios: [9,1.27,13,1.18,18,1.14,26,1.13,32,1.11,37,1.1,54,1.09,55,1.08,61,1.09,63,1.08,64,1.09,93,1.08,94,1.07,101,1.08,110,1.07,112,1.08,1.07] 
}; 

sIFR.activate(optima, kellyanngothic, engraversgothic);

sIFR.replace(kellyanngothic, {
	selector: 'h1'
	,css: {
		'.sIFR-root': { 'color': '#ffffff' } 
	}
	,wmode: 'transparent' 
}); 

sIFR.replace(optima, {
	selector: 'h2' 
	,css: {
		'.sIFR-root': { 'color': '#edebad', 'font-weight': 'normal' } 
		,'em': { 'font-style': 'normal', 'font-weight': 'normal', 'font-size': '70%' } 
	} 
	,wmode: 'transparent' 
});

sIFR.replace(optima, {
	selector: 'div.box h2, h3' 
	,css: { 
		'.sIFR-root': { 'color': '#edebad', 'font-weight': 'normal' } 
		,'em': { 'font-style': 'normal', 'font-weight': 'normal', 'font-size': '80%' } 
	} 
	,wmode: 'transparent' 
});

sIFR.replace(optima, {
	selector: 'div#headerBottom p.header'
	,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold' }
		,'em': { 'font-weight': 'normal', 'font-style': 'normal' }
	}
	,wmode: 'transparent' 
}); 

sIFR.replace(optima, {
	selector: 'div#headerBottom p'
	,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-weight': 'normal' }
	}
	,wmode: 'transparent'
}); 

sIFR.replace(engraversgothic, { 
	selector: 'div.headerContainer p' 
	,css: {
		'.sIFR-root': { 'color': '#ffffff', 'text-align': 'right' } 
		,'a': { 'text-decoration': 'none', 'color': '#ffffff', 'font-weight': 'normal' } 
		,'a:hover': { 'color': '#edebad' } 
	} 
	,wmode: 'transparent' 
}); 

