/* 
  nn4 and legacy browsers 
  this style sheet is served to all browsers
*/

.hidden-text { /* hidden from visual browsers */
	height: 1px;
	width: 1px;
	overflow: hidden; /* See http://www.quirksmode.org/css/overflow.html for browser support */
	position: absolute;
	top: -60px;
	left: 0px;
	font-size: 1%;
	}
.printonly { display: none; }

