body {
	background-color: #EBF0D8;

	font-family: arial;
	font-size: 9pt;
	color:#838276;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 600px;
	height: 520px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/

	padding:0;
}

