
table.type1 {
	border: 1px solid #CCC;
	width: 100%;
	font-size: 9pt;
}
table.type1 th, table.type1 td {
	padding: 9px;
	border-bottom: 1px solid #CCC;
}
table.type1 tr:last-child td {
	border-bottom: 0;
}
table.type1 th {
	background-color: #EFEFEF;
	vertical-align: top;
	font-weight: 500;
	text-align: left;
	color: #000;
	font-size: 11pt;
	white-space: nowrap;
}
table.type1 th small {
	font-size: 9pt;
}

/*# sourceMappingURL=index.css.map */