/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,.hdn,ul.menublock,ul.sub,#nav-global,#nav-main,#footer,#breadcrumb,td#left,
img#header
,#emailthispage
{
	display:			none;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview
{
	display:			none;
}

#selectedit_list
{
	display:			none;
}

td
{
	vertical-align:		top;
	margin-right:		10pt;
	margin-bottom:		10pt;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:				0in 0.5in;
	background-color:	white;
	background-image:	none;
}

h1
{
	margin:				18pt 0pt 10pt;
	font-family:		times new roman,times,serif;
	font-weight:		bold;
	font-size:			16pt;
	color:				black;
}

h2
{
	page-break-after:	avoid;

	margin:				0pt;
	font-family:		times new roman,times,serif;
	font-weight:		bold;
	font-size:			12pt;
	color:				black;
}

.bodytext,.bodytext2
{
	margin:				0pt 0pt 16pt;
	text-align:			justify;
	line-height:		16pt;
	font-family:		times new roman,times,serif;
	font-size:			10pt;
	color:				black;
}



.bodytext2
{
	line-height:		12pt;
}

a
{
	text-decoration:	none;
	color:				rgb(102,102,102);
}

img
{
	border:				0px;
}

#custom-sidebar
{
	float:				left;
	padding-right:		0.25in;
	padding-bottom:		2in;
}

td#right
{
	padding-left:		0.25in;
}

form#disclaimer
{
	display:			none!important;
}
/*
h1#title
{
	display:inline;	
}

.contentarea_2
{
	float:left;
	width:4.25in;
}*/