<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
table.MenuBar
{

}
td.MenuHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;

}
a.MenuHeader
{
	color: #E0F7C9;
	text-decoration: none;
}
a.MenuHeader:hover
{
	color: #E0F7C9;
}
table.Menu
{
	background-color: #222339;
}
table.MenuFrame
{
	background-color: #000000;
}
td.MenuSep
{
	height:1px;
	background: #94c5f7;
}
td.MenuItem
{
	background-color: #222339;
	color: #94c5f7;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;	
	padding-left: 15px;
}
td.MenuItemHover
{
	background-color: #94c5f7;
	color:#222339;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;	
	padding-left: 16px;
}
a.MenuItem
{
	color: #94c5f7;
	text-decoration: none;
}
a.MenuItem:hover
{
	color: #222339;
	text-decoration: none;
}
td.Footer, td.Status
{
	font-size: 8pt;
	color: #E0F7C9;
	font-family: Arial, Helvetica, Sans-Serif;
}
a
{
	color: #FF0000;
	text-decoration : none;
}
a:hover
{
	color: #FF0000;
	text-decoration : underline;
}
p, li
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
h3
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
table.Form
{
	width:80%;
	text-align:center;
}
td.FormLabel
{
	width:30%;
	text-align:left;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;	
}
td.FormField, textarea.FormField
{
	width:70%;
	text-align:left;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;	
}
td.FormButton
{
	text-align:center;
}
input.FormField, textarea.FormField
{
	width:100%
}
input.FormFieldNarrow,select.FormFieldNarrow
{
	width:40%
}
input.FormButton
{
	width: 100px;
}
td.ListCell
{
	font-family: Arial, Helvetica;
	font-size: 9pt;	
	background: #FFFFFF;
}
td.ListCellColored
{
	font-family: Arial, Helvetica;
	font-size: 9pt;	
	background: #f0f0f0;
}
td.ListCellHeader
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	background: #e0e0e0;
}
Input.FormButtonSmall
{
	font-size: 11px;
	width: 60px;
	font-family: Arial, Helvetica;
	height: 20px;
}
table.Documentation
{
	border: solid 1 #e0e0e0;
	BORDER-COLLAPSE: collapse
}
td.DocumentationHeader
{
	background-color: #e0e0e0
}
p.topSmall
{
	color:#E0F7C9;
}
td.LeftMenuItem
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-top: 2px;
}
td.LeftMenuHeader
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
}</pre></body></html>