HTML {
	width: 100%;
	height: 100%;
}
BODY {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #222222 url(/images/cms_bg.gif);
	color: white;
	scrollbar-3dlight-color:#8f3100;
	scrollbar-arrow-color:#d06700;
	scrollbar-base-color: #336699;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#8f3100;
}
A {
	color: #ffe451;
}
A:hover {
	color: #fff2ae;
}
H1 {
	font: 8pt Tahoma;
}
DIV {
	font: 8pt Tahoma;
}
.headlineBox {
	background: #2f2f2f;
	background: black url(/images/website/headline_background.gif) repeat-x left top;
}
.headline {
	margin: 0px;
	font: 8pt Tahoma;
	padding: 5px;
	color: white;
	text-align: center;
	border-bottom: 1px solid #444444;

}
DIV.text {
	font: 8pt Tahoma;
	text-align: justify;
}
DIV.sheetbody {
	font: 8pt Tahoma;
}
DIV.infoBoxBody {
	color: white;
	background-color: black;
}