<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

hr {
	margin: 12px 0px 12px 0px;
}
.rpt_link {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #938040;
}
.rpt_link:hover	{ 
	color:#FF6600; 
} 
.rpt_details {
	visibility:hidden; 
	height:0px;
}
.more{ 
	font-size:15px; 
	font-weight:bold; 
}

table {
	border-collapse: collapse;
	margin: 5px 0px 10px 2px;
}
th, td {
	border: 1px solid #BBBBBB;
	padding: 3px;
}
th {
	font-size: .9em;
}
.left {
	text-align: left;
}

.crrsaa_rpt1 {
	margin: 0 20px 20px 20px;
}
</pre></body></html>