


  var cambria = {
	src: '/cambria.swf'
	,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  
    var helmet = {
	src: '/helmet.swf'
	,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(cambria,helmet);

 	sIFR.replace(helmet, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { font-style: normal; color: #e6e6e6; list-style: none; font-size:72px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #3f3f3f; }'
	  ,'a:hover { color: #ee4036; }'
	]
	, wmode:'transparent'
  }); 
  
  	sIFR.replace(helmet, {
	selector: 'h2.posttitle'
	,css: [
	  '.sIFR-root { font-style: normal; color: #ffffff; list-style: none; font-size:40px;text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FF2A00; }'
	  ,'a:hover { color: #cccccc; }'
	]
	, wmode:'transparent'
  });

  	sIFR.replace(cambria, {
	selector: 'h2.cam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #ffffff; list-style: none; font-size:48px; text-transform: uppercase;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #ffffff; }'
	  ,'a:hover { color: #FF2A00; }'
	]
	, wmode:'transparent'
  });

  
	sIFR.replace(helmet, {
	selector: 'h2'
	,css: [
	  '.sIFR-root { font-style: normal; color: #e2e2e2; list-style: none; font-size:48px; text-transform: uppercase;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #ffffff; }'
	  ,'a:hover { color: #FF2A00; }'
	]
	, wmode:'transparent'
  });
  

  
  	sIFR.replace(helmet, {
	selector: 'h3.open'
	,css: [
	  '.sIFR-root { font-style: normal; color: #009DD5; list-style: none; text-transform: uppercase; }'
	  ,'a { color: #00ADEE; text-decoration: none; }'
	  ,'a:link { color: #009DD5; }'
	  ,'a:hover { color: #00D656; }'
	]
	, wmode:'transparent'
  }); 
  
	sIFR.replace(helmet, {
	selector: 'h3'
	,css: [
	  '.sIFR-root { font-style: normal; color: #bcbcbc; list-style: none; text-transform: uppercase; }'
	  ,'a { color: #00ADEE; text-decoration: none; }'
	  ,'a:link { color: #bfbfbf; }'
	  ,'a:hover { color: #00A651; }'
	]
	, wmode:'transparent'
  });  


		sIFR.replace(helmet, {
	selector: 'h4.white '
	,css: [
	  '.sIFR-root { font-style: bold; color: #ffffff; list-style: none; text-transform: uppercase; }'
	  ,'a { color: #ffffff; text-decoration: none; }'
	  ,'a:link { color: #f1f1f1; }'
	  ,'a:hover { color: #00ADEE; }'
	]
	, wmode:'transparent'
  });	
  
  		sIFR.replace(helmet, {
	selector: 'h4.dark '
	,css: [
	  '.sIFR-root { font-style: bold; color: #333333; list-style: none; text-transform: uppercase; }'
	  ,'a { color: #ffffff; text-decoration: none; }'
	  ,'a:link { color: #f1f1f1; }'
	  ,'a:hover { color: #00ADEE; }'
	]
	, wmode:'transparent'
  });
  
  		sIFR.replace(helmet, {
	selector: 'h4.grey'
	,css: [
	  '.sIFR-root { cursor: pointer; font-style: normal; color: #3f3f3f; list-style: none; font-size:18px; text-transform: uppercase; }'
	  ,'a { color: #f3f3f3; text-decoration: none; }'
	  ,'a:link { color: #cccccc; }'
	  ,'a:hover { color: #00A651; }'
	]
	, wmode:'transparent'
      , selectable: 'false' 
  });	 
  

  		sIFR.replace(helmet, {
	selector: 'h4.links'
	,css: [
	  '.sIFR-root { font-style: normal; color: #3f3f3f; list-style: none; font-size:18px; text-transform: uppercase; }'
	  ,'a { color: #f3f3f3; text-decoration: none; }'
	  ,'a:link { color: #cccccc; }'
	  ,'a:hover { color: #00A651; }'
	]
	, wmode:'transparent'
  });	 

  
  		sIFR.replace(helmet, {
	selector: 'h5.medium'
	,css: [
	  '.sIFR-root { font-style: normal; color: #727272; list-style: none; font-size:14px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #3dc6f2; }'
	  ,'a:hover { color: #FFF222; }'
	]
	, wmode:'transparent'
  }); 
  
  		sIFR.replace(cambria, {
	selector: 'h5'
	,css: [
	  '.sIFR-root { font-style: normal; color: #d3d3d3; list-style: none; font-size:18px;}'
	  ,'a { color: #333333; text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #FF7BAC; }'
	]
	, wmode:'transparent'
  }); 
  
    		sIFR.replace(cambria, {
	selector: 'h6.footer'
	,css: [
	  '.sIFR-root { font-style: normal; color: #333333; list-style: none; font-size:12px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #ffffff; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  }); 
  
    		sIFR.replace(cambria, {
	selector: 'h6'
	,css: [
	  '.sIFR-root { font-style: normal; color: #3f3f3f; list-style: none; font-size:14px;}'
	  ,'a { color: #333333; text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  }); 
  

    		sIFR.replace(cambria, {
	selector: 'p'
	,css: [
	  '.sIFR-root { font-style: normal; color: #DBDBDB; list-style: none; font-size:14px;}'
	  ,'a { color: #333333; text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  }); 
    
  
     		sIFR.replace(cambria, {
	selector: 'blockquote'
	,css: [
	  '.sIFR-root { font-style: normal; color: #ffffff; list-style: none; font-size:14px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  });  

  
  sIFR.replace(helmet, {selector: 'h2,h3'});
  


