var bellmt = {
  src: '/sifr3/resources/bellmt.swf'
};

sIFR.activate(bellmt);

sIFR.replace(bellmt, {
	selector: 'h2.hdr-sites span.number',
	css: [
	'.sIFR-root { color: #b66926; margin-left: -5px; text-transform: uppercase; font-weight: bold; font-size: 29px; }',
	'a {color: #b66926; text-decoration: none;}',
	'a:hover {color: #b66926;}'
	],
	wmode: 'transparent',
	forceSingleLine: true
});

sIFR.replace(bellmt, {
	selector: 'h2.hdr-sites span.sites-name',
	css: [
	'.sIFR-root { color: #b66926; margin-left: 5px; text-transform: uppercase; font-weight: bold; font-size: 25px; line-height: 1em; }',
	'a {color: #b66926; text-decoration: none;}',
	'a:hover {color: #b66926;}'
	],
	tuneWidth: '5px',
	tuneHeight: '-2px',
	wmode: 'transparent',
	forceSingleLine: true
});

sIFR.replace(bellmt, {
	selector: 'h2.hdr',
	css: [
	'.sIFR-root { color: #b66926; margin-top: 5px; text-transform: uppercase; font-weight: bold; font-size: 22px; line-height: 1em; }',
	'a {color: #b66926; text-decoration: none;}',
	'a:hover {color: #b66926;}'
	],
	tuneHeight: '-2px',
	wmode: 'transparent',
	forceSingleLine: true
});

sIFR.replace(bellmt, {
	selector: 'h3.pagetitle',
	css: [
	'.sIFR-root { color: #596e70; text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 1em; }',
	'a {color: #596e70; text-decoration: none;}',
	'a:hover {color: #596e70;}'
	],
	tuneHeight: '-2px',
	wmode: 'transparent',
	forceSingleLine: true
});

