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

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

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

.tableDATA {
	background-color: #EFF7EF;
	color: #292A53;
	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; }
	
.cream {
background-color: #FEF4E0;
}
.gold {
background-color: #FADB9D;
}
.green-pale {
background-color: #D3EBD3;
}
.tan {
background-color: #D6C299;
}
.green {
background-color: #008001;
color: #FFFFFF;
}
.green-dark {
background-color: #004C01;
color: #FFFFFF;
}
.green-muted {
background-color: #518052;
color: #FFFFFF;
}
.red {
background-color: #A20D0D;
color: #FFFFFF;
}
.red-muted {
background-color: #B23837;
color: #FFFFFF;
}
.red-pale {
background-color: #BF6262;
color: #FFFFFF;
}
.brown {
background-color: #5C3E01;
color: #FFFFFF;
}
.steel-gray-text {
color: #292A53;
}