/* CSS Document */

body {
	background-color:#FFFFFF;
}	

#sidebar{ 
	display:none;
}	

#maincontent{
	overflow:visible;
	font-size:12pt;
	width: auto;
	height: auto;
}	

#nav {
	display:none;
}

#footer {	
	display:none;
}

#header {	
	display:none;
}

#printLogo {
	width:auto;
	height:auto;
	display:block;
	border-bottom: 1px solid #000000;
}

a:link, a:visited, a:active { 
	font-size:12pt;
}		
	
.h1 { 
	font-size:14pt;
}	