body {
	margin: 0px;
	background-color: #000000;
}

.contactUsText, .contactUsText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D4AB6B;
	text-decoration: none;
}

.pageBorder {
	border: solid 1px #C69960;
	padding: 15px;
	padding-top: 17px;
}

.contentTable {
	background-color: #75281B;
}

.headerImage {
	border: solid 1px #D4AB6B;	
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4AB6B;
}

.content a {
	color: #D4AB6B;
}

.content a:hover {
	text-decoration: none;
}

.productImage {
	border: solid 1px #D4AB6B;
	background-color: #000000;
	padding: 5px 8px 5px 9px;
}

.productBox {
	padding: 4px;
}

.formSubmit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	border: solid 1px #d4ab6b;
	color: #d4ab6b;
}

.formCheckbox {
	background-color: #000000;
	border: solid 1px #d4ab6b;
}

.formText {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	border: solid 1px #d4ab6b;
	color: #d4ab6b;
}

.formSelect {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	border: solid 1px #d4ab6b;
	color: #d4ab6b;
}
UL LI A:link { 
  color: #D4AB6B; 
  background: #75281B; 
  font-size: 12px; 
 }
UL LI A:visited {
  color: #DDCC70; 
  background: #75281B; 
  font-size: 12px; 
 }
UL LI A:hover { 
  color: #DDCC70; 
  background: #000; 
  font-size: 12px;
 }
UL LI A:active { 
  color: #DDCC70; 
  background: #000; 
  font-size: 12px;
}
H1 {
  color: #D4AB6B;
  background: transparent;
  font-size: 300%;
  font-family: "Edwardian Script ITC","Palace Script MT","Script MT Bold","Lucida Handwriting Italic","Georgia Bold Italic","Georgia Italic",serif;
  margin: 5px;
}
A:link {
color: #D4AB6B;
background: #75281B;
text-decoration: underline;
}
A:visited {
color: #FFF;
background: #75281B;
text-decoration: underline;

}
A:hover {
color: #000;
background: #FFF;
text-decoration: underline;
}
A:active {
color: #000;
background: #FFF;
text-decoration: underline;
}