if (navigator.appName == "Microsoft Internet Explorer")
{
	document.write('<style type="text/css"> div.contenttextcontainer { overflow: auto; margin: 0px; padding: 0px; scrollbar-base-color: #DFD5CE; } </style>');

} else {
	document.write('<style type="text/css"> div.contenttextcontainer { overflow: auto; margin: 0px; padding: 0px; } </style>');		
}