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

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

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

.largeTEXT {
	font-size: 1.2em;
}

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

.largestTEXT {
	font-size: 1.5em;
	font-weight: bold;
}

.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #AD8D5B;
}

.tablelabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #002F65;
	background-color: #EDE7E0;
	padding: 3px;
}
    
.tabledata	{ 
	font-size: 12px;
	color: #0F538F;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #EDE7E0;
	padding: 3px;
}
