#tblPackages {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#tblPackages td {
	width: 120px;
	padding: 2px;
	text-align: center;
}
#tblPackages th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 2px;
}

.backround {
	background-color: #EEEEEE;
}
.merged {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: italic;
}
#tblSpecs {
	width: 100%;
}
#tblSpecs th {
	text-align: left;
	padding-left: 20px;
	height: 20px;
}
#tblSpecs td {
	padding-right: 10px;
	text-align: right;
	height: 20px;
}
.merged2 {
	text-align: center;
	font-style: italic;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
