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

.smallTEXT {
	font-size: .75em;
	}

.smallerTEXT {
	font-size: .85em;
}

.largeTEXT {
	font-size: 1.2em;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}
.tableHEAD {
	background-color: #354791;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

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

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



.white {
	background-color: #FFFFFF; }

.yellow {
	background-color: #FEE69B; }
	
.teal {
	background-color: #7FADB2;
	color: #FFFFFF; }
	
.blue {
	background-color: #38468F;
	color: #FFFFFF; }

.lightblue {
	background-color: #D1E5F7;
	color: #38468F; }
