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

.smallTEXT {
	font-size: 0.75em;
	}

.smallerTEXT {
	font-size: 0.9em;
}

.largeTEXT {
	font-size: 1em;
}

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

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

.tableHEAD {
	background-color: #024b94;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.tableLABEL {
	background-color: #cfe1f7;
	color: #003867;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.tableDATA {
	background-color: #f4e8d0;
	color: #024b94;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.picture-border {
	border: solid 1px #bcc5ce;
	padding: 2px;
	background-color: #FFFFFF;}
/* Custom color tags that should be defined based on site design */


.whiteBG {
	background-color: #FFFFFF; }

