body {
	font-family: "Times New Roman";
	font-size: 16pt;
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
p, td, ul, ol, ul, li, dl, dt, dd, h1, input, textarea {
	font-family: Times New Roman;
   font-size: 16pt;
}
li, img, div, p {
	margin: 0;
	padding: 0;
}

/*		TABLE	CONTAINER	*/
#tableContainer {
/*	position: absolute;
	top: 150px;
	bottom: 0;
	right: 0;
	left: 0;
*/
	clear: both;
	width: 100%;
	height: 70%;
	overflow: scroll;
}
.scrollTable td {
   font-size: 16pt;
	padding: 4px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.scrollTable {
	table-layout: fixed;
	background-color: white;
	/* width: 100%; */
}

#menu {
	height: 25pt;
}

div.outer {
	float: none;
	width: 70pt;
	height: 15pt;
	background: url( './images/bars.gif' ) 0 -50px no-repeat;
	text-align: center;
	padding-top: 7px;
}

div.outer a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: normal bold 10pt Georgia, serif;
	color: white;
	text-decoration: none;
	background: url( 'bars.gif' ) top left no-repeat;
}
div.outer span {
	display: block;
	margin: 0;
}
div.outer a:hover {
	background-image: none;
	color: black;
	}
div.outer a:active {
	color: black;
	}


