h1, h2, h3, h4, h5, h6 {
	color: #149;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active {
	font-size: 18px;
	margin-bottom: 9px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active {
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
	font-size: 14px;
	margin-bottom: 7px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:focus, h5 a:hover, h5 a:active {
	font-size: 13px;
	margin-bottom: 6px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:focus, h6 a:hover, h6 a:active {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-weight: bold;
	text-decoration: none;
}

#content p {
	margin-bottom: 6px;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#content a:link sup, #content a:visited sup, #content a:focus sup, #content a:hover sup, #content a:active sup {
	text-decoration: none;
}

.more {
	font-size: .6em;
	text-decoration: underline;
}

div.breadcrumbs {
	padding-right: 25px;
	margin-top: -15px;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, 
	.breadcrumbs a:focus, .breadcrumbs a:hover, .breadcrumbs a:active {
		font-size: 11px;
		font-weight: bold;
		text-transform: lowercase;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
}

p.quote {
	border: 1px solid #89c;
	background: #eef;
	padding: 10px;
	margin-right: 220px;
}
