/* CSS Document for the online forms */
p, fieldset {
	margin-left: 10px;
}

form, label, p {
	color: black;
}

h2 {	
	color: #006633;
        font-size: xx-large;
	font-family: "Lucida Calligraphy";
}

h3 {
	text-align: center;
}

p.notes {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

p.import {
	text-align: center;
	font-weight: bold;
}

p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.radiolist {
	margin-left: 5em;
}

input.spaced {
	margin-left: 3em;
}

/* classes for validator */
.tfvHighlight {
	font-weight: bold; 
	color: red;
}

.tfvNormal {
	font-weight: normal;
	color: black;
}

