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

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

.tableLABEL {
	background-color: #cce5a9;
	color: #6b7d63;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.tableDATA {
	background-color: #E5F7CC;
	color: #3856AF;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.white {
	background-color: #FFFFFF; }

.palegreen {
	background-color: #E5F7CC;
	color: #3856AF; }
	
.green {
	background-color: #CCE5A9;
 }
	
.darkgreen {
	background-color: #86B742;
	color: #FFFFFF; }

.lightblue {
	background-color: #CED7F1;
	color: #4A70C5; }
.blue {
	background-color: #4A70C5;
	color: #FFFFFF;
 }
.darkblue {
	background-color: #1A398D;
	color: #FFFFFF; }
	
.lightpurple {
	background-color: #5F78CD;
	color: #FFFFFF; }