/* CSS Print Document */


body {	
	font: 12pt Garamond, Georgia, "Times New Roman", Times, serif !important;
	color: #000;
	line-height: 150%;
	margin: 0;	
}

a:link, a:visited { 
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }	

*, #scrolldiv_scrollbar {
	float: none;
	background: none !important;
}

#header, #sidebar_search, #sidebar_login, #sidebar {
	display: none;
	float: none;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	overflow: visible;
	}
	
#footer {
	clear: both;
	float: none;
	border-top: 3px double #666;
	}
	
legend {
	display: inline;
	}
	
fieldset {
	width: 100%;
	}