<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------------*/
/* Data Table */



.reportTable {
	font-size		: 11px;
	width			: 100%;
}

	/*-----------------------------------------------------------------*/
	/* Column Headers */

	.reportTable .columnHeaders {
		border-bottom			: 1px solid #d9d9d9;
		color					: #999999;
		font-size				: 11px;
		line-height				: 14px !Important;
		padding					: 3px 5px 3px 5px;
		text-transform			: uppercase;
	}

	.reportTable .columnHeaders .left {
		padding					: 3px 5px 3px 5px;
		text-align				: left;
	}

	.reportTable .columnHeaders .right {
		padding					: 3px 5px 3px 5px;
		text-align				: right;
	}

	.reportTable .columnHeaders .center {
		padding					: 3px 5px 3px 5px;
		text-align				: center;
	}


	/*-----------------------------------------------------------------*/
	/* List Rows */



	.reportTable .listRow1 {
		background-color		: #f0f0f0;
		height					: 28px;
		line-height				: 14px !important;
	}

		.reportTable .listRow1 .left {
			padding					: 3px 5px 3px 5px;
			text-align				: left;
		}

		.reportTable .listRow1 .right {
			padding					: 3px 5px 3px 5px;
			text-align				: right;
		}

		.reportTable .listRow1 .center {
			padding					: 3px 5px 3px 5px;
			text-align				: center;
		}


	.reportTable .listRow1Clickable {
		background-color		: #f0f0f0;
		height					: 28px;
		line-height				: 14px !important;
	}

	.reportTable .listRow1Clickable:hover {
			background-color		: #C3D2CE;
			color					: #263A81;
			cursor					: pointer;
		}

		.reportTable .listRow1Clickable .left {
			padding					: 3px 5px 3px 5px;
			text-align				: left;
		}

		.reportTable .listRow1Clickable .right {
			padding					: 3px 5px 3px 5px;
			text-align				: right;
		}

		.reportTable .listRow1Clickable .center {
			padding					: 3px 5px 3px 5px;
			text-align				: center;
		}



	.reportTable .listRow2 {
		background-color		: #f9f9f9;
		height					: 28px;
		line-height				: 14px !important;
	}

		.reportTable .listRow2 .left {
			padding					: 3px 5px 3px 5px;
			text-align				: left;
		}

		.reportTable .listRow2 .right {
			padding					: 3px 5px 3px 5px;
			text-align				: right;
		}

		.reportTable .listRow2 .center {
			padding					: 3px 5px 3px 5px;
			text-align				: center;
		}


	.reportTable .listRow2Clickable {
		background-color		: #f9f9f9;
		height					: 28px;
		line-height				: 14px !important;
	}

	.reportTable .listRow2Clickable:hover {
		background-color		: #C3D2CE;
		color					: #263A81;
		cursor					: pointer;
	}

		.reportTable .listRow2Clickable .left {
			padding					: 3px 5px 3px 5px;
			text-align				: left;
		}

		.reportTable .listRow2Clickable .right {
			padding					: 3px 5px 3px 5px;
			text-align				: right;
		}

		.reportTable .listRow2Clickable .center {
			padding					: 3px 5px 3px 5px;
			text-align				: center;
		}


.reportColumnSum {
	font-weight	: bold;
	font-size: 12px;
}</pre></body></html>