﻿
/* For print styles, they must go inside the media rule */
@media print
{
	.PanelHeaderInnerBox
{
}
.PanelHeaderText
{
	color:  Gray;
	font-weight:bold;	
}
	
}