* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff; /*cccccc*/
	background-image: none ! important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

img { border: 0px; }

h1 { font-size: 15px; margin-bottom: 12px; }
h2 { font-size: 13px; margin-bottom: 8px; margin-top:12px; }
h3 { font-size: 11px; margin-bottom: 2px; margin-top: 8px; }
td { font-size: 11px; }
em.mini {
	font-size: 10px;
}

#content ul, #teaser ul, #content ol, #teaser ol  {
	margin-bottom: 4px;
}
#content ul, #teaser ul {
	margin-left: 20px;
}
#content ol, #teaser ol  {
	margin-left: 26px;
}

a, a:hover {
 text-decoration: underline;
 color: #000000;
}

#head {
	display: none;
}

#tmain {
	width: 100%;
}

#main {
	margin-top: 100px;
	width: 95%;
	background-image: none ! important;
	border: 0 ! important;
}

#main #navigation {
	display: none;
}

#main #content {
	width: 100%;
	margin-bottom: 10px;
}

#main #teaser {
	padding-top: 10px ! important;
	border-top: 1px solid #000000 ! important;
	width: 100% ! important;
	max-width: 100% ! important;
	float: none ! important;
	clear: both ! important;
}

#footer {
	display: none;
}

#printHeader {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 80px;
	display: block ! important;
}

#printHeader img {
	float:left;
	width:80px;
	margin-right:20px;
}

#printHeader p.fcz {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#printHeader p.pageTitle {
	font-size: 14px;
	font-weight: bold;
}
#printHeader p.info {
	padding-top: 10px;
	font-style: italic;
	font-size: 9px;
}