

.technology{ /*header of 2nd demo*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF9217;
	margin: 0px 0;
	cursor: hand;
	cursor: pointer;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:  #FF9217;
	

}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
color: #663333;
}




