@charset "utf-8";

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


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

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

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


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


#content {
	padding: 0;
}

#footerContent {
	border-top: 1px solid #000;
}

#accessData {
	float: none;
}

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


#header ul,
#footer ul,
#mainMenu,
.noPrint {
	display: none !important;
}


/* EOF */