body
{
	margin : 0px 0px 0px 0px;
	overflow : hidden;
	/*overflow-y: hidden;*/
}
#tblTable1
{
	height : 100%;
	width : 100%;
}
#tdCell1
{
	height: 10%;
}
#tdCell2
{
	height: 90%;
}
#divAll
{
	height: 100%;
	width : 100%;
	margin-left : 20px;
	/*margin-right : 20px;*/
	/*overflow: auto;*/
}
#divTop
{
	height: 100%;
	width : 100%;
	/*overflow: auto;*/
}
#divContent
{
	height: 100%;
	width : 100%;
	/*height: expression(document.compatMode=='CSS1Compat'? (document.documentElement.clientHeight - 130) +'px' : (body.clientHeight-130)+'px');*/
	overflow: auto;
}

.selectedword
{
	background-color: yellow;
}

@media print {#divContent {overflow: visible;}}

