@charset "utf-8";
.fancylist h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ede5de;
	padding-bottom: 6px;
	padding-top: 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.fancylist h1 a {
	color: #8A7264;
	text-decoration: none;
	padding-left: 22px;
	background-image: url(../images/bullet_brown.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
}
.fancylist a {
	text-decoration: none;
}
.fancylist a:hover {
	color: #78929d;
}
.fancylist ul {
	margin: 12px;
	padding: 0px;
}
#guts .fancylist ul li {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 4px;
	font-size: 14px;
}
.fancylist {
	vertical-align: top;
	padding-top: 12px;
}
.subtitle {
	font-size: 12px;
	color: #c1ada0;
}
