/* css Paymetric print style v1.1 */
/* css released under ZETTAcreative License - http://www.zettacreative.com  */
/* the print stylesheet control how the pages will be printed.  */

/* these areas will be hidden from the browser when printed */
#navArea, #titleBG, #menuContainer, #navArea, #breadcrumbs, #left, #right {display: none;}

/* the following areas will have a clean look applied to them by removing any borders, background images and setting the font to a point size compatible for print. */
/* not all elements from the other stylesheets need to be listed.  their properties flow over to this stylesheet.   */
body {
	font: 8pt/1.2em Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	text-align: left;
	margin: 0; padding: 0;
}

.button {display: none;}
.MenuButton {display: none;}
.PrintHide {display: none}
.PrintWidth { width:90%; }

#main1, #main2, #header, #middle  {
	width: auto;
	margin: 0; padding: 0;
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

#middle {
	font: 10pt/1.2 Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	margin: 20px 0 0 0;
}

#footer {
	font: 8pt/1.2em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	border-top: 2px solid #000000;
	height: 50px;
}

.top-footer{
	display: none;
}

#footerMenu ul {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
#footerMenu ul li {margin: 5px; padding-left: 0; border: none;}
