<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tableStyle {
	width: 700px;
	border-collapse: collapse;
}

.tableStyle td, .tableStyle td p {
	font-size: 8pt;
	vertical-align: top
}

.titleCell , .titleCell  p{
	padding: 10px;
	font-size: xx-small;
	font-weight: bold;
}
.descriptionCell {
	padding: 10px;
}
.descriptionCell ul, li{
	font-size: 8pt;	
	margin-top:8px
}
.thumbnailCell {
}

.thumbnailCell img{
	margin: 10px;
	border: none;
}
.headerTd {
	background-color: #000080;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
</pre></body></html>