.textDefault {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txtDefaultBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txtBold14pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txtBold18pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.BGImage {
	background-image:   url("/htdocs/graphics/signup/BGImage.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

.txtInput { margin-bottom: 3px; }

.summary td { background-color: #fff; padding: 5px;}

.sectionBreak { border-top: dotted 1px #aaa; padding: 10px 0px }

li.error {
			font-size:10px;
			font-weight:normal;
			color:#BA0000;
			list-style:none outside;
			}
