html, body {
	background-color: #000033;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	SCROLLBAR-BASE-COLOR: #00a000;
	SCROLLBAR-ARROW-COLOR: #00a000;
	SCROLLBAR-3DLIGHT-COLOR: #006000;
	SCROLLBAR-SHADOW-COLOR: #006000;
	SCROLLBAR-FACE-COLOR: #002200;
	SCROLLBAR-HIGHLIGHT-COLOR: #002200;
	SCROLLBAR-DARKSHADOW-COLOR: #002200;
	SCROLLBAR-TRACK-COLOR: #003815;
}
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #40a0c0;
}
a {
	color: #99ccFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccccFF;
}
a:active {
	text-decoration: none;
}

div#content_welcome {
	width: 100%;
	padding: 5px;
}
