body {
	background-color: #00BFFF;
	color: Black;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a:link {
	color: Black;
	text-decoration: none;
}

a:visited {
	color: Black;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}

p {
	text-indent: 2em;
}

hr {
	color: #0099FF;
	height: 1px;
}

.copyright {
	background-color: #0099FF;
	color: Black;
	text-align: center;
	vertical-align: middle;
	font-size: 11pt;
	width: 800px;
	line-height: 30px;
}

.catalog {
	border-bottom: 1px dashed Blue;
	line-height: 24px;
}

.table {
	border-bottom: 1px dashed Blue;
	border-left: 1px dashed Blue;
	border-right: 1px dashed Blue;
	border-top: 1px dashed Blue;
}

.textline {
	line-height: 26px;
}