var maxregular = {
	src: "/site/css/maxregular.swf"
};

sIFR.activate(maxregular);

sIFR.replace(maxregular, {
		selector : "#inet_main h1",
		wmode : "transparent",
		css : {
			".sIFR-root" : {
				"color" : "#c2550d", 
				"text-transform" : "uppercase"
			},
			"a" : {
				"color" : "#c2550d",
				"text-decoration" : "none"
			},
			"a:hover" : {
				"color" : "#c2550d",
				"text-decroation" : "none"
			}

		}

	}
);

sIFR.replace(maxregular, {
		selector : "#inet_right h1",
		wmode : "transparent",
		css : {
			".sIFR-root" : { 
				"color" : "#15354a",
				"text-transform" : "uppercase"
			},
			"a" : {
				"color" : "#15354a",
				"text-decoration" : "none"
			},
			"a:hover" : {
				"color" : "#15354a",
				"text-decroation" : "none"
			}
		}

	}
);
