@charset "utf-8";
h1 {
	font: bold 20px "Times New Roman", Times, serif;
	color: #5b5e2f;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 20px "Times New Roman", Times, serif;
	color: #878278;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 20px "Times New Roman", Times, serif;
	color: #878278;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
}
ul {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #716652;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: circle;
}
a {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #716652;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}
.content{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #716652;
	text-align: justify;
}

.button {
	background: #edebe3;
	border: 1px solid #7d8070;
}
.submit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
	background: #ece9d8;
	height: 26px;
	width: 89px;
	border-top: 1px solid #f1efe2;
	border-bottom: 1px solid #aca899;
	border-right-style: none;
	border-left-style: none;
}
.tr {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #716652;
	padding-left: 5px;
}
.required {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FF0000;
	padding-left: 5px;
}

#service-heading h2 {
	font: bold 20px "Times New Roman", Times, serif;
	color: #5b5e2f;
	margin: 0px;
	padding: 0px;
}

