div.dataHeader {
	margin-bottom: 5px;
}

div.dataHeader p {
	text-align: center;
	font-size: 10pt;
	margin: 0px;
}

table.dataBody td em,div.dataHeader p em {
	font-style: normal;
	background-color: yellow;
}

table.dataBody {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto 0px auto;
	border-bottom: 1px solid #DBDBDB;
}

table.dataBody th {
	width: 30%;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background-color: white;
}

table.dataBody th img {
	border: none;
}

table.dataBody td {
	width: 70%;
}

table.dataBody th,table.dataBody td {
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding: 2px 3px 2px 3px;
}

p.end-of-record {
	text-align: center;
	color: gray;
}
