p,
ul,
ul li, 
table tr th,
table tr td {
	font-size: 12px;
}

table.contenttable_fullwidth_border,
table.contenttable_fullwidth_noborder {
	width: 100%;
}

table.contenttable_fullwidth_border,
table.contenttable_contwidth_border {
	border: 1px #CCCCCC solid;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttable_fullwidth_noborder,
table.contenttable_contwidth_noborder {
	border: 0;
}

table.contenttable_fullwidth_border tr th,
table.contenttable_contwidth_border tr th {
	background-color: #DAE4ED;
}

table.contenttable_fullwidth_border tr td,
table.contenttable_fullwidth_border tr th,
table.contenttable_contwidth_border tr td,
table.contenttable_contwidth_border tr th {
	border: 1px #CCCCCC solid;
	padding: 3px 3px 3px 3px;
	text-align: right;
}

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

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

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