body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
	margin: 0;
	padding: 0;
}
#navigation, .pageNav {
	display: none;
}
#content a:link, #content a:visited {
	/* color: #520; */
	background: transparent;
	font-weight: bold;
	text-decoration: underline !important;
	color: black;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") " !important;
}
#page, #wrapper, #content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
}
#info {
	width: 100%;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;	
	border-bottom: 1pt solid black;
	padding: 0 0 3pt 0;
	text-align: center;
	margin: 0 0 20pt 0;
}
#content h3 {
	font-size: 18pt;
	font-family:Arial, Helvetica, sans-serif;	
	margin-top: 8pt;
	margin-bottom: 4pt;
	border: 0;
}
#content h4.byline {
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 0;
	margin-top: 4pt;
	margin-bottom: 8pt;
}
#content h5 {
	background: white;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;	
	border-bottom: 1pt solid #999;
	padding: 0 0 3pt 0;
	margin: 12pt 0 8pt 0;
}
#content p, #content ol, #content ul {
	font-size: 12pt;
	line-height: 140%;
	margin-bottom: 8pt;
}
ul.featured {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.featured li h5 {
	background: white;
	font-size: 10pt !important;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 14pt 0 4pt 0 !important;
	padding: 0 !important;
}
ul.featured li h4 {
	font-size: 14pt;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 4pt 0 !important;
	padding: 0;
}
ul.featured li p {
	margin: 0 0 12pt 0 !important;
}
#footer {
	width: 100%;
	background: white;
	text-align: center;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1pt solid black;
	margin-top: 20pt;
}
