/*
 * This cascading style sheet is for general application styles
 *
 * For example, all applications have status and error messages.
 *
 * This style sheet is shared.  This means:
 * 1. Be careful changing existing classes, because what you do 
 *    could affect other pages.
 * 2. Try to use existing classes so that this page does not get
 *    too bloated.
 *
 *  Try to keep classes in alphabetical order.
 */
 
.errorMessage {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
}

.errorTitle {
	font-size: 1.1em;
	font-weight: bold;
}

