.sptr {
	display: none;
}

div.content {
	text-align: center;
}

div.content h3,div.content h4 {
	margin: 0.5em;
	margin-bottom: 0em;
}
div.content h4 {
	text-decoration: underline;
}

div.content div.pics {
}

div.content table.con {
/*
	border: 1px dotted gray;
*/
	table-layout: fixed;
	empty-cells: show;
	vertical-align: middle;
	text-align: center;
	width:600px;
	margin: auto;
	margin-top:1.0em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px dotted black;
}

table.con a {
	color: #242b1f;
}

table.con caption {
	margin: 0.5em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

table.con td {
	padding:4px;
	border: none;
}

table.con td.c1 {
	line-height:150%;
	background-color: inherit;
}

table.con td.c2 {
/*
	background-color: #e0d8b9;
*/
	background-color: #dbd3b4;
	text-align: left;
	padding-left:10px;
}

table.con col.c1 {
/*
*/
}

table.con col.c2 {
/*
*/
}

table.con span.title {
}

table.con span.name {
	font-weight: 600;
	font-size: 9pt;
}

