.add-article_table {
	border-collapse: collapse;
}

.add-article_table th, .add-article_table td {
	border: 1px solid #666666;
	padding: 3px 5px;
}

.add-article_table th {
	background-color: #caceda;
	font-weight: bold;
	text-align: center;
}

.add-article_table td {
	background-color: #ebecf1;
}

.add-article_table td.left-title {
	background-color: #caceda;
	text-align: left;
}

.add-cell_center td {
	text-align: center;
}

.add-cell_middle td {
	vertical-align: middle;
}

.add-article_table p {
	margin: 0;
	padding-bottom: 11px;
}

.add-article_table ul, .add-article_table ol {
	color: #666666;
	padding: 0 0 0 15px !important;
	margin: 0px;
}

.add-article_table ul li {
	background-image: none !important;
	list-style: outside disc;
	padding-left: 0px !important;
}

.add-article_table ul ul li {
	list-style-type: circle;
}


.add-ltext
{
	font-size: 7pt;
}

.add-ltext p
{
	margin-bottom: 5px;
}