
var hoefler = {
src: '/resources/sifr/hoefler.swf'
,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};
sIFR.debugMode = true;
sIFR.delayCSS  = true;

sIFR.activate(hoefler);

//sIFR.replace(hoefler, {selector: 'h1.'});
sIFR.replace(hoefler, {
	selector: 'h1.'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 28, 'font-weight': 'bold'}
	}
});

sIFR.replace(hoefler, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 20, 'font-weight': 'bold'}
	}
});

sIFR.replace(hoefler, {
	selector: 'h3.'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 18, 'font-weight': 'bold'}
	}
});
sIFR.replace(hoefler, {selector: 'h3.attkopa', wmode: 'transparent', css: ['.sIFR-root: a {text-decoration: none;}', 'a:link {color: #333333; text-align: right;}', 'a:hover {color: #83571f }']});
sIFR.replace(hoefler, {selector: 'h3.attkopaBlind', wmode: 'transparent', css: {'.sIFR-root': {'color': '#999999', 'text-align': 'right'}}});
sIFR.replace(hoefler, {selector: 'h3.stLink', wmode: 'transparent', css: ['.sIFR-root: a {text-decoration: none;}', 'a:link {color: #333333; text-align: left;}', 'a:hover {color: #83571f }']});

sIFR.replace(hoefler, {
	selector: 'h4'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 14, 'font-weight' : 'normal', 'margin' : 0, 'font-weight': 'bold'}
	}
});

sIFR.replace(hoefler, {
	selector: 'h1.gold'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 28, 'padding' : 0, 'margin' : 0, 'color': '#a57d3b', 'font-weight': 'bold'}
	}
});

sIFR.replace(hoefler, {
	selector: 'h1.hname'
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'font-size' : 28, 'padding' : 0, 'margin' : 0, 'font-weight': 'bold'}
	}
});

