/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/


var BankGothic = { src: '/sifrfont/BankGothicNew.swf' };



//sIFR.useStyleCheck = true;


sIFR.activate(BankGothic);


sIFR.replace(BankGothic, {
	selector: "h5",
	 css: ['em { font-style: normal; color: #eb6909; }'
	    ,'.sIFR-root { font-size:26px; line-height:100%; padding-top:10px; margin:0; color: #eb6909; }'
	      ,'a { color: #003f8a; text-decoration: none; }'
	      ,'a:link { color: #003f8a; }'
	      ,'a:hover { color: #eb6909; }'
	    ]
	    ,wmode:'transparent'
});
sIFR.replace(BankGothic, {
	selector: "h4",
	css: [
		'.sIFR-root { font-size:20px; font-weight:normal; color:#eb6909; }',
		'a { text-decoration:none; color:#eb6909; }'
	],
	wmode: 'transparent'
});
sIFR.replace(BankGothic, {
	selector: "h6",
	css: [
		'.sIFR-root { font-size:28px; font-weight:normal; color:#003f8a; }',
		'a { text-decoration:none; color:#003f8a; }',
		'a:hover { color:#003f8a; }'
	],
	wmode: 'transparent'
});

sIFR.replace(BankGothic, {
	selector: "h3",
	css: [
		'.sIFR-root { font-size:18px; font-weight:normal; color:#eb6909; }',
		'a { text-decoration:none; color:#eb6909; }'
	],
	wmode: 'transparent'
});
sIFR.replace(BankGothic, {
	selector: "h2",
	css: [
		'.sIFR-root { font-size:20px; font-weight:normal; color:#eb6909; }',
		'a { text-decoration:none; color:#eb6909; }'
	],
	wmode: 'transparent'
});
sIFR.replace(BankGothic, {
	selector: "h1",
	css: [
		'.sIFR-root { font-size:24px; font-weight:normal; color:#003f8a; }',
		'a { text-decoration:none; color:#003f8a; }',
		'a:hover { color:#003f8a; }'
	],
	wmode: 'transparent'
});

