/* ****************** Print style for Surrey Envelopes *************** */

body {
   font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #FFF;
	}

#topnav {
display: none !important;
	}

#mainnav {
display: none !important;
	}

div.mainlink {
	display: none !important;
	}

div.search {
	display: none !important;
	}

div.menu {
	display: none !important;
	}

p.disclaimer {
	display: none !important;
	}

#wrap {
	position: absolute;
 	width: 18cm !important;
 	top: 1cm !important;
 	left: 1cm !important;
	padding: 0;
	border: 0px none;
	margin: 0 !important;
 	z-index:10;
	}

#content {
	position: absolute;
	left:1cm !important;
	top:1cm !important;
	width: 18cm !important;
	padding: 1cm;
    float: none !important;
	color: black; 
	background: transparent;
	}

#rightbar {
	position: absolute;
	left:15cm !important;
	top: -1cm !important;
	height: 75px !important;
	overflow: hidden;
	padding: 0 !important;
    float: none !important;
	color: black; 
	background: transparent;
	}
	
@page { size: 21cm 29.7cm; margin: 2cm; }

	
h1 {
	font: bold 13pt/15pt Verdana, Arial, sans-serif;
	color:#000 !important;
	background-color: transparent;
	}
	
h2 {
	font: bold 12pt/14pt Verdana, Arial, sans-serif;
	color:#000 !important;
	background-color: transparent;
	}

h3 {
	font: bold 12pt/14pt Verdana, Arial, sans-serif;
	color:#000 !important;
	background-color: transparent;
	}
	
	
a:link {
	color:#000;
	text-decoration: underline  !important;
	background-color: transparent;
	}
	
a:visited {
	color:#000;
	text-decoration: underline  !important;
	background-color: transparent;
	}
	

