/* Print.css */
/* __________________
Contains all styles needed for the print page window 
Version 2.0
__________________*/


/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}


/*_______________________________________________| Print Styles |_______________________________________________*/

#Print_Top{
	border-top: 2px solid #008c98;
	border-left: 2px solid #008c98;
	border-right: 2px solid #008c98;
	width: 630px;
}
	
#lay_Print{
	border-top: 2px solid #008c98;
	border-left: 2px solid #008c98;
	border-right: 2px solid #008c98;
	vertical-align:top;
	Width: 630px;
	background-color:#fff;
}

#Footer_print{
	width: 634px;
	background-color:#d18316;
	border-top: 2px solid #008c98;
	border-right: 2px solid #008c98;
	border-bottom: 2px solid #008c98;
	border-left: 2px solid #008c98;
}

#Footer_print td{
	text-align:center;
	vertical-align: middle;
	color:#FFF;
	padding: 8px 0px 8px 0px;
}

