@charset "UTF-8";
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #448C35;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #9C5708;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
.subheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #448C35;
	text-transform: uppercase;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C5708;
	line-height: 18px;
}
a:link {
	font-weight: bold;
	color: #448C35;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #448C35;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #669941;
	text-decoration: none;
}
.photo-rule {
	border: 1px solid #955308;
}