
.tables {
	text-align: left;
	border-spacing: 1px;
	border: 0px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}

.tables th {
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	background: #9AACBF;
	height: 22px;
}

.tables td {
	padding: 1px 6px 1px 6px;
	height: 22px;
}

.tables td img{
	padding: 4px 2px 4px 2px;
	width: 16px;
	height: 14px;
	text-align: right;
}

.tables .tablecelllight {
	color: #000000;
	background: #E3E7EB;
}

.tablecelldark {
	color: #000000;
	background: #D8DEE3;
}

.tablecellleft {
	text-align: left;
}

.tablecellright {
	text-align: right;
}

.tablecellleftbold {
	text-align: left;
	font-weight: bold;
}

.tablecellrightbold {
	text-align: right;
	font-weight: bold;
}

.tablecellcenter {
	text-align: center;
}
