/* Border Frames Style Sheet */

<!--
BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: black;
	position: absolute;
}
a {font-size: 9pt; line-height: 9pt}
a:link {color: #990099}
a:active {color: #990099}
a:visited {color: #990099}
a:hover {
	color: #000000;
	font-weight: bold;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 450px;
}
h5 {
	padding: 0px;
	margin: 0px;
	color: #666666;
}
-->
