// array of data for format themes


	
/**/
var themeArray = new Array;

// light grey theme
	themeArray[0] = '#ccc'; //background colour
	themeArray[1] = '#A48C6C'; // logo text colour
	themeArray[2] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[3] = '24px'; //logo font size
	themeArray[4] = 'italic';	//logo font style
	themeArray[5] = 'bold';	//logo font weight
	themeArray[6] = '#335D53';	//border colour
	themeArray[7] = '#335D53';	//Bottom border colour
	themeArray[8] = 'solid';	//border style
	themeArray[9] = '2';	//border width
	themeArray[10] = '2';	//Bottom border width
	themeArray[11] = '#A48C6C';	//Main Menu Colour
	themeArray[12] = '#000';	//Sub Menu Colour
	themeArray[13] = '#000';	//main roll over colour
	themeArray[14] = '#fff';	//sub roll over colour
	themeArray[15] = '#335D53';	//livePage  colour
	
	
	
// darker grey theme
	themeArray[16] = '#999'; //background colour
	themeArray[17] = '#A48C6C'; // logo text colour
	themeArray[18] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[19] = '24px'; //logo font size
	themeArray[20] = 'italic';	//logo font style
	themeArray[21] = 'bold';	//logo font weight
	themeArray[22] = '#335D53';	//border colour
	themeArray[23] = '#335D53';	//Bottom border colour
	themeArray[24] = 'solid';	//border style
	themeArray[25] = '2';	//border width
	themeArray[26] = '2';	//Bottom border width
	themeArray[27] = '#A48C6C';	//Main Menu Colour
	themeArray[28] = '#000';	//Sub Menu Colour
	themeArray[29] = '#000';	//main roll over colour
	themeArray[30] = '#fff';	//sub roll over colour
	themeArray[31] = '#335D53';	//livePage  colour
	
// darker grey theme
	themeArray[32] = '#666'; //background colour
	themeArray[33] = '#A48C6C'; // logo text colour
	themeArray[34] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[35] = '24px'; //logo font size
	themeArray[36] = 'italic';	//logo font style
	themeArray[37] = 'bold';	//logo font weight
	themeArray[38] = '#335D53';	//border colour
	themeArray[39] = '#335D53';	//Bottom border colour
	themeArray[40] = 'solid';	//border style
	themeArray[41] = '2';	//border width
	themeArray[42] = '2';	//Bottom border width
	themeArray[43] = '#A48C6C';	//Main Menu Colour
	themeArray[44] = '#000';	//Sub Menu Colour
	themeArray[45] = '#000';	//main roll over colour
	themeArray[46] = '#fff';	//sub roll over colour
	themeArray[47] = '#335D53';	//livePage  colour
	
	// darker grey theme
	themeArray[48] = '#333'; //background colour
	themeArray[49] = '#A48C6C'; // logo text colour
	themeArray[50] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[51] = '24px'; //logo font size
	themeArray[52] = 'italic';	//logo font style
	themeArray[53] = 'bold';	//logo font weight
	themeArray[54] = '#335D53';	//border colour
	themeArray[55] = '#335D53';	//Bottom border colour
	themeArray[56] = 'solid';	//border style
	themeArray[57] = '2';	//border width
	themeArray[58] = '2';	//Bottom border width
	themeArray[59] = '#A48C6C';	//Main Menu Colour
	themeArray[60] = '#000';	//Sub Menu Colour
	themeArray[61] = '#000';	//main roll over colour
	themeArray[62] = '#fff';	//sub roll over colour
	themeArray[63] = '#335D53';	//livePage  colour


	
// black theme
	themeArray[64] = '#000'; //background colour
	themeArray[65] = '#A48C6C'; // logo text colour
	themeArray[66] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[67] = '24px'; //logo font size
	themeArray[68] = 'italic';	//logo font style
	themeArray[69] = 'bold';	//logo font weight
	themeArray[70] = '#335D53';	//border colour
	themeArray[71] = '#335D53';	//Bottom border colour
	themeArray[72] = 'solid';	//border style
	themeArray[73] = '2';	//border width
	themeArray[74] = '2';	//Bottom border width
	themeArray[75] = '#A48C6C';	//Main Menu Colour
	themeArray[76] = '#000';	//Sub Menu Colour
	themeArray[77] = '#000';	//main roll over colour
	themeArray[78] = '#fff';	//sub roll over colour
	themeArray[79] = '#335D53';	//livePage  colour
	
// Black and White
	themeArray[80] = '#000'; //background colour
	themeArray[81] = '#ccc'; // logo text colour
	themeArray[82] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[83] = '24px'; //logo font size
	themeArray[84] = 'italic';	//logo font style
	themeArray[85] = 'bold';	//logo font weight
	themeArray[86] = '#999';	//border colour
	themeArray[87] = '#999';	//Bottom border colour
	themeArray[88] = 'solid';	//border style
	themeArray[89] = '2';	//border width
	themeArray[90] = '2';	//Bottom border width
	themeArray[91] = '#999';	//Main Menu Colour
	themeArray[92] = '#333';	//Sub Menu Colour
	themeArray[93] = '#333';	//main roll over colour
	themeArray[94] = '#999';	//sub roll over colour
	themeArray[95] = '#ccc';	//livePage  colour
	
// black and White

/*	themeArray[55] = '#000'; //background colour
	themeArray[56] = '#ccc'; // logo text colour
	themeArray[57] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[58] = '24px'; //logo font size
	themeArray[59] = 'italic';	//logo font style
	themeArray[60] = 'bold';	//logo font weight
	themeArray[61] = '#999';	//border colour
	themeArray[62] = 'solid';	//border style
	themeArray[63] = '2';	//border width
	themeArray[64] = '#666';	//main roll over colour
	themeArray[65] = '#333';	//sub roll over colour
*/// White and Black

	themeArray[96] = '#ccc'; //background colour
	themeArray[97] = '#A48C6C'; // logo text colour
	themeArray[98] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[99] = '24px'; //logo font size
	themeArray[100] = 'italic';	//logo font style
	themeArray[101] = 'bold';	//logo font weight
	themeArray[102] = '#335D53';	//border colour
	themeArray[103] = '#335D53';	//Bottom border colour
	themeArray[104] = 'solid';	//border style
	themeArray[105] = '2';	//border width
	themeArray[106] = '2';	//Bottom border width
	themeArray[107] = '#A48C6C';	//Main Menu Colour
	themeArray[108] = '#000';	//Sub Menu Colour
	themeArray[109] = '#000';	//main roll over colour
	themeArray[110] = '#fff';	//sub roll over colour
	themeArray[111] = '#335D53';	//livePage  colour
	
	/*themeArray[66] = '#ccc'; //background colour
	themeArray[67] = '#333'; // logo text colour
	themeArray[68] = '"Times New Roman", Times, serif'; // log font familiy
	themeArray[69] = '24px'; //logo font size
	themeArray[70] = 'italic';	//logo font style
	themeArray[71] = 'bold';	//logo font weight
	themeArray[72] = '#999';	//border colour
	themeArray[73] = 'solid';	//border style
	themeArray[74] = '2';	//border width
	themeArray[75] = '#999';	//main roll over colour
	themeArray[76] = '#666';	//sub roll over colour
	*/
