.styledtable {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #006;
	border-collapse: collapse;
}
.styledtable tr th {
	background-color: #58725A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 6px;
	letter-spacing: .1em;
}
.styledtable tr td {
	text-align: left;
	padding-top: 1px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9AA8BD;
}
.nextShow {
	background-color: #EAF1F4;
}

