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

.alert {
	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;
}

