/* 
		Print style
 */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#cheader, #cnav {
	display: none;
}

.textbox {
	font-style: italic;
	color: #666;
	width: auto;
	float: none
}

#cmain {
	width: auto;
}

#cnav {
	width: auto;
	position: static;
}

a {
	color: #000;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
}

