/*
############################################################
 print styles
############################################################
*/

@media print {
html, body {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
}
/* hide the none essentials when printing the page */
.no-print {
	display:none;
}


}
