#mycustomscroll {
	/* percentage width without the fix*/
width: 344px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0.3em auto;
	padding: 5px;
}
.textheader {
	font-family: kartika;
	color: #FFF;
	font-size: 12px;
	text-transform: none;
}
.textbody {
	font-family: kartika;
	color: #FFF;
	font-size: 11px;
	text-transform: none;
}
