/**
 * Black and white.
 *
 *
 * Copyright © 1998-2004 IPSA - Institute for Psychosocial Assignments.
 * All rights reserved.
 * See http://www.ipsa.co.at/copyright/.
 *
 * Author:  Selmar Ruben Gnambs <selmar@gnambs.at>
 * Created: 29 September 2004
 * Version: Id: print.css, v4.0 2004/29/09 16:27
 */

/* GLOBAL DEFINITIONS [begin] */
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:101%;
	margin:0px;
	padding:0px 0px 20px 0px;
}
body {
	font-size:0.8em;
}

th, td {
	text-align:left;
	vertical-align:top;
}

abbr, acronym {
	border:none;
	font-style:normal;
}

a, a:link, a:visited {
	color:#0000CC;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#0000FF;
}
a img, a:link img, a:visited img, a:hover img {
	border:none;
}
a.hlp {
	font-weight:700;
}
/* GLOBAL DEFINITIONS [end] */

/* HIDDEN STRUCTURE [begin] */
div#preload {
	display:none;
}
/* HIDDEN STRUCTURE [end] */

/* HEADER [begin]
 * sets mainly containers for layout design.
 */
div#header {
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	margin:0px;
	padding:0px;
	height:9em;
	width:100%;
}
div#logo {
	display:none;
}
div#boxA1 {
	display:none;
}
div#boxA2 {
	display:none;
}
div#boxA3 {
	display:none;
}
div#title {
	border:none;
	text-align:center;
	margin:0px;
	padding:1em;
}
div#title h1 {
	font-family:"Arial Black",Arial,Helvetica,sans-serif;
	font-size:4em;
	font-weight:900;
	margin:0px;
	padding:0px;
}
div#title h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:100;
	margin:-1.2em 0px 0px 0px;
	padding:0px;
}
div#boxA4 {
	display:none;
}
/* HEADER [end] */

/* MENU [begin] */
div#menu {
	display:none;
}
/* MENU [end] */

/* BREADCRUMBS [begin] */
div#breadcrumbs {
	display:none;
}
/* BREADCRUMBS [end] */

/* ACTION [begin] */
div#action {
	display:none;
}
/* ACTION [end] */

/* CONTENT [begin] */
div#content {
	border:none;
	border-bottom:1px solid #000000;
	color:#000000;
	margin:0px;
	padding:20px;	
}
div#content h3 {
	font-size:1.6em;
	padding-left:5px;
}
div#content h4 {
	font-size:1.4em;
	padding-left:5px;
}
div#content h5 {
	padding-left:5px;
}
div#content p, div#content th, div#content td, div#content ul, div#content dd {
	color:#000000;
	font-size:0.9em;
	line-height:1.5em;
	text-align:left;
	max-width:40em;
}
div#content #note {
	font-size:0.8em;
	margin-top:25px;
}
div#content p+h3 {
	margin-top:30px;
}
div#content table#team td {
	text-align:center;
}
div#content table#team p {
	text-align:justify;
}
div#contentul.nobullet, ul.nobullet li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#content a, div#content a:link {
	text-decoration:underline;
}
div#content a:visited {
	text-decoration:none;
}
div#content a:hover, a:active, a:focus {
	text-decoration:underline;
}

	/* link for top of page */
div#content a.linkTop {
	display:none;
}
/* CONTENT [end] */

/* NEWS [begin] */
div#news {
	display:none;
}
/* NEWS [end] */

/* FOOTER [begin] */
div#footer {
	border:none;
	border-top:1px solid #000000;
	color:#000000;
	text-align:center;
	margin:1pt 0px 0px 0px;
	padding:20px;
}
div#footer h3 {
	display:none;
}
div#footer ul {
	display:none;
}
div#footer p {
	font-size:0.8em;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:hover {
	text-decoration:underline;
}
div#footer a:active, div#footer a:focus {
	text-decoration:none;
}
/* FOOTER [end] */

/* DESIGN [begin] */
div#design {
	display:none;
}
/* DESIGN [end] */

/* COLOPHON [begin] */
div#colophon {
	display:none;
}
/* COLOPHON [end] */

/* EOF */


