/* 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: #82080D;
	color: #F2DFC2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

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

.tableDATA {
	background-color: #F2DFC2;
	color: #000000;
	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: #F2DFC2; }
	
.burgundy {
	background-color: #770308;
	color: #F2DFC2; }
.brown {
	background-color: #A97149;
	color: #FFFFFF; }
.dkbrown {
	background-color: #553015;
	color: #F2DFC2; }
.orange {
	background-color: #C95804;
	color: #FFFFFF; }