* {
	font-size:12px;
	font-family:Arial;
}
.mceContentBody .mceItemTable {
	border-collapse:collapse;
	font-size:12px;
	font-family:Arial;
	width:100%;
}
.mceContentBody .mceItemTable td {
	border-bottom:1px solid #ccc !important;
	padding:5px 0 5px 10px !important;
}
.table {
	border-collapse:collapse;
	font-size:12px;
	font-family:Arial;
	width:100%;
}
	.table td {
		font-size:12px;
		font-family:Arial;
		border-bottom:1px solid #ccc;
		padding:5px 0 5px 10px;
	}

table.table1 {
	border-collapse:collapse;
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial;
}
	table.table1 td {
		border:1px solid #ccc;
		font-size:12px;
		font-family:Arial;
		padding:3px;
	}

.mceContentBody .noneBorder td {
	border:1px dashed #ccc !important;
	padding:0 5px;
}

td.toLeft {
	text-align: left !important;
}

td.toRight {
	text-align: right !important;
}

td.toCenter {
	text-align: center !important;
}

table.allCenter {
}
table.allCenter th, table.allCenter td {
	text-align: center;
}

table.allLeft {
}
table.allLeft th, table.allLeft td {
	text-align: left;
}

table.allRight {
}
table.allRight th, table.allRight td {
	text-align: right;
}
