var mainNav = {
    src: 'flash/frutiger.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(mainNav);


var title = {
    src: 'flash/frutiger-bold.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(title);


sIFR.replace(mainNav, {
    selector: 'h1'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#6b8697','font-size': '24px', 'text-align': 'left'},
		'a': { 'color': '#6b8697', 'text-decoration': 'none' },
		'a:hover': { 'color': '#333333' }
	}
});

sIFR.replace(mainNav, {
    selector: 'h2.left'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#6b8697','font-size': '16px', 'line-height': '16px'},
		'a': { 'color': '#6b8697', 'text-decoration': 'none' },
		'a:hover': { 'color': '#333333' }
	}
});

function drawh2 () {
sIFR.replace(mainNav, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#6b8697','font-size': '16px', 'line-height': '18px', 'text-align': 'center'},
		'a': { 'color': '#6b8697', 'text-decoration': 'none' },
		'a:hover': { 'color': '#333333' }
	}
});
}

drawh2();


sIFR.replace(mainNav, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#ffffff','font-size': '16px', 'text-align': 'center'},
		'a': { 'color': '#ffffff', 'text-decoration': 'none' },
		'a:hover': { 'color': '#333333' }
	}
});

sIFR.replace(title, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#ffffff','font-size': '45px', 'line-height': '45px'}
	}
});

function drawh5 () {

	sIFR.replace(title, {
		selector: 'h5'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': {'color': '#000000','font-size': '24px', 'line-height': '24px'}
		}
	});

}

drawh5();

sIFR.replace(mainNav, {
    selector: 'h6'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#6b8697','font-size': '24px'},
		'a': { 'color': '#6b8697', 'text-decoration': 'none' },
		'a:hover': { 'color': '#333333' }
	}
});