body {
	background-color: #251600;
}
body,td,th {
	font-family: verdana;
	font-size: 9px;
}

.scroll {
	scrollbar-3dlight-color:#B19331;
	scrollbar-arrow-color:#251600;
   scrollbar-base-color:#B19331;
   scrollbar-darkshadow-color:#251600;
   scrollbar-face-color:#B19331;
   scrollbar-highlight-color:#000000;
   scrollbar-shadow-color:#251600;
}

p,form,ul,ol,li,h1,h2,h3,h5,.h3 { list-style: none; margin: 0; padding: 0; }
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #B19331;
	text-decoration: underline;
}

.form_field {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #211700;
	text-decoration: none;
	border: 1px solid #B19331;
}

a:link.link_none, a:active.link_none, a:visited.link_none {
   font-weight:normal;
	text-decoration: none;
}

a:hover.link_none {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.error {
	
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E5564A;
	padding: 10px 5px;
	background-color: #FCE9E9;
	border: 2px solid #E5564A;
	text-align: left;
	margin: 0 auto 10px auto;
}

.sucess {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #27AD1C;
	padding: 10px 5px;
	background-color: #E0FADE;
	border: 2px solid #27AD1C;
	text-align: left;
	margin: 0 auto 10px auto;
}

.quote {
	text-align: justify;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-color: #CAAD4F;
	border: 1px solid #B19331;
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 2px;
}

.image_opacity_50 {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	cursor:hand
}
.image_opacity_100 {
	-moz-opacity:1;
	filter:alpha(opacity=100);
}