﻿html {height:100%;}
body {height:100%; margin:0 auto; padding:0;}
.button
{
	text-decoration: none;
	color: dimgray;
}
.mainTable
{
	background-color: ivory;
	padding:0px;
	margin:0 auto;
	width:800px;
	border:0px;
}
.menuTable
{
	width: 800px;
	font-size: 10pt;
	background-color: white;
	height: 20px;
	border: #aaaabb 1px solid;	
}
.menuTd
{
    background-image: url(images/buttonbkg.jpg);
	/*background-color: #efe8f1;*/
	width: 90px;
	height: 20px;
	border: #aaaaaa 1px solid;
	color: gray;
}
.menuTdSel
{
	width: 90px;
	height: 20px;
    background-image: url(images/buttonbkgsel.jpg);
	/*background-color: #ffffff;*/
	border: lightgrey thin ridge;
	color: gray;
}
.contentTd {font-size: 10pt; text-align: left; height: 400px; vertical-align: top; }
.contentDiv
{
	margin: 0 auto;
	width: 800px;
	font-family: Tahoma;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: darkslateblue;
}
.bottomTd
{
	font-size: 7pt; 
	height: 20px; 
	text-align: left; 
	border-top:  #aaaabb 1px solid;
	color:#666677;
}