/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

