var joint = {
  src: 'http://www.eprint.co.uk/skin_eps/flash/joint.swf'
};

sIFR.activate(joint); // From revision 209 and onwards

sIFR.replace(joint, {
      selector: 'h1',
      css: [
      '.sIFR-root{ font-size:20px; font-weight:normal; color:#0066CC; }'
	  ],
	  wmode: 'transparent'
});


sIFR.replace(joint, {
      selector: 'body.home h2',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal;  color:#0066CC; margin-top:10px;}','a { text-decoration: none; color: #0066CC;}' ,'a:hover { text-decoration: underline; color: #0066CC;}'
	  ],
	  wmode: 'transparent'
});


sIFR.replace(joint, {
      selector: '.page h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal;  color:#0066CC; margin-top:10px;}'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '.box-supplies h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#003399; margin-top:10px; }'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '.box-resources h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#FCAB03; margin-top:10px; }'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '#search h3',
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#0066CC; margin-top:10px; text-align:right; }'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '.redhead',
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#940000; margin-top:0px;  padding:0px; line-height:1em;}'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '.greenhead',
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#5a8802; margin-top:0px;  padding:0px; line-height:1em;}'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(joint, {
      selector: '.bluehead',
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#0066CC; margin-top:0px;  padding:0px; line-height:1em;}'
	  ],
	  wmode: 'transparent'
});
