// JavaScript Document

	function rollon(a) {
        a.style.color = '#FFFFFF';
		a.style.backgroundColor='#1133FF';
		a.style.cursor = 'pointer';
	}	

	function rolloff(a) {
        a.style.color = '#DDDDDD';
		a.style.backgroundColor='#1122DD';
	}

	function rollon2(a) {
        a.style.color = '#FFFFFF';
		a.style.backgroundColor='#1133FF';
		a.style.cursor = 'pointer';
	}	

	function rolloff2(a) {
        a.style.color = '#DDDDDD';
		a.style.backgroundColor='#1122CC';
	}
	function rollona(a) {
        a.style.color = '#565E76';
		a.style.link = '#565E76';
		a.style.backgroundColor='#AEB1BF';
		a.style.cursor = 'pointer';
	}	

	function rolloffa(a) {
        a.style.color = '#FFFFFF';
		a.style.backgroundColor='#979DB3';
	}

	function rollonb2(a) {
        a.style.color = '#565E76';
		a.style.backgroundColor='#AEB1BF';
		a.style.cursor = 'pointer';
	}	

	function rolloffb2(a) {
        a.style.color = '#FFFFFF';
		a.style.backgroundColor='#8A90A6';
	}
