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

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

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

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


.cream {
	background-color: #D0C8BA;
	color: #075E89;}
.brown {
	background-color: #406A95;
	color: #000000;}
.blue-dark {
	background-color: #075E89;
	color: #FFFFFF;}
.blue-bright {
	background-color: #406A95;
	color: #FFFFFF;}
.blue-light {
	background-color: #453923;
	color: #FFFFFF;}
.teal {
	background-color: #453923;
	color: #FFFFFF;}
.teal-light {
	background-color: #453923;
	color: #075E89;}
.white {
	background-color: #FFFFFF;}