/***
 * All print media related style guide should go in this file
 *
 */
* {
    background-color: white !important;
    background-image: none !important;
}
html{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
body, .pageContainer, #main{
	width: 640px !important;
	margin:0 !important;
	padding:0 !important;
	text-align:left;
}
#content{

	margin:0 !important;
	padding:0 !important;
	text-align:left;
}
#home{
	border:none;
}
.noPrint{
	display:none;
}
