body 
{ 
	width: 100%; 
	border: 1px inset buttonface; 
	border-left: 0px; 
	background-color: buttonface 
}
img.button 
{
	border: 1px solid #efefde; 
	margin: 1;
	cursor: hand;
}
img.spacer 
{
	cursor: default;
}
table#editor 
{ 
	width: 100%; 
	height: 100%; 
	border: 0px; 
	visibility: hidden; 
}
tr.toolbar
{
	background-color: buttonshadow;
	border-top:solid 1px buttonhighlight;
	border-left:solid 1px buttonhighlight;
	border-right:solid 1px buttonshadow;
	border-bottom:solid 1px buttonshadow;
	font-size: 8pt;
	font-family: MS Sans Serif;
	cursor: default;
}
div#doc 
{
	height: 100%;
	font-family: Arial;
	font-size: 12pt;
	background-color: window;
	border: 1px inset;
	padding: 5;
	overflow-x: scroll;
	overflow-y: scroll;
}