@media print 
{
/******************************************************************************************************/
#MainBanner, #MenuBar, #copy
{
	display:none;
	visibility:hidden;
}
/******************************************************************************************************/
body{
	font-family: Verdana,"Geneva CE",lucida,sans-serif;
	background-color:#FFFFFF;
	color:#000000;
}
table#tbpBordered
{
	border: solid 3px #000000;
}
table#tbpBordered td
{
	border: solid 1px #000000;
}
table#tbpBordered th
{
	border: solid 1px #000000;
}
table#tbpBordered span
{
	line-height: 25px;
	font-size: 11px;	
	font-style: italic;
	font-weight: normal; 
}
table#tbpBordered .data
{
	font-style: normal;
}
table#tbpBordered .dataBold
{
	font-style: normal;
	font-weight: bold;
}
table#tbpBordered .static
{
	font-style: italic;
	font-weight: bold;
}
}
