var font = {
	src: '/images/ua/swf/akzidens-grotesk-bold.swf'
	,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,50,1.2,51,1.21,64,1.2,67,1.19,69,1.2,73,1.19,74,1.2,123,1.19,124,1.18,1.19]
};

sIFR.activate();

//sIFR.debug.ratios(font, {selector: 'div.side-module-half h2 span' });

sIFR.replace(font, {
	selector: 'div#start-push h2, div#side h2 span'
	,css: ['.sIFR-root {color: #ffffff; text-transform: uppercase; letter-spacing: -1; leading: -5;}']
	,fitExactly: true
	,forceWidth: true
	,transparent: true
	,tuneHeight: -4
	,tuneWidth: 4
});

sIFR.replace(font, {
	selector: 'div.article-list-item-small h2, div.article-list-item-small h4, div.article-list-item-medium h3'
	,css: ['.sIFR-root {color: #000000;}'
		   ,'a {color: #000000; text-decoration: none;}'
		   ,'a:hover {color: #000000; text-decoration: none;}']
	,fitExactly: true
	,tuneHeight: -4
});

sIFR.replace(font, {
	selector: 'div.module-orange h3'
	,css: ['.sIFR-root {color: #80581b; leading: -3; letter-spacing: -1;}'
		   ,'a {color: #80581b; text-decoration: none;}'
		   ,'a:hover {color: #80581b; text-decoration: underline}']
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight: -4
	,tuneWidth: 4
});

sIFR.replace(font, {
	selector: 'div.file-download h3, div.list-generic h4, div.module-blue h3, div#local-articles h3, div.events h3, div.forum-category h4, div.forum-category-alt h4, h3.forum-thread-header, div#profile-discussions h3, div.discussion-reply h4, table.table-generic thead tr td'
	,css: ['.sIFR-root {color: #000000; leading: -3; text-transform: uppercase; letter-spacing: -1;}'
		   ,'a {color: #000000; text-decoration: none;}'
		   ,'a:hover {color: #000000; text-decoration: underline}']
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight: -4
	,tuneWidth: 4
});

sIFR.replace(font, {
	selector: 'div#main h2'
	,css: ['.sIFR-root {color: #000000; leading: -3;}'
		   ,'a {color: #000000; text-decoration: none;}'
		   ,'a:hover {color: #000000; text-decoration: none;}']
	,fitExactly: true
	,tuneHeight: -4
});