body {
	background: #243C6A;
	border: 2px solid #243C6A;
	margin: 0px;
	
	scrollbar-arrow-color     : white;
	scrollbar-face-color      : #243C6A;
	scrollbar-highlight-color : #243C6A;
	scrollbar-shadow-color    : #243C6A;
	scrollbar-track-color     : #243C6A;
}

table.container {
	background: #182748;
}

div.menu {
	position: relative;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body, td {
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}
