h1.question-navigator {
	font-size: 1.0em;
	font-weight : bold;
}
td.record {
                vertical-align: top;
                }
td.child-record {
                vertical-align: top;
                }
td.active-child-record {
                vertical-align: top;
                }
.active-child-record {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.7em;
	background-color: white;
	font-weight : 400;
	font : Arial, Helvetica, sans serif;
	text-decoration: none;
}
.child-record {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.7em;
	background-color: white;
	font-weight : 400;
	font : Arial, Helvetica, sans serif;
	text-decoration: none;
}
.child-record a:link {
	font-style: normal;
	text-decoration: none;
	background-color: white;
}
.child-record a:visited {
	font-style: normal;
	text-decoration: none;
	background-color: white;
}
.child-record a:hover {
	font-style: normal;
	text-decoration: underline;
	background-color: white;
}
.even-record {
    color: #000;
	font-size: 0.8em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
    background-color: #FFFFFF;
}
.odd-record {
    color: #000;
	font-size: 0.8em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
    background-color: #E3E4FB;
}

