@charset "UTF-8";
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #522c1b;
	padding-left: 15px;
	padding-right: 5%;
	line-height: 17px;
}
.text a:link {
	color: #a25018;
	text-decoration: underline;
}
.text a:visited {
	color: #a25018;
}
.text a:hover {
	color: #522c1b;
}
.text a:active {
	color: #a25018;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #a25018;
	text-transform: uppercase;
}
.text_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #522c1b;
	padding-left: 15px;
	line-height: 14px;
}

