﻿BODY {
	background-color: #4C4C4E;
	color: White;
	margin: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size: small;
	overflow: hidden;
}

TABLE {
	font-family: Verdana, Arial;
	font-size: small;
}

FORM {
	width: 100%;
	height: 100%;
}

DIV#idOuterDIV {
	width: 100%;
	height: 100%;
	overflow: auto;
}

TABLE#idOuterTABLE {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
