var acc = {
 src: 'flash/acc.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(acc);

sIFR.replace(acc, {
selector: '#content .col2 h1, #content .col3 h1'
	,css: [
	  '.sIFR-root { color:#980000; font-size:28px;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(acc, {
selector: '#fightbox h1, #recent, .blogcolcont h1'
	,css: [
	  '.sIFR-root { color:#980000; font-size:27px;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(acc, {
selector: '#signup'
	,css: [
	  '.sIFR-root { color:#ffffff; font-size:20px;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(acc, {
selector: '#content2 .col3 h1'
	,css: [
	  '.sIFR-root { font-size:20px; color:#00457C;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(acc, {
selector: '.fighterdesc h2'
	,css: [
	  '.sIFR-root { font-size:30px; color:#000000;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
 
 
 

