@charset "utf-8";
/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: bold;
	color: #540f14;
}

.smallTEXT {
	font-size: .75em;
	}

.smallerTEXT {
	font-size: .9em;
}

.largeTEXT {
	font-size: 1.2em;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}

.tableCLASS {
	text-align: center;
	padding: 1px;
	border: 1px solid #3f7f60;
}

.tableHEAD {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #e7e7df;
	text-align: center;
	padding: 2px;
	background: #162920 url(images/propdetailsheads-bkgd.jpg) repeat-x top left;
}

.tableDATA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #c6d6cc;
	color: #0f221c;
}


.white {
	background-color: #FFFFFF;
	color: #7F8C51;
}

.darkgreen {
	color: #263319;
}

.green {
	color: #405b18;
}

.lightgreen {
	color: #648438;
}

.red {
	color: #581419;
}

.brown {
	color: #6c3b00;
}

.darksilver {
	color: #1e1e1b;
}

.beige {
	color: #343327;
}

.tan {
	color: #7f7c59;
}
