.brown_boarder {
	border: thin solid #663300;
}
.topbotoombrown {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #663300;
	border-bottom-color: #663300;
}
.top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #663300;
}
.brownright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #663300;
	padding: 10px;
}
.mainbodytextpading {
	padding: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #663300;
}
.bottomtopbrownline {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #663300;
}
.bottombrown {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
}

