/* CSS Document */

.tableRegistration {
	color: #555555;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border: 1px double #D2D3CE;
	background-color:#9DCEFF;
	padding:2px;
}

.mandatory{
	color:#FF0000;
}
.lgntbl{
background-color:#9DCEFF;
border-style:outset; 
border-top-style:double;
border-top-style:groove;
border-top-color:#FF0099;
border-bottom-style:double;
border-bottom-style:groove;
border-bottom-color:#FF0099;  
border-color:#9DCEFF;
}

