.background {
	background-color: #E9E3CD;
}

.navbar {
 	background-color: #99714D;
}

.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #E9E3CD;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #7E4636;
	background-color: #E9E3CD;
}
.read_more {
	font-family: Tahoma;
	font-size: 10px;
	color: #B10000;
}
.textfield {
	height: 17px;
	width: 148px;
	border: none;
	background-color: #F0EAD6;
	font-family: Tahoma;
	font-size: 10px;
	color: #7E4636;
	
}
.textarea {
	height: 77px;
	width: 319px;
	border: none;
	background-color: #F0EAD6;
	font-family: Tahoma;
	font-size: 10px;
	color: #7E4636;
	overflow:auto;
}

.tableformat {
border: solid 1px #A17D5A;
}

.tableheading {
	background-color: #C2AB8E;
	font-weight: 700;
}

.altrow {
	background-color: #D5C6AD;
}
