/* 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%;
}

.smallerTEXT2 {
	font-size: 90%;
	color: #003875;
}

a:hover.smallerTEXT2 {
	font-size: 90%;
	color: #706A55;
}

a.smallerTEXT2 {
	font-size: 90%;
	color: #003875;
}

.largeTEXT {
	font-size: 110%;
}

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

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

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

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



.white {
	background-color: #FFFFFF; }

.teal {
	background-color: #53ABCF;
	color: #FFFFFF; }

.blue {
	background-color: #3573BB;
	color: #FFFFFF; }
.pink {
	background-color: #FBD4D7;
	color: #25706C; }
.pink-dark {
	background-color: #FA868F;
	color: #FFFFFF; }
.green {
	background-color: #25706C;
	color: #FBD4D7; }
.blue-pale {
	background-color: #A7DCF6;
	color: #26716D; }