/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/

.noprint,.menublock,.submenublock,.sidenav,.footer
{
	display:			none;
}

a.topnav
{
	display:			none;
}

select.siteedit,select.preview
{
	display:			none;
}

col#side
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
.bodytext
{
	line-height:		1.75em;
	
	font-family:		times new roman,times,serif;
	font-size:			0.72em;
	color:				black;
}
