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

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

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

.tableDATA {
	background-color: #F4F2E7;
	color: #000000;
	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; }

.condocolor-text {
	color: #aa2125;
	 }	
.brown {
	color: #FFFFFF;
	background-color: #816454; }
.tan {
	background-color: #E3D0A4; }
.cream {
	background-color: #F7EBCF; }
	
.textcolor-blue {
	color: #003265;
	 }	
.textcolor-brown {
	color: #663300;
	 }
.textcolor-tan {
	color: #816420; }

