/* Print
---------------------------------------------------------- */
body {
	font: 12pt/18pt "Lucida Grande", Arial, sans-serif;
	color: #111;
	background: none;
}

h1 {
	font-size: 36pt;
	line-height: 36pt;
	font-weight: normal;
}

h2 {
	font-size: 18pt;
	line-height: 36pt;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0;
	font-weight: normal;
	color: #666;
}

h5, h6 {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0;
	font-weight: normal;

}

hr {
	height:1px;
	display:block;
	border:0;
	border-top:1px solid #ccc;
	margin:10px 0;
	clear:both;
}

#side-col {
	display:none;
}

.menu {
	display:none;
}