var HVDBodedoMedium = { src: '/swf/HVD_Bodedo_Medium.swf' };

sIFR.activate(HVDBodedoMedium);

sIFR.replace(HVDBodedoMedium, {
	selector: 'div.content h1',
	css: ['.sIFR-root { color: #FFFFFF; text-transform: uppercase; }'],
	wmode: 'transparent'
});

sIFR.replace(HVDBodedoMedium, {
	selector: 'body.home div.content h2, body.home div#cnr_ctt_main_right div.content h2',
	css: ['.sIFR-root { color: #10782C; text-transform: uppercase; }'],
	wmode: 'transparent'
});

sIFR.replace(HVDBodedoMedium, {
	selector: 'div.menu h2',
	css: [
		'.sIFR-root { font-size: 23px; color: #FF0000; text-transform: uppercase; }',
		'a { color: #FFFFFF; text-decoration: none; white-space: no-wrap; }',
		'a:hover { color: #FFFFFF; text-decoration: underline; }'
	],
	wmode: 'transparent'
});


sIFR.replace(HVDBodedoMedium, {
	selector: 'div#cnr_ctt_main_left div.content h2',
	css: [
		'.sIFR-root { color: #FF0000; text-transform: uppercase; }',
		'a { color: #FFFFFF; text-decoration: none; white-space: no-wrap; }',
		'a:hover { color: #FFFFFF; text-decoration: underline; }'
	],
	wmode: 'transparent'
});

sIFR.replace(HVDBodedoMedium, {
	selector: 'div#cnr_ctt_main_right div.content h2, div.content h3',
	css: [
		'.sIFR-root { color: #000000; text-transform: uppercase; }',
		'a { color: #FFFFFF; text-decoration: none; white-space: no-wrap; }',
		'a:hover { color: #FFFFFF; text-decoration: underline; }'
	],
	wmode: 'transparent'
});

sIFR.replace(HVDBodedoMedium, {
	selector: 'div.content ul.alphabet li',
	css: [
		'.sIFR-root { font-size: 24px; color: #FF0000; text-transform: uppercase; }',
		'a { color: #FF0000; text-decoration: none; white-space: no-wrap; }',
		'a:hover { color: #FF0000; text-decoration: underline; }'
	],
	wmode: 'transparent'
});

sIFR.replace(HVDBodedoMedium, {
	selector: 'div.content h2#a, div.content h2#b, div.content h2#c, div.content h2#d, div.content h2#e, div.content h2#f, div.content h2#g, div.content h2#h, div.content h2#i, div.content h2#j, div.content h2#k, div.content h2#l, div.content h2#m, div.content h2#n, div.content h2#o, div.content h2#p, div.content h2#q, div.content h2#r, div.content h2#s, div.content h2#t, div.content h2#u, div.content h2#v, div.content h2#w, div.content h2#x, div.content h2#y, div.content h2#z',
	css: [
		'.sIFR-root { font-size: 30px; color: #FF0000; text-transform: uppercase; }'
	],
	wmode: 'transparent'
});