@charset "UTF-8";
/* CSS Document */


.info_title{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


