﻿@charset "utf-8";
/* CSS Document 
Specific to pages that get printed to remove items that aren't needed.  
*/


#Form1
{
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	width: 100%;
}
.linktext
{
	visibility: hidden;
}

#morePopup
{
  display:none;
  position:relative;
  left:600px;
  top:200px;
  width:100px;
  height:300px
}
#heading
{
  display:block;
  width:100px;
  height:50px;
}





