/******************************************************************************************************************
Fairbridge PRINT Stylesheet

Developed by Matthew Hill for Electric Putty - October 2007
http://www.friskdesign.com/
******************************************************************************************************************/

/******************************************************************************************************************
STUFF TO REMOVE FROM PRINTING
******************************************************************************************************************/

#skipto,
#navSite,
#mainNav,
#sideBar,
#footer,
.toTop,
.printButton,
.moveBack {
	display:none;
	}


body {
	background:#FFF;
	color:#000;
	font: normal 12pt/normal Verdana,Arial,"Helvetica Neue",Helvetica,sans-serif;
	width:auto;
	margin:0.5cm;
}

a img {
	border:none;
}

a,a:link,
a:visited {
	color:#1863AD;
	font-weight:bold;
	text-decoration:underline;
}



