table {
	border-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color: #333333;
}
td, th {
	padding: 4px;
}
thead th {
	border: 1px solid #FFF;
	color:#334A66;
	background-color: #E7E7E7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
}
tbody th {
	font-weight: normal;
	color:#334A66;
	background-color: #E7E7E7;
	border: 1px solid #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
tbody tr td {
	background: #FFF;
	border: 1px solid #FFF;
	text-align: center;
}
.cd {
	color: #1975D7;
	text-decoration: none;
}
tfoot td {
	background-color:#E7E7E7;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	height: 10px;
	line-height: 2px;
}
.sm-txt {
	font-size: 10px;
}
.tx-lf
{
	text-align:left;
	padding-left: 20px;
}
