.frame {
	background-color: #CCCCFF;
	height: auto;
	width: 800px;
	border: thin solid #006699;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	padding: 5px;
	position: absolute;

}
.border {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	border: thin solid #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	padding: 5px;
}
.tableshape1 {
	border: thin none #000000;
	width: 1px;

}
