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

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

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



.white {
	background-color: #FFFFFF; }

.gold {
	background-color: #FFCF8D; }
.tan {
	background-color: #EACBA1; }
	
.paletan {
	background-color: #F6E9D8; }
	
.blue {
	background-color: #0055A6;
	color: #FFFFFF; }
	
.darkblue {
	background-color: #01305C;
	color: #FFFFFF; }
.medblue {
	background-color: #4688BF;
	color: #FFFFFF; }


.lightblue {
	background-color: #96B8D8;
	color: #01305C; }
.teal {
	background-color: #048f9b;
	color: #FFFFFF;}