table.styled {
	padding : 0px;
	font-family : Arial;
	width : 860px;
	border : solid 1px #c8c9ab;
	background-color : #eaeacf;
	background-repeat : repeat-x;
	background-image : url(background.gif);
	border-radius : 13px;
	-moz-border-radius : 13px;
	-khtml-border-radius : 13px;
	-webkit-border-radius : 13px;
}
table.styled thead tr th {
	background-image : url(header.gif);
	border-radius-topleft : 13px;
	border-radius-topright : 13px;
	-moz-border-radius-topleft : 13px;
	-moz-border-radius-topright : 13px;
	-webkit-border-top-left-radius : 13px;
	-webkit-border-top-right-radius : 13px;
	font-size : 16px;
	line-height : 48px;
	font-weight : bold;
	color : #686666;
	padding : 0px 5px;
	text-align : left;
}
table.styled tbody tr td.upper {
	display : none;
	display : expression('block');
	height : 11px;
	padding : 0px;
	position : absolute;
	margin-top : -48px;
	width : 860px;
}
table.styled tbody tr.odd {
	height : 30px;
}
table.styled tbody tr.even {
	background-color : #d5e4e6;
	height : 30px;
}
table.styled tbody tr td {
	font-size : 14px;
	padding : 0px 5px;
	line-height : 20px;
}
table.styled tbody tr td img#upperleft {
	margin : expression('0px');
	position : expression('absolute');
}
table.styled tbody tr td img#upperright {
	margin : expression('0px');
	position : expression('absolute');
	padding-left : expression(parentNode.offsetWidth-8);
}
table.styled tfoot tr td {
	background-position : bottom left;
	background-image : url(footer.gif);
	background-repeat : repeat-x;
	background-color : #dddec2;
	border-top : solid 1px #c8c9ab;
	height : 15px;
	border-radius-bottomleft : 13px;
	border-radius-bottomright : 13px;
	-moz-border-radius-bottomleft : 13px;
	-moz-border-radius-bottomright : 13px;
	-webkit-border-bottom-left-radius : 13px;
	-webkit-border-bottom-right-radius : 13px;
}
table.styled tfoot tr td img#bottomleft {
	display : none;
	display : expression('block');
	margin : expression('6px 0px 0px -1px');
	position : expression('absolute');
}
table.styled tfoot tr td img#bottomright {
	display : none;
	display : expression('block');
	margin : expression('6px 0px 0px 0px');
	position : expression('absolute');
	padding-left : expression(parentNode.offsetWidth-7);
}
