/* 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: #f7e8af;
	color: #003133;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.tableLABEL {
	background-color: #016165;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: solid 1px #000000;
}

.tableDATA {
	background-color: #fcfae6;
	color: #003133;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: solid 1px #000000;
}

/* Custom color tags that should be defined based on site design */


.whiteBG {
	background-color: #FFFFFF; }

