

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.body_text_white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.required_text {
	font-family: 
	Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000; 
}
.event_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.column_header {
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
}
.step_text {
	color: #C81F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.TextBoxAlignRight
{
    text-align : right;
}

.TextBoxAlignCenter
{
    text-align : center;
}

