body
{
	background-color: buttonface;
	scroll: no;
	margin: 0px;
	border: none;
}

.xpTable
{
	behavior: url(xpTable.htc);
	sortNoneImageUrl: sortBlank.gif;
	sortUpImageUrl: sortUp.gif;
	sortDownImageUrl: sortDown.gif;
	posUpImageUrl: upArrow.gif;
	posDownImageUrl: downArrow.gif;
	position: relative;
	margin: 0px;
	width: 100%;
 	font: menu;
	highlightBackgroundColor: #C1D2EE;
	highlightBorderColor: #316AC5;
	color: windowtext;
  cursor: default;
}
.xpTable THEAD TD
{
	border-left: 1px solid buttonhighlight;
	border-top: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	font: menu;
	color: menutext;
	background-color: buttonface;
	cursor: hand;
	padding-top: 0px;
	padding-bottom: 1px;
}
.xpTable TBODY TR
{
	color: windowtext;
	background: window;
}
