/* CSS Document worksheet.php */
	div.point {
	position: absolute;
	top: 285px;
	left: 0px;
	width: 250px;
	height:25px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	text-align: center; 
}

div.xyPair {
	position: absolute;
	top: 310px;
	left: 0px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	height:125px;
	width:250px;
	text-align: center;
	overflow:auto;
}

span.header {
	height: 25px;
	width: auto;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
	padding-bottom:5px;
}

span.list_header {
	position: absolute;
	top: 290px;
	left: 0px;
	width: 250px;
	height: 15px;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
}

#cff_div {
	position: absolute;
	top: 0px;
	left: 260px;
	height: 500px;
	width: 250px;
	font-size: 10px;
	font-weight: bold;
}

#cnv_div {
	position: absolute;
	top: 0px;
	left: 520px;
	height: 500px;
	width: 250px;
	font-size: 10px;
	font-weight: bold;
}

#cnv_pts {
	position: absolute;
	top: 275px;
	left: 520px;
}

#description {
	position: absolute;
	top: 5px;
	left: 300px;
	height: auto;
	width: 300px;
	font-size: 10px;
	font-weight: bold;
}
#parameters {
	position: absolute;
	top: 5px;
	left: px;
	height: auto;
	width: 300px;
	font-size: 10px;
	font-weight: bold;
}
#setup {
	position:relative;
	height: 225px;
	width: 800px;
	xborder: dotted red 1px;
}

#local {
	text-justify: right;
}

#results {
	position: relative;
	xtop: 40px;
	xleft:0px;
	height: 450px;
	width: 800px;
}

#zro_div {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 500px;
	width: 250px;
	font-size: 10px;
	font-weight: bold;
}

#zro_pts {
position: absolute;
top: 275px;
left: 0px;
}