/* Print layout: */

body {
margin: 0 auto;
padding: 0;
font:85% Arial,Verdana,Tahoma,sans-serif;
line-height:1.2em;
background: #ffffff;
color: #000000;
}
	
#maincontent {
margin: 2%;
width: auto;
float: none !important;
}

#leftcolumn, #treecontent, #ONL-footer, #footer, #styleswitch {
display: none;
}

a {
text-decoration: underline;
color: #0000FF;
}

.NoPrint {
display: none;
}
.center 	{text-align:center;}
.small		{font-size:0.9em;}
.bold		{font-weight:bold;}
.padleft	{padding-left:30px;}

.ONL-list {
list-style:none;
}