body {
	background-color: #FFFFFF;
	margin: 0px;
}
.border-hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d38d2e;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b26905;
}
.border-fourside {
	border: 1px solid #d38d2e;
}
.heading {
	font-family: impact;
	font-size: 24px;
	color: #b26905;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b26905;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d38d2e;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4b87e;
	height: 30px;
	cursor:pointer;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.small
{
	font-size:11px;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 22px;
	width: 300px;
	border: 1px solid #333333;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 80px;
	width: 300px;
	border: 1px solid #333333;
}
.inputbox_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 16px;
	width: 180px;
	border: 1px solid #b26905;
}
.textbox_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 40px;
	width: 180px;
	border: 1px solid #b26905;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	height: 22px;
	width: 120px;
	background-color: #DEB887;
	border: 1px solid #DEB887;
	cursor:pointer;
}
.submit_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	height: 20px;
	width: 80px;
	background-color: #DEB887;
	border: 1px solid #DEB887;
	cursor:pointer;
}