.table {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: auto;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}
.table TD {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left-width: 0px;
}
.table TD strong {
	color: #FF6600;
	text-align: center;
}
.table TD b {
	color: #FF6600;
	text-align: center;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
