/* SET FONT SIZE */
	@media print {
		body {
			font-size: 9pt;
		}
	}
	
	@media screen {
		body {
			font-size: 11px;
		}
	}
/* END SET FONT SIZE */


/* TYPO */
	body {
		font-family: arial, helvetica, sans-serif;
		color: black;
		background-color: white;
	}
	body * {
		color: black !important;
		background: white !important;
	}
	a,
	a:link,
	a:active,
	a:hover {
		color: black !important;
		background-color: white !important;
	}
	th {
		font-weight:bold !important;
	}
	td {
		font-weight: normal;
	}
	p {
		font-weight: normal;
	}
	
	div#content {
		float:none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		border-color: black;
		background: none;
	}
	h1 img, h2 img { /* , h3 img, h4 img, h5 img, h6 img */
		display: none;
	}
/* END TYPO */


/* REDEFINE LAYOUT */
	div#page {
		width:100%;
	}
	
	div#loading,
	div#header,
	div#sidebar,
	div#info-boxes,
	div#pagelinks,
	div#footer {
		display:none;
	}
/* END REDEFINE LAYOUT */


/* SEARCH CRITERIA */
	div#criteria {
		display: block;
		margin: 0 0 10px 20px;
	}
	div#criteria h4 {
		margin: 0 0 0 0;
	}
/* END SEARCH CRITERIA */


/* DIV.GROUP */
	div.group li.infoHi a,
	div.group li.infoHi a:link,
	div.group li.infoHi a:active,
	div.group li.searchHi a,
	div.group li.searchHi a:link,
	div.group li.searchHi a:active {
		color:black !important;
		text-decoration: none;
	}
	span.tip {
		display: none;
	}
/* END DIV.GROUP */


/* TABLE.MONTH */
	table.month {
		font-size: 0.96em;
	}
	table.month td {
		font-weight: normal;
	}
/* END TABLE.MONTH */


div.login,
div.jump-to,
p.print {
	display: none;
}

p.toplink {
	visibility: hidden;
}