	/** big border skin **/
	table tr td.bigbordertop {
		line-height: 10px; font-size: 10px;
		background-image: url("images/top.gif");
		background-repeat: repeat-x;
	}
	table tr td.bigborderleft {
		line-height: 10px; font-size: 10px;
		background-image: url("images/left.gif");
		background-repeat: repeat-y;
	}
	table tr td.bigborderright {
		line-height: 10px; font-size: 10px;
		background-image: url("images/right.gif");
		background-repeat: repeat-y;
	}
	table tr td.bigborderbottom {
		line-height: 10px; font-size: 10px;
		background-image: url("images/bottom.gif");
		background-repeat: repeat-x;
	}
	