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

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

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

.largeTEXT {
	font-size: 1.2em;
}

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

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}
.tableHEAD {
	background-color: #86587D;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Times, Times New Roman, serif;
	font-size: 12px;
	padding: 5px;
}

.tableLABEL {
	background-color: #C7A752;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	padding: 3px;
}

.tableDATA {
	background-color: #EFF3D8;
	color: #86587D;
	font-weight: normal;
	font-style: normal;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	padding: 3px;
}

F8F7F3

.white {
	background-color: #FFFFFF; }
	
.offwhite {
	background-color: #F8F7F3; }
	
.cream {
	background-color: #F1EFE3; }

.tan {
	background-color: #D2CEAB; }
	
.gold{
	background-color: #F6E2B2; }
	
.pink {
	background-color: #eac7ea;
}	
	
.browngold {
	background-color: #C7A752;
	color: #FFFFFF; }
.brown {
	background-color: #AC7F3E;
	color: #FFFFFF; }
	
.purple {
	background-color: #996699;
	color: #FFFFFF; }

.green-dull {
	background-color: #B3B89A;
	color: #60475B; }
