
.hideInitially{
	display: none;
}
.demoDiv {
	width: 450px;
	font-family: arial, helvetica;
	color: #58595b;
	font-size: 12px;
	height: 145px; 
	overflow: hidden;
	padding-right: 10px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

