div.tablecontainer {
	min-height: 0.01%;
	overflow-x: auto;
}

table.paragraphtable {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.paragraphtable td {
	border-color: #c3c3c3;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
	font: 15px Arial,'Helvetica',sans-serif;
	color: #5a5a5a;

}

table.paragraphtable td {
	font-family: inherit;
}


table.paragraphtable td.alt {
	background: #f0f0f0;
}


table.paragraphtable td.header
{
	border-color: #c3c3c3;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #c3c3c3;
	font: italic 15px Arial,'Helvetica',sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
}

table.paragraphtable td.header {
	font-family: inherit;
}

table.paragraphtable p {
	margin: 0;
	padding: 0;
}

table.paragraphtable a img {
	border: none;
}
