@import "firstrate_inc.css";

/*---------------------------------------------------------------------------
	Overwriting CSS values for print
  ---------------------------------------------------------------------------*/
	body {
		background: none;
	}
	
	#frame {
		margin-right:0;
		margin-left:0;
	}
	
	#contentleft {
		visibility: hidden;
		display: none;
		float:none;
	}
		
	#toplink {
		visibility: hidden;
		display: none;
	}
	
	#contentcenter {
		float:none;
		width:100%;
	}
	
	#content_contentcenter_wide {
		float:none;
		width:100%;
	}
	
	#content_contentcenter {
		float:none;
		width:100%;
	}
	
	#content_contentright {
		visibility: hidden;
		display: none;
		float:none;
	}
	
	#contentheader {
		visibility: hidden;
		display: none;
	}
	
	#footer{
		visibility: hidden;
		display: none;
	}
	
	#contentheader h2, #contentheader h1 {
		background:none;
		height:auto;
		position:relative;
		width:100%;
		display:block;
		float:none;
	}
	
	#contentheader h2 .alt, #contentheader h1 .alt {
		display:inline;
	}
	
	#contentheader h2 a, #contentheader h1 a {
		float:none;
		width:100%;
	}
	
	
	