/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: bold;
	color: #EF7217;
}

.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;
}
.tableHEAD {
	background-color: #0b501d;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.tableLABEL {
	background-color: #fcfaee;
	color: #ab5916;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

.tableDATA {
	background-color: #f5edc8;
	color: #0b501d;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

/* Custom color tags that should be defined based on site design */


.whiteBG {
	background-color: #FFFFFF; }
	
.darkgreen {
	color: #0b501d;
} 

.darkgreenBKGD {
	color: #ffffff;
	background: #0b501d;
}

.darkorange {
	color: #ab5916;
}

.darkorangeBKGD {
	color: #efe5b5;
	background: #ab5916;
}

.tanondarkgreen {
	background: #003d0f;
	color: #f3efc9;
}

.greenonyellow {
	background: #d7c458;
	color: #0b501d;
}