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

// hps.css

// Copyright (C) MGTEK 2003-2005. All rights reserved.

*/

BODY

{

	color: #000000;

	background-color: #ffffff;

	margin: 0px;

	padding: 0px;

}

BODY.toc, BODY.idx, BODY.fts

{

	overflow: hidden;

}

BODY.tocdata, BODY.idxdata, BODY.ftsdata

{

	overflow: auto;

	padding: 5px;

}

TABLE

{

	font-size: 100%;

}

DIV.toc

{

	margin: 0px;

}

DIV.toc DIV

{

	margin-left: 16px;

}

DIV.toc P

{

	font-size: 70%;

	font-family: Tahoma, Verdana, Sans Serif;

	margin: 2px 0px 0px 0px;

}

DIV.toc IMG

{

	position: relative;

	top: 1px;

}

DIV.toc A, DIV.idx A

{

	text-decoration: none;

	color: black;

}

DIV.toc A:hover, DIV.idx A:hover

{

	text-decoration: underline;

	color: darkblue;

}

DIV.idx DIV

{

	margin-left: 16px;

}

DIV.idx P

{

	font-size: 70%;

	font-family: Tahoma, Verdana, Sans Serif;

	margin: 2px 0px 0px 0px;

}

DIV.fts P

{

	font-size: 70%;

	font-family: Tahoma, Verdana, Sans Serif;

	margin: 2px 0px 0px 0px;

}

</pre></body></html>