body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	padding: 0px;
	background:#fff;
	margin: 50px;
}

p {
	font-size: 9pt;
	line-height: 12pt;
	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;
}

.toolBar, .navigation, .screenOnly {
	display: none;
}

hr {
	page-break-after: always;
	border: 0;
}

h2 {
	font-size: 15pt; 
	padding-top: 5px;
	margin: 0;
}

#taskbox {
	background-color: #eee;
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	border: solid 1px #444;
}

#naked_list {
	margin-left: -20px;
}

