body {
	background: #000000;
	margin: 20px 0px;
}
body, table {
	font-size: 14px;
	color: #96894F;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: bold;
	color: #ccba6b;

}
h1, .h1 { font-weight:normal; font-size: 24px; }
h2, .h2 { font-weight:normal;  font-size: 20px; }
h3, .h3 { font-weight:normal; font-size: 16px; }
h4, .h4 { font-weight:normal; font-size: 14px; }

a {
	text-decoration:none;
	color: #ccba6b;
}
a:hover {
	text-decoration:underline;
	color:#ffffff;
}

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.formcaption {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px 2px 1px;
}

.formfield {
	padding: 2px 1px 2px 4px;
}

input.text, textarea, select {
	color: #2F3838;
	background: #1F1F1F;
	color: #ccba6b;
	border: solid 1px;
	border-color: #635A34 #96894F #96894F #635A34;
}

input.button {
	font-weight: bold;
	font-size: 11px;
	color: #ccba6b;
	font-weight:bold;
	border: solid 1px;
	border-color: #96894F #635A34 #635A34 #96894F;
	background: #1F1F1F;

}

div#breadcrumbs {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:arial helvetica sans-serif;
	color: #ffffff;
}

div#breadcrumbs a {
	color: #CC99CC;
}
div#breadcrumbs a:hover {
	color: #ffffff;
}



/* ************************** */


table#mainborder {
	border: solid #CCBA6B 1px;
}

.light {
	color: #ccba6b;
}
.dark {
	color: #96894F;
}
.purple {
	color: #CC99CC;
}
.white {
	color: #ffffff;
}

hr {
	border: 0;
	height: 1px;
	background: #ccba6b;
	color: #ccba6b;
}

