﻿/********************************************************************
 * Copyright, Howard Urban
 */
/*
#leftmenu
{
	display: none;
}
#gnalogo, #banner_image, #menu_bottom
{
	display: none;
}
*/
/* this file contains things that are always removed on print */

BODY {
	background-color: white !important;
	background-image: none !important;
}

INPUT,TEXTAREA {overflow:visible; border:0}

/* these items are always removed for printing */
.noprint {display:none}

.printFloatLeft {float:left}
