<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tableHeader
{
	background-color:#79976D;
    color:White;
    font-weight:bold;
    border:1px solid silver;
}
.formBody
{
    background-color:#F9F9F9;
    margin: 0;
	padding: 0;
	font: 9pt Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, sans-serif;
	height: 100%;
	width: 100%;
}
.formTables
{
   
}
input.finder
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
}
input.finder90
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
    width:90%;
}
input.finder80
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
    width:80%;
}
input.finder56
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
    width:56%;
}
input.finder47
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
    width:47%;
}
input.finder30
{
    background-color: #F0FAFF;
    font-family:Verdana;
    font-size:9pt;   
    border:1px solid black;
    width:30%;
}
input.ProFinder50
{
	background-color: #F9F9F9;
	border: none;
	width: 90%;
	font-family: Verdana;
	font-size: 9pt;
	
}
input.ProFinder50White
{
    background-color:#FFFFFF;
    border:1px solid black;
    width:90%;
    font-family:Verdana;
    font-size:9pt;
}
.divTables
{
    border-bottom: 1px solid black; 
    border-left:1px solid black; 
    border-right: 1px solid black; 
    background-color:#F2F2F2;
}
.tdShowHide
{
    text-align:right; 
    height:22px; 
    background-color:#DFFFCE;
    border-right:1px solid black;
    border-top:1px solid black;
    border-bottom:1px solid black;
}
.tdDivTitle
{
    text-align:left; 
    font-weight:bold;
    height:22px; 
    background-color:#DFFFCE;
    border-left:1px solid black;
    border-top:1px solid black;
    border-bottom:1px solid black;
    
}
.tdDivTitleNoImage
{
    text-align:left; 
    font-weight:bold;
    height:22px; 
    background-color:#DFFFCE;
    border: 1px solid black;
}
input[readonly].formInput
{
    width:90%;
    font-family:Verdana;
    font-size:9pt;
    background-color:#F2F2F2;
    border:1px solid black;
}
input[readonly].formInput80
{
    width:80%;
    font-family:Verdana;
    font-size:9pt;
    background-color:#F2F2F2;
    border:1px solid black;
}
input[readonly].formInput50
{
    width:50%;
    font-family:Verdana;
    font-size:9pt;
    background-color:#F2F2F2;
    border:1px solid black;
}
input[readonly].formInput45
{
    width:30%;
    font-family:Verdana;
    font-size:9pt;
    background-color:#F2F2F2;
    border:1px solid black;
}</pre></body></html>