/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	letter-spacing: 0.3;
}
body {
	background-color: #862b21;
}


.style1 {
	font-size: 9px;
	color: #e49314;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	color: #e49314;
	font-weight: bold;
	letter-spacing: 0px;
}
.style3 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
}
.style4 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 1;
}
a:link {
	color: #e49314;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e49314;
}
a:hover {
	text-decoration: none;
	color: #6b1a11;
}
a:active {
	text-decoration: none;
}	
	.formbutton{
cursor:pointer;
font-size: 11px;
border:outset 1px #ccc;
background:#fff;
color:#666;
font-weight:bold;
padding: 1px 2px;
}

.textarea{
	font-size: 12px;
	border: outset 1px #ccc;
	color:#333;
	padding: 1px 2px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
}