@charset "utf-8";

body {
	background-color: #000000;
}

a:hover {
	text-decoration:underline;
}

.Home {
	position: absolute;
	left: 22px;
	top: 20px;
	visibility: visible;
	height: 140px;
	width: 280px;
	border-style:none;
}

.MainArea {
	background-image: url(img/BG_Frame.jpg);
	background-position: center center;
	position: relative;
	visibility: visible;
	height: 600px;
	width: 955px;
	z-index: auto;
}

.Menu {
	position: absolute;
	left: 40px;
	top: 295px;
	overflow: visible;
	visibility: visible;
	height: 270px;
	width: 280px;
	text-align: left;
	}

.MenuEntry {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none
	}

.MenuEntryActive {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none
	}

.Content {
	height: 420px;
	width: 510px;
	top: 145px;
	position: absolute;
	left: 415px;
	overflow: auto;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	text-decoration:underline;
	margin-bottom:5px;
}
