@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #222222;
	color: #FFFFFF;
}
.black-bg {
	background-color: #000000;
}
.text-header {
	font-size: 12pt;
	font-weight: bold;
	color: #929ED0;
}
.text-small {
	font-size: 8pt;
}
a:link {
	color: #EEA95F;
	text-decoration: none;
}
a:visited {
	color: #EDC390;
	text-decoration: none;
}
a:hover {
	color: #EEA95F;
	text-decoration: underline;
}
a:active {
	color: #EEA95F;
	text-decoration: underline;
}
.mainarea {
	background-color: #000000;
	padding: 5px;
}
.text-large {
	font-size: 16pt;
}
