﻿.instructions {
	
	font-size: 10pt;
	font-weight: bold;
	color: #0066ff;
}
.required {
	color: #990000;
	
	
}
.error{
	color:red;
}
.smallText {
	font-size: 8pt;
}
.label {

	font-size: 10pt;
	color: #000000;
}
.normal {
	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
BODY,p {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	
}