.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	color: #B57142;
	text-decoration: none;
}
.TextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.TextWhite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.FormBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #875232;
	text-decoration: none;
	background-color: #F4EFE8;
	border: 1px solid #B47242;
}
.TextBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #875232;
	text-decoration: none;
}
.TextBrownBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #875232;
	text-decoration: none;
}
.BorderBrown {
	border: 1px solid #B57142;
}
.Vline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B57142;
}
