/* Presentation Stylesheet */ 

.appHeader {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:500;
}

.appSubHeader {
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:200;
}

.appFont {
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

.testNumError {
vertical-align:top;
text-align:left;
color:#FF0000;
}

.testQuestionError {
text-align:left;
vertical-align:super;
color:#FF0000;
}

.tblHeader {
background-color:#E19933;
}

.tblOffset {
background-color:#FFE993;
}

.testNum {
vertical-align:top;
text-align:left;
}

.testQuestion {
text-align:left;
vertical-align:super;
}

.testRadio {
text-align:center;
width:65px;
}

.error {
color:#FF0000;
}

.tab {
	margin: 0px 0px 0px 20px;
}
.nodisplay {display:none}
