<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.BillTextBox
{
	text-align:center;
	border:1px solid gray;
	margin-left:25px;
	margin-right:25px;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;	
	min-height:1000px;
	padding-top:10px;
	padding-bottom:10px;
}

a.bill:link
{
font-weight:normal;
font-size:9pt;
color:#731C10;
/*color:#0000c2;*/
font-family:Courier New;
text-decoration:none
}

a.bill:visited
{
font-weight:normal;
font-size:9pt;
color:#731C10;
/*color:#0000c2;*/
font-family:Courier New;
text-decoration:none
}

a.bill:active
{
font-weight:normal;
font-size:9pt;
color:#731C10;
/*color:#007af5;*/
font-family:Courier New;
text-decoration:none
}

a.bill:hover
{
font-weight:normal;
font-size:9pt;
color:#FFFFFF;
font-family:Courier New;
text-decoration:none;
background-color:Gray;
}

a.toclink:link
{
font-weight:normal;
font-size:9pt;
color:#063E6E;
/*color:#003387;*/
font-family:Courier New;
text-decoration:none
}

a.toclink:visited
{
font-weight:normal;
font-size:9pt;
color:#731C10;
/*color:#003387;*/
font-family:Courier New;
text-decoration:none
}

a.toclink:hover
{
font-weight:normal;
font-size:9pt;
color:#FFFFFF;
font-family:Courier New;
text-decoration:none;
background-color:#063E6E;
}

a.toclink:active
{
font-weight:normal;
font-size:9pt;
color:#731C10;
/*color:#003387;*/
font-family:Courier New;
text-decoration:none
}

.BillTextArea
{
	text-align: left; 
	padding-left: 2px; 
	top:80px;
	z-index:0;	
}
.billDetailSmallTot
{
font-weight:bold;
font-size:9pt;
font-family:Arial;
text-align:left;
/*border: solid 1px gray;*/
border-collapse:collapse;
}
.billDetailSmallTotVal
{
font-weight:bold;
font-size:9pt;
font-family:Arial;
text-align:left;
border: solid;
border-collapse:collapse;
border-right:1px;
border-left:1px;
}  

/*Bill Detail Page, Section with no right border*/
.billDetailFundNoRightBorder
{
font-weight:bold;
font-size:9pt;
font-family:Arial;
text-align:left;
border: solid 1px gray;
border-collapse:collapse;
border-right:none;
}</pre></body></html>