<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
.font8 {
	font-size: 8pt
}
.font9 {
	font-size: 9pt
}
.font10 {
	font-size: 10pt
}
.font10bold {
	font-size: 10pt;
	font-weight: bold
}
.font12 {
	font-size: 12pt
}
.font12bold {
	font-size: 12pt;
	font-weight: bold
}
.font14bold {
	font-size: 14pt;
	font-weight: bold
}
.font14{
	font-size: 14pt
}

.smaller {
   font-size: 8pt;
}

.sectionbg {
	background-color: #EEEEF8;
	padding: 5px
}
.sectionheader {
	background-color: #D6DCFE;
	padding: 5px
}
.sectionheader2 {
	background-color: #EEEEF8;
	padding: 5px;
	border-top: thin solid #D6DCFE

}
.hline {
	border-top: thin solid #D6DCFE
}
.borderAll {
	border: 1px solid #CCCCCC
}
.columnHeader {
	BORDER: #cccccc 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt; 
	HEIGHT: 24px;
	padding: 3px;
	BACKGROUND-COLOR: #dddddd;
	TEXT-ALIGN: center
}
.dataRowGrey {
	BACKGROUND-COLOR: #f9f9f9;
	padding: 3px
}
.dataRowWhite {
	BACKGROUND-COLOR: #ffffff;
	padding: 3px	
}

.inputRight {
  text-align: right
}

.darkred {
   color: #990000;
}
.dataRowYellow {
   background-color: #FFFFCC;
}
.borderAllTd td {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px;
}
.borderNoTop {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 0px 1px 1px 1px;
}
.borderAll2 {
border-right: #cccccc 1px solid; 
border-top: #cccccc 1px solid; 
border-left: #cccccc 1px solid; 
background-image: url(../images/pf_tabon2_bg.gif);
}
.hrow {
font-size: 8pt;
background-color: #CAD8DF;
}
.editRowGreyc {
   font-size: 11px;
   color: #000000;
   height: 22px;
   background-color: #CAD8DFl;
   border-right: #ffffff 1px solid;
}

.table	{
color: #000000;
font-size: 11px;
}

A.table:hover	{
color: #000033;
font-size: 11px;
text-decoration: none;
}

.calCellTablePSUI{
font-size		:8pt;
height			:20px;
background-color: #C6CFE7;
border-right	:#FFFFFF 1px solid;
}

.button {
border-style: double;
	border-color: #333333;
	border-width: 3px 3px 3px 3px;
	background-color: #009933;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	background-image: url(../images/button_bg.gif);
	}
</pre></body></html>