@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2006-08-21
*******************************************************************************/

@import "container.css";
@import "fonts.css";

#leftColumn, 
#rightColumn, 
#contentColumn
#top,
#toptext,
#rightFoot,
#navi_top,
#footer,
#contentFoot {
	float: none;
}
#rightColumn, 
#leftColumn, 
.hnav, 
.printHide,
.hide, 
#oldBrowserNotice,
#top,
#toptext,
#navi_top,
#rightFoot,
h1 img,
#footer {
	display: none;
}
#outerColumnContainer, 
#innerColumnContainer {
	border-left-width: 0;
	border-right-width: 0;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}
.inside {
	background-color:#FFFFFF;
	color:inherit;
}

/******************************************************************************/