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

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

.tableLABEL {
	background-color: #99BDB5;
	color: #2A5690;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

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

.white {
	background-color: #FFFFFF; }

.palegreen {
	background-color: #BAD4CE; }
.green {
	background-color: #3D6565;
	color:#FFFFFF; }
.dkblue {
	background-color: #2A5690;
	color:#FFFFFF; }
.blue {
	background-color: #5373A4;
	color:#FFFFFF; }
	
.paleblue {
	background-color: #C7D2DB;
	 }

.red {
	background-color: #7A1A1C;
	color: #FBFBF3; }
