/*Print Page*/
body {
	background: white;
	font-size: 12pt;
	}

/* Hyperlinks */
a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a img{
	display:none;
}
	
/* Header */
#header {
	display: none;
}
	
/* Navigation*/
#nav {
	display: none;
}

/* Page Body Setup */	
#master, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

/* Hide Redundant Footer links*/
#footer_link{
	display:none;
}

/* Form Buttons */
input.go{
	display:none;
}