@CHARSET "ISO-8859-1";
/* --------------------------------------------- */
/* Use these elements to format a Selected       */
/* Participant object (selectedParticipant tag)  */
/* --------------------------------------------- */
/* Use the selected_participant_container */
/* class for formatting instructions      */
/* that apply to all elements of a        */  
/* selected participant object            */ 
.selected_participant_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 25px 3px 15px 3px; 
}
/* Use the selected_participant_name      */
/* class to format the name of the        */
/* selected participant                   */  
.selected_participant_name {
	float: left;
	font-size: 1.2em;
	color: #003865;  /* MN blue */
	background-color: "transparent";
	font-weight: bold;
}

/* Use the welcome_label_container         */
/* class to format the welcome label       */
.welcome_label_container{
}	

.select_bank_account_table_bottom_border {
	border-bottom: 2px solid #4d4d4d;
}