@charset "utf-8";

/*
	Name         : print.css
	Description  : for print
	Last Modefied: 2008-06-01
*/

@import url("./reset-fonts.css");
/*@import url("./common.css");*/
@import url("./modules.css");


/* Tags
--------------------------------------------------*/

body {
	color: #000;
	background: #fff;
	line-height: 1.5;
}

a:link,
a:visited {
	color: #000;
	background: #fff;
	text-decoration: underline;
}


/* Blocks
--------------------------------------------------*/




/* Hidden Objects
--------------------------------------------------*/

.noPrint {
	display: none !important;
}


/* EOF */