//<[CDATA[

	var font1 = { src: 'ravie.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #003375; font-size:24px; font-weight:900;}'
,'a { color: #6b86b1; text-decoration: none; }'
,'a:hover { color: #6b86b1; text-decoration: underline; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color: #ffffff; font-size:20px; font-weight:900;}'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h3'
,css: [

'.sIFR-root { color: #003375; font-size:18px; font-weight:900;}'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h4'
,css: [

'.sIFR-root { color: #003375; font-size:18px; font-weight:900;}'
,'a { color: #003375;text-decoration: none; }'
,'a:hover { color: #6b86b1;text-decoration: underline; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h5'
,css: [

'.sIFR-root { color: #003375; font-size:24px; font-weight:900; text-align:right;}'
,'a { color: #003375;text-decoration: none; }'
,'a:hover { color: #6b86b1;text-decoration: underline; }'
]

, wmode: 'transparent'

});
