body {
	color: black; background: white
	}
h2  {
	font-family: "Times New Roman", latin, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #660066;
	background: white;
}
h5  {
	color:#660066; background: white
    }
#menu {
	height: 25pt;
}
div.outer {
	float: none;
	width: 100px; height: 25px;
	background: url( './images/bars.gif' ) 0 -50px no-repeat;
	}

div.outer a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	font-family:Georgia, serif;
   font-weight:bold;
   font-size:10pt;
	text-decoration: none;
	color:white;background: blue
	}
div.outer span {
	display: block;
	margin:0;
   padding: 7px;
	}
div.outer a:hover {
	background-image: none;
	text-decoration: none;
	color: black;background: blue
	}
div.outer a:active {
	text-decoration: none;
	color: black;background: blue
	}

html,body {
	height: 95%;
}
body {
}
p, td, ul, ol, ul, li, dl, dt, dd, h1, input, textarea {
	font-family: "Century Gothic", Arial, Helvetica, serif;
}
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: 67%;
	overflow: scroll;
}
.scrollTable td {
	font-family: "Century Gothic", Arial, Helvetica, serif;
	padding: 4px;
}
.scrollTable {
	table-layout: fixed;
	color: black; 
	background: white
	/* width: 100%; */
}
#footer {
   position: fixed;
   width: 100%;
   height: 100px;
   top: auto;
   right: 0;
   bottom: 0;
   left: 0;
}