li {
  list-style: none;
  background-image: url(images/bullet.gif);
  background-position: left center;
  color: #753819;
  background-repeat: no-repeat;
  padding-left: 14px;  /* space for the image */
}

.dk_brown {
	color: #2e1c18;
	font-size: 13px;
	font: Times New Roman;
}


td,.mid_brown {
	color: #753819;
	font-size: 13px;
	font: Times New Roman;	
}

.lt_brown, a, a:visited {
	color: #a5814c;
	font-size: 13px;
	text-decoration: none;
	font: Times New Roman;	
}

a:hover{
	text-decoration: underline;
}

.sml_brown {
	color: #753819;
	font-size: 11px;
	font: bold italic Times New Roman;
	text-indent: 6px;
}

.sml_dk_brown {
	color: #2e1c18;
	font-size: 12px;
	font: bold "Times New Roman";
	text-indent: 6px;
}

.form_brown {
	color: #753819;
	font-size: 11px;
	font-weight: bold;
	font-family: "Times New Roman";
	text-indent: 6px;
}

input,.cstm_select, .cstm_input{
	background-image: url(images/field_bck.gif);
	font-family: "Times New Roman";
	font-size: 11px;
	color: #753819;
	border: 1px solid #B4AA8D;
	
	margin-bottom: 5px;
	padding-left: 2px;
}

textarea {
	background-color: #ede9cd;
	font-family: "Times New Roman";
	font-size: 11px;
	color: #753819;
	border: 1px solid #B4AA8D;	
}