	/*  the following style sheet entries control the pages when they are printed  */

		body {font: 12pt "times new roman", times, serif; color: black; background: white;}
		
		
		h1 {text-align: center;}
		h2 {margin-top: 0;}
		a {color: black; text-decoration: none;}

		table {border-collapse: collapse; border: 1px solid black; margin-bottom: 2em;}	
		td, th {padding: 0.1em 1em; border: 1px solid black;}



		#navigation, form {display: none;}
		#cornerlogo, form {display: none;}
		#content {margin: 0; width: 100%}
		#content-table {margin: 0; width: 100%}
		#bottompic {width: 15em; height: 12em; float: right; padding: 1em; margin: 0;}
		#toppic {width: 15em; height: 12em; float: left; padding: 1em; margin: 0;}

	