var LucidaSans = {
  src: '/01/flash/LucidaSans.swf'
};

sIFR.activate(LucidaSans);

//// H1
//sIFR.replace(LucidaSans, {
//	selector: 'h1',
//	wmode: 'transparent',
//	css: [
//	'.sIFR-root {font-size: 14px; font-weight: bold; color: #002664;}',
//	'a {text-decoration: underline; color: #002664;}',
//	'a:hover {text-decoration: none; color: #002664;}'
//	]});
//// H2
//sIFR.replace(LucidaSans, {
//	selector: 'h2',
//	wmode: 'transparent',
//	css: [
//	'.sIFR-root {font-size: 13px; font-weight: bold; color: #009FDA;}',
//	'a {text-decoration: underline; color: #009FDA;}',
//	'a:hover {text-decoration: none; color: #009FDA;}'
//	]});
//// H3
//sIFR.replace(LucidaSans, {
//	selector: 'h3',
//	wmode: 'transparent',
//	css: [
//	'.sIFR-root {font-size: 12px; font-weight: bold; color: #666666;}',
//	'a {text-decoration: underline; color: #666666;}',
//	'a:hover {text-decoration: none; color: #666666;}'
//	]});

// H1 BLUE
sIFR.replace(LucidaSans, {
	selector: 'h1.blue',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 14px; font-weight: bold; color: #002664;}',
	'a {text-decoration: underline; color: #002664;}',
	'a:hover {text-decoration: none; color: #002664;}'
	]});
// H1 LIGHT BLUE
sIFR.replace(LucidaSans, {
	selector: 'h1.light_blue',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 14px; font-weight: bold; color: #009FDA;}',
	'a {text-decoration: underline; color: #009FDA;}',
	'a:hover {text-decoration: none; color: #009FDA;}'
	]});

// H1 BLUE LARGE
sIFR.replace(LucidaSans, {
	selector: 'h1.blue_large',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 22px; font-weight: bold; color: #002664;}',
	'a {text-decoration: underline; color: #002664;}',
	'a:hover {text-decoration: none; color: #002664;}'
	]});

// H1 LIGHT BLUE LARGE
sIFR.replace(LucidaSans, {
	selector: 'h1.light_blue_large',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 22px; font-weight: bold; color: #009FDA;}',
	'a {text-decoration: underline; color: #009FDA;}',
	'a:hover {text-decoration: none; color: #009FDA;}'
	]});


// H2 BLUE
sIFR.replace(LucidaSans, {
	selector: 'h2.blue',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #002664;}',
	'a {text-decoration: underline; color: #002664;}',
	'a:hover {text-decoration: none; color: #002664;}'
	]});


// H2 BLUE SITEMAP
sIFR.replace(LucidaSans, {
	selector: 'h2.blue_sitemap',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #002664; padding-bottom: 15px; font-weight: bold;}',
	'a {text-decoration: none; color: #002664;}',
	'a:hover {text-decoration: underline; color: #002664;}'
	]});


// H2 LIGHT BLUE
sIFR.replace(LucidaSans, {
	selector: 'h2.light_blue',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #009FDA;}',
	'a {text-decoration: underline; color: #009FDA;}',
	'a:hover {text-decoration: none; color: #009FDA;}'
	]});

// H2 WHITE
sIFR.replace(LucidaSans, {
	selector: 'h2.white',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #FFFFFF;}',
	'a {text-decoration: underline; color: #FFFFFF;}',
	'a:hover {text-decoration: none; color: #FFFFFF;}'
	]});


// H2 LIGHT BLUE SITEMAP
sIFR.replace(LucidaSans, {
	selector: 'h2.light_blue_sitemap',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #009FDA; font-weight: bold;}',
	'a {text-decoration: none; color: #009FDA;}',
	'a:hover {text-decoration: underline; color: #009FDA;}'
	]});




// H2 BLUE LARGE
sIFR.replace(LucidaSans, {
	selector: 'h2.blue_large',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 13px; font-weight: bold; color: #002664;}',
	'a {text-decoration: underline; color: #002664;}',
	'a:hover {text-decoration: none; color: #002664;}'
	]});

// H2 LIGHT BLUE LARGE
sIFR.replace(LucidaSans, {
	selector: 'h2.light_blue_large',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 13px; font-weight: bold; color: #009FDA;}',
	'a {text-decoration: underline; color: #009FDA;}',
	'a:hover {text-decoration: none; color: #009FDA;}'
	]});

// H2 BLUE LARGE
sIFR.replace(LucidaSans, {
	selector: 'h2.blue_larger',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 14px; font-weight: bold; color: #002664;}',
	'a {text-decoration: underline; color: #002664;}',
	'a:hover {text-decoration: none; color: #002664;}'
	]});

// H2 BLUE LARGER
sIFR.replace(LucidaSans, {
	selector: 'h2.light_blue_larger',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 14px; font-weight: bold; color: #009FDA;}',
	'a {text-decoration: underline; color: #009FDA;}',
	'a:hover {text-decoration: none; color: #009FDA;}'
	]});

// H2 GRAY
sIFR.replace(LucidaSans, {
	selector: 'h2.gray',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 12px; font-weight: bold; color: #666666;}',
	'a {text-decoration: underline; color: #666666;}',
	'a:hover {text-decoration: none; color: #666666;}'
	]});

// H2 GRAY LARGE
sIFR.replace(LucidaSans, {
	selector: 'h2.gray_large',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 13px; font-weight: bold; color: #666666;}',
	'a {text-decoration: underline; color: #666666;}',
	'a:hover {text-decoration: none; color: #666666;}'
	]});

// H2 GRAY LARGER
sIFR.replace(LucidaSans, {
	selector: 'h2.gray_larger',
	wmode: 'transparent',
	css: [
	'.sIFR-root {font-size: 14px; font-weight: bold; color: #666666;}',
	'a {text-decoration: underline; color: #666666;}',
	'a:hover {text-decoration: none; color: #666666;}'
	]});