var bgothic = {
	src: '/script/BankGothicLightBT_bold.swf',
	ratios: [10,1.24,16,1.15,22,1.11,24,1.08,25,1.1,29,1.09,43,1.08,45,1.07,46,1.08,55,1.07,57,1.06,64,1.07,101,1.06,103,1.05,105,1.06,114,1.05,117,1.06,1.05]
};

sIFR.useStyleCheck = true;
sIFR.activate(bgothic);  // from revision 209

sIFR.replace(bgothic, {
    selector: 'h1',
	css: [ '.sIFR-root {background-color: #003366; color: #CC0033; font-weight: bold; font-size: 18px;}' ],
	tuneHeight: '-10',
	wmode: 'transparent'
});

sIFR.replace(bgothic, {
    selector: 'h2.map',
	css: [ '.sIFR-root {background-color: #003366; color: #ddeeff; font-weight: bold; font-size: 14px;}' ], //font-size: 10px
	tuneHeight: '-6',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: 'h2',
	css: [ '.sIFR-root {background-color: #003366; color: #8FABC4; font-weight: bold; font-size: 14px;}' ],
	tuneHeight: '-6',
	wmode: 'transparent'
});

sIFR.replace(bgothic, {
    selector: 'dt.h2',
	css: [ '.sIFR-root {background-color: #003366; color: #8FABC4; font-weight: bold; font-size: 12px;}' ],
	tuneHeight: '-6',
	wmode: 'transparent'
});

/* sIFR.replace(bgothic, {
    selector: 'h4',
	css: [ '.sIFR-root {background-color: #003366; color: #D1BC07; font-weight: bold; font-size: 12px;}' ],
	tuneHeight: '-6',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
}); */

sIFR.replace(bgothic, {
    selector: '#back',
	css: [ 
	'.sIFR-root {background-color: #003366; font-weight: bold; font-size: 12px; color: #ddeeff;}',
	'a { text-decoration: none; color: #ddeeff;}',
	'a:hover {color: #CC0033;}',
	'a:focus {color: #CC0033;}',
	'a:active {color: #CC0033;}'
	 ],
	tuneHeight: '-2',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 3
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: '#numeri',
	css: [ 
	'.sIFR-root {background-color: #003366; font-weight: bold; font-size: 12px; text-align: right;}',
	'a {text-decoration: none; color: #ddeeff; letter-spacing: 3;}',
	'a:hover {color: #CC0033;}',
	'a:focus {color: #CC0033;}',
	'a:active {color: #CC0033;}'
	 ],
	tuneHeight: '-2',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 3
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: 'dt.links',
	css: [ 
	'.sIFR-root {background-color: #003366; font-weight: bold; font-size: 12px; color: #ddeeff;}',
	'a {text-decoration: none; color: #ddeeff;}',
	'a:hover {color: #CC0033;}',
	'a:focus {color: #CC0033;}',
	'a:active {color: #CC0033;}'
	 ],
	tuneHeight: '-4',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: 'p.didascUp',
	css: [ '.sIFR-root {background-color: #003366; color: #ffffff; font-weight: bold; font-size: 9px; text-align: center;}' ],
	tuneHeight: '-7',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: 'p.didascDown',
	css: [ '.sIFR-root {background-color: #003366; color: #8FABC4; font-weight: bold; font-size: 9px; text-align: center;}' ],
	tuneHeight: '-7',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
});

sIFR.replace(bgothic, {
    selector: 'li.nav',
	css: [ 
	'.sIFR-root {background-color: #124171; font-weight: bold; font-size: 11px; color: #ddeeff; margin-left: 10px; margin-right: 10px;}',
	'a {text-decoration: none; color: #ddeeff;}',
	'a:hover {background-color: #003366; color: #CC0033;}',
	'a:focus {background-color: #003366; color: #CC0033;}',
	'a:active {background-color: #003366; color: #CC0033;}'
	 ],
	tuneHeight: '-2',
	wmode: 'transparent',
	filters: {
      DropShadow: {
        distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
});

//sIFR.debug.ratios(bgothic, {
//    selector: 'h1'
//});

