/* ------------------------------------ MAIN --------------------------------------- */
body {
	background-color: #DCBF72;
	background: url(site/pics/back.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #905536;
	font-family: "verdana";
	font-size: 9pt;
	# scrollbar-face-color: #D0B367;
	# scrollbar-highlight-color: #DCBF73; 
	# scrollbar-shadow-color: #D9C387; 
	# scrollbar-3dlight-color: #DCBF72;
	# scrollbar-arrow-color: #000000; 
	# scrollbar-track-color: #905536; 
	# scrollbar-darkshadow-color: #C9AD61;
}

/* ------------------------------------ TABLES --------------------------------------- */
table {
	border-collapse: collapse;
	border: 0px solid #973C0A;
	font-family: "verdana";
	font-size: 9pt;
	cellspacing: 0px;
	cellpadding: 0px;
}
td {
	border-collapse: collapse;
	border: 0px solid #973C0A;
	font-family: "verdana";
	font-size: 9pt;
	cellspacing: 0px;
	cellpadding: 0px;
}

/* ------------------------------------ FORMS --------------------------------------- */
input {
	color:black;
	font-face: verdana;
	font-size:9pt;
	font-weight: bold;
	background-color:AAAAAA;
	border:0.5pt solid;
	border-top-color:000000;
	border-left-color:#000000;
	border-right-color:#111111;
	border-bottom-color:#111111;
}
input.btn{
	color:black;
	font-face: verdana;
	font-size:9pt;
	font-weight: bold;
	background-color:AAAAAA;
	border:0.5pt solid;
	border-top-color:000000;
	border-left-color:#000000;
	border-right-color:#111111;
	border-bottom-color:#111111;
}
input.radio{
	background-color:#292429;
	border-style:none;
}
select {
	color:black;
	font-face: verdana;
	font-size:9pt;
	font-weight: bold;
	background-color:AAAAAA;
	border:0.5pt solid;
	border-top-color:000000;
	border-left-color:#000000;
	border-right-color:#111111;
	border-bottom-color:#111111;
}
textarea {
	color:black;
	font-face: verdana;
	font-size:9pt;
	font-weight: bold;
	background-color:AAAAAA;
	border:0.5pt solid;
	border-top-color:000000;
	border-left-color:#000000;
	border-right-color:#111111;
	border-bottom-color:#111111;
}

/* ------------------------------------ LINKS --------------------------------------- */
a {
	font-size: 9pt;
	font-family: Verdana;
	color: #905536;
	border: 0px;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	font-size: 9pt;
	font-family: Verdana;
	color: white;
	border: 0px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size: 9pt;
	font-family: Verdana;
	color: #905536;
	border: 0px;
	font-style: normal;
	text-decoration: underline;
}
a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------------------------ IMAGES --------------------------------------- */
img {
	border: 0px;
}
img.title {
	border: 0px;
	margin: 10px;
}

/* ------------------------------------ RULERS --------------------------------------- */
hr {
	color: #C49450;
	size: 1px;
	width: 100%;
	margin: 0px;
}

/* ------------------------------------ HEADERS --------------------------------------- */
h1 {
	color: #905536;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-style: italic;
	font-size: 16pt;
	font-family: verdana;
}
h1.menu {
	color: #6E6C33;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-style: italic;
	font-size: 16pt;
	font-family: verdana;
}

/* ------------------------------------ FRAMES --------------------------------------- */
frameset {
	spacing: 0px;
	border: 0px solid #973C0A;
}
frame {
	spacing: 0px;
	border: 0px solid #973C0A;
}