




.new {
	padding-left: 30px;
	font-size: 20px;
	border-collapse: collapse;
	background-color: #E3D5DC;
	background-size: contain;
	background-position: bottom right;
	height: 30px;
	margin-left: 250px;
	margin-top: -450px;
	
	
}

caption {
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.new thead {
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #422a2a;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: #422a2a;
	height: 40px;
	top: 0px;
	bottom: 0px;
	left: 5px;
	right: 5px;
	letter-spacing: 2px;
	text-align: center;
}

.new tbody td {
	height: 50px;
	text-align: left;
	
}

.new tbody tr td:first-of-type{
	background-image: url(leftright.png);
	background-position: left top;
	background-repeat: repeat-y;
	
	
}

.new tbody tr td:last-of-type {
	background-image: url(leftright.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.new thead th:first-of-type {
	background-image: url(leftright.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.new thead th:last-of-type {
	background-image: url(leftright.png);
	background-position: right top;
	background-repeat: repeat-y;
	}
.new tbody tr:nth-of-type(even) {
	background-color: rgba(255, 163, 102, 0.5);
}
.new tbody tr:nth-of-type(odd) {
	background-color: rgba(76, 76, 51, 0.5);
}

.first{
	width: 350px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #422a2a;
	border-right-style: solid;
	border-right-color: grey;
	border-right-width: 3px;
}

.second {
	width: 150px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #422a2a;
	border-right-style: solid;
	border-right-color: grey;
	border-right-width: 3px;
x;
}

.third {
	width: 500px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #422a2a;
	
}

.tabimage {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}