@media print {

body {
        margin: 1cm; /*Set the margin*/
        background: none;
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		color:#525051;
		width: 550px;
		
       }

p {		
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		color:#525051;
		width: 550px;
		line-height:normal;
       }
	   
h1 {
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		color:#525051;
		font-weight:bold;
      }


#Header {
		width: 550px;
		font-size:10px;
		text-align:right;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		float:right;
		clear:both;
}


.quote {
		font-size: 12px;
		font-weight:bold;
		position:fixed;
		bottom: 50px;
}

#BaseYellow, #BaseBlue, #BaseGrey, #BaseGreen, #BaseOrange, #BaseHome  {
        display: block;
		overflow:visible;
       }


#MenuHome, #Menu {
	display:none;	
	
}

/*End of CSS for Print*/
}