.maintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2C1C;
	padding-left: 6px;
	padding-right: 6px;
}
.Heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #958951;
	padding-left: 6px;
	padding-right: 6px;
}
.copyrightTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 4px;
}
.justify {
	text-align: justify;
}

.imgborder{
	outline:#BBAE77;
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-top: 3px;
}
A:link {
	text-decoration: underline;
	color:#a15234;
	font-weight: bold;
}
A:visited {
	text-decoration: underline;
	color: #a15234;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color:#818b5b;
	font-weight: bold;
}