var cochin = {
src: '/FoundrySterling-Demi.swf'
};

var cochin2 = {
src: '/FoundrySterling-Medium.swf'
};

sIFR.activate(cochin);
sIFR.activate(cochin2);




sIFR.replace(cochin2, {
selector: 'h1'
,css: [
'.sIFR-root { color:#333333; text-align: left; font-size: 24px; line-height: 30px; }'
,'a { color:#333333; text-decoration: none; }'
,'a:link { color: #333333; text-decoration: none; }'
,'a:hover { color: #333333; text-decoration: none; }'
] , wmode: 'transparent'
});


sIFR.replace(cochin, {
selector: 'h2'
,css: [
'.sIFR-root { color:#000000; font-weight: bold; }'
,'a { color:#333333; text-decoration: none; }'
,'a:link { color: #333333; text-decoration: none; }'
,'a:hover { color: #333333; text-decoration: none; }'
] , wmode: 'transparent'
});

sIFR.replace(cochin, {
selector: '.menutext'
,css: [
'.sIFR-root { color:#ffffff; cursor: pointer; text-align: center; font-size: 12px; }'
,'a { color:#ffffff; text-decoration: none; cursor: pointer; }'
,'a:link { color: #ffffff; text-decoration: none; cursor: pointer; }'
,'a:hover { color: #ffffff; text-decoration: none; cursor: pointer; }'
] , wmode: 'transparent'
});

sIFR.replace(cochin, {
selector: '.submenu_title'
,css: [
'.sIFR-root { color:#665345; text-align: left; font-size: 14px; text-transform: uppercase; }'
,'a { color:#665345; text-decoration: none; }'
,'a:link { color: #665345; text-decoration: none; }'
,'a:hover { color: #665345; text-decoration: none;}'
] , wmode: 'transparent'
});

sIFR.replace(cochin2, {
selector: '.puffheader'
,css: [
'.sIFR-root { color:#007192; cursor: pointer; text-align: left; font-size: 22px; }'
,'a { color:#007192; text-decoration: none; cursor: pointer; }'
,'a:link { color: #007192; text-decoration: none; cursor: pointer; }'
,'a:hover { color: #007192; text-decoration: none; cursor: pointer; }'
] , wmode: 'transparent'
});

sIFR.replace(cochin2, {
selector: '.rpuffheader'
,css: [
'.sIFR-root { color:#333333; text-align: left; font-size: 18px; text-transform: uppercase; }'
,'a { color:#333333; text-decoration: none; }'
,'a:link { color: #333333; text-decoration: none; }'
,'a:hover { color: #333333; text-decoration: none; }'
] , wmode: 'transparent'
});