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

.smallTEXT {
	font-size: 95%;
	}

.smallerTEXT {
	font-size: 90%;
}

.largeTEXT {
	font-size: 110%;
}

.largerTEXT {
	font-size: 120%;
	font-weight: bold;
}

.largestTEXT {
	font-size: 130%;
	font-weight: bold;
}
.tableHEAD {
	background-color: #CC7B22;
	color: #F6F0E0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

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

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



.white {
	background-color: #ffffff;
}

.tan {
 	background-color: #CCA97F;
	color: #15406A;
}

.paletan{
	background-color: #F5EFE9;
	color: #CCA97F;
}

 .green {
	background-color: #508E43;
	color: #FFFFFF;
 }

.blue-pale {
	background-color: #82A7CC; }

.blue-med {
	background-color: #396998;
	color: #FFFFFF; }
	
.blue-dk {
	background-color: #14416C;
	color: #FFFFFF;
 }

.bluetext {
	color: #14416C;
}

.tantext {
	color: #CCA97F;
}
