body {
	height: 97vh;
	width: 99%;
	background: white;
}
div.leftmenu {
	height: 96vh;
	width: 200px;
	background-color: #b0c4de;
	float: left;
}
div.mainScreen {
	height: 96vh;
	margin-left: 200px;
	background: white;
	padding-left: 5px;
	border: 0px solid black;
}
td.topLeft {
	text-align: left;
	vertical-align: top;
}
th.left {
	text-align: left;
}
th.right {
	text-align: right;
}
td.left {
	text-align: left;
}
td.right {
	text-align: right;
}
td.invertBold {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}
a.whitePlain {
	color: #ffffff;
	text-decoration: none;
}
