.body{
	color: black;
}

.qnumber{
	font-size: large;
	font-weight: bold;
	color: #8092ba;
}

.qleadtext{
	font-weight: bold;
	font-size: larger;
	color: #315d94;
}

.tableheader{
	font-weight: bold;
	background-color: #050601;
	color: #ffffff;
	text-align: center;
	border: thin;
}

.tabletext{
	text-align: center;
	color: #000000;
	background: #ffffff;
}

.tabletextl{
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #ffffff;
}

.tabletexth{
	text-align: center;
	background-color: #FFFF99;
	color: #ffffff;
}

.tabletextlh{
	font-weight: bold;
	text-align: left;
	background-color: #FFFF99;
	color: #000000;
}

