DIV#aartistMain {
	background-color: #6699CC;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 742px;
} /* end id aartistMain */

.regRow TD {
	background-color: #77AADD;
} /* end selector regRow TD */

FORM {
	margin-top: 0px;
	margin-bottom: 4px;
} /* end selector FORM */

input, select, textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #333333;
}

/* odd rows in a table, and the footer row */
TR.footerRow TD {
	color: #3F3F3F;
} /* end selector */

TR#absMidAlign TD {
	vertical-align: middle;
} /* end ID */

TD {
	color: #3F3F3F;
} /* end class */

/* title for each option */
SPAN.optionTitle {
	color: #000000;
/*
	font-weight: bold;
*/
} /* end class optionTitle */


/* class to right-align items */
.txtR {
	text-align: right;
} /* end class txtR */
