body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	background:#fff;
	margin: 50px;
}

p {
	font-size: 9pt;
	line-height: 18px;
	text-decoration: none;
	orphans: 3;
	widows: 3;
}

a {
	text-decoration: none;
	color: black; 
}

#content {
	display: block;
}
	
.page {
	display: block !important;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}

#footer {
	display: block;
	border-top: 1px solid #333;
	padding-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

#footer .pageInfo, #footer .copyright {
	display: block;
}

.navigation a {
	font-size: 11px;
	color: rgb(12, 98, 137);
}

.toolBar, .screenOnly {
	display: none;
}

hr {
	page-break-after: always;
	border: 0;
}

h1 { 
	font-size: 24px; 
	margin: 0;
}

h2 { 
	font-size: 18px; 
	font-weight: bold; 
	margin: 0;
}

h3 {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 15px;
}

#taskbox {
	background-color: #eee;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px;
	border: solid 1px #444;
}

#taskbox h3 {
	margin: 10px;
}

#naked_list {
	margin-left: -20px;
}

