/*------------------------------------------------------*/
/* This style sheet used to format page for printing.	*/
/* Removes banner and menus.				*/
/*------------------------------------------------------*/

#navigation
{
	display: none ! important;
	visibility: hidden ! important;
}

.noprint /* only defined in print styles, causes no display (?) */
{
	display: none ! important;
	visibility: hidden ! important;
}


A, A:hover /* make links appear as text (a) */
{
	text-decoration: none;
	color: #003366;
	cursor: text;
}
