.bluesubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333366;
	font-weight: normal;

}
.greysubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #9A9A98;
	font-weight: bold;

}
.questiontext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 263963;
}

.greybg {
	background-color: E0E0E0;
}

.bluebg {
	background-color: 263963;
}

.errorMessage {
	color: red;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ADADAD;
	text-align: justify;

}
link {
	color: #FF0000;
}
.hc-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}
.text-centered {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #ADADAD;
}

a:link       { color: #FFFFFF; text-decoration: none }
a:visited    { color: #FFFFFF; text-decoration: none } 
a:active     { color: #FF0000; text-decoration: none }
a:hover     { color: #FF0000; text-decoration: none }

