/* This stylesheet is only used for print - hence, defines which and how elements should be shown on print */

body {
	font-family: verdana, arial,  sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

table td {
	font-family: verdana, arial,  sans-serif;
	font-size: 11px;
	color: #000;
	border-bottom:1px solid #000;
	padding: .2em 1em .2em 1em;
	text-align: left;
}

table th {
	font-family: verdana, arial,  sans-serif;
	color: #000;
	border-bottom:1px solid #000;
	padding: .2em 1em .2em 1em;
	text-align: left;
}

.news {display: none;}

ul#nav {										
	display: none;
}

#content li { 
	padding: 0 0 .1em 0;
}

h2 {
font-size: 18px;
}	

h3 {
font-size: 14px;
}	

#content a {
	display: inline;
	text-decoration: none;
	padding: 0 0 .7em 0;
	color: #000;
}

#picture, #space, #printpage {
	display: none;
}

#content .floatright {
	float: right;
	margin: 0 0 2px 10px;
}

#content .floatleft {
	float: left;
	margin: 0 10px 2px 0;
}

#address {
	display: none;
	text-align: center;
	clear: both;
	color: #000;
	margin-top: 2em;
	font-size: 9px;
}

#address a {
	color: #000;
	display: inline;
	text-decoration: none;
	padding: 0 0 .7em 0;
}

#content .tables td li, #content .tables td ul {
	padding: 0;
	margin: 0 0 0 2px;
	
}
