var trajanpro = {
  src: 'http://www.celticpublications.com/sIFR/flash/trajanpro.swf'
,ratios:[7,1.47,10,1.43,18,1.36,22,1.34,26,1.32,29,1.31,32,1.32,33,1.3,37,1.31,45,1.3,48,1.29,51,1.3,72,1.29,74,1.28,75,1.29,81,1.28,82,1.29,1.28] 
};

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

//sIFR.debugMode = true;
//sIFR.delayCSS  = true;
sIFR.fixWrap = false;
//sIFR.forceWidth = false;
//sIFR.fitExactly = true;

sIFR.replace(trajanpro, {
  selector: 'h1'
  
  ,css: [
      '.sIFR-root {  text-align: center; font-weight: bold; color:#006600; font-size:30px;}'
       ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  
    ]
,offsetTop: '-6'
,tuneHeight: '-15'

})

sIFR.replace(trajanpro, {
  selector: '#rightside .login'
  ,css: [
      '.sIFR-root { }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0000EE; }'
      ,'a:hover { color: #FF0000 }'
    ]
  ,offsetTop: '-3'
,tuneHeight: '-11'
,nPaddingBottom: '5'
})

sIFR.replace(trajanpro, {
  selector: '#rightside h2'
  ,css: [
      '.sIFR-root { }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0000EE; }'
      ,'a:hover { color: #FF0000 }'
    ]
  ,offsetTop: '-3'
,tuneHeight: '-11'
,nPaddingBottom: '5'
})



sIFR.replace(trajanpro, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 22px; color:#006600; border-bottom:2px solid #ffcc99; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
    ,offsetTop: '-3'
,tuneHeight: '-12'
})




;

