.toggleTitle {
	color: #5A6A07;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0 10px 16px;
	cursor: pointer;
}

.toggleTitleUp {
	background-image: url('/weddings/images/toggleArrowUp.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}

.toggleTitleDown {
	background-image: url('/weddings/images/toggleArrowDown.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}

.toggleLink:link, .toggleLink:visited {
	display: block;
	color: #5A6A07;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0 10px 16px;
	background-image: url('/weddings/images/toggleArrowUp.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}

.toggleLink:hover {
	color: #5A6A07;
	text-decoration: underline;
}
