/* CSS Document */
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.error{
	font-weight:500;
	color:#FF0000
}

.instructionHeader {
	font-size:14px;
	font-weight:bold;
}

.sectionHeader {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.label {
	font-weight:500;
	color:#333333;
}

.labelNote {
	font-size:10px;
}

.field {
	font-weight:500;
	color:#333333;
}

.required {
	color:#FF0000;
}

.fieldSub {
	color:#666666;
	font-style:italic;
	font-weight:600;
}

.divider {
	background-image:url(images/divider.jpg);
	background-repeat:repeat-x;
	background-position:center
}

.spacer {
	font-size:5px;
}