/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,.menublock,.submenublock,.sidenav,.footer
{
	display:			none;
}

a.topnav
{
	display:			none;
}

select.siteedit,select.preview,input.siteedit,input.preview
{
	display:			none;
}

col#side
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	background-color:	white;
	background-image:	none;
}

h1
{
	font-family:		times new roman,times,serif;
	font-weight:		bold;
	font-size:			18pt;
	color:				black;
}

h2
{
	font-family:		times new roman,times,serif;
	font-weight:		bold;
	font-size:			14pt;
	color:				black;
}

.bodytext
{
	line-height:		18pt;
	
	font-family:		times new roman,times,serif;
	font-size:			11pt;
	color:				black;
}
