<style>
	body {
		background-color: black;
		color: white;
		margin-top: 5pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		margin-right: 0pt;
	}

	h1 {
		font-family: arial, sans-serif;
		color: white;
		text-align: left;
		font-size: 18pt;
		font-weight: bold;
	}
	h2 {
		font-family: arial, sans-serif;
		color: white;
		font-size: 16pt;
	}
	h3 {
		font-family: arial, sans-serif;
		color: white;
		font-size: 14pt;
		font-weight: bold;
	}

	p {
		font-family: arial, sans-serif;
		color: white;
		text-align: left;
		font-size: 13pt;
		line-height: 15pt;
		font-weight: normal;
	}
	.header {
		font-size: 15pt;
		line-height: 16pt;
	}
	.footer {
		font-size: 10pt;
		text-align: center;
		line-height: 12pt;
	}
	.footer-menu {
		font-size: 12pt;
		text-align:center;
	}

	span {
		font-family: arial, sans-serif;
		color: white;
	}
	span.company-motto {
		font-family: times new roman, arial, sans-serif;
		color: white;
		text-align: right;
		font-size: 14pt;
		font-style: italic;
		font-weight: bold;
	}
	span.service-name {
		font-size: 12pt;
		color: yellow;
	}
	span.comments {
		font-size: 12pt;
		line-height: 14pt;
	}
	span.body-highlight {
		color: #00FF00;
	}
	
	li {
		font-family: arial, sans-serif;
		color: white;
		font-size: 11pt;
		line-height: 16pt;
	}
	.highlight {
		color: yellow;
		margin-right: 12pt;
		margin-bottom: 10pt;
	}

	a {
		font-family: arial, sans-serif;
		color: yellow;
		font-size: 13pt;
		text-decoration: none;
	}
	a:hover {
		color: yellow;
		text-decoration: underline;
	}
	.off {
		color: yellow;
		text-decoration: none;
	}
	.comments {
		font-size: 12pt;
		line-height: 14pt;
	}
	.magnify_big {
		font-size: 18pt;
		font-weight: bold;
		color: grey;
	}
	.magnify_std {
		font-size: 13pt;
		font-weight: bold;
		color: white;
	}
	.magnify_sml {
		font-size: 10pt;
		font-weight: bold;
		color: white;
	}

	td {
		text-align: left;
	}
	td.page-top {
		text-align: center;
	}
	td.page-title {
		padding-right: 12pt;
		font-family: times new roman, arial, sans-serif;
		color: white;
		text-align: right;
		font-size: 20pt;
		font-style: italic;
		font-weight: bold;
	}
	td.popup-top {
		text-align: right;
	}
	td.menubar {
		background-color: red;
		font-size: 11pt;
		text-align: right;
	}
	td.param-name {
		font-family: arial, sans-serif;
		color: white;
		font-size: 13pt;
		font-weight: bold;
		text-align: right;
	}
	td.param-value {
		font-family: arial, sans-serif;
		color: white;
		font-size: 13pt;
	}
</style>
