.err
{
	color: red;
}

.hd
{
	font-size: 20px;
	font-weight: bold;
}

.hd2
{
	font-size: 16px;
	font-weight: bold;
}

/* Conceal feilds until triggered by user's response to other feilds. */
/* Once a php script has been imported via AJAX, the space will still be consumed in IE6 even if element disapears. */
/* SOLUTION: supress any xmlHttp.responseText if xmlHttp.responseText.length==0 */
.hideElem
{
	display: none;
}

.popErr
{
	margin-top: 10;
	display: block;
}

/*popField makes fields appear based on user input.*/
.popField
{
	display: block;
}

ol,ul
{
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

ul
{
	list-style-type: circle;
}
