<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY
{
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin: 0px;
}

A
{
	text-decoration: none;
}

A:HOVER
{
	text-decoration:underline;
	color: red;
}
A:VISITED
{
	color: purple;
}

H1
{
	font-size: 24pt;
}

H2
{
	font-size: 18pt;
}

H3
{
	font-size: 14pt;
}

H4
{
	font-size: 12pt;
}

H5
{
	font-size: 8pt;
}

H6
{
	font-size: 6pt;
}

TD
{
	font-size: 9pt;
}

.footerText
{
	font-size: 8pt;
	font-weight: bold;
}

.menu-item
{
	background-color: rgb( 221, 221, 221);
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 221, 221, 221);
	font-size: 9pt;
	color: black;
	height: 20px;
	cursor: pointer;
	behavior: url(http://mshank.com/sidebar.htc);
}

.menu-item-hover
{
	background-color: rgb( 221, 221, 221);
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 136, 136, 136);
	font-size: 9pt;
	color: black;
	height: 20px;
	cursor: pointer;
}

.menu-item-down
{
	background-color: rgb( 187, 187, 187);
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 136, 136, 136);
	font-size: 9pt;
	color: black;
	height: 20px;
	cursor: pointer;
}

TD.menu
{
	background-color: rgb( 221, 221, 221);
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 136, 136, 136);
	padding: 0px;
}

TD.menu.TABLE
{
	border-spacing: 0px;
}

TD.menu-item A
{
	color: black;
}

TD.menu-item A:HOVER
{
	color: black;
	text-decoration: none;
}

TD.menu-item A:VISITED
{
	color: black;
}

DIV.para_indent
{
	padding-left:  20px;
}

.SupportButton
{
	background-color: rgb( 221, 221, 221);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-type: solid;
	border-width: 1px;
	border-color: black;
}

.Ticket
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 0px;
	margin: 0px;
	
}

TD.TicketField
{
	background-color: rgb( 187, 187, 187);
	border-width: 1px;
	border-color: black;
}

TD.TicketValue
{
	background-color: rgb( 221, 221, 221);
	border-width: 1px;
	border-color: black;
}</pre></body></html>