/* print.css */
body {
 	background: white;
	
	font-family: "Trebuchet MS", Arial, Verdana;
 	font-size: 10pt;
 	color: #666666;
}

a {
	color: black;
	text-decoration: none;
}
.no-print {
	display: none;
}
#top,
#header,
#sidemenu,
#himage,
#sidebar,
#footer,
#spacer {
	display: none;
}

/* content */
#content h1 {
	margin: 0 0 15px 0;
	
	font-size: 16pt;
	color: #64A38E;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	
	font-size: 14pt;
	color: #666666;
	font-weight: bold;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}