	/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
	//background-color:#317082;
        //background-color: #AAEE99;
background-color: #59E817;          
    color: blue;
	}

	.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}
	
	.tableRowClickEffect1{
		background-color:#F00;
		color:#FFF;
	}
	.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}
	

	