.singleLineBottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3C1213;
	border-bottom-width: 1px;
}

.singleLineRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #3C1213;
	border-right-width: 1px;
}

.singleLineBottomGreen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #546B35;
	border-bottom-width: 1px;
}

.singleLineRightGreen {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #546B35;
	border-right-width: 1px;
}

.beigeTextReg {
	font-family: Tahoma, Arial, Verdana;
	color: #CFBA8B;
}
.beigeTextSmall {
	font-family: Tahoma, Arial, Verdana;
	font-weight:bold;
	font-size: 12px;
	color: #CFBA8B;
	display: block;
	padding: 4px;
}
.bigHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CFB779;
	text-indent: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.quoteText {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	padding: 6px;
}
