/* grey form table */
.formTable {
	background: #afafaf;
}

/* Name of a field on the form */
.fieldName {
	color: black;
	font-size: 11; font-weight: bold
}

/* Promotional text on the form */
.promo {
	color:navy;
	font-size: 12;
}

.promo1 {
	color:White;
	font-weight:bold;
	font-size: 14px;
}

.input {
	font-size: 11; color: #B53429; font-weight: bold;
}

/* orange bar in the top and bottom of the screen */
.menuBar {
	background: #F6AA00; color: black;
	font-size: 11; font-weight: bold;
}
/* Links on the orange bar */
.activeLink {
	color: white;
	font-size: 11; font-weight: bold; text-decoration: none
}
.activeLink:hover {
	color: #FFFF00;
	font-size: 11; font-weight: bold; text-decoration: none
}
.selectedLink {
	color: #FFFF00;
	font-size: 11; font-weight: bold; text-decoration: none; cursor : text;
}

.errorMessage {
	background: #afafaf; color: #8c0000;
	font-size: 11; font-weight: bold;
}

.link {
	color: #0000D5;
}
