.frame {
	border: 2px outset #eeeeee;
	background: #cccccc;
	position: absolute;
	left: 730px;
	overflow:hidden;
	visibility: hidden;
	width: 550px;
	top: 150px;
	height: 400px;
	margin: 0px;
	padding: 0px;

}
.titleBar {
	border-width: medium;
	border-style: none;
	background: #004a66;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0px;

}
.titleBarText {
	margin: 0px;
	padding: 0px;
	color: #ff8000;
	left: 2px;
	font: bold 11px "Trebuchet MS", helvetica, sans-serif;
	position: relative;
	top: 2px;
}
.clientArea {
	margin: 0px;
	padding: 0px;
	background: #999999;
	border: 2px inset #cccccc;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
.imgResize {
	height: 20px;
	width: 20px;
	visibility: hidden;
}
.imgClose {
	height: 14px;
	width: 14px;
	visibility: hidden;
}
/*Styles for tabular exercise windows*/
.tableContent {
	overflow: auto;
	background: #FFFFFF;
	border: 1px solid #004a66;
	padding: 4px;
}
.tableText {
	width: 100%;
}
.tableSubText {
	width: 236px;
	vertical-align: top;
}
.tableMainText {
	vertical-align: top;
}
.lab {
	overflow: hidden;
	position: absolute;
	height: 400px;
	width: 550px;
	visibility: hidden;
}
/*Cross browser corrections */
body {
	margin: 0px;
	padding: 0px;
}
div > p {
  margin-top: 0;
}


