/* CSS Assessment Print Stylesheet */
body {
	background-color: white;
	background-image: none;
	font-size: 14pt;
}

p,td {
	font-size: 14pt;
}

h1,h2,h3 {
	font-size: 18pt;
}

#contain, #full {
	background-color: white;
	background-image: none !important; 
}

#head {
	display: none;
}

#menu {
	display: none;
}

#footer {
	display: none;
}

#print_div {
	display: block;
	width: 100%;
	height: 125px;
	clear: both;
	border-bottom: 1px solid #999;
	float: left;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
}


