.boldCentered 
{
	font-weight: bold;
	text-align: center;
}

.redboldLargeTitleUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED1B2F;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ED1B2F;
}

.whiteboldLargeTitleUnderlined 
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

.errorInput
{
	background-color:#FF9999;
}