
#mainnavbartable, #greensidebar, .dont_print {
	display: none;
	}

td#formholder {width:100%;}

.form_contents_table, .subform_contents_table  {
	width:100%; 
	background: #fff; 
	border: none;
	font-size: 11pt;
	}

textarea {
	height: auto; /* FF is obedient to this only. IE is obedient to the overflow as well. 
				height: auto makes for huge field in FF. */
	overflow: visible; /* IE needs this to print extra w- and w-o height; 
				FF doesn't appear to pay any attention to it.*/	}