table {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
}
#txtBG th {
	border-top-width: 10px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	;
	border-right-color: 0;
	border-left-color: 0;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#txtBG td {
	padding-left: 5px;
	vertical-align: top;
}
