/* CSS Print Document */

/*** Hide uneccessary content ***/
#titleblock, ul#navbar, .sidebox, #footer {
	display: none;
}
/*** end hide uneccessary content ***/

body {
	background: #fff;
	color: #333;
	font: 11pt 'Trebuchet MS', Georgia, Times, serif;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	background: inherit;
	color: #39B5CF;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
	background: inherit;
	color: #39b5cf;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	background: inherit;
	color: #39b5cf;
}

#content {
	margin-left: 2em;
	margin-right: 2em;
}

