@charset "UTF-8";
/* CSS Document */

.ulReg{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#regFld td{
	margin: 5px;
	padding: 5px;
	width: 50%;
	vertical-align: top;
	height: 20px;
	text-align: left;
	white-space: normal;
}
.red{
	color: #FF0000;
	text-decoration: underline;
}
