
var rounded = { src: 'images/2010/small-interface/rounded.swf' };


sIFR.activate(rounded);


sIFR.replace(rounded, {
  selector: 'h1', 
  css: [
    '.sIFR-root { font-size:20px; font-weight:normal; color:#2D261d; text-align:left; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #2D261d; }' ,'a:hover { color: #ed1c8f; background-color: #93117e; } '

  ], 
  wmode: 'transparent'
});

sIFR.replace(rounded, {
  selector: 'h1 #footerContainerContent', 
  css: [
    '.sIFR-root { font-size:16px; font-weight:normal; color:#FFFFFF; text-align:center; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #93117e; } '

  ], 
  wmode: 'transparent'
});


sIFR.replace(rounded, {
  selector: 'h2', 
  css: [
    '.sIFR-root { font-size:25px; font-weight:normal; color:#ed1c8f; text-align:left; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #93117e; } '

  ], 
  wmode: 'transparent'
});

// sIFR.replace(rounded, {
//  selector: 'h2', 
//  css: [
//    '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }',
//	'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #93117e; } '
 // ], 
//  wmode: 'transparent'
//});
 
  sIFR.replace(rounded, {
  selector: 'h3', 
  css: [
    '.sIFR-root { font-size:15px; font-weight:normal; color:#FFFFFF; background-color: #e2338f; }',
	'a {  font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #ed1c8f; background-color: #93117e; } '
  ], 
 wmode: 'transparent'
});
