sIFR.fitExactly = true;
sIFR.repaintOnResize = false;


var timesnew = {
  src: '/flash/fonts/timesnew.swf'

};

sIFR.prefetch(timesnew);
sIFR.activate(); // From revision 209 and onwards  



sIFR.replace(timesnew, {

  selector: 'h1'
  ,css: [
	 '.sIFR-root { font-size: 20px; color: #000000; background-color:#E9E9E9; border-bottom: #DBDBDB 1px solid; }']
    , tuneHeight: -6
	, tuneWidth: 3
	, wmode: 'transparent'
	

});

sIFR.replace(timesnew, {

  selector: 'h2'
  ,css: [
 	 '.sIFR-root { font-size: 12px; color: #000000; background-color:#E9E9E9; display: block; font-weight: bold; letter-spacing: 1; }']
    , tuneHeight: -5
	, tuneWidth: 3
	, wmode: 'transparent'
	

});


sIFR.replace(timesnew, {

  selector: 'h3'
  ,css: [
 	 '.sIFR-root { font-size: 14px; color: #000000; background-color:#E9E9E9; display: block; font-weight: bold; }']
    , offsetTop: 5
	, tuneWidth: 3
	, wmode: 'transparent'
	

});


sIFR.replace(timesnew, {

  selector: 'h4'
  ,css: [
 	 '.sIFR-root { font-size: 13px; color: #000000; background-color:#E9E9E9; display: block; font-weight: bold; letter-spacing: 1; }']
	, wmode: 'transparent'
	

});



sIFR.replace(timesnew, {

  selector: 'h5'
  ,css: [
 	 '.sIFR-root { font-size: 16px; color: #000000; background-color:#E9E9E9; display: block; text-align: center }']
	, wmode: 'transparent'
	

});


sIFR.replace(timesnew, {

  selector: 'h6'
  ,css: [
 	 '.sIFR-root { font-size: 14px; color: #000000; background-color:#E9E9E9; display: block; border-bottom: #DBDBDB 1px solid; }']
    , offsetTop: 4
	, wmode: 'transparent'
	

});