

a {
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
}

.table, #table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.freetable, #freetable {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.row, #row {
	display: table-row;
	width: 100%;
}

.cell, #cell {
	display: table-cell;
	vertical-align: middle;
}
.cellC {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cellL {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
