body {
	background-color: #000000;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;	
	
	scrollbar-base-color: #900A09;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

A:link {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #FF0000;
	text-decoration: none;
}

.headline {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.divScroll {
	overflow: auto;
}
