/* [%-# @(#)print.css	1.1 05:55:21,08/07/08 (yy/mm/dd) -%] */

/* *****************************************************************************
	Global
***************************************************************************** */

	body {
	   background: white;
	   font-size: 11pt;
	   font-family: arial;
	}
	
	#nav, 
	#footer ul,
	.backToTop,
	.backToTop2,
	#banner {
	   display: none;
	}
	
	#wrapper {
	   border: 0;   
	   color: black;   
	   float: none !important;
	   margin: 0;
	   padding: 0;
	   width: auto;
	}
	
	#wrapper, 
	#container {
		 background: transparent none;
	}
	
	a#logo img {
		border: 0;
	}
	
	a:link, a:visited {
	   background: transparent;
	   color: #520;   
	   font-weight: bold;
	   text-decoration: underline;
	}
