@charset "UTF-8";
.index_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #201D1E;
	font-weight: bolder;
}
.index_header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #201D1E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #201D1E;
	font-weight: 400;
	padding-left: 6px;
}
.cross {
	background-image: url(images/olive-wood.png);
	background-repeat: no-repeat;
}
.main_txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #201D1E;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C5635;
}
.image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
a {color: #201D1E; text-decoration: none; background-color: }
a:hover {color: #201D1E; text-decoration: none; background-color: #ffffff}

