.tabletopleft {
	background-image: url(/images/top_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tabletopright {
	background-image: url(/images/top_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tableleft {
	background-image: url(/images/left_side.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.tableright {
	background-image: url(/images/right_side.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.tablebottomright {
	background-image: url(/images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tablebottomleft {
	background-image: url(/images/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tablebottom {
	background-image: url(/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.tabletop {
	background-image: url(/images/top.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.singlestart {
	background-image: url(/images/info_bar_front.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.singlemid {
	background-image: url(/images/info_bar_mid.gif);
	background-repeat: repeat-x;
	background-position: right center;
}
.singleend {
	background-image: url(/images/info_bar_end.gif);
	background-repeat: no-repeat;
	background-position: left center;
}.specifications {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
