body 
{
  background-color:#5b9852;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

a 
{
  color: #5b9852;
  text-transform: none;
  text-decoration:none;
  font-family: verdana;
}

a:visited 
{
  color: #5b9852;
  text-transform: none;
  text-decoration:none;
  font-family: verdana;
}

a:hover 
{
  color: #green;
  text-transform: none;
  text-decoration:none;
  font-weight:bold;
  font-family: verdana;
}

#disclaimer
{
	position:absolute;
	top:50px;
	left:50px;
	height:669px;
	width:500px;
	z-index:1;
	background-color:#575757;
	overflow:scroll;
	
}

td.menu
{
	background-color:#FFFFFF;
	height:50;
	width:170px;
	
}

td.logo
{
	background-color:#FFFFFF;
	height:80;
	width:100%;
	
}

