/* print.css */
.no-print {
	display: none;
}

body {
	display: block;
	width: 90%;
	height: 90%;
	margin: 1em auto;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
    line-height: 18pt;
	color: #000000;
	
	background: white;
}

a {
	padding: 0.125em;
	color: #666666;
	text-decoration: underline;
	
	background: #EEEEEE;
}

/* header */
#header {
	display: none;
}

/* headlines */
#headline {
	margin: 0px 0px 0px 0px;
}
#headline .print {
	display: none;
}

#headline h1.graphical {
	text-indent: 0px !important;
}
#headline h1.graphical .headline_hidden {
	visibility: visible;
	font-size: 16px;
	font-weight: bold;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
	font-size: 12pt;
}

#content h1 {
	font-size: 16pt;
	
	border-bottom: 1px solid #CCCCCC;
}

#content h2 {
	font-size: 14pt;
}
#content h3 {
	
}
#content h4 {
	
}
#content h5 {
	
}
#content h6 {
	
}

/* paragraphs & lists */
#content p,
#content ul,
#content ol,
#content dl,
#content address,
#content blockquote {
	margin: 1em 0;
}

#content p {
	
}
#content ul {
	
}
#content ol {
	
}
#content dl {
	
}
#content address {
	
}
#content blockquote {
	
}
#content li {
	
}
#content dt {
	
}
#content dd {
	
}

/* links */
#content a {
	font-weight: bold;
}
#content a:link {
	
}
#content a:visited {
	
}
#content a:hover {
	
}
#content a:active {
	
}

/* custom elements */
#logo a,
#navigation {
	display: none;
}

#stage {
	margin: 0px 0px 0px 0px;
}

#content {
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
	
	border-top: 3px double #CCCCCC;
}

#footer {
	border-top: 1px solid #3c3c3c;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}
#footer .footermenu, #footer .copyright {
	color: #3c3c3c;
	font-size: 12px;
}

