.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}
.maintab {
	border: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.headingtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#appspace {
	height: 95%;
	width: 90%;
	position: absolute;
	left: 135px;
	top: 0px;
	float: none;
	clear: left;
}
#menudiv {
	height: 95%;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
	clear: none;
}
#menuitem {
	height: auto;
	width: auto;
	position: relative;
	float: none;
	clear: left;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

