
/* d4cms Print Stylesheet - image transfer - 2005 */

body {
	font-family: verdana, arial, helvetica, sans;
	background-color: transparent;
}

#header, #menu, #nav, #footer, #panel, #sidebar, #topline {
	display: none;
}

img {
	display: block;
	margin: 1em 0;
}


/* -- typo ---------------------------------------------------------- */

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.2em;
}

#content h3, #content h4 {
	font-size: 1.1em;
}


p, li, legend, fieldset, label {
	font-size: .9em;
}

/* -- tables ---------------------------------------------------------- */

table {
	width: 100%;
}

td {
	border: 1px solid #666;
}