 
body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-width: 0px;
  border-spacing: 0px;
   
   
  border-collapse: collapse;
}
table.full
{
  width: 100%;
  height: 100%;
}
table.content
{
  background-color: #FFFFFF;
  width: 80%;
  height: 100%;
  overflow: auto;
}
table.contenta
{
  background-color: #FFFFFF;
  width: 80%;
  height: 100%;
  overflow: auto;
  border-right:2px solid #999;
border-bottom:1px solid #999;
border-left:2px solid #999;
}
 
table.content2
{
  background-color: #FFFFFF;
  width: 50%;
  height: 100%;
  overflow: auto;
}
table.content3
{
  background-color: #FFFFFF;
  width: 98%;
  height: 90%;
  overflow: auto;
}
td
{
  padding: 0px;
}
tr.topnav
{
  height: 40;
  vertical-align: top;
}
tr.botnav
{
  height: 20;
  vertical-align: bottom;
}
tr.content
{
  vertical-align: top;
}
clipInHalf {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(15px 15px 15px 15px)
	} 
.highlight {
                 background-color: rgb(227,210,123)
                 }  
 
