body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
.topmenu ul {
	margin-bottom: 5px;
	list-style-type: none;
}
.topmenu ul li {
	display: inline;
	padding-left: 25px;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu ul li a:hover {
	text-decoration: underline;
}
.topmenu ul li a.current {
	text-decoration: underline;
}.copyright {
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
}
.textbg {
	background-image: url(../images/textbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #68310a;
	margin-bottom: 10px;
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 340px;
	padding: 5px;
	border: 1px solid #000000;
}
.txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 340px;
	height: 90px;
	padding: 5px;
	border: 1px solid #000000;
	overflow: auto;
}
.submitbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68310a;
	background-color: #ebdac2;
	border: none;
}
.link-footer {
	color: #999;
	text-decoration: none;
}
.link-footer:hover {
	color: #999;
	text-decoration: underline;
}
.title-small {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	font-style: italic;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.textbg2 {
	background-image: url(../images/textbg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.link-text-bold {
	color: #402E21;
	text-decoration: none;
	font-weight: bold;
}
.link-text-bold:hover {
	color: #402E21;
	text-decoration: underline;
	font-weight: bold;
}

