.header1 {
	font-family: Arial Narrow, Arial, Verdana;
	font-weight: bold;
	font-size: 50px;
	color: #CCCCCC;
}

.header2 {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 20px;
	font-style: italic;
	color: black;
}

.section {
	font-family: Arial Narrow, Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: black;
	vertical-align: top;
}

.value {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 16px;
	color: black;
}

.text {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 16px;
	font-style: italic;
	color: black;	
}

.valid {
	background-color: #99FF99;
}

.invalid {
	background-color: #FF9999;
}

span.hint {
	font-size: 14px;
	font-style: italic;
}
