/*
# +---------------------------------------------------------------------+
# | Stylesheet: media 'print'                                           |
# +---------------------------------------------------------------------+
# | IE transparancy:                                                    |
# |            |
# +---------------------------------------------------------------------+
*/

body {
	background: #ffffff;
	color: #000000;
	}

#interface {
	background: #ffffff;
	width: 100%;
	margin: 0;
	height: auto;
	}

#nonfooter {
	width: 100%;
	margin: 0;
	height: auto;
	}

#header {
	display: none;
	}

#menu {
	display: none;
	}

#content {
	padding: 0;
	height: auto;
	}

#footer {
	display: none;
	}

.print {
	display: block;
	}

.noprint {
	display: none;
	}
