@media all {
	.page-break	{display:none;}

}

@media print {
	.page-break	{display:block; page-break-after:always;}
	/*.chrome-hack {margin-bottom:500px;}*/
}

/* Hide Elements */
.noPrint {display: none;} 

/* Links *//*
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}
*/

.terms {margin-top:-60px;}

#BrowserPrintDefaults{display:none}

@page 
    {
        size:  auto;   /* auto is the initial value */
        margin: 50px;  /* this affects the margin in the printer settings */
}

html
    {
        background-color: #FFFFFF; 
        margin: 0px;  /* this affects the margin on the html before sending to printer */
}

body{ 
	color: #ffffff;
	background-color: #FFFFFF;  
} 
		  
h1	{ 
	color: #000000;
	font-size: 20px;
}

h2	{
	color: #000000;
	font-size: 16px;
} 

p	{
	color: #000000;
	font-size: 12px;
} 