@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e1e9b3;
}.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #603913;
	text-align: left;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	left: 20px;
	text-align: left;
}
.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
}
a:link {
	color: #7a6d43;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7a6d43;
}
a:hover {
	text-decoration: underline;
	color: #7a6d43;
}
a:active {
	text-decoration: none;
	color: #7a6d43;
}
a.second:link {
	color: #55372E;
	text-decoration: underline;
}
a.second:visited {
	text-decoration: underline;
	color: #55372E;
}
a.second:hover {
	text-decoration: underline;
	color: #55372E;
}
a.second:active {
	text-decoration: underline;
	color: #55372E;
}
a.third:link {
	color: #267709;
	text-decoration: underline;
}
a.third:visited {
	text-decoration: underline;
	color: #267709;
}
a.third:hover {
	text-decoration: underline;
	color: #267709;
}
a.third:active {
	text-decoration: underline;
	color: #267709;
}.promo {
	position: absolute;
	width:600px;
	height:300px;
	padding:16px;
	background:transparent;
	border:0px;
	top: 0px;
	right: 0px;
}
