body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.sectionheader {
	font-weight: bold;
	font-size: 1.25em;
}

input
{
	font-size: 1em;
}

.productsmalltext
{
	font-size: .85em;
}

.errortext
{
	color: #CC0000;
}

.errortext a
{
	text-decoration: underline;
}

.subtext
{
	color: #888888;
	font-size: .8em;
}

.Required
{
	color: #CC0000;
}


