@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.handbg {
	background-image: url(../images/hand_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #B38E2E;
}

.border-lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.page_headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #906F22;
	text-decoration: none;
	font-weight: bold;
}
.border {
	border: 1px solid #B38E2E;
}
a {
	color: #000000;
}
li {
	padding-bottom: 10px;
}
.dotted-l {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B38E2E;
}
hr {
	color: #B38E2E;
	height: 1px;
}
.dotted-b {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B38E2E;
}
.borderlight {
	border: 1px solid #F2EAD2;
}
