a.menuLink{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: white;
text-decoration: none;
padding-left:20px;
}

a.menuLink:hover{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: lightblue;
text-decoration: none;
padding-left:20px;
}
.data{
font-family: Arial;
font-size: 12px;
}
.label{
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
.footer{
font-family: Arial;
font-size: 10px;
color: #c3c3c3;
}
.question{
font-weight: bold;
}
.errorMsg{
padding: 10px;
}
.txtInput{
	font-family:verdana;
	font-size:10pt;
	background-color: #e3e3e3;
	width: 400px;
	border: 1px solid #0F3C6E;
}
h1{
font-family: Arial;
font-size: 14pt;
font-weight: bold;
}